homepage/css/default.css

71 lines
811 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
2015-03-20 18:32:15 -06:00
body>h1:first-child, td.main {
background-color: #cc8;
2015-03-20 18:32:15 -06:00
border-radius: 0.5em;
padding: 0em 1em;
margin-top: 0;
2008-10-27 15:57:45 -06:00
}
h1, h2, h3, h4, h5, h6 {
font-family: "URW Gothic L", sans-serif;
2012-03-14 16:33:35 -06:00
font-weight: normal;
2008-10-27 15:57:45 -06:00
color: #c17f6f;
}
a {
color: #2A70E0;
text-decoration: none;
}
a:visited {
color: #469;
}
a:hover {
color: #bb3;
}
2012-09-11 23:23:44 -06:00
img {
max-width: 60%;
}
2012-12-08 15:30:56 -07:00
img.right {
margin: 1em;
float: right;
}
2008-10-27 15:57:45 -06:00
pre {
background: #ccc;
2014-10-26 20:06:25 -06:00
overflow-x: auto;
2008-10-27 15:57:45 -06:00
}
#nav {
padding: 0;
text-align: center;
2010-05-28 18:03:09 -06:00
border-top: solid black 1px;
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
}
2015-03-20 18:32:15 -06:00
address a {
margin: 0 2em;
}
address a:before {
padding: 0.5em;
}