-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
66 lines (62 loc) · 1.03 KB
/
style.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
html {
font-family: helvetica, arial, sans-serif;
}
table, td, th {
border: 1px solid #D3D3D3;
border-collapse: collapse;
padding: 2px 4px;
margin-bottom: 1em;
}
th > a, th > a:active, th > a:visited {
color: #000;
text-decoration: none;
}
th {
text-align: left;
padding-right: 1em;
}
tr:nth-child(odd), tr.dim {
background-color: #f4f4f4;
}
table.rumble td:nth-child(3) {
text-align: center;
}
th.sortedby {
font-style: italic;
text-decoration: underline;
}
h3 {
font-weight: normal;
}
form[action="BotCompare"] {
margin: 0px;
text-align: center;
}
/* There is a nice fancy pure css way of doing this, but it's a bit too new */
td.green {
background-color: #9c0;
}
td.red {
background-color: #f60;
}
.header {
position: absolute;
}
#flag {
width: 30px;
height: 18px;
}
#distribution {
position: relative;
height: 220px;
width: auto;
align: center;
border: black 1px solid;
}
#distribution2 {
position: relative;
height: 170px;
width: auto;
align: center;
border: black 1px solid;
}