Template:INSA-Lyon/menugauche

From 2010.igem.org

(Difference between revisions)
(New page: <html> <style type="text/css"> - -------------------------- AUTHOR : STYLED MENUS URL : http://www.styledmenus.com Copyrights by STYLED MENUS ----------------------------: *{ margin:0;...)
m
Line 7: Line 7:
Copyrights by STYLED MENUS
Copyrights by STYLED MENUS
----------------------------*/
----------------------------*/
-
*{
+
* {
margin:0;
margin:0;
padding:0;
padding:0;
}
}
-
body{
+
body {
-
background:#fff;
+
color:#666;
color:#666;
-
/* font:12px/18px Tahoma, Arial, Helvetica, sans-serif; */
 
}
}
-
#menu{
+
#menu {
-
background:#fff;
+
background:#fff;
-
width:170px;
+
width:170px;
-
}
+
}
-
#menu ul{
+
#menu ul {
-
list-style:none;
+
list-style:none;
-
}
+
}
-
#menu li{
+
#menu li {
-
list-style:none;
+
        list-style:none;
-
margin:2px 0;
+
margin:2px 0;
-
}
+
}
-
#menu li a{
+
#menu li a {
-
list-style:none;
+
list-style:none;
-
background:#82837c;
+
background:#82837c;
-
color:#fff;
+
color:#fff;
-
text-transform:uppercase;
+
text-transform:uppercase;
-
font-size:11px;
+
font-size:11px;
-
font-weight:bold;
+
font-weight:bold;
-
text-decoration:none;
+
text-decoration:none;
-
border:solid #777776;
+
border:solid #777776;
-
border-width:0 6px 0 6px;
+
border-width:0 6px 0 6px;
-
display:block;
+
display:block;
-
height:30px;
+
height:30px;
-
line-height:30px;
+
line-height:30px;
-
padding:0 0 0 10px;
+
padding:0 0 0 10px;
-
}
+
}
-
#menu li a:hover{
+
#menu li a:hover {
-
background:#777776;
+
background:#777776;
-
color:#fff;
+
        text-decoration:none;
-
text-decoration:none;
+
}
-
}
+
#menu li a.green {
-
#menu li a.green{
+
background:#83ad3e;
-
background:#83ad3e;
+
border:solid #6f9234;
-
border:solid #6f9234;
+
border-width:0 6px 0 6px;
-
border-width:0 6px 0 6px;
+
}
-
}
+
#menu li a:hover.green {
-
#menu li a:hover.green{
+
background:#6f9234;
-
background:#6f9234;
+
}
-
}
+
#menu li a.blue {
-
#menu li a.blue{
+
background:#4396bd;
-
background:#4396bd;
+
border:solid #377e9f;
-
border:solid #377e9f;
+
border-width:0 6px 0 6px;
-
border-width:0 6px 0 6px;
+
}
-
}
+
#menu li a:hover.blue{
-
#menu li a:hover.blue{
+
background:#377e9f;
-
background:#377e9f;
+
}
-
}
+
#menu li a.orange{
-
#menu li a.orange{
+
        background:#ff7327;
-
background:#ff7327;
+
border:solid #d65611;
-
border:solid #d65611;
+
border-width:0 6px 0 6px;
-
border-width:0 6px 0 6px;
+
}
-
}
+
#menu li a:hover.orange{
-
#menu li a:hover.orange{
+
        background:#d65611;
-
background:#d65611;
+
}
-
}
+
#menu li a.brn{
-
#menu li a.brn{
+
background:#a53cbe;
-
background:#a53cbe;
+
border:solid #87249f;
-
border:solid #87249f;
+
border-width:0 6px 0 6px;
-
border-width:0 6px 0 6px;
+
}
-
}
+
#menu li a:hover.brn{
-
#menu li a:hover.brn{
+
background:#87249f;
-
background:#87249f;
+
}
-
}
+
</style>
</style>
</html>
</html>

Revision as of 10:20, 18 August 2010