diff options
| author | Paul Buetow <paul@buetow.org> | 2022-01-21 20:39:51 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-01-21 20:39:51 +0000 |
| commit | 8fdc47c4c0f185d7cc74958340502a90c4bd612f (patch) | |
| tree | f43cdb0b735ea2c5069e55ad36bf31b309e0b426 /style2.css | |
| parent | ae4c1cb18de6d3a89704dad013ba96131e16e613 (diff) | |
add alternate CSS style
Diffstat (limited to 'style2.css')
| -rw-r--r-- | style2.css | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/style2.css b/style2.css new file mode 100644 index 0000000..54c0d9a --- /dev/null +++ b/style2.css @@ -0,0 +1,88 @@ +body { + margin: auto; + padding-left: 10px; + padding-right: 10px; + max-width: 900px; + background-color: #ffffff; + color: #ddddce; + font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace; + font-style: normal; + font-variant: normal; +} + +h1, h2, h3 { + padding-top: 23px; + padding-bottom: 23px; + padding-left: 5px; + color: #ffffff; + background-color: #000000; + text-decoration: underline; +} + +a { + color: #ffffff; + text-decoration: none; + background-color: #000000; +} + +a:hover { + color: #000000; + text-decoration: underline; + background-color: #ffffff; +} + +ul { + color: #ffffff; + background-color: #000000; + padding-top: 23px; + padding-bottom: 23px; + padding-right: 23px; + padding-left: 77px; +} + +img { + max-width: 600px; + max-height: 400px; + display: block; + margin: auto; +} + +pre { + display: block; + padding: 5px; + overflow-x: auto; + color: #ffffff; + background-color: #000000; + border: 15px solid grey; +} + +a.textlink:before { + content: " ⇒ "; + padding-left: 11px; +} + +p { + color: #ffffff; + background-color: #000000; + padding: 23px; +} + +p.quote { + color: #ffffff; + background-color: #000000; +} + +p.footer { + color: #ffffff; + background-color: #000000; +} + +p.quote:before { + content: " « "; + padding-left: 2px; +} + +p.quote:after { + content: " » "; + padding-right: 2px; +} |
