aboutsummaryrefslogtreecommitdiff
path: root/source/css/theme-chinese-article.css
blob: 8e91477bf01d284cca9b7a7b9d7fe201d7d6cc9a (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
h1 {
    font-size: 140%;
}

h2 {
    font-size: 110%;
}

h3 {
    font-size: 100%;
}

p {
    margin-top: 0;
    margin-bottom: 0;
    text-indent: 2em;
    line-height: 1.3em;
}

blockquote {
    margin: 1em 2em 1em 2em;
    padding: 0;
    border: none;
    font-style: normal;
}

article a {
    text-decoration: none;
    color: #777;
}

sup {
    margin: 0;
}

.en p, .en li {
    text-indent: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.en blockquote {
    font-style: italic;
}

.date-tag {
    text-align: right;
}

.poem {
    text-align: center;
}

.undent, .footnotes p {
    text-indent: 0;
}

.skip {
    margin-bottom: 1em;
}

.poem p {
    margin-top: 1em;
    margin-bottom: 1em;
    text-indent: 0;
}