hannes.robur.coop/static/css/style.css

153 lines
2.4 KiB
CSS
Raw Normal View History

2016-10-09 21:06:00 +00:00
html {
2016-12-09 18:46:57 +00:00
background-color: #fafafa;
font-family: medium-content-serif-font,Georgia,Cambria,"Times New Roman",Times,serif;
font-size: 21px;
2016-10-09 21:06:00 +00:00
}
2016-12-09 18:46:57 +00:00
html a {
2017-01-30 15:18:59 +00:00
text-decoration-line: underline;
2019-11-08 19:39:02 +00:00
text-decoration-style: dotted;
2017-01-30 15:18:59 +00:00
text-decoration-color: #1a1a1a;
color: black;
2016-10-09 21:06:00 +00:00
}
2016-12-09 18:46:57 +00:00
html a:visited {
2017-01-30 15:18:59 +00:00
text-decoration-line: underline;
2019-11-08 19:39:02 +00:00
text-decoration-style: dotted;
2017-01-30 15:18:59 +00:00
text-decoration-color: #1a1a1a;
color: black;
2016-12-09 18:46:57 +00:00
}
li {
margin: 0.5em 0;
line-height: 1.6;
}
2018-01-11 14:02:01 +00:00
p {
line-height: 1.6;
}
2016-12-09 18:46:57 +00:00
.navbar {
box-sizing: border-box;
box-shadow: 0 2px 2px -2px rgba(0,0,0,.15);
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
background-color: white;
}
.container {
margin: 0 auto;
max-width: 800px;
}
blockquote {
font-style: italic;
padding: 0px 20px;
margin: 0 0 20px;
border-left: 5px solid #eee;
}
2016-10-09 21:06:00 +00:00
main {
2016-12-09 18:46:57 +00:00
margin-top: 100px;
2016-10-09 21:06:00 +00:00
}
2016-12-09 18:46:57 +00:00
2016-10-09 21:06:00 +00:00
.flex-container {
2016-12-09 18:46:57 +00:00
display: flex;
width: 100%;
justify-content: center;
2016-10-09 21:06:00 +00:00
}
2016-12-09 18:46:57 +00:00
2016-10-09 21:06:00 +00:00
article {
2016-12-09 18:46:57 +00:00
margin-top: 30px;
2016-10-09 21:06:00 +00:00
}
2016-12-09 18:46:57 +00:00
2016-10-09 21:06:00 +00:00
footer {
2016-12-09 18:46:57 +00:00
margin-top: 20px;
2016-10-09 21:06:00 +00:00
}
2016-12-09 18:46:57 +00:00
2016-10-09 21:06:00 +00:00
pre {
2016-12-09 18:46:57 +00:00
padding: 0px;
2018-01-11 14:02:01 +00:00
line-height: 1.3;
2016-12-09 18:46:57 +00:00
}
body h2 {
margin-bottom: 3px;
font-weight: 700;
font-size: 40px;
line-height: 1.04;
letter-spacing: -.028em;
font-family: medium-content-sans-serif-font,"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Arial,sans-serif;
}
p > code {
word-wrap: break-word;
}
2016-10-09 21:06:00 +00:00
.post-title {
}
.author {
2016-12-09 18:46:57 +00:00
font-size: 13px;
2016-10-09 21:06:00 +00:00
}
.date {
2016-12-09 18:46:57 +00:00
font-size: 13px;
2016-10-09 21:06:00 +00:00
}
time {
2016-12-09 18:46:57 +00:00
font-size: 13px;
2016-10-09 21:06:00 +00:00
}
footer {
2016-12-09 18:46:57 +00:00
font-size: 13px;
2016-10-09 21:06:00 +00:00
}
.tags {
2016-12-09 18:46:57 +00:00
font-size: 13px;
2016-10-09 21:06:00 +00:00
}
.post,
.listing {
2016-12-09 18:46:57 +00:00
width: 90%;
max-width: 800px;
2016-10-09 21:06:00 +00:00
}
a.list-group-item {
border: 0;
}
.extract {
margin-top: 10px;
}
.tag {
2016-12-09 18:46:57 +00:00
font-size: 13px;
2016-10-09 21:06:00 +00:00
margin-right: 4px;
}
2016-12-09 18:46:57 +00:00
.navbar-nav {
clear:both;
margin-left: 0px;
padding-left: 0px;
font-family: medium-content-sans-serif-font,"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Arial,sans-serif;
font-size: 15px;
}
.navbar-default li a, .navbar-default li a:visited {
color: #777;
}
.navbar-default li a:hover {
color: black;
}
.navbar-default li {
list-style-type: none;
font-size: 21px;
color: #777;
display: inline-block;
padding-right: 15px;
}
.navbar-header {
background-color: #9B111E;
}
.navbar-brand {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
font-size: 40px;
background-color: #9B111E;
2016-10-09 21:06:00 +00:00
}