perrotuerto.blog/css/extra.css

27 lines
690 B
CSS
Raw Normal View History

2019-03-19 22:25:20 -06:00
/* General */
body {max-width: 512px; margin: 50px;}
/* Header */
header {padding: .25em; color: white; background: rgb(229,87,44);}
header > * {margin: 0;}
header a:link, header a:visited, header a:hover, header a:active {color: white;}
2019-03-20 02:23:59 -06:00
header h1 {font-size: 1.5em; line-height: 1.15;}
header p {font-size: 0.75em;}
2019-03-19 22:25:20 -06:00
/* Section */
section {margin-top: 50px}
section > * {text-align: left !important;}
section h1 {margin: 0em; margin-bottom: 1em; font-size: 1.15em;}
section code {font-size: 0.75em;}
2019-03-20 02:01:01 -06:00
section .post {margin-top: 1em;}
section .post p {text-indent: 0;}
section .post p:first-child {font-size: 1.15em;}
2019-03-19 22:25:20 -06:00
/* Footer */
footer {margin-top: 50px;}
footer {font-size: .75em;}