hakyll/web/css/default.css
Jasper Van der Jeugt efab53729d Update website a bit
2011-06-13 18:26:04 +02:00

120 lines
1.5 KiB
CSS

html {
padding: 0px;
margin: 0px;
background-color: white;
color: black;
font-family: sans-serif;
line-height: 160%;
}
body {
padding: 0px 0px 60px 0px;
margin: 0px;
}
div#header {
height: 32px;
margin: 20px 0px 20px 60px;
text-transform: uppercase;
font-weight: bold;
font-size: 28px;
}
div#header img {
display: inline;
margin: 0px 0px 0px 0px;
}
div#main {
margin: 0px auto 0px auto;
width: 860px;
}
div#sidebar {
margin-right: 30px;
width: 160px;
float: left;
text-align: right;
}
div#sidebar a {
display: block;
font-size: 110%;
text-decoration: none;
margin-bottom: 10px;
text-transform: uppercase;
}
div#content {
width: 670px;
float: right;
}
div#footer {
padding-top: 30px;
clear: both;
font-size: 90%;
text-align: center;
}
a {
color: black;
}
h1 {
font-size: 20px;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 16px;
}
h1, h2, h3 {
text-transform: uppercase;
}
h1 a, h2 a, h3 a {
text-decoration: none;
}
div.column {
width: 50%;
float: left;
}
div.column p {
padding-right: 15px;
}
img {
display: block;
margin: 10px auto 10px auto;
border: none;
}
ul {
list-style-type: square;
padding-left: 1em;
margin-left: 1em;
}
code {
background-color: rgb(250, 250, 250);
border: 1px solid rgb(200, 200, 200);
padding-left: 4px;
padding-right: 4px;
}
pre code {
display: block;
padding: 8px;
margin-bottom: 2em;
}
p.caption {
display: none;
}