diff options
| author | Paul Buetow <paul@buetow.org> | 2021-12-26 12:47:57 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-12-26 12:47:57 +0000 |
| commit | c54324ca788926a5a4605b36edf8fcf80136834c (patch) | |
| tree | a8e71358ce7c3b2e9d697b52ab1586ec86bbaf6b /header.html.part | |
| parent | beeea974c61dbc6bb9bb694ad3e706eaf7921d05 (diff) | |
use external style.css file for HTML
Diffstat (limited to 'header.html.part')
| -rw-r--r-- | header.html.part | 65 |
1 files changed, 1 insertions, 64 deletions
diff --git a/header.html.part b/header.html.part index 1aec379..0d7f506 100644 --- a/header.html.part +++ b/header.html.part @@ -4,69 +4,6 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>%%TITLE%%</title> <link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> -<style type="text/css"> -body { - margin: auto; - padding-left: 10px; - padding-right: 10px; - max-width: 900px; - font-family: sans-serif; - font-size: 18px; - background-color: #222; - color: #ffffef; -} - -h1,h2,h3 { - color: #ffa500 -} - -a { - color: #0ca; - text-decoration: none; -} - -a:hover { - color: #c0f; - text-decoration: none; -} - -li { - color: #00bcd4; -} - -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: #82eefd; -} - -p.quote:before { - content: " « "; - padding-left: 2px; -} - -p.quote:after { - content: " » "; - padding-right: 2px; -} -</style> +<link rel="stylesheet" href="style.css" /> </head> <body> |
