Created
April 22, 2018 12:55
-
-
Save madbonkey/5c84e8edfd8b065d144164c9295ff776 to your computer and use it in GitHub Desktop.
blog.fefe.de-plain.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
width: 67.777%; | |
max-width: 720px; | |
margin: 0 auto; | |
font-family: 'Plantagenet Cherokee', Georgia, Baskerville, Palatino, Times, serif; | |
font-size: 15px; | |
line-height: 1.333334; | |
} | |
blockquote { | |
font-style: italic; | |
font-size: 0.9em; | |
color: rgb(85,85,85); | |
border-left: 3px solid #ccc; | |
margin-left: 1em; | |
padding-left: 1em; | |
margin-top: 2em; | |
margin-bottom: 2em; | |
} | |
a, a:visited, a:active { | |
color: hsla(210, 80%, 43%, 1); | |
text-decoration: none; | |
} | |
a:hover, a:focus { | |
color: dodgerblue; | |
text-decoration: underline; | |
} | |
a[href^="?ts="] { | |
color: hotpink; | |
text-transform: uppercase; | |
font-family: monospace; | |
float: right; | |
margin-bottom: 1em; | |
margin-right: 1em; | |
} | |
a[href^="?ts="]:hover { | |
text-decoration: none; | |
} | |
h3 { | |
font-family: system-ui, sans-serif; | |
font-weight: normal; | |
font-size: 0.75em; | |
text-transform: uppercase; | |
color: #9a9a9a; | |
} | |
body > h2:first-of-type { | |
font-size: 1.3em; | |
text-align: right; | |
} | |
body > b:first-of-type { | |
display: block; | |
font-size: 0.9em; | |
text-align: right; | |
font-weight: normal; | |
} | |
body > p:first-of-type { | |
font-size: 0.9em; | |
text-align: right; | |
border-bottom: 2px dashed #e6e6e6; | |
margin-bottom: 4em; | |
padding-bottom: 2em; | |
} | |
body > ul { | |
list-style: none; | |
padding: 0; | |
} | |
body > ul > li:not(:first-child) { | |
margin-top: 2em; | |
padding-top: 2em; | |
border-top: 1px dotted #e6e6e6; | |
} | |
body > ul > li:last-child { | |
margin-bottom: 4em; | |
} | |
body > div[style="text-align:right"] { | |
padding: 2em; | |
margin: 4em 0; | |
background: #e6e6e6; | |
font-size: 0.8em; | |
text-align: center !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment