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