-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
61 lines (57 loc) · 1017 Bytes
/
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
body {
background-color: #232323;
color: lightgray;
}
a:link {
color: orange;
text-decoration: none;
}
a.action.mpv:link {
display: block;
color: purple;
font-size: 1.2em;
line-height: 1em;
text-decoration: none;
}
#files {
width: 100%;
}
#files {
font-family: monospace;
}
#files td.hash.ed2k,
#files td.hash.md5,
#screenshots td.hash.ed2k {
font-size: 0.5em;
}
#screenshots td.episode.number,
#screenshots td.time.position {
font-size: 2em;
text-align: right;
font-family: monospace;
}
table tr:hover td {
background-color: hsla(0, 100%, 100%, 0.2);
}
#files tr td.filesize,
#files tr td.hash {
text-align: right;
}
table {
border-spacing: 0;
padding: 0;
}
td, th {
border-style: dashed;
border-width: 0.5px;
border-color: darkgrey;
border-collapse: collapse;
padding-left: 0.2em;
padding-right: 0.2em;
}
tr:nth-of-type(even) {
background-color: #121212;
}
#screenshots td.image {
text-align: center;
}