]> git.datanom.net - qtadmin.git/blame_incremental - css/styles.css
fix footer position
[qtadmin.git] / css / styles.css
... / ...
CommitLineData
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
23table {
24 border-collapse: collapse;
25 width: 100%;
26}
27
28table, th, td {
29 border: 1px solid green;
30}
31
32th {
33 background: navy;
34 color: white;
35 font-weight: bold;
36}
37
38td {
39 padding: 2px 6px;
40}
41
42html, 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
80img {
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
130input.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.027709 seconds and 5 git commands to generate.