media/css/base.css @ 7de4cb70c10a

Add a simple fabfile.
author Steve Losh <steve@stevelosh.com>
date Wed, 16 Dec 2009 18:40:29 -0500
parents 81d4da7f81f5
children c657cf8e6286
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 1em;
    line-height: 2em;
}

h1 {font-size: 4em; line-height: 72px; font-weight: bold;}
h2 {font-size: 2em; line-height: 2em; font-weight: bold;}
h3 {font-size: 1.5em; line-height: 2em; font-weight: bold;}
h4 {font-size: 1.5em; line-height: 2em; font-weight: bold;}
h5 {font-size: 1em; line-height: 2em; font-weight: bold;}
h6 {font-size: 1em; line-height: 2em; font-weight: normal;}

a {
    text-decoration: none;
    font-weight: bold;
    color: #111;
}
a:hover {
    color: #000;
    border-bottom: 2px solid #cc0000;
}
a:visited {
    color: #333;
    font-style: italic;
}

ul, ol {
    margin-left: 0;
    padding-left: 0;
}
li {
    margin-bottom: 1em;
    margin-left: 1em;
    list-style-position: inside;
}

#header {
    height: 10em;
}
#header h1 {
    margin: 0;
    padding: 1em 0 0 0.5em;
    line-height: 0;
    font-size: 4em;
    color: black;
}
#header h1:hover {
	color: #cc0000;
}
#header a:visited {
    font-style: normal;
}

#nav ul {
    padding: 0;
    margin: 0;
}
#nav ul li {
    padding: 0;
    margin: 0;
    display: inline;
    list-style: none;
    padding: 0.5em;
    margin-right: 5px;
    background: black;
    color: white;
}
#nav ul li:hover {
    border-bottom: 5px solid #cc0000;
}
#nav a {
    color: white;
    border: none;
    font-style: normal;
}

#content-header {
    margin: 1em 0 0 0;
}

#content {
    margin: 0 2em 2em 2em;
}

ul#archives {
    list-style: none;
}
ul#archives li {
    font-size: 1.5em;
}

#footer {
    text-align: center;
    font-size: 0.6em;
}

div.article {
    margin-top: 2em;
}

.title {
    margin-bottom: 1.67em;
    border-bottom: 6px solid #cccccc;
}
.title h3 {
    display: inline;
    line-height: 1em;
}
.title span {
    font-size: 0.67em;
    line-height: 1em;
    padding: 1em;
    float: right;
}
.title a:hover {
    border: none;
}
.title a:visited {
    color: #111;
    font-style: normal;
}