aboutsummaryrefslogtreecommitdiffstats
path: root/artwork/icons/index.css
blob: 10100398ae1f49df2964a6dc5fae893114b800e3 (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
body {
      font-family: Sans-Serif;
      color: #333;
      background-color: #fcfcfc;
}

img {
    padding-right: 0.1em;
}

/* Factor 0.72 */

.fpr {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fpr12 {
    font-size: 17px;
}

.fpr16 {
    font-size: 22px;
}

.fpr24 {
    font-size: 33px;
}

.fpr32 {
    font-size: 44px;
}

.fpr48 {
    font-size: 67px;
}

.fpr64 {
    font-size: 89px;
}

.fpr128 {
    font-size: 178px;
}

.fpr256 {
    font-size: 356px;
}

.text {
    column-count: 3;
    column-gap: 40px;
}

h2 {
    padding-top: 0px;
    margin-top: 0px;
}