diff options
author | Nathan Lasseter <nathan@4574.co.uk> | 2012-10-10 20:03:21 +0100 |
---|---|---|
committer | Nathan Lasseter <nathan@4574.co.uk> | 2012-10-10 20:03:21 +0100 |
commit | 94c589ed55b20a581810e126b20fdc2d67c68221 (patch) | |
tree | 7d3d84aa3cc291417f667ee48a3fc120b95b2e43 /styles.css |
Initial commit
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..335fa40 --- /dev/null +++ b/styles.css @@ -0,0 +1,62 @@ +body { + font-family: sans-serif; + font-size: 12pt; + background-color: #FEFEFE; + margin: 0 auto; + width: 800px; +} + +a.title { + font-weight: bold; + font-size: 20pt; + margin: 0px 0px 14px; + text-decoration: none; + color: black; +} + +#perma { + font-size: 8pt; + font-weight: normal; +} + +a.toplink { + font-size: 14pt; + letter-spacing: -1px; + font-family: monospace; + float: bottom; + color: #000000; +} + +a.toplink:hover { + color: #808080; +} + +span.date { + margin: 0px 0px 14px; + font-size: 12px; + float: right; +} + +div { + clear: both; + text-align: justify; + border-style: solid; + border-color: #E0E0E0; + border-width: 5px; + border-radius: 5px; + width: 770px; + margin: 10px auto; + padding: 5px; +} + +#title { + position: relative; + background-color: #E0E0E0; + text-align: center; + width: 750px; + margin: 10px 0px 5px; + font-size: 32px; + padding: 25px; + border: 0px; + border-radius: 10px; +} |