This repository was archived by the owner on Jul 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patheditor-style.css
More file actions
executable file
·95 lines (79 loc) · 1.44 KB
/
editor-style.css
File metadata and controls
executable file
·95 lines (79 loc) · 1.44 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
.mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 {
margin: 0 0 4% 0;
font-family: "Helvetica Neue", Helvetica, sans-serif;
font-weight: normal;
font-weight: 300;
line-height: 1.2;
color: #666E75;
}
.mceContentBody h1 {
font-size: 40px;
}
.mceContentBody h2 {
font-size: 36px;
}
.mceContentBody h3 {
font-size: 32px;
}
.mceContentBody h4 {
font-size: 28px;
}
.mceContentBody h5 {
font-size: 24px;
}
.mceContentBody h6 {
font-size: 20px;
}
.mceContentBody {
color: #6B747A;
font: 18px/1.6 "Helvetica Neue", Helvetica, sans-serif;
}
.mceContentBody p {
margin-bottom: 1.6em;
}
.mceContentBody blockquote {
overflow: hidden;
padding: 15px 0;
margin: 0 25px 25px 0px;
position: relative;
border-top: dotted 2px #EEE;
border-bottom: dotted 2px #EEE;
}
.mceContentBody blockquote p {
font-size: 20px;
margin-bottom: 0px;
color: #B1B8BE;
}
.mceContentBody ul {
margin: 0 0 1.6em 18px;
}
.mceContentBody li {
list-style-type: circle;
margin: 0 0 8px 0;
}
.mceContentBody ol {
margin: 0 0 1.6em 24px;
}
.mceContentBody ol li {
list-style-type: decimal;
}
.intro {
font-size: 20px;
color: #B1B8BE;
margin-bottom: 3%;
padding-bottom: 3%;
border-bottom: dotted 2px #EEE;
}
.highlight {
background: #fcf8a5;
color: #4D5458;
width: auto;
display: inline;
padding: 3px 5px;
}
hr {
height: 1px;
margin: 30px 0 30px 0;
border: 0;
border-bottom: solid 1px #eee;
}