source: trunk/templates/dns.css@ 39

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

/trunk

XHTML strict, pass 2
fixed up a collection of things found to be broken (mostly relating to hardcoded group bits)
added a collection of notes-to-self to notes

File size: 2.9 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}
117
118.meat {
119 align: center;
120 width: 100%;
121}
122input {
123 font-size: 10px;
124}
125ul {
126 margin-left: 10px;
127 padding: 0px;
128 list-style-type:none;
129}
130
131/* general classes */
132.errmsg {
133 font-weight: bold;
134 font-family: Verdana, Arial, Helvetica, sans-serif;
135 font-size:100%;
136 color: red;
137 background-color: #404040;
138 text-align: center;
139 border: thin solid #FFFFFF;
140 padding: 5px;
141 width: 70%;
142}
143.right {
144 right: 3px;
145}
146.center {
147 text-align: center;
148}
149
150#header {
151 border-bottom: thin solid #000000;
152 clear: both;
153 float: left;
154 width: 100%;
155}
156#footer {
157 border-top: thin solid #000000;
158 clear: both;
159}
160#contact {
161 font-size: 10px;
162 position: absolute;
163 right: 10px;
164 text-align: right;
165}
166
167#main {
168 position: relative;
169 float: right;
170 width: 100%;
171}
172#login {
173 margin-top: 50px;
174 margin-bottom: 50px;
175 padding: 3px;
176 border: thin solid #000000;
177}
178#tableholder {
179 padding: 2px;
180 background: #FFFFFF;
181 width: 70%;
182}
183#menu {
184 border-right: thin solid #000000;
185 margin-right: 5px;
186 padding: 3px;
187}
188#soadetail {
189 text-align: left;
190}
191/* somewhat generic/reusable */
192#borderme {
193 border: thin solid #666666;
194 width: 98%;
195 float:left;
196 clear:left;
197}
Note: See TracBrowser for help on using the repository browser.