summaryrefslogtreecommitdiff
path: root/themes/CleanFS/archnavbar.css
blob: 3f5c280b94c9d18de16ab52e09fd9e6d894a2af7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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; }