-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
124 lines (101 loc) · 2.73 KB
/
style.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
116
117
118
119
120
121
122
123
body {
padding-top: 10em;
}
p {
margin-bottom: 1.5em;
line-height: 1.4;
}
h1 {
ffont-size: 1.5em ;
margin: 5em 0 0.5em ;
font-weight: 500;
text-transform: uppercase;
border-top: 1px solid green;
padding-top: 0em;
font-size: 170%;
}
h2 {
font-size: 1.3em ;
margin: 5em 0 0.8em;
font-weight: 500;
text-transform: uppercase;
}
h3 {
font-size: 1.2em ;
margin: 3em 0 0.8em;
font-weight: 400;
text-transforms: uppercase;
}
li {
margin-left: 1.5rem;
margin-bottom: 1.5em;
padding-left: 0rem;
list-style-position: outside;
}
@media all {html {font-size: 24px;}}
@media all and (max-width:1000px){html {font-size: 24px;}}
@media all and (max-width:960px){html {font-size: 23px;}}
@media all and (max-width:920px){html {font-size: 22px;}}
@media all and (max-width:880px){html {font-size: 21px;}}
@media all and (max-width:840px){html {font-size: 20px;}}
@media all and (max-width:800px){html {font-size: 19px;}}
@media all and (max-width:760px){html {font-size: 18px;}}
@media all and (max-width:720px){html {font-size: 17px;}}
@media all and (max-width:680px){html {font-size: 16px;}}
@media all and (max-width:640px){html {font-size: 15px;}}
@media all and (max-width:600px){html {font-size: 14px;}}
@media all and (max-width:560px){html {font-size: 13px;}}
@media all and (max-width:520px){html {font-size: 12px;}}
* {
margin: 0;
padding: 0;
}
body, li, p {
font-family: "source-serif-pro",sans-serif;
}
li {
-moz-column-break-inside: avoid;
-webkit-column-break-inside: avoid;
-o-column-break-inside: avoid;
-ms-column-break-inside: avoid;
column-break-inside: avoid;
-moz-break-inside: avoid-column;
-webkit-break-inside: avoid-column;
-o-break-inside: avoid-column;
-ms-break-inside: avoid-column;
break-inside: avoid-column;
}
html {
height: 100%;
}
body {
padding: 0rem 0em 0rem 0em;
margin-left:auto;
margin-right:auto;
width:100%;
max-width:1000px;
min-width:520px;
min-height: 100%;
text-rendering: optimizeLegibility;
-moz-font-feature-settings: 'kern=1';
-moz-font-feature-settings: 'kern' 1;
-webkit-font-feature-settings: 'kern' 1;
-o-font-feature-settings: 'kern' 1;
-ms-font-feature-settings: 'kern' 1;
font-feature-settings: 'kern' 1;
text-rendering: optimizeLegibility;
-moz-font-feature-settings: 'liga=1';
-moz-font-feature-settings: 'liga' 1;
-webkit-font-feature-settings: 'liga' 1;
-o-font-feature-settings: 'liga' 1;
-ms-font-feature-settings: 'liga' 1;
font-feature-settings: 'liga' 1;
border-top: 0px solid black;
border-bottom: 0px solid black;
position: relative; z-index: -10000;
}
body > * {
ffont-size: 100%;
margin-left: 11.5rem;
margin-right: 2.5rem;
}