Team:Tianjin/scropic.css

From 2012.igem.org

(Difference between revisions)
 
Line 12: Line 12:
width:4px;height:4px;
width:4px;height:4px;
border-width:0px;
border-width:0px;
-
background:#fff;border-radius:4px 4px 4px 4px;
+
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:#f00;color:#FFF;}
+
.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;}