media/css/base.css @ c657cf8e6286

Start fixing the splash page.
author Steve Losh <steve@stevelosh.com>
date Tue, 22 Dec 2009 18:46:06 -0500
parents 81d4da7f81f5
children b09358c7ff11
/* @override http://localhost:8080/media/css/base.css */
* {
    margin: 0;
    padding: 0;
}

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

div#main-wrap {
    width: 60em;
    margin: 0 auto;
}

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 h1 {
    line-height: 1.5em;
    font-size: 4em;
    font-weight: normal;
    font-family: "Helvetica Neue Light", HelveticaNeue-Light, Arial, Helvetica, sans-serif;
}
#header h1:hover {
	color: #cc0000;
}

#nav {
    float: right;
    width: 10em;
    font-size: 1.5em;
    line-height: 2em;
}
#nav ul li {
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #eee;
}
#nav a {
    border: none;
    font-style: normal;
}

#splash-info {
    font-size: 1.5em;
    line-height: 2em;
    text-align: right;
    color: #888;
    font-family: "Helvetica Neue Light", HelveticaNeue-Light, Arial, Helvetica, sans-serif;
}
#splash-info ul li {
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #eee;
}

#content {
	width: 42em;
}

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

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;
}