Team:Tianjin/scropic.css
From 2012.igem.org
(Difference between revisions)
Austinamens (Talk | contribs) |
|||
(2 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
.pic_img img{width:470px;height:230px;} | .pic_img img{width:470px;height:230px;} | ||
.pic_img div.cur{display:block;} | .pic_img div.cur{display:block;} | ||
- | .slide .thumb{position:absolute;bottom: | + | .slide .thumb{position:absolute;bottom:10px;z-index:9;margin:0;right:10px;border:none;} |
.slide .thumb div{ | .slide .thumb div{ | ||
overflow:hidden; | overflow:hidden; | ||
- | float: | + | float:left;margin-right:6px; |
color:#fff; | color:#fff; | ||
text-align:center; | text-align:center; | ||
width:4px;height:4px; | width:4px;height:4px; | ||
border-width:0px; | border-width:0px; | ||
- | background:# | + | background:#777777;border-radius:4px 4px 4px 4px; |
} | } | ||
.slide .thumb div a{color:#fff;} | .slide .thumb div a{color:#fff;} | ||
- | .slide .thumb .cur,.slide .thumb div:hover{background:# | + | .slide .thumb .cur,.slide .thumb div:hover{background:#fff;color:#FFF;} |
Latest revision as of 14:36, 25 September 2012
.slide{position:relative;width:470px;height:230px;} .pic_img{z-index:0; } .pic_img div{display:none;width:470px;height:230px;position:relative;} .pic_img img{width:470px;height:230px;} .pic_img div.cur{display:block;} .slide .thumb{position:absolute;bottom:10px;z-index:9;margin:0;right:10px;border:none;} .slide .thumb div{ overflow:hidden; float:left;margin-right:6px; color:#fff; text-align:center; width:4px;height:4px; border-width:0px; background:#777777;border-radius:4px 4px 4px 4px; } .slide .thumb div a{color:#fff;} .slide .thumb .cur,.slide .thumb div:hover{background:#fff;color:#FFF;}