summaryrefslogtreecommitdiff
path: root/themes/CleanFS/archnavbar.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/CleanFS/archnavbar.css')
-rw-r--r--themes/CleanFS/archnavbar.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/themes/CleanFS/archnavbar.css b/themes/CleanFS/archnavbar.css
new file mode 100644
index 0000000..3f5c280
--- /dev/null
+++ b/themes/CleanFS/archnavbar.css
@@ -0,0 +1,29 @@
+/*
+ * ARCH GLOBAL NAVBAR
+ *
+ * We're forcing all generic selectors with !important
+ * to help prevent other stylesheets from interfering.
+ *
+ */
+
+/* container for the entire bar */
+#archnavbar { min-height: 40px !important; padding: 10px 15px !important; background: #000 !important; }
+
+#archnavbarlogo { float: left !important; margin: 0 !important; padding: 0 !important; height: 40px !important; width: 200px !important; }
+
+/* move the heading/paragraph text offscreen */
+#archnavbarlogo p { margin: 0 !important; padding: 0 !important; text-indent: -9999px !important; }
+#archnavbarlogo h1 { margin: 0 !important; padding: 0 !important; text-indent: -9999px !important; }
+
+/* make the link the same size as the logo */
+#archnavbarlogo a { display: block; height: 40px; width: 230px; }
+
+/* display the list inline, float it to the right and style it */
+#archnavbar ul { list-style: none; margin: 0; padding: 0; font-size:0px; text-align:right; }
+#archnavbar ul li { display:inline-block; font-size: 14px; font-family: sans-serif; padding: 14px 15px 0px;}
+
+/* style the links */
+#archnavbar ul#archnavbarlist li a { color: #999; font-weight: bold; text-decoration: none; }
+#archnavbar ul#archnavbarlist li a:hover { color: white; text-decoration: underline; }
+
+#archnavbar ul#archnavbarlist li a#anb-bugs { color: white; }