-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbandmap.css
50 lines (47 loc) · 1.03 KB
/
bandmap.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
body,td{font-family:Ubuntu,calibri,tahoma,arial,sans-serif; font-size: 12px}
h2 {font-size:18px}
h3 {
margin-bottom: 1px;
padding-bottom: 1px;
}
h4 {
padding: 0px 0px 0px 5px;
margin: 0px 0px 0px 5px;
}
ul {
margin-top: 3px;
margin-bottom: 3px;
}
table {
border-width: 2px;
border-color: #000000;
border-style: solid;
}
th {
background-color: #aabbff;
}
td {
padding-right: 6px;
padding-left: 6px;
}
code {
background-color: #dddddd;
}
.newspot { background-color: #ffcccc; }
.midspot { background-color: #ffffff; }
.oldspot { background-color: #eeeeee; }
.right { text-align:right; }
.center { text-align:center; }
.snr50 { color: #ffffff; font-weight:900; background-color: #505050}
.snr40 { color: #000000; font-weight:900}
.snr30 { color: #444444; font-weight:bold}
.snr20 { color: #000000; }
.snr10 { color: #444444; }
.snr00 { color: #888888; }
.selfspot { background-color: #ccffcc; }
.alert { background-color: #f4f444; }
.btn {
border: solid #000000 1px;
border-radius: 5px;
padding: 2px 4px 2px 4px;
}