more font size tweaks.
[citadel.git] / webcit / static / styles / navbar.css
1 #navbar {
2         font-size: 70%;
3         font-weight: bold;
4         height: 2em;
5         position: absolute;
6         bottom: 0;
7         width: 100%;
8         background-color: #7D858C;
9         border-top: 2px solid #424b52;
10         color: #FFF;
11 }
12
13 #navbar ul, .selector_top, .selector_bottom {
14         width: 100%;
15         margin: 0 auto 0 auto;
16         white-space: nowrap;
17         text-align: center;
18         vertical-align: middle;
19 }
20
21 #navbar ul li {
22         display: inline;
23         list-style: none;
24         vertical-align: middle;
25         padding: 0 0.2em;
26 }
27
28 #navbar ul li a {
29         padding: 0.3em;
30         display: inline-block;
31         white-space: nowrap;
32 }
33
34 #navbar ul li a:hover {
35         padding: 0.3em;
36         background-color: #5c646b;
37         border: 0px solid #5c646b;
38         border-radius: 5px;
39         -webkit-border-radius: 5px;
40         -moz-border-radius: 5px;
41 }
42
43 #navbar ul li img {
44         float: none;
45         margin: 0 2px;
46 }
47
48 #navbar ul li a img {
49       vertical-align: middle;
50       border: none;
51 }
52