summaryrefslogtreecommitdiff
path: root/main.css
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-12-31 17:43:33 -0700
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-12-31 17:43:33 -0700
commitc52557f0a969e539138b0fdd4d7dd25f8795b509 (patch)
tree128bcfab061bc5f7c703dbbfed9ec6c209e71f7e /main.css
parentdd2b6e83987786dbd53113fa984630119334925d (diff)
wip
Diffstat (limited to 'main.css')
-rw-r--r--main.css120
1 files changed, 0 insertions, 120 deletions
diff --git a/main.css b/main.css
deleted file mode 100644
index a6c18ed..0000000
--- a/main.css
+++ /dev/null
@@ -1,120 +0,0 @@
-body {
- padding: 0px 0px 0px 0px;
- background: white;
-}
-
-/* background-color: #b94a48; other colors: #f89406, #468847, #3a87ad */
-
-header {
- width: 100%;
- height: 100px;
- background-color: black;
-}
-
-header:before, header:after {
- content: "";
- display: table;
-}
-
-header:after {
- clear: both;
-}
-
-header {
- *zoom: 1;
-}
-
-header h1 {
- color: white;
- font-size: 50px;
- height: 50px;
- margin: 0px 0px 0px 0px;
- padding: 0px 0px 0px 10px;
-}
-
-.headercontainer {
- width: 25%;
- height: 50px;
- background-color: Maroon;
- float: left;
- margin: 10px 0px 0px 0px;
-}
-
-#logobar {
- display: block;
-}
-
-.headerlink:hover, .headerlink:visited {
- color: GoldenRod;
-}
-
-.headerlink:active {
- color: Black;
-}
-
-.headerlink {
- color: GoldenRod;
- font-size: 40px;
- text-decoration: none;
- margin: 0px 0px 0px 85px;
-}
-
-#constructionBanner {
- height: 50px;
- background-color: #f89406;
-}
-
-#constructionMessage {
- text-align: center;
- padding: 12px;
-}
-
-#search {
- padding: 10px;
-}
-
-#sidebar {
- border: 1px solid black;
- padding: 5px;
- margin: 5px;
- float: right;
-}
-
-main {
-
-}
-
-li {
- font-size: 14px;
-}
-
-.spacer {
- width: 50px;
- display: inline;
- padding: 0px 50px 0px 50px;
-}
-
-.tag {
- font-size: 11px;
- height: 13px;
- padding: 4px 7px 5px 7px;
- border-radius: 2px;
- text-align: center;
- text-decoration: none;
- color: white;
-}
-
-.FF { background: FireBrick; }
-.SS { background: SeaGreen; }
-.ES { background: DarkViolet; }
-.HB { background: DimGray; }
-.DM { background: DarkSlateGray; }
-.WP { background: GhostWhite; color: black; }
-
-/*
-
-
-
-
-
-*/