woozle.org/assets/css/style.css

80 lines
836 B
CSS
Raw Normal View History

2010-11-17 13:23:04 -07:00
html {
font-family: sans-serif;
2012-01-18 08:47:33 -07:00
background: #eee;
2010-11-17 13:23:04 -07:00
}
body {
2012-08-01 09:04:46 -06:00
max-width: 40em;
2010-11-17 13:23:04 -07:00
margin: auto;
2012-08-01 09:04:46 -06:00
color: #825;
2012-01-18 08:47:33 -07:00
background: #fff;
2010-11-17 13:23:04 -07:00
padding: 1em;
}
h1#title {
background: #444;
color: #ccc;
2014-01-20 23:13:41 -07:00
font-size: 2em;
2010-11-17 13:23:04 -07:00
font-weight: bold;
margin: 0;
}
nav {
font-size: 80%;
2012-08-01 09:04:46 -06:00
text-align: center;
2014-02-15 15:26:50 -07:00
background-color: #eee;
}
nav p {
display: inline;
2010-11-17 13:23:04 -07:00
}
nav ul {
margin: 0;
padding: 0 1em;
2014-02-15 15:26:50 -07:00
display: inline;
2010-11-17 13:23:04 -07:00
}
nav li {
font-weight: bold;
display: inline;
padding: 0 1em;
}
a {
text-decoration: none;
2012-08-01 09:04:46 -06:00
color: #793;
2010-11-17 13:23:04 -07:00
}
a:hover {
text-decoration: underline;
}
h1 {
font-size: 150%;
}
2012-02-22 12:43:35 -07:00
h2 {
font-size: 115%;
}
2014-01-20 23:13:41 -07:00
img {
max-width: 80%;
}
2010-11-17 13:23:04 -07:00
a img
{
border: 1px #e8b solid;
}
img.left {
float: left;
margin-right: 10px;
}
img.icon {
max-width: 3em;
}
2010-11-17 13:23:04 -07:00
2014-01-20 23:13:41 -07:00
dt {
font-weight: bold;
}
2010-11-17 13:23:04 -07:00
pre {
2012-01-18 08:47:33 -07:00
background-color: #eee;
2010-11-17 13:23:04 -07:00
}