Team:SDU-Denmark/css

From 2010.igem.org

(Difference between revisions)
 
(78 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
 +
 +
.firstHeading {
 +
  display: none;
 +
}
#header {
#header {
-
   margin: 0;
+
   position:absolute;
 +
  top:0px;
 +
  left:150px;
   width: 687px;
   width: 687px;
   height: 113px;
   height: 113px;
-
  align: center;
 
   background-image: url(https://static.igem.org/mediawiki/2010/2/20/Header2.jpg)
   background-image: url(https://static.igem.org/mediawiki/2010/2/20/Header2.jpg)
}
}
Line 12: Line 17:
#navigation {
#navigation {
   position:absolute;  
   position:absolute;  
-
   top:106px;
+
   top:113px;
   left:150px;
   left:150px;
-
  margin: 0;
 
   width: 687px;
   width: 687px;
   height: 30px;
   height: 30px;
-
  align: center;
 
}
}
-
#blabla {
+
#text {
-
   position:absolute;  
+
   display: block;
-
   top:143px;
+
   margin-top:143px;
-
   left:150px;
+
   margin-left:152px;
-
   margin: 0;
+
   width:672px;
-
   width: 687px;
+
   max-width:672px;
-
  align: center;
+
   background-color:#d1d1d1;
-
   background: #ffffff;
+
   color:#000000;
-
   color: #000000;
+
-
 
+
}
}
-
#menu {
+
#textcenter {
-
  position: relative;
+
-
  top: 0px;
+
-
  background: #d1d1d1;
+
-
  margin: 0;
+
   text-align: center;
   text-align: center;
}
}
-
#general {
 
-
  background: #d1d1d1;
 
-
  text-align: center;
 
-
  margin-left: auto;
 
-
  margin-right: auto;
 
-
}
 
-
 
-
#text {
 
-
  background: #d1d1d1;
 
-
  font-size: 12px;
 
-
  font: Verdana;
 
-
  text-align: left;
 
-
}
 
-
 
-
.firstHeading {
 
-
  display: none;
 
-
  padding: 0;
 
-
}
 
#bodyContent  
#bodyContent  
{
{
-
background-color: #d1d1d1;
+
  background: url(https://static.igem.org/mediawiki/2010/0/0d/Bodycontent.jpg);
-
color: #ffffff;
+
}
}
#content
#content
{
{
-
background-color: #d1d1d1;
+
        background: url(https://static.igem.org/mediawiki/2010/f/f0/Contentbackground.jpg);
-
color: #ffffff;
+
}
}
-
 
-
#footer-box
 
-
{
 
-
        position: relative;     
 
-
}
 
-
 
</style>
</style>
</html>
</html>

Latest revision as of 19:18, 21 April 2010