Team:Sevilla/Templates/general

From 2011.igem.org

(Difference between revisions)
 
(41 intermediate revisions not shown)
Line 1: Line 1:
{{:Team:Sevilla/Templates/lmenu}}
{{:Team:Sevilla/Templates/lmenu}}
<html>  
<html>  
-
<head>
+
 
-
<!--=========================================CARGAS============================================= -->
+
<!-- links en el header-->
-
<!--Intentamos cargar la libreria jQuery de Google, si no va pues la BobString -->
+
<div style="margin-top:-135px;width:270px;height:108px;position:absolute;">
-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
+
<a href="/Team:Sevilla" style="position:absolute;display: block;z-index:3;width: 100%;height: 100%;"></a>
-
<script>!window.jQuery && document.write('<script src="https://sites.google.com/site/bobstringfiles/arcanum/jquery-1.2.3.min.js"><\/script>')</script>  
+
</div>
-
<link href='http://fonts.googleapis.com/css?family=Josefine+Sans' rel='stylesheet' type='text/css'>
+
<div style="margin-top:-102px;width:150px;margin-left:435px;height:50px;position:absolute;">
-
</head>
+
<a href="https://2011.igem.org/Main_Page" style="position:absolute;display: block;z-index:3;width: 100%;height: 100%;"></a>
-
<body>
+
</div>
 +
<div style="margin-top:-127px;width:105px;margin-left:780px;height:98px;position:absolute;">
 +
<a href="http://www.us.es/" style="position:absolute;display: block;z-index:3;width: 100%;height: 100%;"></a>
 +
</div>
 +
 
 +
 
<style>
<style>
Line 62: Line 67:
     width:900px;
     width:900px;
     padding:10px 0px 0px 0px ! important;
     padding:10px 0px 0px 0px ! important;
-
position:relative;
+
    position:relative;
}
}
Line 122: Line 127:
}
}
-
p,h1,h2,h3,h4 /*para que el contenido de cualquier texto se quede bien puesto*/
+
p/*para que el contenido de cualquier texto se quede bien puesto*/
{
{
     text-align:justify;  
     text-align:justify;  
     width:730px;
     width:730px;
     margin-left:160px;
     margin-left:160px;
 +
 
 +
    font-family: 'Josefine+Sans';
}
}
-
#forum_onpage_id_0 /* estilo  del los miniforos*/
+
h1,h2,h3,h4 /*para titulos*/
 +
{
 +
    text-align:justify;
 +
    width:730px;
 +
    margin-left:160px;
 +
}
 +
ol li /*para las listas, que son muy delicadas*/
 +
{
 +
    text-align:justify;
 +
    width:688px;
 +
    margin-left:160px;
 +
    font-size:15px;
 +
    font-family: 'Josefine+Sans';
 +
}
 +
#forum_onpage_id_0,forum_onpage_id_0 div /* estilo  del los miniforos*/
{
{
     width:900px;
     width:900px;
 +
    background-color:none ! important;
 +
    border-top:#C0C0C0 solid 2px;
 +
    background-color:#96D8CA;
}
}
#content p
#content p
Line 141: Line 165:
     z-index:3;
     z-index:3;
}
}
 +
 +
/*=====================/Templates/hr==========*/
 +
 +
hr {
 +
  border: 0;
 +
  width: 80% ;
 +
  height: 2px;
 +
margin-left: 10px;
 +
}
 +
 +
</style>
</style>
Line 164: Line 199:
-
<!--Meter arito en la cabecera, enlace inclusive. Nota!!la imagen esta superpuesta con el arito completo, el cual viene con el menu izquierdo, pero algo me dice q no borremos esto -->
+
<!--Meter arito en la cabecera, enlace inclusive. Nota!!la imagen esta superpuesta con el arito completo, el cual viene con el menu izquierdo, pero algo me dice q no borremos esto  
<script type="text/javascript">
<script type="text/javascript">
$("#top-section").prepend('<a href="/Team:Sevilla"><img style="margin-left:30px;opacity:0.1;filter:alpha(opacity=10);" src="https://static.igem.org/mediawiki/2011/b/b0/RingUp.png" /></a> ');
$("#top-section").prepend('<a href="/Team:Sevilla"><img style="margin-left:30px;opacity:0.1;filter:alpha(opacity=10);" src="https://static.igem.org/mediawiki/2011/b/b0/RingUp.png" /></a> ');
</script>
</script>
 +
-->
 +
<script type="text/javascript">
-
<!--Intento de poner links en el header-->
+
  var _gaq = _gaq || [];
-
<div style="margin-top:-135px;width:270px;height:108px;position:absolute;">
+
  _gaq.push(['_setAccount', 'UA-24038508-1']);
-
<a href="/Team:Sevilla" style="position:absolute;display: block;z-index:3;width: 100%;height: 100%;"></a>
+
  _gaq.push(['_setDomainName', '.igem.org']);
-
<div>
+
  _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);
 +
  })();
-
</body>
+
</script>
 +
 
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
 
 +
 
 +
if ($.browser.webkit) {
 +
    $("p").css("font-size","15px");
 +
    $(".titleF").css("font-size","20px");
 +
  }
 +
   
 +
 
 +
});
 +
</script>
</html>
</html>

Latest revision as of 10:37, 8 August 2011