58 lines
No EOL
808 B
CSS
58 lines
No EOL
808 B
CSS
* {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
line-height: 1.4;
|
|
}
|
|
|
|
h1 {
|
|
text-align: center;
|
|
}
|
|
|
|
body {
|
|
color: #FFFFFF;
|
|
background-color: #000000;
|
|
font-family: sans-serif;
|
|
font-size: 12;
|
|
}
|
|
|
|
.content {
|
|
margin: auto;
|
|
padding: 5px;
|
|
max-width: 45em;
|
|
padding: 1em;
|
|
/* width: 100%; */
|
|
border: 3px solid darkred;
|
|
overflow: auto;
|
|
}
|
|
|
|
/* .around { */
|
|
/* border: 1px solid grey; */
|
|
/* margin: auto; */
|
|
/* max-width: 685px; */
|
|
/* padding: 1px; */
|
|
/* width: 100%; */
|
|
/* text-align: center; */
|
|
/* } */
|
|
|
|
.post {
|
|
width: 76ch;
|
|
word-break: break-all;
|
|
font: mo;
|
|
}
|
|
|
|
.years {
|
|
padding: 4px;
|
|
border-bottom: solid gray;
|
|
}
|
|
|
|
pre {
|
|
text-align: left;
|
|
color: black;
|
|
padding: 20px;
|
|
padding-top: 5px;
|
|
margin: 0px;
|
|
font-size: 12px;
|
|
text-decoration: none;
|
|
overflow: hidden;
|
|
background-color: white;
|
|
} |