You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.5 KiB

body { background-color: #fefefe; padding: 15px; margin: auto; max-width: 600px; }
#wrapper { color: #111; font-family: arial; font-size: 14px; }
h1, h2, h3, h4, h5, h6 { font-family: helvetica, arial, sans-serif; }
h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
a { text-decoration: none; color: #444; }
nav { padding: 1em 0px; margin: 0px; }
nav > a:first-of-type { margin-left: 0; }
nav > a { margin: 1em; color: #333; font-weight: bold; font-family: helvetica, arial, sans-serif; }
nav > a.on-page { color: #888; }
nav > a:hover { text-decoration: underline; }
#main-img { width: 100%; }
p { padding: .5em 0; line-height: 1.4em; }
.line-under { padding-bottom: 1.5em; border-bottom: 1px solid #aaa; }
.article { font-family: -apple-system, Helvetica, arial, sans-serif; }
.post-date { font-family: -apple-system, Helvetica, arial, sans-serif; text-transform: uppercase; font-weight: bold; color: rgba(0, 0, 0, 0.5); }
p.post-excerpt { margin-top: 0; padding-top: 10px; }
label { font-style: italic; font-size: .8em; }
table, table tr, table td, table th { border: 1px solid rgba(0, 0, 0, 0.5); border-collapse: collapse; padding: 5px; font-weight: normal; }
table { width: 75%; margin: auto; }
table.post-list, table.post-list tr, table.post-list td { width: 100%; border: none; padding-left: 0; }
img { display: block; width: 55%; margin-left: auto; margin-right: auto; }
@media screen and (max-width: 600px) { body { width: 90%; }
#info { margin: 0 7px; } }
/*# sourceMappingURL=style.css.map */