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