From 2011.igem.org
(Difference between revisions)
|
|
Line 1: |
Line 1: |
| <html> | | <html> |
- |
| |
- | <style type="text/css">
| |
- |
| |
- | #menu {
| |
- | width: 180px ; /*220*/
| |
- | background:white;
| |
- | margin-left : 15px;
| |
- | }
| |
- |
| |
- | #menu ul {
| |
- | padding: 0;
| |
- | width: 170px;
| |
- | border:0px solid;
| |
- | margin:0px;
| |
- | margin-top:100px;
| |
- | }
| |
- |
| |
- | #menu ul li {
| |
- | background: #333333 ;
| |
- | color:#008000 ;
| |
- | position:relative;
| |
- | list-style: none; /*on enleve les icones de liste*/
| |
- | width: 150;
| |
- | height : 20px;
| |
- | border: 10px solid;
| |
- | border-color : #333333 ;
| |
- | -moz-border-radius: 10px;
| |
- | -webkit-border-radius: 10px;
| |
- | -goog-ms-border-radius: 10px;
| |
- | border-radius:10px;
| |
- | }
| |
- |
| |
- |
| |
- | #menu li a {
| |
- | text-decoration: none ;
| |
- | color : white;
| |
- | position : relative;
| |
- | padding : 10px 15 px;
| |
- | font-family : Times;
| |
- | font-weight :bold;
| |
- | font-size : large;
| |
- | margin-left : 15px;
| |
- | }
| |
- |
| |
- | #menu li.sousmenu {
| |
- | background: #008000 ;
| |
- | }
| |
- |
| |
- |
| |
- | #menu li:hover {
| |
- | background:#228B22;
| |
- | border-color:#228B22;
| |
- | }
| |
- |
| |
- | #menu ul li#actif {
| |
- | float: left;
| |
- | height: 15px;
| |
- | border: 15px solid #555;
| |
- | border-color :#666666;
| |
- | width: 140px;
| |
- | font-family : Times;
| |
- | font-weight: bold;
| |
- | font-size : large;
| |
- | color: white;
| |
- | text-decoration: none;
| |
- | background:#666666;
| |
- | position : relative;
| |
- |
| |
- | }
| |
- |
| |
- | </style>
| |
| | | |
| | | |
Latest revision as of 08:09, 13 September 2011