This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathircddb.css
69 lines (58 loc) · 2.21 KB
/
ircddb.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
63
64
65
66
67
68
69
p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #000000}
pre { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
background-attachment: fixed;
background-image: url(images/background.jpg); /*add a background image of choice*/
background-repeat: no-repeat;
background-position: center bottom;
background-color: #FFFFFF;
}
a:active { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #333333; font-weight: normal}
a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #0000FF; font-weight: bold}
a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; font-weight: normal}
a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #666666; font-weight: normal}
/*H3 and H4 are used in the hotspot.php script, adjust to suit */
h1 { font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; font-size: 36px; font-weight: bold}
h2 { font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; font-size: 24px; font-weight: bold}
h3 { font-family: Verdana, Arial, Helvetica, sans-serif; color: #fff600; font-size: 18px; font-weight: bold;}
h4 { font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; font-size: 18px; font-weight: bold}
h5 { font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; font-size: 12px; font-weight: bold}
h6 { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 8px; font-weight: bold}
/* TD is used for the table, to set font, size, etc.*/
td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; text-align: center}
table {
background-color: white;
width: 100%;
border: none;
}
tr {
background-color: #0030ff;
}
tr.gatewayinfo {
background-color: #919191;
}
th {
color: white;
font-size: 16px;
}
.calls {
width: 16.7%;
}
th.gatewayinfo {
width: 12.5%
}
.row0 {
background-color: #cdc5c5;
}
.row1 {
background-color: #919191;
}
.progress-bar {
color: #000000;
}
.progress {
margin-bottom: 0;
}