summaryrefslogtreecommitdiff
path: root/htmlextras/style3.css
diff options
context:
space:
mode:
Diffstat (limited to 'htmlextras/style3.css')
-rw-r--r--htmlextras/style3.css115
1 files changed, 0 insertions, 115 deletions
diff --git a/htmlextras/style3.css b/htmlextras/style3.css
deleted file mode 100644
index d62b6ae..0000000
--- a/htmlextras/style3.css
+++ /dev/null
@@ -1,115 +0,0 @@
-body {
- margin: auto;
- padding-left: 11px;
- padding-right: 11px;
- background-color: #8fbc8f;
- color: #ddddce;
- font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
- font-style: normal;
- font-variant: normal;
- max-width: 900px;
-}
-
-h1 {
- padding-top: 23px;
- padding-bottom: 23px;
- padding-left: 11px;
- color: #ffffff;
- background-color: #000000;
- text-decoration: underline;
- margin-left: -23px;
- max-width: 878px;
-}
-
-h2 {
- padding-top: 23px;
- padding-bottom: 23px;
- padding-left: 11px;
- color: #ffffff;
- background-color: #000000;
- text-decoration: underline;
- margin-left: -11px;
- max-width: 889px;
-}
-
-h3 {
- padding-top: 23px;
- padding-bottom: 23px;
- padding-left: 11px;
- color: #ffffff;
- background-color: #000000;
- text-decoration: underline;
- margin-left: -5px;
- max-width: 895px;
-}
-
-a {
- color: #ffffff;
- text-decoration: none;
- background-color: #000000;
- padding: 2px;
- margin: 2px;
-}
-
-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: 79px;
-}
-
-img {
- max-width: 601;
- max-height: 401;
- display: block;
- margin: auto;
-}
-
-pre {
- display: block;
- overflow-x: auto;
- color: #ffffff;
- background-color: #000000;
- margin: 5px;
- padding: 23px;
- border: 29px double #8fbc8f;
-}
-
-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;
-}