index : flyspray | |
Archlinux32 customized Flyspray installation | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2020-02-01 09:05:48 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2020-02-01 09:05:48 +0100 |
commit | 6854cb3f4d8219cf1829e32122eb2502a916eae9 (patch) | |
tree | 350feb504587d932e02837a1442b059759927646 /themes/CleanFS/archnavbar.css |
-rw-r--r-- | themes/CleanFS/archnavbar.css | 29 |
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; } |