Team:Tuebingen/Template/Tuebingen

From 2012.igem.org

(Difference between revisions)
(Undo revision 140914 by Jakobmatthes (talk))
(Undo revision 140911 by Jakobmatthes (talk))
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 elements */
+
/* hide some igem stuff... */
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, #globalWrapper, #content {
+
body, html, #globalWrapper, #content {
background: white;
background: white;
margin: auto;
margin: auto;
Line 59: Line 59:
span.editsection {
span.editsection {
-
font-size: 0.5em;
+
font-size: 0.4em;
}
}
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 122: Line 121:
}
}
-
 
-
/* twitter widget */
 
.twtr-widget {
.twtr-widget {
     font-family: "Droid Sans", sans-serif !important;
     font-family: "Droid Sans", sans-serif !important;
Line 129: Line 126:
-
/* own navigation */
+
/* our own navigation */
#nav {
#nav {
   margin-top: 60px;
   margin-top: 60px;
Line 207: Line 204:
-
#nav li ul {
+
#nav li ul{
           display:none;  
           display:none;  
           padding-top:3px;
           padding-top:3px;
Line 221: Line 218:
}
}
-
#nav li ul li a {
+
#nav li ul li a{
           color:#FFFFFF;
           color:#FFFFFF;
}
}
Line 291: Line 288:
</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:55, 22 September 2012