apostrophe/data/media/uberwriter_dark.css

91 lines
2.4 KiB
CSS
Raw Normal View History

<EFBFBD><EFBFBD>/************************************
uberwriter.css
A simple and clean stylesheet
for pure text and stuff
************************************/
body {
font-family: 'Alegreya Sans', Times, serif;
font-size: 1em;
color: #EDEDED;
background-color: #333;
font-weight: 400;
width: 550px;
margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 1em;
font-family: 'Alegreya Sans', Times, serif;
font-weight: 600;
}
h1 {
margin-bottom: 1em;
}
blockquote {
border-left: 5px solid #666;
padding-left: 20px;
margin-left: 20px;
}
p, li {
line-height: 1.8em;
margin-top: 10px;
}
hr {
margin-top: 40px;
margin-bottom: 40px;
border: none;
width: 80%;
border-top: 1px solid #222;
}
ol, ul {
margin-left: 0px;
padding-left: 0px;
li {
margin-left: 0;
}
}
li ol, li ul{
margin-left: 30px;
}
.title {
margin-bottom: 0px;
}
.author, .date {
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
display: inline-block;
color: #777;
margin-bottom: 30px;
}
.author::after {
content: ' ,';
}
.figure {
display: inline-block;
}
img {
max-width: 600px;
}
.caption {
text-align: center;
background: #F6F6F6;
}
2018-04-15 17:59:35 +00:00
a {
color: #5294E2;
}