142 lines
1.2 KiB
CSS
142 lines
1.2 KiB
CSS
body
|
|
{
|
|
background-color: #EFE9E0;
|
|
color: #000;
|
|
font-family: "Amethysta";
|
|
padding-top: 1em;
|
|
text-align: center;
|
|
}
|
|
|
|
a
|
|
{
|
|
color: #333;
|
|
}
|
|
|
|
a:hover,
|
|
a:active
|
|
{
|
|
color: #666;
|
|
}
|
|
|
|
abbr
|
|
{
|
|
border-bottom: 1px dotted #999;
|
|
}
|
|
|
|
article
|
|
{
|
|
margin: 0 auto;
|
|
max-width: 1440px;
|
|
width: 90%;
|
|
}
|
|
|
|
div
|
|
{
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
dt
|
|
{
|
|
border-bottom: 1px solid #999;
|
|
}
|
|
|
|
dt,
|
|
li,
|
|
p
|
|
{
|
|
margin: 0.5em 0;
|
|
}
|
|
|
|
footer
|
|
{
|
|
clear: both;
|
|
font-size: 0.75em;
|
|
text-align: right;
|
|
width: 100%;
|
|
}
|
|
|
|
h1
|
|
{
|
|
font-family: "Fjalla One";
|
|
font-size: 4em;
|
|
}
|
|
|
|
h2
|
|
{
|
|
font-family: "Fjalla One";
|
|
font-size: 1.5em;
|
|
line-height: 2em;
|
|
}
|
|
|
|
header section div
|
|
{
|
|
display: inline;
|
|
}
|
|
|
|
hr
|
|
{
|
|
border: none;
|
|
border-bottom: 1px solid #333;
|
|
}
|
|
|
|
p
|
|
{
|
|
text-indent: 2em;
|
|
}
|
|
|
|
section header
|
|
{
|
|
float: left;
|
|
font-family: "Fjalla One";
|
|
font-size: 3em;
|
|
font-variant: small-caps;
|
|
width: 20%;
|
|
}
|
|
|
|
section ul
|
|
{
|
|
list-style-position: inside;
|
|
list-style-type: square;
|
|
}
|
|
|
|
section .content
|
|
{
|
|
display: inline-block;
|
|
line-height: 1.5em;
|
|
text-align: justify;
|
|
width: 80%;
|
|
}
|
|
|
|
strong
|
|
{
|
|
font-weight: bold;
|
|
}
|
|
|
|
time
|
|
{
|
|
float: right;
|
|
font-style: oblique;
|
|
}
|
|
|
|
/*
|
|
ul li ul
|
|
{
|
|
margin-left: 0.5em;
|
|
}
|
|
*/
|
|
|
|
.divider
|
|
{
|
|
margin: 0 1em;
|
|
}
|
|
|
|
.print
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
.screen
|
|
{
|
|
display: inherit;
|
|
} |