Team:Sevilla/test3

From 2011.igem.org

(Difference between revisions)
(Blanked the page)
 
(6 intermediate revisions not shown)
Line 1: Line 1:
-
{{:Team:Sevilla/Templates/lmenu}}
 
-
<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>
 
-
<style>
 
-
 
-
/*=============================== LIMPIEZA DEL ESTILO============================*/
 
-
 
-
.left-menu, .left-menu a /*Estilo de la barra de arriba para que no se oculte*/
 
-
{
 
-
    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;
 
-
}
 
-
 
-
#p-logo /*logo indeseado del igem*/
 
-
{
 
-
    display:none;
 
-
}
 
-
 
-
#menubar.left-menu /*dejar quieto el menu reflotante. Puede que sobre*/
 
-
{
 
-
    width:355px;
 
-
    display:block;
 
-
    float:left;
 
-
    background-color:#C0C0C0;
 
-
    border: black 2px solid;
 
-
}   
 
-
 
-
#top-section
 
-
{
 
-
    height: 135px;
 
-
    width: 900px;
 
-
    border:none;
 
-
    background-color:#96D8CA;
 
-
    background-image:url('https://static.igem.org/mediawiki/2011/e/e1/Arcanum.png');
 
-
    background-repeat:no-repeat;
 
-
    background-position:30px 35px;
 
-
}
 
-
 
-
#content
 
-
{
 
-
    border:none;
 
-
    width:900px;
 
-
    padding:10px 0px 0px 0px ! important;
 
-
 
-
}
 
-
 
-
.firstHeading /*quitar el titulo de la pagina en formato wiki*/                                                                                                                       
 
-
{
 
-
    display: none;
 
-
}
 
-
 
-
#globalWrapper /*Global,laterales*/
 
-
{
 
-
    background-color: #1F7C83;
 
-
}
 
-
 
-
body /*golbalWrapper se queda corto por abajo*/
 
-
{
 
-
    background-color: #1F7C83;
 
-
}
 
-
   
 
-
#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;
 
-
}
 
-
 
-
 
-
#catlinks /*quitar recuadro de abajo*/
 
-
{
 
-
    display:none;
 
-
}
 
-
 
-
#footer-box
 
-
{
 
-
    border:none;
 
-
    width: 900px;
 
-
    padding: 5px 0px 0px 0px;
 
-
}
 
-
 
-
 
-
#topLink a /*para el enlace de arriba*/
 
-
{
 
-
    display: block;
 
-
    width:950px;
 
-
    height:140px;
 
-
    padding-top:63px;
 
-
}
 
-
 
-
 
-
</style>
 
-
 
-
 
-
 
-
<!--=============================== SCRIPTS ============================-->
 
-
 
-
<!--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>
 
-
 
-
<script type="text/javascript">
 
-
$(document).ready(function(){
 
-
$("#serach").click(function() {
 
-
$("#search-controls").css({'display':'block'});
 
-
        $("#search-controls a").css({'color':'black'});
 
-
  });
 
-
 
-
});
 
-
</script>
 
-
 
-
<!--Convertir el logo en enlace-->
 
-
 
-
<script type="text/javascript">
 
-
$("#top-section").prepend('<div id="topLink"><a href="/Team:Sevilla"></a></div>');
 
-
</script>
 
-
 
-
 
-
<!--Meter arito en la cabecera-->
 
-
 
-
<script type="text/javascript">
 
-
$("#top-section").prepend('<img style="opacity:0.1;filter:alpha(opacity=10);" src="https://static.igem.org/mediawiki/2011/b/b0/RingUp.png" /> ');
 
-
</script>
 
-
 
-
</body>
 
-
</html>
 

Latest revision as of 10:56, 27 June 2011