-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
103 lines (85 loc) · 1.74 KB
/
custom.css
File metadata and controls
103 lines (85 loc) · 1.74 KB
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
body {
/* Serif options */
/*font-family: "Times New Roman", Times, serif;*/
/*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif */
/*Sans Serif options */
/*font-family: "Helvetica", Arial, Freesans, clean, sans-serif;*/
/*font-family: "Helvetica Neue", Arial, Freesans, clean, sans-serif;*/
/*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
/*font-family: "Trebuchet MS", Helvetica, sans-serif;*/
/*font-family: Verdana, Geneva, sans-serif;*/
/*font-family: Tahoma, Geneva, sans-serif;*/
font-family: Georgia, Baskerville, 'Times New Roman', Times, serif;
padding:1em;
font-size: small;
font-weight:300;
line-height: 2.75ex;
margin:10em;
max-width:42em;
background:#fefefe;
color:#333;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
margin: 2em 0px 15px 0px;
line-height: 3ex;
}
h1 {
color: #000;
font-size: 2em;
}
h2 {
font-size: 2em;
}
h3 {
font-size: 1.6em;
}
h4 {
font-size: 1.3em;
}
h5 {
font-size: 1em;
}
h6 {
color: #777777;
background-color: inherit;
font-size: 1em;
}
hr {
height: 0.2em;
border: 0;
color: #CCCCCC;
background-color: #CCCCCC;
}
p, blockquote, ul, ol, dl, li, table, pre {
margin: 15px 0;
}
code, pre {
border-radius: 3px;
background-color: #F8F8F8;
color: inherit;
}
code {
border: 1px solid #EAEAEA;
margin: 0 2px;
padding: 0 5px;
}
pre {
border: 1px solid #CCCCCC;
line-height: 1.25em;
overflow: auto;
padding: 6px 10px;
}
pre > code {
border: 0;
margin: 0;
padding: 0;
}
a, a:visited {
color: #4183C4;
background-color: inherit;
text-decoration: none;
}
img {
max-width: 100%;
}