Template:Team:HokkaidoU Japan/css/toc.css

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
<html><style>
<html><style>
-
#toc{
+
div.toc-wrapper {
   display: block;
   display: block;
   position: fixed;
   position: fixed;
   top: 20%;
   top: 20%;
   right: 0;
   right: 0;
 +
  width: 300px;
   height: 40%;
   height: 40%;
-
  overflow: scroll;
 
   z-index: 10000;
   z-index: 10000;
 +
}
 +
 +
#toc {
 +
  display: block;
 +
  overflow: scroll;
}
}
Line 21: Line 26:
}
}
-
#toc div.close {
+
div.toc-wrapper div.close {
   background-color: black;
   background-color: black;
   top : 5px;
   top : 5px;
-
   right : 5px;
+
   right : 20px;
   width: 16px;
   width: 16px;
   height: 16px;
   height: 16px;

Revision as of 11:08, 5 October 2011