|
|
(29 intermediate revisions not shown) |
Line 1: |
Line 1: |
- | <html>
| |
- | <head>
| |
- | <!--=========================================CARGAS============================================= -->
| |
- | <!--Intentamos cargar la libreria jQuery de Google, si no va pues la BobString -->
| |
- | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
| |
- | <script>!window.jQuery && document.write('<script src="https://sites.google.com/site/bobstringfiles/arcanum/jquery-1.2.3.min.js"><\/script>')</script>
| |
- | </head>
| |
| | | |
- | <body>
| |
- |
| |
- |
| |
- | <!--=====================================MENU ACORDEON ======================================= -->
| |
- |
| |
- |
| |
- | <div id="menuizq">
| |
- | <div id="firstpane" class="menu_list">
| |
- | <p class="menu_head"> <a href="/Team:Sevilla">Home</a> </p>
| |
- | <div class="menu_body">
| |
- |
| |
- | </div>
| |
- | <p class="menu_head"> <a href="/Team:Sevilla/components">The team</a> </p>
| |
- |
| |
- | <p class="menu_head"> <a href="#">The project</a> </p>
| |
- | <div class="menu_body">
| |
- | <a href="/Team:Sevilla/ubbit">Ubbit Standard</a>
| |
- | <a href="/Team:Sevilla/adder">Full adder module</a>
| |
- | <a href="/Team:Sevilla/applications">Applications</a>
| |
- | <a href="/Team:Sevilla/sponsors">Sponsors</a>
| |
- | </div>
| |
- | <p class="menu_head"> <a href="/Team:Sevilla/modeling">Modeling</a> </p>
| |
- | <div class="menu_body">
| |
- |
| |
- | </div>
| |
- | <p class="menu_head"> <a href="/Team:Sevilla/safety">Safety</a> </p>
| |
- | <div class="menu_body">
| |
- |
| |
- | </div>
| |
- | <p class="menu_head"> <a href="/Team:Sevilla/attributions">Attributions</a> </p>
| |
- | <div class="menu_body">
| |
- |
| |
- | </div>
| |
- | <p class="menu_head"> <a href="/Team:Sevilla/notebook">Notebook</a> </p>
| |
- |
| |
- | <p class="menu_head"> <a href="/Team:Sevilla/sponsors">Sponsors</a> </p>
| |
- |
| |
- | </div>
| |
- |
| |
- | <div class="menu_list">
| |
- |
| |
- |
| |
- |
| |
- | <!-- Lo que vaya aquí se pone debajo del menú -->
| |
- |
| |
- | </div>
| |
- | </div>
| |
- |
| |
- | <div id=menudcha>
| |
- |
| |
- | <!-- -->
| |
- |
| |
- | <div id=sponsors >
| |
- | <p style="color:#272BB8; float:left; font-weight: bold; clear:both;margin-bottom:none;" >Sponsors: </p>
| |
- |
| |
- | <hr style=" clear:both; align:center; float:left;">
| |
- |
| |
- | <a href='http://www.us.es'><img src="https://static.igem.org/mediawiki/2011/5/52/Logo_US.gif" height=90px style="margin-top:5px;margin-bottom:5px; clear:both; align:center; float:left;"/> </a>
| |
- |
| |
- |
| |
- | <a href='http://estudiantes.us.es/'><img src="https://static.igem.org/mediawiki/2011/0/02/Vice.png" width=130px style="margin-top:5px;margin-bottom:5px; clear:both; align:center; float:left;" /> </a>
| |
- | <a href='http://www.micinn.es/'><img src="https://static.igem.org/mediawiki/2011/a/a1/LogoMci.jpg" width=130px style="margin-top:5px;margin-bottom:5px; clear:both; align:center; float:left;" /> </a>
| |
- |
| |
- | <a href='http://www.eppendorf.com/'><img src="https://static.igem.org/mediawiki/2011/1/11/EP_L_rgb.jpg" width=130px style="margin-top:5px;margin-bottom:5px; clear:both; align:center; float:left;" /> </a>
| |
- | <a href='http://otri.us.es/web/'><img src="https://static.igem.org/mediawiki/2011/4/46/LogoOTRI.gif" width=130px style="margin-top:5px;margin-bottom:5px; clear:both; align:center; float:left;" /> </a>
| |
- | <hr style="clear:both; align:center; float:left;">
| |
- |
| |
- | <a href='#'><img alt='ir arriba' border='0' src='http://espacioforos.miarroba.st/1671161/dfs.png' style="margin-top:10px;margin-bottom:5px; clear:both; aling:center; float:left;"/></a>
| |
- |
| |
- | </div>
| |
- |
| |
- | </div>
| |
- |
| |
- | <!-- http://roshanbh.com.np/2008/06/accordion-menu-using-jquery.html -->
| |
- | <style>
| |
- | .menu_list {
| |
- | width: 150px;
| |
- | float:left;
| |
- | }
| |
- | #sponsors {
| |
- |
| |
- | }
| |
- | hr {
| |
- | border: 0;
| |
- | width: 80%;
| |
- | color: #4D4D4D;
| |
- | background-color: #4D4D4D;
| |
- | height: 2px;
| |
- | }
| |
- | .menu_head {
| |
- | padding: 5px 10px;
| |
- | cursor: pointer;
| |
- | position: relative;
| |
- | font-weight:bold;
| |
- | background: #eef4d3 url(left.png) center right no-repeat;
| |
- | margin:1px;
| |
- | margin-right: 12px;
| |
- | text-align:center;
| |
- | }
| |
- | .menu_head a{ text-decoration:none;}
| |
- | .menu_body {
| |
- | display:none;
| |
- | width:136px;
| |
- | }
| |
- | .menu_body a {
| |
- | display:block;
| |
- | color:#006699;
| |
- | background-color:#EFEFEF;
| |
- | padding-left:10px;
| |
- | font-weight:bold;
| |
- | text-decoration:none;
| |
- | }
| |
- | .menu_body a:hover {/*ponerse encima de los links internos*/
| |
- | color: black;
| |
- | background-color: white;
| |
- | }
| |
- | </style>
| |
- |
| |
- | <script type="text/javascript"> /*colorear menu al pasar encima*/
| |
- | $(function(){
| |
- | $(".menu_head").mouseenter(function(){
| |
- | $(this).css({'background-color': 'white'});
| |
- | }).mouseleave(function(){
| |
- | $(this).css({'background-color': '#eef4d3'});
| |
- | });
| |
- | });
| |
- | </script>
| |
- |
| |
- | <script type="text/javascript">
| |
- | $("#firstpane p.menu_head").click(function()
| |
- | {
| |
- | $(this).css({backgroundImage:"url(down.png)"}).next("div.menu_body").slideDown(500).siblings("div.menu_body").slideUp("slow");
| |
- | $(this).siblings().css({backgroundImage:"url(left.png)"});
| |
- | });
| |
- | </script>
| |
- |
| |
- | <!-- FIN -->
| |
- |
| |
- |
| |
- |
| |
- | <style>
| |
- |
| |
- | /*Estilo de la barra de arriba para que no se oculte*/
| |
- |
| |
- | .left-menu, .left-menu a {
| |
- | width: 390px ! important;
| |
- | left: 0px;
| |
- | text-align: left;
| |
- | color:blue ! important;
| |
- | text-transform: none ! important;
| |
- | /*Para cambiar el color de fondo de los enlaces de la izq*/
| |
- | background-color: transparent ! important;
| |
- | border: none ! important;
| |
- | }
| |
- |
| |
- | .right-menu li a {
| |
- |
| |
- | color: blue ! important;
| |
- | background-color: transparent ! important;
| |
- | }
| |
- |
| |
- |
| |
- |
| |
- | </style>
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | <!--=========================================RECONSTRUIR iGEM-wiki============================================= -->
| |
- |
| |
- | <style>
| |
- |
| |
- | /*logo indeseado del igem*/
| |
- | #p-logo{
| |
- | display:none;
| |
- | }
| |
- |
| |
- | /*menu estilo guadiana xD de los cojones*/
| |
- | #menubar.left-menu {
| |
- | width:355px;
| |
- | display:block;
| |
- | float:left;
| |
- | background-color:#C0C0C0;
| |
- | border: black 2px solid;
| |
- | }
| |
- |
| |
- |
| |
- | #top-section {
| |
- | height: 175px;
| |
- | background-image:url('https://static.igem.org/mediawiki/2011/2/2b/Logohorizontal.png');
| |
- | border:none;
| |
- | }
| |
- |
| |
- | #content{width: 915px;
| |
- | border:none;
| |
- | margin-left:240px;
| |
- |
| |
- | }
| |
- |
| |
- | /*quitar el titulo de la pagina:Team:Sevilla/test2*/
| |
- | .firstHeading { display: none;}
| |
- |
| |
- | #globalWrapper {/*laterales*/
| |
- | background-image:url('https://static.igem.org/mediawiki/2011/1/1a/Fondo.png');background-position:center;}
| |
- | padding-bottom:0px;
| |
- | border: none;
| |
- | }
| |
- | </style>
| |
- |
| |
- | <!--Busqueda-->
| |
- |
| |
- | <script type="text/javascript">
| |
- | $("#menubar ul").append('<li><a id="serach" href="#">Search</a></li>','<li><a id="serach" href="https://2011.igem.org/Main_Page">iGem</a></li>');
| |
- | </script>
| |
- |
| |
- |
| |
- | <!--Convertir el logo en enlace-->
| |
- | <script type="text/javascript">
| |
- | $("#top-section").prepend('<div id="topLink"><a href="/Team:Sevilla"></a></div>');
| |
- | </script>
| |
- | <style>#topLink a{display: block;width:950px;height:140px;padding-top:63px;}</style>
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | <style>
| |
- | #menubar.right-menu #serach{display:none;margin-top:5px;}
| |
- | #menubar {margin-top:7px;}
| |
- | #search-controls{display:none;margin-top:9px;margin-right:5px;}
| |
- | #serach{margin-left:8px;}
| |
- | </style>
| |
- |
| |
- | <script type="text/javascript">
| |
- | $(document).ready(function(){
| |
- | $("#serach").click(function() {
| |
- | $("#search-controls").css({'display':'block'});
| |
- | $("#search-controls a").css({'color':'black'});
| |
- | });
| |
- |
| |
- | });
| |
- | </script>
| |
- | </body>
| |
- |
| |
- | <style>/*quitar recuadro de abajo*/
| |
- | #catlinks{display:none;}
| |
- | #footer-box{border:none;margin-left:240px;width: 915px;}
| |
- | body{background-image:url('https://static.igem.org/mediawiki/2011/1/1a/Fondo.png');background-position:center;background-repeat:repeat-no-repeat;}
| |
- | </style>
| |
- | <style>
| |
- | /* menu perseguidor */
| |
- | #menuizq {
| |
- | position: fixed;
| |
- | margin-left:-146px!important;
| |
- | }
| |
- |
| |
- | #menudcha{
| |
- | position:fixed;
| |
- | margin-left:950px!important;
| |
- |
| |
- |
| |
- | }
| |
- | </style>
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | </html>
| |