source: trunk/templates/dns.css@ 55

Last change on this file since 55 was 48, checked in by Kris Deugau, 15 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
RevLine 
[2]1#debug {
2 background-color: #990066;
[24]3 padding: 2px;
[2]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;*/
[39]13 background-color: #f8f8f8;
[2]14}
15hr {
16 background-color: #666;
17 height: 1px;
18 border: 0;
19}
[38]20img {
21 border: 0px;
22}
23fieldset {
24 border: none;
25 padding: 0px;
26 margin: 0px;
27}
[2]28
29table.login {
30 text-align: center;
31 border: thin solid #000000;
32 background-color: #CCCCFF;
33}
34table.list {
35 background-color: #F0F0F0;
36}
[38]37table.container {
38 background-color: #FFFFFF;
39 border: none;
40}
[2]41table.wholepage {
42 width: 100%;
43}
[38]44
[2]45tr.row0 {
46 background-color: #FFFFFF;
47}
48tr.row1 {
49 background-color: #DDDDDD;
50}
51tr.tableheader {
52 background-color: #CCCCCC;
53 padding: 3px;
[48]54 text-align: left;
[2]55}
56tr.darkrowheader {
57 background-color: #CCCCCC;
58 padding: 3px;
59}
60tr.datalinelight {
61 background-color: #F0F0F0;
[48]62 text-align: left;
[2]63}
[38]64
[2]65td.tblsubmit {
[38]66 background-color: #F0F0F0;
[2]67 text-align: center;
68}
69td.inputlabel {
70 text-align: right;
71 padding: 3px;
72}
[39]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}
[2]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}
[34]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}
[33]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}
[41]119td.leftthird {
120 width: 36%;
121 text-align: left;
122}
123td.rightthird {
124 width: 36%;
125 text-align: right;
126}
[33]127
[2]128.meat {
129 align: center;
130 width: 100%;
131}
132input {
133 font-size: 10px;
134}
[24]135ul {
136 margin-left: 10px;
137 padding: 0px;
[42]138 list-style: none outside none;
[24]139}
[41]140/* F*** ME BUT THIS LOOKS LIKE CRAP! */
141/* Need to find a way to vertically centre the plus image on the text. >:( */
[42]142/*li.hassub {
[41]143 list-style: none outside url('../images/plus.gif');
144}
145li.leaf {
146 list-style: none outside none;
[42]147} */
148
[41]149#grptree {
[42]150 //margin-left: 15px;
[41]151}
[2]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}
[39]167.center {
168 text-align: center;
169}
[2]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}
[39]209#soadetail {
210 text-align: left;
211}
212/* somewhat generic/reusable */
[41]213#datatablewrapper {
214 border: none;
[39]215 width: 98%;
[41]216 margin-left: 1%;
217 margin:right: 1%;
[39]218}
Note: See TracBrowser for help on using the repository browser.