This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
blarg/resources/public/css/screen.css

66 lines
905 B
CSS

html,
body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin-top: 10px;
}
code, pre {
font-family: "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Consolas, "Liberation Mono", Courier, monospace;
}
.error {
color: red;
}
.content[role="main"] {
/*
margin-left: 10px;
margin-right: 10px;
*/
}
.content[role="main"] > div,
.content[role="main"] > ul,
.content[role="main"] > p,
.content[role="main"] > form {
padding-left: 10px;
padding-right: 10px;
}
.label a {
color: #fff;
}
.single-post {
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}
.unpublished-post {
background-color: #e1edff;
}
.post {
margin-bottom: 30px;
padding-bottom: 10px;
}
.post .header {
margin-bottom: 10px;
}
.post .header h2 {
margin-bottom: 0px;
}
.login-container {
margin: 0 auto;
width: 220px;
}
.center {
float: none;
margin-left: auto;
margin-right: auto;
}