forked from materiaalit/2013-oo-programming
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.css
62 lines (53 loc) · 978 Bytes
/
menu.css
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
.menu {
/* margin: 0;
position: fixed;
top: 10px;
left: auto;
width: 250px;
right: 10px;
font-size: small;
background: #eee;
border: 1px solid #ffcc00;
*/
}
.menu a, .menu h3 {
/*
display:block;
margin:0 0.5em;
*/
}
#fl_menu {
position:absolute;
top:20px;
right:0px;
z-index:9999;
width:200px;
height:30px;
}
#fl_menu .label {
padding-left:20px;
line-height:50px;
font-family:"Arial Black", Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
background:#000;
color:#fff;
letter-spacing:4px;
}
#fl_menu .menu {
display:none;
}
#fl_menu .menu .menu_item {
display:block;
background:#fff;
color:#333;
border-top:1px solid #333;
padding:6px 6px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}
#fl_menu .menu a.menu_item:hover {
background:#eee;
color:#333;
}