2019-04-14 05:58:37 +00:00
|
|
|
body {
|
2019-04-21 08:11:11 +00:00
|
|
|
font-family: monospace, Courier;
|
2019-04-14 06:00:53 +00:00
|
|
|
font-size: 16px;
|
2019-04-14 05:58:37 +00:00
|
|
|
|
2019-04-14 21:20:26 +00:00
|
|
|
max-width: 800px;
|
2019-04-14 05:58:37 +00:00
|
|
|
|
|
|
|
|
padding-left: 2ch;
|
|
|
|
|
padding-right: 3ch;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
|
|
|
|
|
color: #d8d8d8;
|
|
|
|
|
background: black;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 500px) { /* For small screen decices */
|
|
|
|
|
body {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
color: #d8d8d8;
|
2019-04-21 08:08:19 +00:00
|
|
|
text-decoration: underline dotted;
|
2019-04-14 05:58:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
text-align: justify;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
hr {
|
2019-04-14 17:34:34 +00:00
|
|
|
width: 100%;
|
2019-04-14 05:58:37 +00:00
|
|
|
border-top: 0.1px solid white;
|
|
|
|
|
}
|
|
|
|
|
|
2019-04-15 00:12:07 +00:00
|
|
|
img {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2019-04-14 17:34:34 +00:00
|
|
|
header {
|
|
|
|
|
text-align: center;
|
2019-04-14 17:39:46 +00:00
|
|
|
margin-bottom: 20px;
|
2019-04-14 17:34:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
footer {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
text-transform: uppercase;
|
2019-04-14 19:03:54 +00:00
|
|
|
margin-top: 0.5em;
|
|
|
|
|
margin-bottom: 0.5em;
|
2019-04-14 17:34:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h3 {
|
2019-04-14 18:06:16 +00:00
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: bold;
|
2019-04-14 19:03:54 +00:00
|
|
|
margin-top: 2em;
|
2019-04-14 18:06:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h4 {
|
2019-04-14 17:34:34 +00:00
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.index ol {
|
|
|
|
|
list-style: none;
|
|
|
|
|
padding: 0;
|
2019-04-14 05:58:37 +00:00
|
|
|
}
|
2019-04-14 18:06:16 +00:00
|
|
|
|
2019-04-21 08:08:19 +00:00
|
|
|
.index ol li {
|
|
|
|
|
margin-bottom: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.index ol li a {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
2019-04-14 18:06:16 +00:00
|
|
|
ul li {
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
2019-04-14 19:03:54 +00:00
|
|
|
|
|
|
|
|
code {
|
|
|
|
|
display: block;
|
|
|
|
|
white-space: pre;
|
|
|
|
|
|
2019-04-21 08:11:11 +00:00
|
|
|
font-family: monospace, Courier;
|
2019-04-14 19:03:54 +00:00
|
|
|
font-size: 16px;
|
|
|
|
|
|
|
|
|
|
background-color: #e8e8e8;
|
|
|
|
|
color: black;
|
|
|
|
|
|
|
|
|
|
border: 1px solid black;
|
|
|
|
|
|
|
|
|
|
padding: 1ch;
|
|
|
|
|
margin: 1ch;
|
|
|
|
|
|
|
|
|
|
overflow: scroll;
|
|
|
|
|
}
|