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

Last change on this file since 31 was 31, checked in by Kris Deugau, 13 years ago

/trunk/dnsbl

CSS tweak so we don't get unfortunate wrapping on parts of the browse display

File size: 1.5 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.lvl0 {
9 background: #99ff99;
10 border: 1px solid #000000;
11 margin: 2px;
12 padding: 2px;
13 width: 750px;
14}
15.auto0 {
16 background: #ffffcc;
17}
18.b0list {
19 background: #ffcc99;
20 border: 1px solid #000000;
21 margin: 1px;
22}
23.b0org {
24 background: #ffcccc;
25 border: 1px solid #000000;
26 margin: 1px;
27}
28.lvl1 {
29 background: #33ff33;
30 border: 1px solid #000000;
31 margin: 2px;
32 padding: 2px;
33 position: relative;
34 left: 150px;
35 top: 0px;
36 width: 600px;
37}
38.auto1 {
39 background: #ffff00;
40}
41.b1list {
42 background: #ff9900;
43 border: 1px solid #000000;
44 margin: 1px;
45}
46.b1org {
47 background: #ff0000;
48 border: 1px solid #000000;
49 margin: 1px;
50}
51.lvl2 {
52 background: #009900;
53 border: 1px solid #000000;
54 margin: 2px;
55 padding: 2px;
56 position: relative;
57 left: 150px;
58 top: 0px;
59 width: 450px;
60}
61.auto2 {
62 background: #999900;
63}
64.b2list {
65 background: #cc6600;
66 border: 1px solid #000000;
67 margin: 1px;
68}
69.b2org {
70 background: #990000;
71 border: 1px solid #000000;
72 margin: 1px;
73}
74.iplist {
75 background: #00ffff;
76 border: 1px solid #000000;
77 margin: 2px;
78 padding: 2px;
79 position: relative;
80 left: 150px;
81 top: 0px;
82 width: 150px;
83}
84/*.inhere {
85 font-weight: bold;
86}*/
87.inhere {
88 border: 3px solid #ff0000;
89}
90.repeater {
91 font-weight: bold;
92}
93.scroll780 {
94 border: 2px solid #0000ff;
95 height: 780px;
96 width: 800px;
97 overflow: auto;
98}
Note: See TracBrowser for help on using the repository browser.