2013-05-19 17:14:20 -04:00
|
|
|
body {
|
|
|
|
margin: 1em 5em;
|
|
|
|
text-align: justify;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* hanging */
|
|
|
|
header, footer {
|
|
|
|
margin: 0em -3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1, h2, h3 {
|
|
|
|
font-family: 'URW Gothic L', 'Avant Garde', sans-serif;
|
2013-05-19 17:35:13 -04:00
|
|
|
font-weight: normal;
|
2013-05-19 17:14:20 -04:00
|
|
|
}
|
|
|
|
|
2013-05-19 17:35:13 -04:00
|
|
|
h1 { font-size: 1.8em; }
|
|
|
|
h2 { font-size: 1.4em; }
|
2013-05-19 17:14:20 -04:00
|
|
|
|
|
|
|
h2.date {
|
2013-05-19 17:35:13 -04:00
|
|
|
font-size: 1.1em;
|
|
|
|
color: #666f63;
|
|
|
|
|
|
|
|
margin-top: -1em;
|
|
|
|
margin-bottom: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1.title {
|
|
|
|
font-size: 2em;
|
|
|
|
margin-bottom: 0.1em;
|
|
|
|
}
|
|
|
|
h2.desc {
|
|
|
|
font-size: 0.8em;
|
|
|
|
text-transform: uppercase;
|
|
|
|
letter-spacing: 0.1em;
|
|
|
|
font-weight: normal;
|
|
|
|
color: #666f63;
|
|
|
|
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 3em;
|
2013-05-19 17:14:20 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
p#ref-0 {
|
|
|
|
margin-top: 2em;
|
|
|
|
}
|
|
|
|
p.ref {
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#gnuinside {
|
|
|
|
position: absolute;
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
top: 0px;
|
|
|
|
right: 0px;
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
|
|
|
font-size: 0.9em;
|
|
|
|
margin-top: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer .commit-id {
|
|
|
|
font-family: monospace;
|
|
|
|
}
|