From 8df3db566a3a937b45ebf11adb90d265e6f5e2d4 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 17 Nov 2019 20:45:02 +0100 Subject: initial checking of customized version 1.0rc9 --- themes/CleanFS/archnavbar.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 themes/CleanFS/archnavbar.css (limited to 'themes/CleanFS/archnavbar.css') 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; } -- cgit v1.2.3-54-g00ecf