-
Notifications
You must be signed in to change notification settings - Fork 0
/
menu.css
62 lines (53 loc) · 934 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
#sddm
{ margin:40;
padding: 10;
z-index: 30;
height:20 px;
size:landscape;
position:relative 30 px;
width:inherit;
}
#sddm li
{
border:#000 solid 1 px;
margin: 4;
padding: 0;
list-style:none;
float:left;
font: bold 15px "Comic Sans MS", cursive}
#sddm li a
{ width:auto;
display: block;
margin: 0 1px 0 0;
padding: 4px 10px;
width: 80px;
background: #600;
color: #FFF;
text-align: center;
text-decoration: none}
#sddm li a:hover
{ background: #FFF;
color:#600}
#sddm div
{ position:absolute;
visibility: hidden;
margin: 0;
padding: 0;
background: #600;
border: 1px solid #600;
}
#sddm div a
{ position: relative;
display: block;
margin: 0;
padding: 5px 10px;
width: auto;
white-space: nowrap;
text-align: left;
text-decoration: none;
background: #EAEBD8;
color: #600;
font: 16px "Comic Sans MS", cursive}
#sddm div a:hover
{ background: #49A3FF;
color: #FFF}