aboutsummaryrefslogtreecommitdiff
path: root/assets/css/main.css
blob: 360f25408688bba2327470476453c972c7723243 (plain) (blame)
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
/**
 * Stylesheet of the Netflix Stats Generator
 * @author Marvin Borner
 * @copyright Marvin Borner 2019
 */

html, body {
    padding: 8px;
    color: #ffffff;
    background-color: #141414;
    font-family: "Varela Round", sans-serif !important;
    text-rendering: optimizeLegibility !important;
}

canvas {
    margin: 8px auto 0;
    width: 100%;
}

.loading, .stats {
    display: none;
}

.stats {
    text-align: center;
}

.stats > div {
    padding: 8px;
    margin-top: 8px;
    border: 1px solid white;
}

.heatMap {
    border-collapse: collapse;
}

.heatMap td {
    width: 2vw;
    height: 2vw;
    border: 1px solid white;
}