summaryrefslogtreecommitdiff
path: root/assets/css/advent.css
blob: c6097b83382ce8d13eddc8cba383e6db94b66cfb (plain)
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
/* advent */
#lcolonq-advent {
    overflow-y: scroll;
    color: white;
    background-color: black;
    min-height: 100vh;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#lcolonq-advent-container {
    height: 100%;
    margin-left: 3rem;
    margin-right: 3rem;
}
.lcolonq-advent-header {
    text-align: center;
    padding-bottom: 1rem;
}
.lcolonq-advent-header h1 {
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-size: 15vw;
}
.lcolonq-advent-subtitle {
    font-weight: bold;
}
.lcolonq-advent-body {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    text-align: justify;
}
.lcolonq-advent-link {
    text
}
.lcolonq-advent-puzzle {
    display: block;
    text-decoration: none;
    color: white;
    border: solid;
    border-color: white;
    margin-top: 1rem;
    padding: 0.5rem;
}
.lcolonq-advent-puzzle:hover {
    background-color: #111111;
}
.lcolonq-advent-puzzle h3 {
    margin: 0px;
}
.lcolonq-advent-puzzle-author {
    font-weight: bold;
}
.lcolonq-advent-puzzle-body {
    margin-left: 1rem;
    margin-right: 1rem;
}
.lcolonq-advent-link {
    text-decoration: none;
    color: white;
    font-weight: bold;
}
.lcolonq-advent-submit {
    display: none;
}