hakyll/data/example/css/default.css

53 lines
856 B
CSS
Raw Normal View History

2012-12-05 22:29:42 +00:00
body {
2012-12-07 10:36:20 +00:00
color: black;
font-size: 16px;
2012-12-05 22:29:42 +00:00
margin: 0px auto 0px auto;
2012-12-07 10:36:20 +00:00
width: 600px;
2012-12-05 22:29:42 +00:00
}
2012-12-07 10:36:20 +00:00
div#header {
border-bottom: 2px solid black;
margin-bottom: 30px;
padding: 12px 0px 12px 0px;
}
div#logo a {
color: black;
float: left;
font-size: 18px;
font-weight: bold;
text-decoration: none;
}
div#header #navigation {
text-align: right;
2012-12-05 22:29:42 +00:00
}
2012-12-07 10:36:20 +00:00
div#header #navigation a {
color: black;
font-size: 18px;
font-weight: bold;
margin-left: 12px;
2012-12-05 22:29:42 +00:00
text-decoration: none;
2012-12-07 10:36:20 +00:00
text-transform: uppercase;
}
div#footer {
border-top: solid 2px black;
color: #555;
font-size: 12px;
margin-top: 30px;
padding: 12px 0px 12px 0px;
text-align: right;
2012-12-05 22:29:42 +00:00
}
div.figure {
float: right;
margin: 20px 0px 20px 20px;
}
div.figure p.caption {
text-align: center;
font-style: italic;
}