Team:Calgary/Side

From 2011.igem.org

(Difference between revisions)
(Created page with "background-image:url("http://i872.photobucket.com/albums/ab287/iGEMCalgary_2010/PageContainer-1.png"); background-repeat: repeat-y; width: 975px; height: 550px;...")
Line 1: Line 1:
-
background-image:url("http://i872.photobucket.com/albums/ab287/iGEMCalgary_2010/PageContainer-1.png");
+
<html>
-
      background-repeat: repeat-y;
+
<head>
-
       width: 975px;
+
 
-
      height: 550px;
+
  <style>
-
      margin-left: -5px;
+
 
-
      margin-bottom: 20px;
+
    div.container{
 +
     
 +
    }
 +
 
 +
      div.sidebar{
 +
        width: 235px;
 +
        float: left;
 +
        margin-left: 14px;
 +
        margin-right: 10px;
 +
        padding-left: 0px;
 +
        margin-top: 10px;
 +
 
 +
      }
 +
 
 +
        div.sidebar h1{
 +
          color:#7b54cc;
 +
        }
 +
 
 +
        div.sidebar li, div.sidebar a{
 +
          color:#7b54cc;
 +
        }
 +
 
 +
        div.sidebar li ul li a{
 +
          color:#000000;
 +
        }
 +
 
 +
       div.mainbody{
 +
        width: 670px;
 +
        float: left;
 +
        margin-left: 20px;
 +
        margin-right: 20px;
 +
        margin-top: 10px;
 +
      }
 +
 
 +
        #bodytitle h1{
 +
          color:#54bcf8;
 +
        }
 +
 
 +
        div.mainbody img{
 +
          width:600px;
 +
        }
 +
 
 +
 
 +
  </style>
 +
 
 +
</head>
 +
 
 +
<body>
 +
<p> hi
 +
</body>
 +
</html>

Revision as of 21:32, 8 June 2011

hi