1
Fork 0
blog/fnord.css
Jan-Erik Rediger 33d50fde7b init
2011-08-25 12:20:25 +02:00

65 lines
1.1 KiB
CSS

body {
background-color: #eee;
color: #1a1a1a;
font-family: monospace;
}
a { color: #06c; text-decoration: none; }
a:hover { text-decoration: underline; }
h1 a, .heading a { color: black; }
h1 a:hover { text-decoration: none; }
/*a:visited { color: green; }*/
.post .heading:before { content: "// "; }
.post h2 { margin: 0; }
.post p.date { margin: 0; font-style: italic; }
.post p.date:before { content: "/* "; }
.post p.date:after { content: " */"; }
.post p {
word-wrap: break-word;
}
.footer { padding-top: 0px; }
.footer p { padding: 0; margin: 0;}
blockquote {
margin-left: 10px;
padding-left: 10px;
border-left: 1px solid gray;
}
pre {
margin-left: 10px;
background-color: #ddd;
padding: 5px;
box-shadow: 0px 0px 2px #666;
}
.post {
margin-bottom: 15px;
padding: 20px;
padding-top: 10px;
padding-bottom: 5px;
background-color: white;
box-shadow: 0px 0px 2px #666;
}
.nav {
margin-bottom: 10px;
}
.nav h1, .nav ul, .nav li {
display: inline;
}
.nav ul {
}
.content {
width: 986px;
margin: 0 auto;
}
.paginator {
margin-bottom: 10px;
text-align: center;
}