summaryrefslogtreecommitdiff
path: root/header.html.part
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-12-26 12:47:57 +0000
committerPaul Buetow <paul@buetow.org>2021-12-26 12:47:57 +0000
commitc54324ca788926a5a4605b36edf8fcf80136834c (patch)
treea8e71358ce7c3b2e9d697b52ab1586ec86bbaf6b /header.html.part
parentbeeea974c61dbc6bb9bb694ad3e706eaf7921d05 (diff)
use external style.css file for HTML
Diffstat (limited to 'header.html.part')
-rw-r--r--header.html.part65
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>