blob: 0cc2e0a7742f8ed93553e2e22e7ab5579e7b4c39 (
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
|
#lcolonq-jam {
overflow: scroll;
text-align: justify;
}
.lcolonq-jam-cool {
text-transform: lowercase;
}
a {
text-decoration: none;
font-weight: bold;
color: black;
}
#lcolonq-jam h1 {
text-align: center;
}
#lcolonq-jam h2 {
text-align: center;
}
#lcolonq-jam h4 {
margin: 0px;
}
#lcolonq-jam-content {
max-width: 34rem;
margin-left: auto;
margin-right: auto;
padding-left: 1rem;
padding-right: 1rem;
}
.lcolonq-green {
color: green;
}
.lcolonq-jam-subtitle {
margin-top: -1.4rem;
text-align: center;
font-size: 0.8em;
color: darkgrey;
}
#lcolonq-jam-footer {
text-align: center !important;
font-size: 0.5em;
color: darkgrey;
}
|