summaryrefslogtreecommitdiff
path: root/src/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.css')
-rw-r--r--src/main.css93
1 files changed, 93 insertions, 0 deletions
diff --git a/src/main.css b/src/main.css
new file mode 100644
index 0000000..1e0d2b9
--- /dev/null
+++ b/src/main.css
@@ -0,0 +1,93 @@
+body {
+ padding: 0px 0px 0px 0px;
+ background: white;
+}
+
+header {
+ width: 100%;
+ height: 100px;
+ background-color: black;
+}
+
+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;
+}
+
+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; }