Team:Bielefeld-CeBiTec

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
-
{{Template:Team:Bielefeld-CeBiTec/CSS/main.css}}
 
-
 
<html>
<html>
 +
<style type="text/css">
-
<style>
+
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .firstHeading {display: none;} /*-- hides default wiki settings --*/
-
td {
+
-
    font-size:18px
+
-
}
+
-
</style>
+
-
<table width="70%" align="center">
 
-
<!--navigation menu -->
 
-
<td align="center" colspan="3">
 
-
<table  width="100%">
+
h1, h2, h3, h4, h5 { font-family: Georgia, Times, "Times New Roman", serif;}
-
<tr heigth="15px"></tr>
+
h1{
-
<tr heigth="75px">
+
border-bottom:0px
 +
}
 +
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
 +
background-color: #383838;
 +
border: none;
 +
height: 0;
 +
z-index: 100;
 +
top: 0;
 +
position: fixed;
 +
width: 975px;
 +
left: 50%; 
 +
margin-left: -487px;
 +
}
-
<!--navigation menu new-->
+
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
-
<td align="center" height ="45px" onMouseOver="this.bgColor='#006b60'" onMouseOut="this.bgColor='#3fb498'" bgColor=#3fb498> 
+
background-color: #383838;
-
<a href="https://2014.igem.org/Team:Bielefeld-CeBiTec"style="color:#000000">Home </a> </td>
+
height: 14px;
 +
display: block;
 +
z-index: 10;
 +
position: fixed;
 +
width: 100%;
 +
top: 0;
 +
}
-
<td align="center" height ="45px" onMouseOver="this.bgColor='#006b60'" onMouseOut="this.bgColor='#3fb498'" bgColor=#3fb498> 
+
#menubar a:link, #menubar a:active, #menubar a:visited, #menubar a:hover, #menubar:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/
-
<a href="https://2014.igem.org/Team:Bielefeld-CeBiTec/Project"style="color:#000000">Project </a> </td>
+
color: #727272;
 +
text-decoration: none;
 +
background-color: transparent;
 +
}
-
<td align="center" height ="45px" onMouseOver="this.bgColor='#006b60'" onMouseOut="this.bgColor='#3fb498'" bgColor=#3fb498> 
+
body {
-
<a href="https://2014.igem.org/Team:Bielefeld-CeBiTec/Team"style="color:#000000">Team </a> </td>
+
background-color: #fff;
 +
        vertical-align: middle;
 +
}
 +
#background{
 +
  position:absolute;
 +
  width:100%;
 +
  height:100%;
 +
  z-index:1;
 +
}
-
<td align="center" height ="45px" onMouseOver="this.bgColor='#006b60'" onMouseOut="this.bgColor='#3fb498'" bgColor=#3fb498> 
+
#globalWrapper, #content { /*-- changes default wiki settings --*/
-
<a href="https://2014.igem.org/Team:Bielefeld-CeBiTec/Results"style="color:#000000">Results </a> </td>
+
width: 100%;
 +
height: 0%;
 +
border: none;
 +
background-color: transparent;
 +
margin: 0px;
 +
padding: 0px;
 +
}
 +
table{
 +
        margin-top: 20px;
 +
}
-
<td align="center" height ="45px" onMouseOver="this.bgColor='#006b60'" onMouseOut="this.bgColor='#3fb498'" bgColor=#3fb498> 
+
html, body, .wrapper { /*-- changes default wiki settings --*/
-
<a href="https://2014.igem.org/Team:Bielefeld-CeBiTec/HumanPractice"style="color:#000000">Policy & Practices </a> </td>
+
width: 100%;
 +
height: 100%;
 +
background-color: transparent;
 +
}
-
<td align="center" height ="45px" onMouseOver="this.bgColor='#006b60'" onMouseOut="this.bgColor='#3fb498'" bgColor=#3fb498> 
+
#contentcontainer { /*-- creates container for all content on page --*/
-
<a href="https://2014.igem.org/Team:Bielefeld-CeBiTec/Notebook"style="color:#000000">Notebook </a> </td>
+
font-family: Arial, Helvetica, sans-serif;
 +
font-weight: normal;
 +
font-size: 14px;
 +
color: #414141;
 +
width: 960px;
 +
margin-left: auto;
 +
margin-right: auto;
 +
background-color: #transparent;
 +
margin-top: 0px;
 +
}
-
<td align="center" height ="45px" onMouseOver="this.bgColor='#006b60'" onMouseOut="this.bgColor='#3fb498'" bgColor=#3fb498> 
+
.sidemenu, .sidemenu li {
-
<a href="https://2014.igem.org/Team:Bielefeld-CeBiTec/Partners"style="color:#000000">Partners </a> </td>
+
list-style-type: none;
 +
list-style-image: none;
 +
font-family: verdana;
 +
text-decoration: none;
 +
color:#000;
 +
font-size: 14px;
 +
}
-
<td align ="center"> <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a> </td>
+
.sidemenu li {display: block;}
 +
.sidemenu a {
 +
text-decoration:none;
 +
color: #000;
 +
display: block;
 +
width: 180px;
 +
height: 100%;
 +
padding: 3px 5px;
 +
transition: .25s ease-in-out;
 +
-moz-transition: .25s ease-in-out;
 +
-webkit-transition: .25s ease-in-out;
 +
}
-
</tr>
+
.sidemenu a.greyout { color: #909090; }
 +
.sidemenu a:hover {
 +
color:#666;
 +
background-color: #d9f5aa;
 +
}
 +
.sub-sidemenu {font-size: 10px; margin-bottom: 20px; color: #666; display: none;}
 +
.sub-sidemenu a {color: #666;}
-
<body>
+
div.underconst
-
<img src="https://static.igem.org/mediawiki/2014/3/30/Bielefeld-CeBiTec_14.06.01_Banner.png" height="150px" width="975px" style="display:block;" align="center">
+
{
-
</body>
+
padding:10px;
 +
border-radius:5px;
 +
background-color:pink;
 +
text-align:center;
 +
}
 +
a.anchor{display: block; position: relative; top: -80px; visibility: hidden;}
 +
.contentpara {margin-bottom: 30px;}
-
</table>
+
span.email{font-family: monospace; font-weight: normal;}
 +
fieldset {border: 1px solid #337f53;}
-
<body>
+
.greyout {color: #A0A0A0;}
 +
.highlightme {background-color: #FFFF00;}
-
<h1>Welcome to our project </h1>
+
#alertContainer {border: 2px solid red; margin-bottom: 10px; width: 936px;}
 +
#annContainer {margin-left: 8px;}
 +
#newsContainer {border: 1px solid #ccc;}
-
<img src="https://static.igem.org/mediawiki/2014/6/63/Bielefeld-CeBiTec_14-06-01_projekt_overview.png" height="400px" style="display:block;">
+
.newsTitle {
-
</body>
+
display: block;
 +
color: #414141;
 +
font-size: 25px; 
 +
        font-family: Georgia, Times, "Times New Roman", serif;
 +
padding: 10px 15px 5px 10px;
 +
border-bottom: 1px solid #ccc;
 +
margin-bottom: 0px;  
 +
}
-
<!--end navigation menu -->
+
.newsItem {
 +
border-bottom: 1px solid #ccc;
 +
display: block;
 +
padding: 5px 15px 0px 10px;
 +
margin-bottom: 0px;
 +
}
-
<style>
+
.newsItem h3 {
 +
width: auto;
 +
display: inline;
 +
font-size: 14px;
 +
font-family: Arial, Helvetica, sans-serif;
 +
padding: 0px;
 +
margin: 0px;
 +
}
 +
.newsItem img {
 +
float: right;
 +
clear: right;
 +
width: 80px;
 +
padding-left: 15px;
 +
display: inline-block;
 +
}
-
#globalwrapper #leftcol p{padding-left:20px; padding-right:40px;}
+
.newsItem .newsDate {
-
#globalwrapper #leftcol .bigbutton p{padding-left:5px; padding-right:5px; padding-top:2px;}
+
font-style: italic;  
-
#leftcol ul{text-align:justify;}
+
font-size: 14px;  
-
#leftcol ul{text-align:left;}
+
display: inline-block;  
 +
color: #999;  
 +
float: right;  
 +
padding: 0px 0px 10px 15px;
 +
}
-
#content{
+
.newsItem p, .newsItem ul, .newsItem li {
-
border:0;
+
padding: 0px;  
-
padding:0;
+
margin-left: 20px;  
-
width:1000px;
+
font-size: 12px;  
-
        margin-left: auto;
+
line-height: 1.2;
-
        margin-right: auto;
+
}
-
        border-radius:0px;
+
-
        opacity:0.8;
+
-
        box-shadow:0px -5px 3px 0px #000000;/
+
-
background: rgb(238,238,238); /* Old browsers */
+
-
background: -moz-linear-gradient(45deg, rgb(238,238,238) 0%, rgb(204,204,204) 100%); /* FF3.6+ */
+
-
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgb(238,238,238)), color-stop(100%,rgb(208,208,208))); /* Chrome,Safari4+ */
+
-
background: -webkit-linear-gradient(45deg, rgb(238,238,238) 0%,rgb(238,238,238) 100%); /* Chrome10+,Safari5.1+ */
+
-
background: -o-linear-gradient(45deg, rgb(238,238,238) 0%,rgb(204,204,204) 100%); /* Opera 11.10+ */
+
-
background: -ms-linear-gradient(45deg, rgb(238,238,238) 0%,rgb(204,204,204) 100%); /* IE10+ *
+
-
background: linear-gradient(45deg, rgb(238,238,238) 0%,rgb(204,204,204) 100%); /* W3C */
+
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
+
 +
.newsItem p {margin-top: 10px;}
 +
.annItem {
 +
border: 2px solid #49b677;
 +
display: block;
 +
padding: 0px 15px 10px 10px;
 +
margin-bottom: 18px;
 +
position: relative;
 +
height: 160px;
 +
vertical-align: middle;
}
}
-
</style>
 
-
<style>
+
.annItem .annCentered {
-
body{
+
display: table-cell;  
-
background-image:url("https://static.igem.org/mediawiki/2014/2/29/Bielefeld-CeBiTec_14-06-01_background.png");
+
vertical-align: middle;  
-
        background-repeat: no-repeat;
+
height: 160px;
-
        background-attachement:fixed
+
}
}
-
</style>
 
 +
.annCentered h3 {
 +
padding: 0px;
 +
display: block;
 +
margin-left: auto;
 +
margin-right: auto;
 +
text-align: center;
 +
}
 +
.annItem ul, .annItem li {padding: 0px; margin: 0px;}
 +
.annItem li {list-style: none; margin: 5px}
 +
a, a:visited {color: #F37321; text-decoration:none;}
 +
a:hover {color: #006633; text-decoration:none;}
-
</td>
 
 +
/*
 +
* Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 +
*/
 +
 +
article,
 +
aside,
 +
details,
 +
figcaption,
 +
figure,
 +
footer,
 +
header,
 +
hgroup,
 +
nav,
 +
section,
 +
summary {
 +
    display: block;
 +
}
 +
</style>
</html>
</html>

Revision as of 07:38, 2 June 2014