-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsimple.css
107 lines (88 loc) · 1.59 KB
/
simple.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
* {
color:#3e3e3e;
font-family: Arial;
}
p{font-size:16px; /* line-height:28px; */ color:#595959;}
blockquote {
border-left: 10px solid rgba(128,128,128,0.075);
background-color: rgba(128,128,128,0.05);
padding: 13px 15px !important;
margin: 0px;
}
blockquote p {
color: #898989;
margin: 0px;
}
strong {
font-weight: normal;
color: #FD5B03;
}
body {
font-size: 16px;
}
pre {
background-color: #f8f8f8;
border-radius: 3px;
word-wrap: break-word;
padding: 12px 13px;
font-size: 13px;
color: #898989;
}
h1,h2,h3,h4,h5,h6 {
word-break: break-all !important;
margin: 20px 0;
line-height: 1.2;
text-align: left;
font-weight: bold;
padding-left: 15px;
}
h1 {
border-left: 6px solid #71BA51 !important;
font-size: 20px !important;
}
h2 {
border-left: 4px solid #71BA51 !important;
font-size: 18px !important;
}
h3 {
border-left: 4px solid #71BA51 !important;
}
a {
color: #4183C4 !important;
text-decoration: none !important;
}
ul, ol {
padding-left: 30px;
}
li {
line-height: 24px;
}
hr {
height: 4px;
padding: 0;
margin: 16px 0;
background-color: #e7e7e7;
border: 0 none;
overflow: hidden;
box-sizing: content-box;
border-bottom: 1px solid #ddd;
}
pre {
background: #f2f2f2 !important;
padding: 12px 13px;
}
code {
color: #a71d5d;
}
.author{
font-weight: normal;
border-left: none !important;
font-size:16px !important;
text-align: right;
}
.proofread{
font-weight: normal;
border-left: none !important;
font-size:16px !important;
text-align: right;
}