-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmenubar2.css
79 lines (67 loc) · 980 Bytes
/
menubar2.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
/* Adapted from http://www.vanseodesign.com/css/simple-navigation-bar-with-css-and-xhtml/ */
ul#topmenu {
margin:0px;
padding:0;
list-style:none;
position:absolute;
top:0;
left:0;
width:875px;
font-size:11px;
}
ul#topmenu li {
display:inline
}
ul#topmenu li a {
text-decoration:none;
padding:5px 0;
width:124px;
background:#485e49;
color:#eee;
float:left;
text-align:center;
border-left:1px solid #ddd;
}
ul#topmenu li a:hover {
background:#a2b3a1;
color:#000;
}
body#yes{
font: x-small sans-serif;
background: #f3f3f3;
color: black;
margin: 10;
padding: 10;
}
body#no{
background: #f3f3f3;
color: black;
margin: 10;
padding: 10;
}
div#globalWrapper {
font-size: 127%;
width: 100%;
margin: 10;
padding: 10;
}
a {
text-decoration: none;
color: #002bb8;
background: none;
}
a:hover {
text-decoration: underline;
}
ul {
line-height: 1.5em;
list-style-type: square;
margin: .3em 0 0 1.5em;
padding: 0;
}
span.comment {
font-style:italic;
}
span.autocomment {
color:gray;
}