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

72 lines
994 B
CSS
Raw Normal View History

2013-05-20 17:43:38 -04:00
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;
}
2013-05-20 17:43:38 -04:00
.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,
.unpublished-file {
2013-05-20 17:43:38 -04:00
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;
}
2013-05-26 14:02:59 -04:00
div.file-list-container {
margin-top: 20px;
margin-bottom: 20px;
}
2013-05-20 17:43:38 -04:00
.center {
float: none;
margin-left: auto;
margin-right: auto;
}