hakyll/web/css/default.css

134 lines
1.7 KiB
CSS
Raw Normal View History

html {
background-color: white;
color: black;
font-family: sans-serif;
2012-02-22 13:12:51 +00:00
line-height: 140%;
margin: 0px;
padding: 0px;
}
body {
padding: 0px 0px 60px 0px;
margin: 0px;
}
div#header {
2013-01-13 20:46:25 +00:00
font-size: 28px;
font-weight: bold;
height: 32px;
2013-01-13 20:46:25 +00:00
line-height: 32px;
margin: 24px 0px 12px 128px;
2011-06-13 16:26:04 +00:00
text-transform: uppercase;
}
div#header img {
2013-01-13 20:46:25 +00:00
float: left;
margin: 0px 30px 0px 0px;
}
div#header a {
text-decoration: none;
}
div#main {
margin: 0px auto 0px auto;
2011-05-29 09:43:54 +00:00
width: 860px;
}
div#sidebar {
margin-right: 30px;
width: 160px;
float: left;
2012-02-22 13:12:51 +00:00
}
div#sidebar h1 {
clear: both;
float: right;
}
div#sidebar a {
2012-02-22 13:12:51 +00:00
clear: both;
display: block;
2012-02-22 13:12:51 +00:00
float: right;
margin-bottom: 10px;
2012-02-22 13:12:51 +00:00
text-decoration: none;
text-transform: uppercase;
}
2012-02-22 13:12:51 +00:00
div#sidebar img {
margin: 0px;
}
div#content {
2011-05-29 09:43:54 +00:00
width: 670px;
float: right;
}
div#footer {
padding-top: 30px;
clear: both;
font-size: 90%;
text-align: center;
}
2012-02-22 13:12:51 +00:00
p {
padding: 0px;
margin: 10px 0px 10px 0px;
}
a {
color: black;
}
2011-06-13 16:26:04 +00:00
h1 {
font-size: 20px;
2013-01-13 20:46:25 +00:00
margin: 12px 0px 12px 0px;
2011-06-13 16:26:04 +00:00
}
h2 {
2011-06-13 16:26:04 +00:00
font-size: 18px;
2013-01-13 20:46:25 +00:00
margin: 12px 0px 12px 0px;
}
h3 {
2011-06-13 16:26:04 +00:00
font-size: 16px;
}
h1, h2, h3 {
text-transform: uppercase;
2013-01-13 20:46:25 +00:00
font-weight: bold;
}
2011-02-12 14:16:42 +00:00
h1 a, h2 a, h3 a {
text-decoration: none;
}
2010-01-29 17:36:54 +00:00
img {
border: none;
2012-02-22 13:12:51 +00:00
display: block;
margin: 6px auto 30px auto;
2010-01-29 17:36:54 +00:00
}
ul {
list-style-type: square;
2010-01-02 18:57:12 +00:00
padding-left: 1em;
margin-left: 1em;
}
code {
2010-03-24 14:39:16 +00:00
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;
2010-01-02 18:57:12 +00:00
margin-bottom: 2em;
}
p.caption {
display: none;
}