woozle.org/style.css

88 lines
1.0 KiB
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 {
max-width: 700px;
margin: auto;
color: #636;
2012-01-18 08:47:33 -07:00
background: #fff;
2010-11-17 13:23:04 -07:00
padding: 1em;
}
h1#title {
2010-11-17 13:23:04 -07:00
font-size: 1.5em;
font-weight: bold;
color: #ccc;
margin: 0;
}
h1#title:before {
2010-11-17 13:23:04 -07:00
font-size: 300%;
font-weight: normal;
content: "Woozle";
padding-right: 1em;
}
nav {
font-size: 80%;
margin: 0;
padding: 0;
}
nav ul {
2012-01-18 08:47:33 -07:00
background-color: #eee;
2010-11-17 13:23:04 -07:00
margin: 0;
padding: 0 1em;
}
nav li {
font-weight: bold;
display: inline;
padding: 0 1em;
}
a {
text-decoration: none;
color: #e8b;
}
a:hover {
text-decoration: underline;
}
h1 {
font-size: 150%;
border-bottom: 1px solid #ddd;
}
2012-02-22 12:43:35 -07:00
h2 {
font-size: 115%;
}
2010-11-17 13:23:04 -07:00
.login {
margin: 0 1em;
color: #e8b;
2012-01-18 08:47:33 -07:00
background: #fbfbfb;
2010-11-17 13:23:04 -07:00
border: 1px solid #eee;
text-align: center;
}
.login input {
border: 1px solid #ddd;
color: #bbb;
2012-01-18 08:47:33 -07:00
background: #fff;
2010-11-17 13:23:04 -07:00
font-weight: bold;
}
a img
{
border: 1px #e8b solid;
}
img.left {
float: left;
margin-right: 10px;
}
pre {
2012-01-18 08:47:33 -07:00
background-color: #eee;
2010-11-17 13:23:04 -07:00
}