-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanimated-menu.css
More file actions
56 lines (46 loc) · 811 Bytes
/
animated-menu.css
File metadata and controls
56 lines (46 loc) · 811 Bytes
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
/*
Document : animated-menu
Created on : Nov 20, 2010, 2:27:27 PM
Author : tauseef
Description:
Purpose of the stylesheet follows.
*/
/*
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body{
font-family:"Lucida Grande", arial, sans-serif;
}
ul{
margin:0;
padding:0;
}
li{
width:148px;
height:50px;
float:left;
color:#191919;
text-align:center;
overflow:hidden;
}
a{
color:#FFF;
text-decoration:none;
}
p{
padding:0px 5px;
}
.subtext{
padding-top:15px;
position: static;
}
/*Menu Color Classes*/
.green{background:#0292C0;}
.yellow{background:#0292C0;}
.red{background:#0292C0;}
.purple{background:#0292C0;}
.blue{background:#0292C0;}
.new{
width:auto;
}