Team:Kyoto/Cells in Cells/Notebook

From 2009.igem.org

(Difference between revisions)
(calendar css test)
(calendar css test)
Line 46: Line 46:
   position:absolute;
   position:absolute;
   width:200px;
   width:200px;
-
   top:0;
+
  border:2px #CCC solid;
 +
   top:20px;
   left:0;
   left:0;
   background:#DDD;
   background:#DDD;
 +
}
 +
#calendar ul{
 +
  padding:0;
 +
  margin:0;
 +
  width:200px;
 +
  list-style:none;
 +
}
 +
#calendar ul li{
 +
  padding:0;
 +
  margin:0;
 +
  width:200px;
 +
  height:30px;
 +
}
 +
#calendar ul li a{
 +
  display:block;
 +
  width:190px;
 +
  height:30px;
 +
  padding-left:10px;
 +
  text-decoration:none;
 +
  font-weight:bold;
 +
  line-height:30px;
 +
}
 +
#calendar ul li a:link{
 +
}
 +
#calendar ul li a:hover{
 +
  background:#EEE;
}
}
#submenu_contents{
#submenu_contents{

Revision as of 09:50, 15 September 2009