Template:Team:Amsterdam/stylesheet

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
<style>
<style>
 +
#top-section { height: 0px; margin: 0px; margin-left: auto; margin-right: auto; background-color:black; margin-bottom: 0 !important;}
 +
#menubar.left-menu { background-color:black; width:975px; float:left; border: none;}
 +
#menubar.right-menu li a{ background-color:black;}
 +
#menubar.left-menu a {color:white;}
 +
#menubar.right-menu a {color:white;}
 +
#search-controls {display:none; }
 +
#contentgrid {padding-left:25px;padding-right:25px;width:900px;border: 1px solid #529bc7 background-color: black; margin-left:-6px; margin-bottom:-5px; }
 +
.firstHeading{width: 0px; height: 0px; margin-bottom: 0px; display: none; position: relative; top:0; left:0; margin:0;}
body {
body {
text-align: center;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-size: 11px;
-
Background: white;
+
background-color: white;
}
}
-
 
/*Defining the columns */
/*Defining the columns */
#total {
#total {
background-color: white;
background-color: white;
width: 100%;
width: 100%;
-
margin-right: auto;
+
margin-right: 0em;
-
margin-left: auto;
+
margin-left: 0em;
-
margin-top: auto;
+
margin-top: 0em;
text-align: left;
text-align: left;
-
 
+
z-index: 0;
}
}
#header-left{
#header-left{
Line 36: Line 43:
height: 150px;
height: 150px;
width: 25%;
width: 25%;
-
text-align: center;
 
-
background-color: white;
 
-
}
 
-
#totalContent{
 
-
float: left;
 
-
width: 100%;
 
-
border: 1px solid black;
 
text-align: center;
text-align: center;
background-color: white;
background-color: white;
Line 49: Line 49:
float: left;
float: left;
height: 25px;
height: 25px;
-
width: 70%;
+
width: 75%;
border: 1px solid black;
border: 1px solid black;
text-align: center;
text-align: center;
Line 56: Line 56:
#centerContent {
#centerContent {
float: left;
float: left;
-
width: 70%;
+
width: 75%;
border: 1px solid black;
border: 1px solid black;
-
background-color: white;
+
background-color: grey;
}
}
#rightContent {
#rightContent {
-
float: left;
+
float: right;
-
width: 27%;
+
width: 20%;
-
margin-left: 10px;
+
background-color: white;
background-color: white;
}
}
-
#footer2 {
+
#footer {
font-size: 10px;
font-size: 10px;
 +
height: 14px;
width: 100%;
width: 100%;
clear:both;
clear:both;
-
height: 100px;
+
text-align: center;
-
margin-top: 10px;
+
-
text-align: left;
+
background-color: white;
background-color: white;
}
}

Revision as of 23:31, 19 May 2012