Last change
on this file was 27, checked in by Kris Deugau, 14 years ago |
/trunk/uribl
Add URI blacklist database interface code
|
File size:
1.4 KB
|
Line | |
---|
1 | /* CSS for browse view of DNSBL data */
|
---|
2 | .lvl0 {
|
---|
3 | background: #99ff99;
|
---|
4 | border: 1px solid #000000;
|
---|
5 | margin: 2px;
|
---|
6 | padding: 2px;
|
---|
7 | width: 750px;
|
---|
8 | }
|
---|
9 | .auto0 {
|
---|
10 | background: #ffffcc;
|
---|
11 | }
|
---|
12 | .b0list {
|
---|
13 | background: #ffcc99;
|
---|
14 | border: 1px solid #000000;
|
---|
15 | margin: 1px;
|
---|
16 | }
|
---|
17 | .b0org {
|
---|
18 | background: #ffcccc;
|
---|
19 | border: 1px solid #000000;
|
---|
20 | margin: 1px;
|
---|
21 | }
|
---|
22 | .lvl1 {
|
---|
23 | background: #33ff33;
|
---|
24 | border: 1px solid #000000;
|
---|
25 | margin: 2px;
|
---|
26 | padding: 2px;
|
---|
27 | position: relative;
|
---|
28 | left: 150px;
|
---|
29 | top: 0px;
|
---|
30 | width: 600px;
|
---|
31 | }
|
---|
32 | .auto1 {
|
---|
33 | background: #ffff00;
|
---|
34 | }
|
---|
35 | .b1list {
|
---|
36 | background: #ff9900;
|
---|
37 | border: 1px solid #000000;
|
---|
38 | margin: 1px;
|
---|
39 | }
|
---|
40 | .b1org {
|
---|
41 | background: #ff0000;
|
---|
42 | border: 1px solid #000000;
|
---|
43 | margin: 1px;
|
---|
44 | }
|
---|
45 | .lvl2 {
|
---|
46 | background: #009900;
|
---|
47 | border: 1px solid #000000;
|
---|
48 | margin: 2px;
|
---|
49 | padding: 2px;
|
---|
50 | position: relative;
|
---|
51 | left: 150px;
|
---|
52 | top: 0px;
|
---|
53 | width: 450px;
|
---|
54 | }
|
---|
55 | .auto2 {
|
---|
56 | background: #999900;
|
---|
57 | }
|
---|
58 | .b2list {
|
---|
59 | background: #cc6600;
|
---|
60 | border: 1px solid #000000;
|
---|
61 | margin: 1px;
|
---|
62 | }
|
---|
63 | .b2org {
|
---|
64 | background: #990000;
|
---|
65 | border: 1px solid #000000;
|
---|
66 | margin: 1px;
|
---|
67 | }
|
---|
68 | .iplist {
|
---|
69 | background: #00ffff;
|
---|
70 | border: 1px solid #000000;
|
---|
71 | margin: 2px;
|
---|
72 | padding: 2px;
|
---|
73 | position: relative;
|
---|
74 | left: 150px;
|
---|
75 | top: 0px;
|
---|
76 | width: 150px;
|
---|
77 | }
|
---|
78 | /*.inhere {
|
---|
79 | font-weight: bold;
|
---|
80 | }*/
|
---|
81 | .inhere {
|
---|
82 | border: 3px solid #ff0000;
|
---|
83 | }
|
---|
84 | .repeater {
|
---|
85 | font-weight: bold;
|
---|
86 | }
|
---|
87 | .scroll780 {
|
---|
88 | border: 2px solid #0000ff;
|
---|
89 | height: 780px;
|
---|
90 | width: 800px;
|
---|
91 | overflow: auto;
|
---|
92 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.