Team:Valencia-CIPF/menu
From 2013.igem.org
(Difference between revisions)
Line 3: | Line 3: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | * | + | /* Empieza Menú */ |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | #list-updates { | |
- | + | list-style:none; | |
- | + | /*margin: 0; Cambios 0*/ | |
} | } | ||
- | + | #list-updates .space_item-A, #list-updates .space_item-B, #list-updates .space_item-C, #list-updates .space_item-D, #list-updates .space_item-E, #list-updates .space_item-F, #list-updates .space_item-G, #list-updates .space_item-H | |
- | + | { | |
- | + | width:100%; /*Aparentemente no hace nada*/ | |
- | + | height:60px; /*Aparentemente no hace nada*/ | |
- | + | padding-left:50px; /*Aparentemente no hace nada*/ | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | .space_item-A, .space_item-B, .space_item-C, .space_item-D, .space_item-E, .space_item-F, .space_item-G, .space_item-H { | |
- | + | width:40%; /*IMPORTANTE*/ | |
- | + | height:31px; | |
+ | margin:5px; | ||
+ | margin-top:3px; /*Cambios 2px*/ | ||
} | } | ||
- | + | .space_item-A { | |
- | + | background:transparent url('https://static.igem.org/mediawiki/igem.org/5/51/Flor1.png') 0 0 scroll no-repeat; | |
- | + | ||
} | } | ||
- | + | ||
- | + | .space_item-B { | |
- | + | background:transparent url('https://static.igem.org/mediawiki/igem.org/3/3c/Flor2.png') 0 0 scroll no-repeat; | |
} | } | ||
- | + | .space_item-C { | |
- | + | background:transparent url('https://static.igem.org/mediawiki/igem.org/d/d3/Flor3.png') 0 0 scroll no-repeat; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | .space_item-D { | |
- | + | background:transparent url('https://static.igem.org/mediawiki/igem.org/1/17/Flor4.png') 0 0 scroll no-repeat; | |
- | background | + | |
- | + | ||
} | } | ||
- | + | .space_item-E { | |
- | + | background:transparent url('https://static.igem.org/mediawiki/igem.org/3/3b/Flor5.png') 0 0 scroll no-repeat; | |
- | background | + | } |
- | background | + | .space_item-F { |
+ | background:transparent url('https://static.igem.org/mediawiki/igem.org/2/2e/Flor6.png') 0 0 scroll no-repeat; | ||
} | } | ||
- | + | .space_item-G { | |
- | + | background:transparent url('https://static.igem.org/mediawiki/igem.org/f/f2/Flor7.png') 0 0 scroll no-repeat; | |
- | background | + | |
- | + | ||
} | } | ||
- | + | .space_item-H { | |
- | + | background:transparent url('https://static.igem.org/mediawiki/igem.org/1/11/Flor8.png') 0 0 scroll no-repeat; | |
- | background | + | |
- | + | ||
} | } | ||
- | + | #access { | |
- | + | background: tranparent; /*Color barra menú*/ | |
- | background | + | font-color: #FFF; |
- | + | display: block; | |
+ | width: 1500; | ||
+ | height: 37px; | ||
+ | position: relative; | ||
+ | left:0; | ||
+ | top:0px; | ||
+ | z-index:1; | ||
} | } | ||
- | + | #access .menu-header, | |
- | div | + | div.menu { |
- | + | margin: 0; | |
- | + | font-size: 15px; | |
} | } | ||
- | + | #access .menu-header ul, | |
- | + | div.menu ul{ | |
- | + | list-style: none; | |
- | + | margin: 0; | |
- | + | float:left; | |
- | + | position: fixed; | |
- | + | left:0; | |
- | + | top:8px; | |
} | } | ||
- | + | #access .menu-header li, | |
- | + | div.menu li{ | |
- | + | float: left; | |
- | + | position:relative; | |
} | } | ||
- | + | .menu a, .menu a:visited { | |
- | + | width:120px; | |
- | + | color: #000000; | |
+ | background: #d64729; | ||
+ | display: block; | ||
+ | line-height: 35px; | ||
+ | padding: 0 23px; | ||
+ | text-decoration: none; | ||
+ | font-weight:bold; | ||
+ | position:absolute; | ||
+ | left: 8px; | ||
+ | border: 1px solid black; | ||
} | } | ||
- | + | #access table a { | |
- | li# | + | line-height: 35px; |
- | border-radius: | + | } |
+ | #access ul ul { | ||
+ | display: none; | ||
+ | position: absolute; | ||
+ | top: 0px; | ||
+ | float: left; | ||
+ | left: 0px; /*Posición caja desplegable*/ | ||
+ | width: 120; | ||
+ | } | ||
+ | #access ul ul li { | ||
+ | min-width: 120px; | ||
+ | float: left; | ||
+ | left: 170px; | ||
+ | } | ||
+ | #access ul ul ul { | ||
+ | left: 100%; | ||
+ | top: 0; | ||
+ | } | ||
+ | #access ul ul a { | ||
+ | background: #ffa67c; /*Color desplegable*/ | ||
+ | line-height: 1em; | ||
+ | padding: 10px; | ||
+ | width: 120px; | ||
+ | position: relative; | ||
+ | /*height: auto;*/ | ||
+ | } | ||
+ | #access li:hover > a, | ||
+ | #access ul ul :hover > a { | ||
+ | color: #d64729; | ||
+ | display: block; | ||
+ | line-height: 16px; | ||
+ | width:140px; | ||
+ | padding: 10px; | ||
+ | text-decoration: none; | ||
+ | border-radius:10px; | ||
+ | font-weight:bold; | ||
+ | border: 1px solid black; | ||
+ | background: #fff; | ||
+ | } | ||
+ | #access ul li:hover > ul { | ||
+ | display: block; | ||
+ | } | ||
+ | #access ul li a.current_page_item , | ||
+ | #access ul li a.current-menu-ancestor , | ||
+ | #access ul li a.current-menu-item , | ||
+ | #access ul li a.current-menu-parent , | ||
+ | background: #d64729; /*Color menú sin desplegable*/ | ||
} | } | ||
+ | /* Fin Menú */ | ||
Line 110: | Line 148: | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
+ | <div id="access"> | ||
+ | <div class="wrapper"> | ||
+ | <div class="menu"><ul> | ||
+ | <li class="space_item-A"></li> | ||
+ | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF" class="current_page_item">Home</a></li> | ||
+ | <li class="space_item-B"></li> | ||
+ | |||
+ | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/Team" >Team</a></li> | ||
+ | <li class="space_item-C"></li> | ||
+ | |||
+ | <li class="space_item"><a id="name" >Project</a> | ||
+ | <ul class="children"> | ||
+ | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/TheProblem" >The Problem</a></li> | ||
+ | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/OurSolution" >Our Solution</a></li> | ||
+ | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/Biobricks" >Biobricks</a></li> | ||
+ | </ul></li> | ||
+ | <li class="space_item-D"></li> | ||
+ | |||
+ | <li class="space_item"><a id="name" >Wet Lab</a> | ||
+ | <ul class="children"> | ||
+ | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/Introduction" >Introduction</a></li> | ||
+ | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/Strategy" >Strategy</a></li> | ||
+ | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/Experimentation" >Experimentation</a></li> | ||
+ | </ul></li> | ||
+ | <li class="space_item-E"></li> | ||
+ | |||
+ | <li class="space_item"><a id="name" >Dry Lab</a> | ||
+ | <ul class="children"> | ||
+ | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/Introduction1" >Introduction</a></li> | ||
+ | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/Modelling" >Modelling</a></li> | ||
+ | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/Software" >Software</a></li> | ||
+ | </ul></li> | ||
+ | <li class="space_item-F"></li> | ||
+ | |||
+ | <li class="space_item"><a id="name" >Human Practices</a> | ||
+ | <ul class="children"> | ||
+ | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/Safety" >Safety</a></li> | ||
+ | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/Activities" >Activities</a></li> | ||
+ | </ul></li> | ||
+ | <li class="space_item-G"></li> | ||
+ | |||
+ | <li class="space_item"><a id="name" >More</a> | ||
+ | <ul class="children"> | ||
+ | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/Collaboration" >Collaboration</a></li> | ||
+ | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/Notebook" >Notebook</a></li> | ||
+ | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/JudgingCriteria" >Judging Criteria</a></li> | ||
+ | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/References" >References</a></li> | ||
+ | </ul></li> | ||
+ | <li class="space_item-H"></li> | ||
+ | |||
+ | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/Acknowledgements" >Acknowledgements</a></li> | ||
+ | </ul></div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
</html> | </html> |
Revision as of 11:55, 8 August 2013