]> git.datanom.net - qtadmin.git/blame_incremental - css/styles.css
Add check for valid session
[qtadmin.git] / css / styles.css
... / ...
CommitLineData
1/* vim: set ts=4 tw=0 sw=4 noet: */
2.h1 {
3 text-align: center;
4 color: navy;
5}
6
7.user {
8 float: right;
9 font-family: Verdana, Arial, Helvetica, sans-serif;
10 font-size: 0.8em;
11 margin-bottom: 10px;
12}
13
14.bg_odd {
15 background: lightgray;
16}
17
18.bg_even {
19 background: white;
20}
21
22table {
23 border-collapse: collapse;
24 width: 100%;
25}
26
27table, th, td {
28 border: 1px solid green;
29}
30
31th {
32 background: navy;
33 color: white;
34 font-weight: bold;
35}
36
37td {
38 padding: 2px 6px;
39}
40
41body {
42 font-family: Verdana, Arial, Helvetica, sans-serif;
43 font-size: 0.9em;
44 color: #3D658C;
45 background: white;
46}
47
48.total-rows {
49 color: red;
50 font-size: 0.8em;
51}
52
53.page-nav {
54 float: right;
55 margin-top: 5px;
56}
57
58.mail-purge {
59 margin-top: 5px;
60}
61
62.footer {
63 text-align: center;
64 margin-top: 20px;
65 margin-bottom: 10px;
66 font-size: 0.7em;
67 background: #ECECAC;
68 color: black;
69}
70
71.whitefooter {
72 color: green;
73}
74
75img {
76 border: 0;
77}
78
79.nav-img {
80 width: 16px;
81 height: 16px;
82 border: 0;
83 text-align: center;
84}
85
86.nav-action {
87 text-align: center;
88 width: 53px;
89}
90
91.label {
92 color: black;
93 background: lightgray;
94 font-weight: bold;
95 width: 10%;
96}
97
98.value {
99 color: black;
100 background: white;
101 font-size: 0.8em;
102}
103
104.ruler {
105 color: white;
106 background: black;
107 font-size: 1.4em;
108 font-weight: bold;
109 text-align: center;
110}
111
112.button-menu {
113 width: 100%;
114 border: 0;
115 margin-bottom: 10px;
116}
117
118.button {
119 text-align: center;
120 border: 0 solid white;
121 background: white;
122 width: 25%;
123}
124
125input.btn-input {
126 width: 150px;
127}
128
129.time {
130 float: right;
131 color: white;
132 background: green;
133 font-size: 0.7em;
134}
135
This page took 0.031349 seconds and 5 git commands to generate.