Team:SDU-Denmark/css

From 2010.igem.org

(Difference between revisions)
 
(30 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
-
 
-
body {
 
-
    font-family: Verdana, Arial, Helvetica, sans-serif;
 
-
    font-size: 12px;
 
-
    margin:0px;
 
-
    padding: 0px;
 
-
}
 
.firstHeading {
.firstHeading {
Line 23: Line 16:
#navigation {
#navigation {
-
   position:relative;  
+
   position:absolute;  
   top:113px;
   top:113px;
   left:150px;
   left:150px;
-
  margin: 0;
 
   width: 687px;
   width: 687px;
   height: 30px;
   height: 30px;
Line 32: Line 24:
#text {
#text {
-
   position:relative;
+
   display: block;
-
   top:143px;
+
   margin-top:143px;
-
   margin-left:150px;
+
   margin-left:152px;
 +
  width:672px;
 +
  max-width:672px;
 +
  background-color:#d1d1d1;
 +
  color:#000000;
}
}
 +
 +
#textcenter {
 +
  text-align: center;
 +
}
 +
#bodyContent  
#bodyContent  
{
{
-
background: url(https://static.igem.org/mediawiki/2010/0/0d/Bodycontent.jpg);
+
  background: url(https://static.igem.org/mediawiki/2010/0/0d/Bodycontent.jpg);
-
color: #ffffff;
+
}
}
Line 46: Line 46:
{
{
         background: url(https://static.igem.org/mediawiki/2010/f/f0/Contentbackground.jpg);
         background: url(https://static.igem.org/mediawiki/2010/f/f0/Contentbackground.jpg);
-
color: #ffffff;
 
}
}
-
 
-
#footer-box
 
-
{
 
-
        position: relative; 
 
-
        clear: both;   
 
-
}
 
-
 
</style>
</style>
</html>
</html>

Latest revision as of 19:18, 21 April 2010