summaryrefslogtreecommitdiff
path: root/Libraries/LibHTML/CSS/Default.css
blob: edd42426c3554ec4e21bf62754b31829d7d2e55f (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
html {
    display: block;
    font-family: Katica;
}

head, link, meta, script, style, title {
    display: none;
}

body {
    display: block;
    margin-left: 8;
    margin-top: 8;
    margin-right: 8;
    margin-bottom: 8;
}

h1 {
    display: block;
    font-family: Pebbleton;
    font-weight: bold;
}

pre {
    display: block;
    font-family: Csilla;
}

u, ins {
    text-decoration: underline;
}

strong, b {
    font-family: KaticaBold;
}

p {
    display: block;
    margin-bottom: 8;
    margin-top: 8;
}