homepage/default.css

48 lines
531 B
CSS
Raw Normal View History

2009-11-10 23:51:08 -07:00
@import "format.css";
body {
2009-11-10 23:17:26 -07:00
max-width: 35em;
background-color: #eee;
}
2008-10-27 15:57:45 -06:00
h1:first-child {
background-color: #cc8;
margin-top: 0;
2008-10-27 15:57:45 -06:00
}
h1, h2, h3, h4, h5, h6 {
font-family: "URW Gothic L", sans-serif;
2008-10-27 15:57:45 -06:00
color: #c17f6f;
}
a {
color: #2A70E0;
text-decoration: none;
}
a:visited {
color: #469;
}
a:hover {
color: #bb3;
}
pre {
background: #ccc;
2008-10-27 15:57:45 -06:00
}
#nav {
padding: 0;
text-align: center;
2008-10-27 15:57:45 -06:00
}
#nav li {
display: inline;
}
#nav li + li:before {
content: " | ";
2008-10-27 15:57:45 -06:00
}
address {
clear: both;
font-size: small;
2008-10-27 15:57:45 -06:00
}