summaryrefslogtreecommitdiff
path: root/htmlextras/style1.css
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-05-29 08:13:56 +0100
committerPaul Buetow <paul@buetow.org>2022-05-29 08:13:56 +0100
commit252432fae23e58f97b825f855ece4f6e8e1cf39f (patch)
treea21858b275f171b8d31a41915ee1b996b5de79e0 /htmlextras/style1.css
parent7ab29e00e7b8ed9327c277592ba2f84ff04277eb (diff)
add notes section - can override CSS styles by section
Diffstat (limited to 'htmlextras/style1.css')
-rw-r--r--htmlextras/style1.css75
1 files changed, 0 insertions, 75 deletions
diff --git a/htmlextras/style1.css b/htmlextras/style1.css
deleted file mode 100644
index 956541d..0000000
--- a/htmlextras/style1.css
+++ /dev/null
@@ -1,75 +0,0 @@
-body {
- margin: auto;
- padding-left: 10px;
- padding-right: 10px;
- max-width: 900px;
- background-color: #37585E;
- color: #ddddce;
- font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
- font-style: normal;
- font-variant: normal;
-}
-
-h1 {
- color: #ffffff;
-}
-
-h2 {
- color: #ffffef;
-}
-
-h3 {
- color: #eeeede;
-}
-
-a {
- color: #99ccff;
- text-decoration: none;
-}
-
-a:hover {
- color: #55bc90;
- text-decoration: underline;
-}
-
-li {
- color: #99ccff;
-}
-
-img {
- max-width: 600px;
- max-height: 400px;
- display: block;
- margin: auto;
-}
-
-pre {
- display: block;
- background-color: #111;
- color: #bbbfaf;
- padding: 5px;
- overflow-x: auto;
-}
-
-a.textlink:before {
- content: " ⇒ ";
- padding-left: 11px;
-}
-
-p.quote {
- color: cyan;
-}
-
-p.footer {
- color: #ffa500;
-}
-
-p.quote:before {
- content: " « ";
- padding-left: 2px;
-}
-
-p.quote:after {
- content: " » ";
- padding-right: 2px;
-}