summaryrefslogtreecommitdiff
path: root/style2.css
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-01-21 23:19:03 +0000
committerPaul Buetow <paul@buetow.org>2022-01-22 08:54:33 +0000
commit0cf304fb5cc630ef6168a2e48c49a59da71dd880 (patch)
tree81670f82ddab0b71611df6ec0db54c8829ec219a /style2.css
parent8fdc47c4c0f185d7cc74958340502a90c4bd612f (diff)
improve style
Diffstat (limited to 'style2.css')
-rw-r--r--style2.css88
1 files changed, 0 insertions, 88 deletions
diff --git a/style2.css b/style2.css
deleted file mode 100644
index 54c0d9a..0000000
--- a/style2.css
+++ /dev/null
@@ -1,88 +0,0 @@
-body {
- margin: auto;
- padding-left: 10px;
- padding-right: 10px;
- max-width: 900px;
- background-color: #ffffff;
- color: #ddddce;
- font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
- font-style: normal;
- font-variant: normal;
-}
-
-h1, h2, h3 {
- padding-top: 23px;
- padding-bottom: 23px;
- padding-left: 5px;
- color: #ffffff;
- background-color: #000000;
- text-decoration: underline;
-}
-
-a {
- color: #ffffff;
- text-decoration: none;
- background-color: #000000;
-}
-
-a:hover {
- color: #000000;
- text-decoration: underline;
- background-color: #ffffff;
-}
-
-ul {
- color: #ffffff;
- background-color: #000000;
- padding-top: 23px;
- padding-bottom: 23px;
- padding-right: 23px;
- padding-left: 77px;
-}
-
-img {
- max-width: 600px;
- max-height: 400px;
- display: block;
- margin: auto;
-}
-
-pre {
- display: block;
- padding: 5px;
- overflow-x: auto;
- color: #ffffff;
- background-color: #000000;
- border: 15px solid grey;
-}
-
-a.textlink:before {
- content: " ⇒ ";
- padding-left: 11px;
-}
-
-p {
- color: #ffffff;
- background-color: #000000;
- padding: 23px;
-}
-
-p.quote {
- color: #ffffff;
- background-color: #000000;
-}
-
-p.footer {
- color: #ffffff;
- background-color: #000000;
-}
-
-p.quote:before {
- content: " « ";
- padding-left: 2px;
-}
-
-p.quote:after {
- content: " » ";
- padding-right: 2px;
-}