diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-06-19 10:44:09 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-06-19 10:44:09 +0100 |
| commit | ece69b38904b87fbe4e0a7612692c798e3d92962 (patch) | |
| tree | d5f72675c85e5b221137fc119d1184af24358fb9 | |
| parent | 6ee0def39dadc13cd9f064233525a1c74d795664 (diff) | |
change style
| -rw-r--r-- | header.html.part | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/header.html.part b/header.html.part index d499e51..15947ee 100644 --- a/header.html.part +++ b/header.html.part @@ -6,44 +6,44 @@ <link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> <style type="text/css"> body { - margin: auto; - max-width: 900px; - background-color: #FFFFEF; - border: 1px dashed #880000; - border-radius: 8px; - padding: 5px; -} + margin: auto; + padding-left: 10px; + padding-right: 10px; + max-width: 900px; + font-family: sans-serif; + font-size: 18px; + background-color: #222; + color: #ffffef; +} + +a { + color: #0ca; + text-decoration: none; +} + +a:hover { + color: #c0f; + text-decoration: none; +} + img { - display:block; - max-width: 80%; -} -a.textlink:before { - content: " ⇒ "; - padding-left: 2px; -} -a.textlink { - text-decoration: none; - color: #FF0000; -} -a.textlink:hover { - text-decoration: underline; -} -i { - color: #48AAAD; + max-width: 600px; + max-height: 400px; + display: block; + margin: auto; } + pre { - background-color: #F1F8E9; - border: 1px dashed #BB0000; - border-radius: 8px; - padding: 5px; - font-family: "Lucida Console", "Courier New", monospace; + display: block; + background-color: #111; + color: #fff; + padding: 5px; + overflow-x: auto; } -h1 { - text-align: center; - color: #880000; -} -h2, h3 { - color: #BB0000; + +a.textlink:before { + content: " ⇒ "; + padding-left: 2px; } </style> </head> |
