blog-theme/alchemy/static/css/style.css

82 lines
1.1 KiB
CSS

body {
background-color: #f5f5f5;
border-top: 4px solid #333;
font-family: 'Georgia', 'Cambria', 'Times New Roman', 'Times', serif;
font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Helvetica Neue', 'Helvetica', 'Roboto', 'Arial', sans-serif;
font-weight: normal;
}
a:focus, a:hover {
color: #ff9800;
}
.container {
max-width: 970px;
}
.header {
border-bottom: 1px solid #ddd;
padding-top: 20px;
}
.main {
background-color: #fff;
padding: 20px 0;
}
.footer {
border-top: 1px solid #ddd;
padding: 20px 0;
}
.header img, .header ul {
margin-bottom: 20px;
}
.header h1 {
font-size: 2.0em;
font-weight: bold;
margin-top: 0;
}
.header p {
font-size: 1.1em;;
}
.page-header {
margin-top: 0;
}
.page-header h1 {
font-size: 2.8em;
}
.teaser h2 {
font-size: 1em;;
line-height: 1.42857143; /* WTF */
margin: 0 0 30px;
font-weight: bold;
}
.teaser p {
margin: 0;
}
.teaser-header div {
margin-bottom: 10px;
}
.teaser-date {
font-family: 'Helvetica Neue', 'Helvetica', 'Roboto', 'Arial', sans-serif;
margin: 0 0 30px;
}
.section-heading {
font-weight: normal;
margin-top: 40px;
}