1
Fork 0

A first try to change fonts a little.

This commit is contained in:
Jan-Erik Rediger 2014-09-19 11:15:02 +02:00
parent 27c7600eff
commit 7cc0acd4bb

View file

@ -1,7 +1,9 @@
body {
background-color: #eee;
color: #1a1a1a;
font-family: monospace;
font-style: normal;
font-size: 1.1em;
font-family: Helvetica, Arial, sans-serif;
}
a { color: #06c; text-decoration: none; }
a:hover { text-decoration: underline; }
@ -9,6 +11,8 @@ h1 a, .heading a { color: black; }
h1 a:hover { text-decoration: none; }
/*a:visited { color: green; }*/
.post .heading:before { content: "// "; }
.post .heading { font: bold 20px monospace; }
.post .date { font: italic 14px monospace; }
.post h2 { margin: 0; }
.post p.date { margin: 0; font-style: italic; }
.post p.date:before { content: "/* "; }
@ -48,6 +52,12 @@ p code, li code {
.nav h1, .nav ul, .nav li {
display: inline;
}
.nav h1 {
font: bold 26px monospace;
}
.nav li, .paginator, .footer {
font: normal 13px monospace;
}
.content {
margin: 0 auto;
max-width: 986px;