source: trunk/dnsbl/templates/dnsbl.css@ 56

Last change on this file since 56 was 56, checked in by Kris Deugau, 9 years ago

/trunk/dnsbl

Missed a dimension update in the CSS

File size: 2.8 KB
Line 
1/* CSS for browse view of DNSBL data */
2body {
3 font-family: "Times New Roman",Times,serif;
4}
5input {
6 font-family: Helvetica,"Arial Narrow",sans-serif;
7}
8
9.lvl0 {
10 background: #ccffcc;
11 border: 1px solid #000000;
12 margin: 2px;
13 padding: 2px;
14 width: 750px;
15}
16.lvl1 {
17 background: #99ff99;
18 border: 1px solid #000000;
19 margin: 2px;
20 padding: 2px;
21 position: relative;
22 left: 75px;
23 top: 0px;
24 width: 675px;
25}
26.lvl2 {
27 background: #66dd66;
28 border: 1px solid #000000;
29 margin: 2px;
30 padding: 2px;
31 position: relative;
32 left: 75px;
33 top: 0px;
34 width: 600px;
35}
36.lvl3 {
37 background: #33aa33;
38 border: 1px solid #000000;
39 margin: 2px;
40 padding: 2px;
41 position: relative;
42 left: 75px;
43 top: 0px;
44 width: 525px;
45}
46.lvl4 {
47 background: #009900;
48 border: 1px solid #000000;
49 margin: 2px;
50 padding: 2px;
51 position: relative;
52 left: 75px;
53 top: 0px;
54 width: 450px;
55}
56.lvl5 {
57 background: #009900;
58 border: 2px solid #000000;
59 margin: 2px;
60 padding: 2px;
61 position: relative;
62 left: 75px;
63 top: 0px;
64 width: 375px;
65}
66.lvl6 {
67 background: #009900;
68 border: 2px solid #000000;
69 margin: 2px;
70 padding: 2px;
71 position: relative;
72 left: 75px;
73 top: 0px;
74 width: 300px;
75}
76
77.auto0 {
78 background: #ffffcc;
79}
80.auto1 {
81 background: #ffff99;
82}
83.auto2 {
84 background: #dddd66;
85}
86.auto3 {
87 background: #aaaa33;
88}
89.auto4 {
90 background: #999900;
91}
92.auto5 {
93 background: #999900;
94}
95.auto6 {
96 background: #999900;
97}
98
99.b0list {
100 background: #ffcc99;
101 border: 1px solid #000000;
102 margin: 1px;
103}
104.b1list {
105 background: #ff9900;
106 border: 1px solid #000000;
107 margin: 1px;
108}
109.b2list {
110 background: #cc6600;
111 border: 1px solid #000000;
112 margin: 1px;
113}
114.b3list {
115 background: #cc6600;
116 border: 2px solid #000000;
117 margin: 1px;
118}
119.b4list {
120 background: #cc6600;
121 border: 2px solid #000000;
122 margin: 1px;
123}
124.b5list {
125 background: #cc6600;
126 border: 2px solid #000000;
127 margin: 1px;
128}
129.b6list {
130 background: #cc6600;
131 border: 2px solid #000000;
132 margin: 1px;
133}
134
135.b0org {
136 background: #ffcccc;
137 border: 1px solid #000000;
138 margin: 1px;
139}
140.b1org {
141 background: #ff0000;
142 border: 1px solid #000000;
143 margin: 1px;
144}
145.b2org {
146 background: #990000;
147 border: 1px solid #000000;
148 margin: 1px;
149}
150.b3org {
151 background: #990000;
152 border: 2px solid #000000;
153 margin: 1px;
154}
155.b4org {
156 background: #990000;
157 border: 2px solid #000000;
158 margin: 1px;
159}
160.b5org {
161 background: #990000;
162 border: 2px solid #000000;
163 margin: 1px;
164}
165.b6org {
166 background: #990000;
167 border: 2px solid #000000;
168 margin: 1px;
169}
170
171.iplist {
172 background: #00ffff;
173 border: 1px solid #000000;
174 margin: 2px;
175 padding: 2px;
176 position: relative;
177 left: 75px;
178 top: 0px;
179 width: 150px;
180}
181/*.inhere {
182 font-weight: bold;
183}*/
184.inhere {
185 border: 3px solid #ff0000;
186}
187.repeater {
188 font-weight: bold;
189}
190.scroll780 {
191 border: 2px solid #0000ff;
192 height: 780px;
193 width: 820px;
194 overflow: auto;
195}
Note: See TracBrowser for help on using the repository browser.