source: trunk/templates/dns.css@ 41

Last change on this file since 41 was 41, checked in by Kris Deugau, 14 years ago

/trunk

Look-n-feel cleanup, checkpoint

File size: 3.3 KB
Line 
1#debug {
2 background-color: #990066;
3 padding: 2px;
4}
5
6/* General settings */
7body {
8 font-family: Verdana, Helvetica, sans-serif;
9 font-size: 12px;
10 margin-left: 0px;
11 margin-right: 0px;
12/* background-color: #deadDD;*/
13 background-color: #f8f8f8;
14}
15hr {
16 background-color: #666;
17 height: 1px;
18 border: 0;
19}
20img {
21 border: 0px;
22}
23fieldset {
24 border: none;
25 padding: 0px;
26 margin: 0px;
27}
28
29table.login {
30 text-align: center;
31 border: thin solid #000000;
32 background-color: #CCCCFF;
33}
34table.list {
35 background-color: #F0F0F0;
36}
37table.container {
38 background-color: #FFFFFF;
39 border: none;
40}
41table.wholepage {
42 width: 100%;
43}
44
45tr.row0 {
46 background-color: #FFFFFF;
47}
48tr.row1 {
49 background-color: #DDDDDD;
50}
51tr.tableheader {
52 background-color: #CCCCCC;
53 padding: 3px;
54}
55tr.darkrowheader {
56 background-color: #CCCCCC;
57 padding: 3px;
58}
59tr.datalinelight {
60 background-color: #F0F0F0;
61}
62
63td.tblsubmit {
64 background-color: #F0F0F0;
65 text-align: center;
66}
67td.inputlabel {
68 text-align: right;
69 padding: 3px;
70}
71td.datahead_l {
72 background-color: #F0F0F0;
73 border-bottom: 1px solid #666666;
74 text-align: left;
75}
76td.datahead_s {
77 background-color: #F0F0F0;
78 border-bottom: 1px solid #666666;
79 width: 1%;
80 white-space: nowrap;
81}
82td.data {
83 padding: 3px;
84}
85td.title {
86 text-align: center;
87}
88td.menu {
89 width: 200px;
90 white-space: nowrap;
91 border: thin solid #000000;
92 background-color: #ffccee;
93 vertical-align: top;
94}
95td.defaults {
96 background-color: #DDDDDD;
97}
98td.errhead {
99 font-weight: bold;
100 font-size: 110%;
101 color: red;
102 background-color: #404040;
103 text-align: center;
104 padding: 3px;
105 border: solid 2px #FF0000;
106}
107td.err {
108 border: solid 2px #FF0000;
109 color: red;
110 background-color: #e0e0e0;
111}
112td.warn {
113 border: solid 2px #FFFF00;
114 color: #333300;
115 background-color: #e0e0e0;
116}
117td.leftthird {
118 width: 36%;
119 text-align: left;
120}
121td.rightthird {
122 width: 36%;
123 text-align: right;
124}
125
126.meat {
127 align: center;
128 width: 100%;
129}
130input {
131 font-size: 10px;
132}
133ul {
134 margin-left: 10px;
135 padding: 0px;
136}
137/* F*** ME BUT THIS LOOKS LIKE CRAP! */
138/* Need to find a way to vertically centre the plus image on the text. >:( */
139li.hassub {
140 list-style: none outside url('../images/plus.gif');
141}
142li.leaf {
143 list-style: none outside none;
144}
145#grptree {
146 margin-left: 15px;
147}
148/* general classes */
149.errmsg {
150 font-weight: bold;
151 font-family: Verdana, Arial, Helvetica, sans-serif;
152 font-size:100%;
153 color: red;
154 background-color: #404040;
155 text-align: center;
156 border: thin solid #FFFFFF;
157 padding: 5px;
158 width: 70%;
159}
160.right {
161 right: 3px;
162}
163.center {
164 text-align: center;
165}
166
167#header {
168 border-bottom: thin solid #000000;
169 clear: both;
170 float: left;
171 width: 100%;
172}
173#footer {
174 border-top: thin solid #000000;
175 clear: both;
176}
177#contact {
178 font-size: 10px;
179 position: absolute;
180 right: 10px;
181 text-align: right;
182}
183
184#main {
185 position: relative;
186 float: right;
187 width: 100%;
188}
189#login {
190 margin-top: 50px;
191 margin-bottom: 50px;
192 padding: 3px;
193 border: thin solid #000000;
194}
195#tableholder {
196 padding: 2px;
197 background: #FFFFFF;
198 width: 70%;
199}
200#menu {
201 border-right: thin solid #000000;
202 margin-right: 5px;
203 padding: 3px;
204}
205#soadetail {
206 text-align: left;
207}
208/* somewhat generic/reusable */
209#datatablewrapper {
210 border: none;
211 width: 98%;
212 margin-left: 1%;
213 margin:right: 1%;
214}
Note: See TracBrowser for help on using the repository browser.