]> git.datanom.net - qtadmin.git/blob - css/styles.css
initial release
[qtadmin.git] / css / styles.css
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
22 table {
23 border-collapse: collapse;
24 width: 100%;
25 }
26
27 table, th, td {
28 border: 1px solid green;
29 }
30
31 th {
32 background: navy;
33 color: white;
34 font-weight: bold;
35 }
36
37 td {
38 padding: 2px 6px;
39 }
40
41 body {
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
75 img {
76 border: 0;
77 }
78
79 .nav-img {
80 width: 24px;
81 height: 24px;
82 }
83
84 .nav-action {
85 text-align: center;
86 width: 53px;
87 }
88
89 .label {
90 color: black;
91 background: lightgray;
92 font-weight: bold;
93 width: 10%;
94 }
95
96 .value {
97 color: black;
98 background: white;
99 font-size: 0.8em;
100 }
101
102 .ruler {
103 color: white;
104 background: black;
105 font-size: 1.4em;
106 font-weight: bold;
107 text-align: center;
108 }
109
110 .button-menu {
111 width: 100%;
112 border: 0;
113 margin-bottom: 10px;
114 }
115
116 .button {
117 text-align: center;
118 border: 0 solid white;
119 background: white;
120 width: 25%;
121 }
122
123 input.btn-input {
124 width: 150px;
125 }
126
127 .time {
128 float: right;
129 color: white;
130 background: green;
131 font-size: 0.7em;
132 }
133
This page took 0.064696 seconds and 6 git commands to generate.