source: trunk/templates/dns.css@ 42

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

/trunk

checkpoint - start coding support for filter/search on groups

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 list-style: none outside none;
137}
138/* F*** ME BUT THIS LOOKS LIKE CRAP! */
139/* Need to find a way to vertically centre the plus image on the text. >:( */
140/*li.hassub {
141 list-style: none outside url('../images/plus.gif');
142}
143li.leaf {
144 list-style: none outside none;
145} */
146
147#grptree {
148 //margin-left: 15px;
149}
150/* general classes */
151.errmsg {
152 font-weight: bold;
153 font-family: Verdana, Arial, Helvetica, sans-serif;
154 font-size:100%;
155 color: red;
156 background-color: #404040;
157 text-align: center;
158 border: thin solid #FFFFFF;
159 padding: 5px;
160 width: 70%;
161}
162.right {
163 right: 3px;
164}
165.center {
166 text-align: center;
167}
168
169#header {
170 border-bottom: thin solid #000000;
171 clear: both;
172 float: left;
173 width: 100%;
174}
175#footer {
176 border-top: thin solid #000000;
177 clear: both;
178}
179#contact {
180 font-size: 10px;
181 position: absolute;
182 right: 10px;
183 text-align: right;
184}
185
186#main {
187 position: relative;
188 float: right;
189 width: 100%;
190}
191#login {
192 margin-top: 50px;
193 margin-bottom: 50px;
194 padding: 3px;
195 border: thin solid #000000;
196}
197#tableholder {
198 padding: 2px;
199 background: #FFFFFF;
200 width: 70%;
201}
202#menu {
203 border-right: thin solid #000000;
204 margin-right: 5px;
205 padding: 3px;
206}
207#soadetail {
208 text-align: left;
209}
210/* somewhat generic/reusable */
211#datatablewrapper {
212 border: none;
213 width: 98%;
214 margin-left: 1%;
215 margin:right: 1%;
216}
Note: See TracBrowser for help on using the repository browser.