-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththis-file-me.css
106 lines (87 loc) · 1.51 KB
/
this-file-me.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 200;
margin: 50px 0;
padding: 0;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
h1 {
}
pre, span.literal {
background: #eaeaea;
font-family: "Courier New";
padding: 3px;
}
h2 { color: gray }
#outer {
width: 800px;
margin: 0 auto;
}
input.hash {
width: 520px;
font-size: 0.8em;
padding: 2px;
font-family: "Courier New";
}
input[type="button"] {
padding: 5px;
cursor: pointer;
}
a { color: black; }
a:hover {
background: black;
color: white;
}
span.upsets {
background: gold;
padding: 3px;
}
span.pleases {
background: magenta;
padding: 3px;
}
#pleases {
background: magenta;
}
#upsets {
background: gold;
}
table.leaderboard th {
border-bottom: solid 1px #eaeaea;
}
table.leaderboard td.hash {
padding: 5px;
font-family: "Courier New";
font-size: 0.9em;
}
table.leaderboard td.upsets {
text-align: center;
font-size: 2em;
font-weight: bold;
color: gold;
}
table.leaderboard td.pleases {
text-align: center;
font-size: 2em;
font-weight: bold;
color: magenta;
}
.details, .none {
font-weight: bold;
font-size: 2em;
border-style: dashed none none none;
border-color: #ccc;
border-width: 4px;
margin: 50px 10px;
padding: 10px 0px;
}
.none {
color: #777;
}
.inc {
cursor: pointer;
}