X-Git-Url: http://git.hcoop.net/clinton/website/src/unknownlamer.org.git/blobdiff_plain/48c1c5d156a392bc8a1415c51b03984feb4ecf9e..e1fe71cb54c4b75f0d1d647cabc42a18ce31227d:/default.css diff --git a/default.css b/default.css index 34e126f..5ae8211 100644 --- a/default.css +++ b/default.css @@ -1,3 +1,4 @@ +/* General Styling */ body { font-family: serif; @@ -6,6 +7,11 @@ body max-width: 8in; } +.verse, .src, .image, blockquote +{ + clear: right; /* Clear the contents box usually */ +} + .src { color: #e3e3e3; @@ -77,6 +83,7 @@ h1,h2,h3,h4,h5 font-variant: small-caps; } +/* Table of Contents */ div.contents { border: 2px solid #222222; @@ -84,6 +91,7 @@ div.contents width: 40%; padding: 0.5em; margin-left: 2em; + margin-bottom: 1em; float: right; } @@ -95,6 +103,14 @@ div.contents:before font-variant: small-caps; } +/* control spacing of contents in konqueror */ +div.contents dl +{ + margin-top: 0.2em; + margin-bottom: 0.2em; +} + +/* Images */ table.image, p.image { border: 2px solid #222222; @@ -121,6 +137,24 @@ table.image tr td.image-caption font-style: italic; } +/* Ratings (Book List)*/ +.rating-good +{ + color: #222222; + font-weight: bold; + font-size: larger; + letter-spacing: 0.2em; +} + +.rating-bad +{ + color: #FFFFFF; + font-weight: bold; + font-size: larger; + letter-spacing: 0.2em; +} + +/* Footer template */ p.cke-footer { white-space: pre;