Template:Team:HokkaidoU Japan/css/toc.css
From 2011.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html><style> | <html><style> | ||
- | + | 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%; | ||
- | |||
z-index: 10000; | z-index: 10000; | ||
+ | } | ||
+ | |||
+ | #toc { | ||
+ | display: block; | ||
+ | overflow: scroll; | ||
} | } | ||
Line 21: | Line 26: | ||
} | } | ||
- | + | div.toc-wrapper div.close { | |
background-color: black; | background-color: black; | ||
top : 5px; | top : 5px; | ||
- | right : | + | right : 20px; |
width: 16px; | width: 16px; | ||
height: 16px; | height: 16px; |
Revision as of 11:08, 5 October 2011