fnp
/
prawokultury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
minor fix
[prawokultury.git]
/
prawokultury
/
static
/
css
/
menu.scss
1
#menu-bar {
2
height: 4em;
3
}
4
5
#menu {
6
list-style: none;
7
margin-left: 0;
8
text-transform: uppercase;
9
margin: .7em 0 0 0;
10
11
li {
12
display: inline-block;
13
position: relative;
14
list-style: none;
15
padding-left: 0;
16
margin-right: 3em;
17
18
a {
19
color: black;
20
font-size: 1.1em;
21
}
22
}
23
li:last {
24
margin-right: 0;
25
}
26
li.active {
27
font-weight: bold;
28
}
29
li.active:before {
30
color: #004e98;
31
content: "(";
32
position: absolute;
33
left: -.7em;
34
font-size: 2em;
35
top: -.25em;
36
}
37
li.active:after {
38
color: #004e98;
39
content: ")";
40
position: absolute;
41
right: -.7em;
42
font-size: 2em;
43
top: -.25em;
44
}
45
46
#item-lang a {
47
color: #0050a2;
48
}
49
}