Team:SDU-Denmark/css

From 2010.igem.org

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

Latest revision as of 19:18, 21 April 2010