summaryrefslogtreecommitdiff
path: root/includes/style.css
blob: 1ba710bd08a57154c9cec8cc0343160d26d335fb (plain)
1
2
3
4
5
6
7
8
9
10
/* See COPYING file for copyright, license and warranty details. */

body { width: 38em; margin: auto; }
@media screen { body { font-family: sans-serif; max-width: 85%; }
h1 { text-align: center; font-size: 1.6em; }
h2 { font-size: 1.2em; font-weight: normal; border-bottom: thin solid black; }
h3 { font-size: 1.1em; font-weight: normal; text-align: center; }
a { text-decoration: none; }
div#footer { border-top: thin solid black; margin-top: 6ex; font-size: xx-small; }
p { text-align: justify; }