Larger text.
[prawokultury.git] / prawokultury / static / css / menu.css
1 #menu-bar {
2   height: 4em; }
3
4 #menu {
5   list-style: none;
6   margin-left: 0;
7   text-transform: uppercase;
8   margin: .7em 0 0 0; }
9   #menu li {
10     display: inline-block;
11     position: relative;
12     list-style: none;
13     padding-left: 0;
14     margin-right: 3em; }
15     #menu li a {
16       color: black;
17       font-size: 1.1em; }
18   #menu li:last {
19     margin-right: 0; }
20   #menu li.active {
21     font-weight: bold; }
22   #menu li.active:before {
23     color: #004e98;
24     content: "(";
25     position: absolute;
26     left: -.7em;
27     font-size: 2em;
28     top: -.25em; }
29   #menu li.active:after {
30     color: #004e98;
31     content: ")";
32     position: absolute;
33     right: -.7em;
34     font-size: 2em;
35     top: -.25em; }
36   #menu #item-lang a {
37     color: #0050a2; }