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