-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.scss
215 lines (208 loc) · 3.21 KB
/
index.scss
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
.centered {
float: none;
margin: 0 auto;
}
.center {
text-align: center;
}
/***color***/
#header {
margin-top: 0;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
font-weight: bold;
font-family: "Lato-Light";
background-color: #fff;
}
#navigation .wrapper {
padding: 5px 65px;
margin: 0 auto;
text-align: center;
a {
color: black;
&:hover {
color: blue;
}
}
}
#navigation ul {
position: absolute;
right: 4em;
top: 1.3em;
vertical-align: middle;
font-size: 1.5em;
display: inline;
}
#navigation ul li {
list-style-type: none;
display: inline;
margin-left: 1em;
}
#navigation ul li span {
padding: 0 5px;
}
#navigation ul li a {
color: #f80041;
display: inline-block;
}
#navigation ul li a:hover {
border-bottom: #f80041 3px solid;
text-decoration: none;
}
table {
margin-top: 30px;
margin-bottom: 30px;
font-size: 15px;
}
th {
padding: 2% 6% 2% 0;
}
td {
border-style: dotted;
border-width: 0px;
border-color: #ddd;
min-width: 100px;
padding: 2px;
}
tr {
text-align: left;
border: 1px black solid;
padding: 3px;
}
tr:hover {
background-color: #f0efb6;
}
td:hover {
background-color: #dfdd61;
cursor: pointer;
}
tr:nth-child(odd) {
color: green;
}
tr:nth-child(even) {
background-color: #EEE;
}
main {
font-family: "Lato-Light";
margin-top: 3em;
@media (min-width: 1000px) {
margin-left: 31em;
width: 51em;
}
}
main .head {
font-size: 50px;
font-family: "Lato-Medium";
}
main .head:before {
content: " ";
width: 31.8px;
height: 37.2px;
background-size: 31.8px 37.2px;
position: absolute;
margin-left: -37px;
margin-top: 13px;
}
main .block {
margin-bottom: 70px;
}
main .block .title {
font-family: "Lato-Medium";
padding-left: 17px;
margin-left: -30px;
font-size: 40px;
margin-bottom: 15px;
}
main .block .title:target {
margin-top: 50px;
border-left: 5px #f80041 solid;
}
main .block .intro {
font-size: 20px;
line-height: 1.5em;
}
main .md {
margin-left: 10px;
}
main .md h2 {
margin-left: -20px;
}
main .md p {
font-size: 17px;
}
.sidebar {
margin-left: 42px;
margin-top: 20px;
float: left;
display: inline-block;
font-family: "Lato-Light";
text-decoration: none;
}
.sidebar ul {
margin-bottom: 21px;
}
.sidebar li.title {
font-weight: 900;
font-size: 15px;
font-family: "Lato-Medium";
padding-bottom: 3px;
}
li.nav-sub {
font-size: 13px;
}
.sidebar li.title .small {
font-size: 15px;
padding-left: 5px;
}
.sidebar li {
list-style-type: none;
// font-size: 16px;
}
.sidebar li a {
color: black;
}
.sidebar li a:hover {
text-decoration: none;
color: #f80041;
}
.sidebar li:not(.title) {
margin-left: 7px;
padding-top: 3px;
}
footer {
margin-top: 150px;
border-bottom: 4px solid #f80041;
}
footer .copyright {
text-align: center;
padding-bottom: 10px;
font-size: 17px;
font-family: "Lato-Light";
}
p {
font-size: 1.3em;
}
.section-title {
text-decoration: underline;
margin-bottom: 15px;
}
.q-tag {
color: green;
margin-left: -3%;
}
.section-answer ~ p {
margin-left: 3%;
}
ul {
padding: 0 20px;
}
.avatar {
width: 80px;
}
.youtube-img {
margin-left: 10px;
}
.row {
@media (max-width: 768px) {
margin: 0;
}
}