Template:Leanna css

From 2010.igem.org

(Difference between revisions)
Line 73: Line 73:
#mainContent{
#mainContent{
-
  background-image: url(http://www.designwalker.com/img/texture_bg/texture-sample01.jpg);
+
  color: transparent;
  width: 95%;
  width: 95%;
  height: 500px;
  height: 500px;
Line 80: Line 80:
  left: 20px;
  left: 20px;
  z-index=1;
  z-index=1;
-
  border = darkgreen;}
+
  border = 3px solid darkgreen;}
#rightside{
#rightside{
-
  background-image: url(http://www.designwalker.com/img/texture_bg/texture-sample01.jpg);
+
  color: transparent;
  width: 230px;
  width: 230px;
  height: 300px;
  height: 300px;
 +
border = 3px solid darkgreen;
  }
  }
 +
 +
#rightHeaderContainer{
 +
color: orange;
 +
width: 230px;
 +
height: 70px;
 +
}
   
   
Line 263: Line 270:
   </style>
   </style>
 +
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
 +
  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
 +
  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
</head>
</head>
</html>
</html>

Revision as of 17:44, 5 August 2010