-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnetbase.css
63 lines (57 loc) · 1.13 KB
/
netbase.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
.netbase{
background-color: #EEF;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
}
.no_underline{
text-decoration:none;
}
.nolink{
text-decoration:none;
}
#netbase_results a{
color: black;
border: 0 none;
cursor: pointer;
text-decoration:none;
}
#netbase_results{
/*padding: 5px;*/
padding-left: 15px;
color: black;
background-color: white;
border-width: 3px;
border-style: double;
border-color: #22B;
text-decoration:none;
display: none; /* until all results are loaded*/
}
form{
margin: 5px;
}
table.sorted {
font-family: "Lucida Sans Unicode", sans-serif;
border-collapse: collapse;
border-width: 3px;
border-spacing: 1px;
border-style: double;
border-color: lightsteelblue;
}
table.sorted th {
border-width: 1px ;
padding: 2px;
border-style: ridge;
border-color: gray;
background-color: rgb( 255, 255, 240 );
}
table.sorted td {
border-width: 1px;
padding: 2px;
border-style: dotted;
border-color: gray;
}
table.sorted tr.odd {
background-color: aliceblue;
}
table.sorted tr.even {
background-color: white;
}