]> git.datanom.net - qtadmin.git/blob - css/styles.css
Revert change of vim tags
[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 }
53
54 .page-nav {
55 float: right;
56 margin-top: 5px;
57 }
58
59 .mail-purge {
60 margin-top: 5px;
61 }
62
63 .footer {
64 text-align: center;
65 margin-top: 20px;
66 margin-bottom: 10px;
67 font-size: 0.7em;
68 background: #ECECAC;
69 color: black;
70 }
71
72 .whitefooter {
73 color: green;
74 }
75
76 img {
77 border: 0;
78 }
79
80 .nav-img {
81 width: 16px;
82 height: 16px;
83 border: 0;
84 text-align: center;
85 }
86
87 .nav-action {
88 text-align: center;
89 width: 53px;
90 }
91
92 .label {
93 color: black;
94 background: lightgray;
95 font-weight: bold;
96 width: 10%;
97 }
98
99 .value {
100 color: black;
101 background: white;
102 font-size: 0.8em;
103 }
104
105 .ruler {
106 color: white;
107 background: black;
108 font-size: 1.4em;
109 font-weight: bold;
110 text-align: center;
111 }
112
113 .button-menu {
114 width: 100%;
115 border: 0;
116 margin-bottom: 10px;
117 }
118
119 .button {
120 text-align: center;
121 border: 0 solid white;
122 background: white;
123 width: 25%;
124 }
125
126 input.btn-input {
127 width: 150px;
128 }
129
130 .time {
131 float: right;
132 color: white;
133 background: green;
134 font-size: 0.7em;
135 }
136
This page took 0.075941 seconds and 6 git commands to generate.