forked from ymairesse/ZeusEdu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.css
More file actions
executable file
·119 lines (104 loc) · 1.92 KB
/
Copy pathmenu.css
File metadata and controls
executable file
·119 lines (104 loc) · 1.92 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
.menu {
margin: 0;
}
ul.menu, ul.menu ul, ul.menu li {
padding: 0;
list-style-type: none;
background-color: #e1e2e3;
}
ul.menu li {
float: left;
}
ul.menu li a {
border-left: 3px solid #eeeeee;
padding: 0.2em 1em;
text-decoration: none;
color: black;
}
ul.menu li a:hover, ul.menu li a:active {
padding: 0.2em 1em;
background-image: url(images/gradient.jpg);
background-repeat: repeat-x;
}
#menuBas {
clear: both;
height: 2em;
background-color: #ffe37f;
margin: 0;
padding: 0;
z-index: 10;
}
#menuBas li {
float: left;
list-style-type: none;
}
#menuBas li a {
display: block;
background: #FFE37F;
padding: 5px 12px;
text-decoration: none;
border-right: 1px solid white;
color: #000;
}
#menuBas li a:hover{
background-color: #ccc;
color: black
}
#menuBas li ul {
margin: 0;
padding: 0;
position: absolute;
visibility: hidden;
border-top: 1px solid white
}
#menuBas li ul li {
float: none;
display: inline;
}
#menuBas li ul li a {
width: auto;
height: 20px;
background: #FFE37F;
color:black;
opacity: 0.95;
z-index: 100;
position: relative;
}
#menuBas li ul li a:hover {
background-image: url(images/gradient.jpg);
background-repeat: repeat-x;
color: #000;
}
#menuBas hr {
margin: 0
}
li.titreMenu {padding: 0.2em; background-color: #E4E3E2; font-weight:bold; border: 2px inset #FFE37F}
#widget li {
display: block;
float:left;
width: 100px;
height: 100px;
border: 1px solid black;
margin: 1em;
text-align:center;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
padding-top: 10px;
background-color: #ccf
}
.barreOutils {
clear:both;
padding: 0;
margin: 0;
background-color: #ddd;
}
.barreOutils li {
list-style-type: none;
margin: 0;
}
.barreOutils li a img {
border: 1px inset black;
margin: 2px
}