/* * ARCH GLOBAL NAVBAR * * We're forcing all generic selectors with !important * to help prevent other stylesheets from interfering. * */ /* container for the entire bar */ #archnavbar { height: 21px !important; padding: 10px 15px !important; background: #333 !important; border-bottom: 5px #008000 solid !important; } #archnavbarlogo { float: left !important; margin: 0 !important; padding: 0 !important; height: 35px !important; width: 190px !important; } html > body #archnavbarlogo { position: relative !important; background: url('golem-cut.png') no-repeat !important; background-size: 123.85px 35px !important; top: -4px !important;} html > body #archnavbarlogo:hover { position: relative !important; background: url('golem-cut-top.png') no-repeat !important; background-size: 123.85px 35px !important; top: -4px !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 !important; height: 21px !important; width: 190px !important; } /* display the list inline, float it to the right and style it */ #archnavbar ul { display: inline !important; float: right !important; list-style: none !important; margin: 0 !important; padding: 0 !important; } #archnavbar ul li { float: left !important; font-size: 14px !important; font-family: sans-serif !important; line-height: 26px !important; padding-right: 15px !important; padding-left: 15px !important; } /* style the links */ #archnavbar ul#archnavbarlist li a { color: #999; font-weight: bold !important; text-decoration: none !important; } #archnavbar ul li a:hover { color: white !important; text-decoration: underline !important; } /* highlight current website in the navbar */ #archnavbar ul li.anb-selected a { color: white !important; } /* print a motto into navbar */ #archnavbar ul li.anb-motto { color: #999; font-weight: bold !important; text-decoration: none !important; }