aboutsummaryrefslogtreecommitdiff
path: root/oldStyle.css
diff options
context:
space:
mode:
authorDominic Matarese <dominicmatarese@gmail.com>2021-09-18 00:35:15 +0000
committerDominic Matarese <dominicmatarese@gmail.com>2021-09-18 00:35:15 +0000
commit63ccfb1d7b0f0665e1c3212af6420b9fc57a4640 (patch)
tree1917a6d635ae2ccb63f31a0d68f9b2441b73bd47 /oldStyle.css
parente75c7fb38a9818b5c95f226912b209b21c0c23fb (diff)
removed unnessesary files
Diffstat (limited to 'oldStyle.css')
-rw-r--r--oldStyle.css178
1 files changed, 0 insertions, 178 deletions
diff --git a/oldStyle.css b/oldStyle.css
deleted file mode 100644
index 05c1aed..0000000
--- a/oldStyle.css
+++ /dev/null
@@ -1,178 +0,0 @@
-/*
-Copyright (C) 2021 Dominic Matarese
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <https://www.gnu.org/licenses/>.
-*/
-html {
- overflow-y: scroll;
-}
-
-body {
- /*background-color: #fff;*/
- background: linear-gradient(90deg, #eeeeee 40%, #E13E0F 100%);
- color: #000;
- font-family: sans-serif;
- padding: 0;
- margin: 0;
-}
-
-pre, code {
- margin: 0;
-}
-
-a {
- color: #005386;
-}
-
-#header a, #sideNav a, #topNav a {
- text-decoration: none;
-}
-
-#sideNav a:hover {
- background-color: #ddd;
-}
-
-#topNav {
- clear: both;
- color: #06106B;
- overflow: hidden;
- background-color: #06106B;
- padding: 2ex;
- border-bottom: 4px solid #111111;
-}
-
-#topNav a {
- padding: 0.5ex 1ex;
- color: #fff;
-}
-
-#topNav a.title {
- padding: 0ex 0ex;
- color: #fff;
-}
-
-#topNav a:hover {
- background-color: #069;
-}
-
-#title {
- float: left;
- margin: 0 1px 0 0;
- padding: 1em 0;
- width: 200px;
-}
-
-h1 {
- margin: 1em 1ex 0.5ex 0;
- font-size: 1.4em;
-}
-
-h2 {
- margin: 1em 1ex 0.5ex 0;
- font-size: 1.3em;
-}
-
-h3 {
- margin: 1em 1ex 0.5ex 0;
- font-size: 1.0em;
-}
-
-h4 {
- margin: 1em 1ex 0.5ex 0;
- font-size: 0.9em;
-}
-
-#headerSubtitle {
- font-size: 0.75em;
- font-style: italic;
- margin-left: 1em;
-}
-
-#content {
- clear: both;
- margin: 0;
- padding: 0;
- /*background-color: #fff;
- overflow: hidden;*/
-}
-
-#sideNav {
- /*background-color: #fff;*/
- float: left;
- margin: 0 1px 0 0;
- padding: 1em 0;
- border-right: 4px solid #06106B;
- width: 200px;
-}
-
-#sideNav ul {
- margin: 0;
- padding: 0;
-}
-
-#sideNav li {
- list-style: none;
- padding: 0;
- margin: 0;
-}
-
-#sideNav li ul {
- padding-left: 0.6em !important;
-}
-
-#sideNav li a {
- display: block;
- margin: 0;
- padding: 0.8ex 2em 0.8ex 1em;
- font-size: 15pt;
-}
-
-#main {
- margin: 0 0 0 200px;
- max-width: 50em;
- padding: 1.5em;
-}
-
-#footer {
- position: fixed;
- bottom: 0px;
- text-align: center;
- width: 100%;
- color: #444444;
-}
-
-#copyright {
- float: left;
- padding-bottom: 10px;
- padding-top: 10px;
- text-align: center;
- bottom: 0px;
- width: 100%;
-}
-
-.left {
- float: left;
- margin: 0;
- padding: 0;
-}
-
-.right {
- float: right;
- margin: 0;
- padding: 0;
-}
-
-.hidden {
- display: none;
-}