diff options
| author | Paul Buetow <paul@buetow.org> | 2021-12-26 12:50:30 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-12-26 12:50:30 +0000 |
| commit | b7b474d322ad49bcdd30d3100dfae919b57e3bd0 (patch) | |
| tree | 732041c432be99d0c171d6e96adc5ee13d66f82f /gemfeed/style.css | |
| parent | 6d96f2cba0532daaf685e479ae71fbb4d6f7c9e4 (diff) | |
new article
Diffstat (limited to 'gemfeed/style.css')
| -rw-r--r-- | gemfeed/style.css | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/gemfeed/style.css b/gemfeed/style.css new file mode 100644 index 00000000..3eeced17 --- /dev/null +++ b/gemfeed/style.css @@ -0,0 +1,61 @@ +body { + margin: auto; + padding-left: 10px; + padding-right: 10px; + max-width: 900px; + font-family: "courier new"; + background-color: #ffffff; + color: #000000; +} + +h1,h2,h3 { + color: #55bc90; +} + +a { + color: #174f14; + text-decoration: none; +} + +a:hover { + color: #c0f; + text-decoration: none; +} + +li { + color: #174f14; +} + +img { + max-width: 600px; + max-height: 400px; + display: block; + margin: auto; +} + +pre { + display: block; + background-color: #111; + color: #66cdaa; + padding: 5px; + overflow-x: auto; +} + +a.textlink:before { + content: " ⇒ "; + padding-left: 2px; +} + +p.quote { + color: #174f14; +} + +p.quote:before { + content: " « "; + padding-left: 2px; +} + +p.quote:after { + content: " » "; + padding-right: 2px; +} |
