source: trunk/templates/dns.css@ 48

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

/trunk

WHOIS query is functional - requires Net::Whois::Raw and Text::Wrap (idjit

WHOIS servers return (very-)long-line respones sometimes)

Added proper template for WHOIS, removed copy-of-VegaDNS-output version

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 text-align: left;
55}
56tr.darkrowheader {
57 background-color: #CCCCCC;
58 padding: 3px;
59}
60tr.datalinelight {
61 background-color: #F0F0F0;
62 text-align: left;
63}
64
65td.tblsubmit {
66 background-color: #F0F0F0;
67 text-align: center;
68}
69td.inputlabel {
70 text-align: right;
71 padding: 3px;
72}
73td.datahead_l {
74 background-color: #F0F0F0;
75 border-bottom: 1px solid #666666;
76 text-align: left;
77}
78td.datahead_s {
79 background-color: #F0F0F0;
80 border-bottom: 1px solid #666666;
81 width: 1%;
82 white-space: nowrap;
83}
84td.data {
85 padding: 3px;
86}
87td.title {
88 text-align: center;
89}
90td.menu {
91 width: 200px;
92 white-space: nowrap;
93 border: thin solid #000000;
94 background-color: #ffccee;
95 vertical-align: top;
96}
97td.defaults {
98 background-color: #DDDDDD;
99}
100td.errhead {
101 font-weight: bold;
102 font-size: 110%;
103 color: red;
104 background-color: #404040;
105 text-align: center;
106 padding: 3px;
107 border: solid 2px #FF0000;
108}
109td.err {
110 border: solid 2px #FF0000;
111 color: red;
112 background-color: #e0e0e0;
113}
114td.warn {
115 border: solid 2px #FFFF00;
116 color: #333300;
117 background-color: #e0e0e0;
118}
119td.leftthird {
120 width: 36%;
121 text-align: left;
122}
123td.rightthird {
124 width: 36%;
125 text-align: right;
126}
127
128.meat {
129 align: center;
130 width: 100%;
131}
132input {
133 font-size: 10px;
134}
135ul {
136 margin-left: 10px;
137 padding: 0px;
138 list-style: none outside none;
139}
140/* F*** ME BUT THIS LOOKS LIKE CRAP! */
141/* Need to find a way to vertically centre the plus image on the text. >:( */
142/*li.hassub {
143 list-style: none outside url('../images/plus.gif');
144}
145li.leaf {
146 list-style: none outside none;
147} */
148
149#grptree {
150 //margin-left: 15px;
151}
152/* general classes */
153.errmsg {
154 font-weight: bold;
155 font-family: Verdana, Arial, Helvetica, sans-serif;
156 font-size:100%;
157 color: red;
158 background-color: #404040;
159 text-align: center;
160 border: thin solid #FFFFFF;
161 padding: 5px;
162 width: 70%;
163}
164.right {
165 right: 3px;
166}
167.center {
168 text-align: center;
169}
170
171#header {
172 border-bottom: thin solid #000000;
173 clear: both;
174 float: left;
175 width: 100%;
176}
177#footer {
178 border-top: thin solid #000000;
179 clear: both;
180}
181#contact {
182 font-size: 10px;
183 position: absolute;
184 right: 10px;
185 text-align: right;
186}
187
188#main {
189 position: relative;
190 float: right;
191 width: 100%;
192}
193#login {
194 margin-top: 50px;
195 margin-bottom: 50px;
196 padding: 3px;
197 border: thin solid #000000;
198}
199#tableholder {
200 padding: 2px;
201 background: #FFFFFF;
202 width: 70%;
203}
204#menu {
205 border-right: thin solid #000000;
206 margin-right: 5px;
207 padding: 3px;
208}
209#soadetail {
210 text-align: left;
211}
212/* somewhat generic/reusable */
213#datatablewrapper {
214 border: none;
215 width: 98%;
216 margin-left: 1%;
217 margin:right: 1%;
218}
Note: See TracBrowser for help on using the repository browser.