-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
85 lines (82 loc) · 1.33 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
body {
font-family: "Consolas", monospace;
font-size: 15pt;
padding-left: 6%;
padding-right: 6%;
}
div#title {
width: 100%;
text-align: center;
}
#small { font-size: 73%; }
div#tiny-title {
width: 100%;
padding-top: 20px;
font-size: 40%;
text-align: center;
}
/*marquee {
padding: 8px;
color: #fca503;
font-family: "Press Start 2P";
font-size: 13px;
}*/
pre {
margin: none;
padding: none;
}
div.navbutton { display: inline-block; }
table {
border-collapse: collapse;
width: auto;
}
td, th {
border: 1px solid #202020;
text-align: left;
padding: 8px;
}
tr:nth-child(even) { background-color: #dddddd; }
.banner { display: inline-block; }
ol { margin-left: 80px; }
p.credit {
color: #454545;
font-style: italic;
font-size: 80%;
}
.center {
margin-left: auto;
margin-right: auto;
text-align: center;
}
.fixtable {
display: table;
margin: 0 auto;
text-align: left;
}
table.stats {
width: 30%;
margin-left: 4%;
}
div.float {
float: right;
text-align: center;
margin-right: 4%;
}
/*tr.winner {
background-color: #a4cdfe;
}*/
@media only screen and (max-device-width: 700px) {
body { font-size: 12pt; }
div#title { font-size: 50%; }
table { width: 100% }
ol { margin-left: 20px; }
div.navbutton { font-size: 120%; }
div.float {
float: none;
margin-right: 0px;
}
table.stats {
width: 100%;
margin-left: 0px;
}
}