Template:Team:HokkaidoU Japan/css/toc.css
From 2011.igem.org
(Difference between revisions)
(9 intermediate revisions not shown) | |||
Line 6: | Line 6: | ||
right: 0; | right: 0; | ||
width: 300px; | width: 300px; | ||
- | height: | + | height: 70%; |
z-index: 10000; | z-index: 10000; | ||
} | } | ||
Line 12: | Line 12: | ||
#toc { | #toc { | ||
display: block; | display: block; | ||
- | overflow: | + | height: 100%; |
+ | overflow: auto; | ||
} | } | ||
div.toc-tab { | div.toc-tab { | ||
- | background | + | background: #dedede url(/wiki/images/f/f8/HokkaidoU_toc_tab.png) left top no-repeat; |
top: 20%; | top: 20%; | ||
right: 0; | right: 0; | ||
Line 24: | Line 25: | ||
position: fixed; | position: fixed; | ||
z-index: 9999; | z-index: 9999; | ||
+ | cursor: pointer; | ||
} | } | ||
div.toc-wrapper div.close { | div.toc-wrapper div.close { | ||
- | background | + | background: url(/wiki/images/7/73/HokkaidoU_toc_close.png) left top no-repeat; |
- | top : | + | top : 10px; |
right : 20px; | right : 20px; | ||
- | width: | + | width: 20px; |
- | height: | + | height: 20px; |
display: block; | display: block; | ||
position: absolute; | position: absolute; |
Latest revision as of 17:29, 5 October 2011