Team:Tuebingen/Template/Tuebingen

From 2012.igem.org

(Difference between revisions)
Line 7: Line 7:
/* credit goes to Team:LMU-Munich for parts of this stylesheet */
/* credit goes to Team:LMU-Munich for parts of this stylesheet */
-
/* hide some igem stuff... */
+
/* hide some igem elements */
h1.firstHeading, #catlinks {
h1.firstHeading, #catlinks {
Line 32: Line 32:
/* reformat the major elements of the page */
/* reformat the major elements of the page */
-
body, html, #globalWrapper, #content {
+
body, #globalWrapper, #content {
background: white;
background: white;
margin: auto;
margin: auto;
Line 59: Line 59:
span.editsection {
span.editsection {
-
font-size: 0.4em;
+
font-size: 0.5em;
}
}
Line 107: Line 107:
}
}
 +
/* hide lock symbol for https links */
a[href^="https://"], .link-https {
a[href^="https://"], .link-https {
     background: none !important;
     background: none !important;
Line 121: Line 122:
}
}
 +
 +
/* twitter widget */
.twtr-widget {
.twtr-widget {
     font-family: "Droid Sans", sans-serif !important;
     font-family: "Droid Sans", sans-serif !important;
Line 126: Line 129:
-
/* our own navigation */
+
/* own navigation */
#nav {
#nav {
   margin-top: 60px;
   margin-top: 60px;
Line 204: Line 207:
-
#nav li ul{
+
#nav li ul {
           display:none;  
           display:none;  
           padding-top:3px;
           padding-top:3px;
Line 218: Line 221:
}
}
-
#nav li ul li a{
+
#nav li ul li a {
           color:#FFFFFF;
           color:#FFFFFF;
}
}
Line 288: Line 291:
</style>
</style>
</html>
</html>
-
 
-
<!--
 
-
/* format our own design elements */
 
-
 
-
h1 {
 
-
color: #361B56;
 
-
font-family: "Droid Sans", sans-serif;
 
-
font-weight: normal;
 
-
text-align:center;
 
-
 
-
font-size: 5em;
 
-
 
-
margin: 0 0 .5em 0;
 
-
padding: 0;
 
-
 
-
border: none 0 transparent;
 
-
}
 
-
 
-
#logos {
 
-
width:190px;
 
-
text-align:center;
 
-
padding: 0 35px;
 
-
}
 
-
 
-
#logos img {
 
-
margin-bottom: .5em;
 
-
}
 
-
 
-
/* main area layout */
 
-
 
-
#left {
 
-
float: left;
 
-
border-right: 7px solid #16933f;
 
-
padding: 25px;
 
-
width: 210px;
 
-
text-align: center;
 
-
margin-right: -7px;
 
-
margin-top: 3em;
 
-
}
 
-
 
-
#right {
 
-
padding: 25px;
 
-
border-left: 7px solid #16933f;
 
-
margin-left: 260px;
 
-
margin-top: 3em;
 
-
padding-top: 0;
 
-
padding-left: 50px;
 
-
}
 
-
 
-
#news {
 
-
margin-top: 3em;
 
-
font-style: italic;
 
-
}
 
-
 
-
.editsection {
 
-
display: none;
 
-
}
 
-
-->
 
<!-- google analytics -->
<!-- google analytics -->

Revision as of 14:53, 22 September 2012