You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
414 B
27 lines
414 B
7 years ago
|
body {
|
||
|
padding: 1em;
|
||
|
max-width: 1000px;
|
||
|
font-family: "Segoe UI",Helvetica,Arial,sans-serif;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
line-height: 1.5;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
font-size: 2em;
|
||
|
}
|
||
|
h1, h2 {
|
||
|
border-bottom: 1px solid #eeeeee;
|
||
|
padding-bottom: .3em;
|
||
|
}
|
||
|
|
||
|
h3.ref {
|
||
|
display: block;
|
||
|
font-family: monospace;
|
||
|
background-color: #008080;
|
||
|
color: #FFFFFF;
|
||
|
padding: .5em;
|
||
|
|
||
|
|
||
|
}
|