-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathstyles.css
99 lines (95 loc) · 1.64 KB
/
styles.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
body {
font-family: Ubuntu;
font-size: 18px;
line-height: 140%;
background-color: whitesmoke;
}
.divPageBody {
width: 65%;
margin-top: 120px;
margin-left: auto;
margin-right: auto;
margin-bottom: 400px;
}
.divBodyEditor {
font-family: "Merriweather";
font-size: 19px;
letter-spacing: 0.01rem;
font-weight: 400;
font-style: normal;
line-height: 1.69;
padding-left: 6px;
padding-right: 6px;
margin-top: 40px;
min-height: 300px;
}
.divBodyEditor p {
margin-top: 3px;
margin-bottom: 17px;
}
.divBodyEditor h3 {
font-family: "Open Sans";
font-size: 1.3em;
margin-top: 0;
}
.divBodyEditor h2 {
font-family: "Open Sans";
font-size: 1.7em;
margin-top: 0;
}
.divTitleEditor {
font-family: "Open Sans";
font-size: 50px;
font-weight: 800;
letter-spacing: -0.03em;
min-height: 1em;
padding-top: .3em;
padding-bottom: .3em;
padding-left: 6px;
padding-right: 6px;
line-height: 100%;
}
.divTitleEditor p {
-webkit-margin-before: 0;
-webkit-margin-after: 0;
}
.divDescriptionEditor {
font-family: "Open Sans";
font-size: 30px;
font-weight: 800;
letter-spacing: -0.03em;
min-height: 1em;
margin-top: 0;
padding-top: .3em;
padding-bottom: .3em;
padding-left: 6px;
padding-right: 6px;
line-height: 100%;
}
:focus, :visited:focus {
outline: 1px solid silver;
background-color: white;
}
.divBelowTheFold {
margin-top: 40px;
}
.divChangeNotes {
margin-top: 25px;
}
.divChangeNotes li {
margin-bottom: .4em;
}
.medium-editor-placeholder:after {
font-style: normal;
font-size: 1em;
top: .3em;
}
.divVersionNumber {
font-size: 12px;
float: right;
padding: 19px;
}
.iMenuCheck {
margin-left: -20px;
margin-right: 4px;
}