|
|
Line 1: |
Line 1: |
- | {{:Team:Sevilla/Templates/menuOld}}
| |
- | {{:Team:Sevilla/templateSides}}
| |
- | {{:Team:Sevilla/styles}}
| |
- | <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>
| |
| | | |
- | <style>
| |
- | /*=================== TEMPLATE1================*/
| |
- |
| |
- | /*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;
| |
- | }
| |
- |
| |
- |
| |
- | /*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{
| |
- | border:none;
| |
- | margin-left:239px;
| |
- |
| |
- | }
| |
- |
| |
- | /*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;
| |
- | }
| |
- |
| |
- | #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;}
| |
- |
| |
- |
| |
- | /*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;}
| |
- |
| |
- | #topLink a{display: block;width:950px;height:140px;padding-top:63px;}
| |
- |
| |
- |
| |
- | </style>
| |
- |
| |
- |
| |
- |
| |
- | </head>
| |
- |
| |
- | <body>
| |
- |
| |
- |
| |
- |
| |
- | <!-- Google Analytics -->
| |
- | <script type="text/javascript">
| |
- |
| |
- | var _gaq = _gaq || [];
| |
- | _gaq.push(['_setAccount', 'UA-24038508-1']);
| |
- | _gaq.push(['_trackPageview']);
| |
- |
| |
- | (function() {
| |
- | var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
| |
- | ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
| |
- | var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
| |
- | })();
| |
- |
| |
- | </script>
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | <!--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>
| |
- |
| |
- |
| |
- | <script type="text/javascript">
| |
- | $(document).ready(function(){
| |
- | $("#serach").click(function() {
| |
- | $("#search-controls").css({'display':'block'});
| |
- | $("#search-controls a").css({'color':'black'});
| |
- | });
| |
- |
| |
- | });
| |
- | </script>
| |
- | </body>
| |
- |
| |
- | </html>
| |