summaryrefslogtreecommitdiff
path: root/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'main.css')
-rw-r--r--main.css120
1 files changed, 120 insertions, 0 deletions
diff --git a/main.css b/main.css
new file mode 100644
index 0000000..a6c18ed
--- /dev/null
+++ b/main.css
@@ -0,0 +1,120 @@
+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; }
+
+/*
+
+
+
+
+
+*/