-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
115 lines (92 loc) · 2.27 KB
/
main.css
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
body {
font-family: "SimSun", "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 18px;
margin: 5% 20% 5% 20%;
padding: 2% 5% 5% 5%;
width: 50%;
line-height: 150%;
border: 1px solid LightGrey;
}
H1 {
font-family: STKaiti, "Kaiti SC", "SimSun", "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
H2 {
font-family: STKaiti, "Kaiti SC", "SimSun", "Palatino Linotype", "Book Antiqua", Palatino, serif;
margin-bottom: 60px;
margin-bottom: 40px;
padding: 5px;
border-bottom: 2px LightGrey solid;
width: 90%;
line-height: 150%;
color: DarkGreen;
}
H3 {
font-family: STKaiti, "Kaiti SC", "SimSun", "Palatino Linotype", "Book Antiqua", Palatino, serif;
margin-top: 40px;
margin-bottom: 30px;
border-bottom: 1px LightGrey solid;
width: 80%;
line-height: 150%;
color: DarkBlue;
}
H4 {
font-family: STKaiti, "Kaiti SC", "SimSun", "Palatino Linotype", "Book Antiqua", Palatino, serif;
margin-top: 40px;
margin-bottom: 30px;
border-bottom: 1px LightGrey solid;
width: 80%;
line-height: 150%;
color: DarkBlue;
}
li {
margin-left: 10px;
}
blockquote {
border-left: 4px lightgrey solid;
padding-left: 5px;
margin-left: 20px;
}
pre {
font-family: Inconsolata, Consolas, "DEJA VU SANS MONO", "DROID SANS MONO", Proggy;
font-size: 100%;
border: solid 1px #CC929A;
background-color: Ivory;
padding: 5px;
overflow: auto;
line-height: 130%;
margin-left: 10px;
width: 95%;
}
code {
font-family: Inconsolata, Consolas, "DEJA VU SANS MONO", "DROID SANS MONO", Proggy;
font-size: 90%;
}
a {
text-decoration: none;
cursor: crosshair;
border-bottom: 1px dashed Red;
padding: 1px;
color: black;
}
a:hover {
background-color: LightGrey;
}
img {
margin-left: 10px;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
margin-bottom: 30px;
}
hr {
color: LightGrey;
}
body div.content {}
body div.content code.has-jax {
font: inherit;
font-size: 100%;
background: inherit;
border: inherit;
color: #000000;
}