Difference between revisions of "Team:Tsinghua-A/picture box/css/nivo slider css"

(Created page with "@charset "utf-8"; .nivoSlider{position:relative;} .nivoSlider img{left:0px;top:0px;position:absolute; width: 70%;} .nivoSlider a.nivo-imageLink{margin:0px;padding:0px;border:0...")
 
 
Line 11: Line 11:
 
.nivo-html-caption{display:none;}
 
.nivo-html-caption{display:none;}
 
.nivo-directionNav a{top:50%;position:absolute;z-index:9;cursor:pointer;}
 
.nivo-directionNav a{top:50%;position:absolute;z-index:9;cursor:pointer;}
.nivo-prevNav{background:url("prev.png") no-repeat;left:4%;}
+
.nivo-prevNav{background:url("https://static.igem.org/mediawiki/2017/b/bb/Pbprev.png") no-repeat;left:4%;}
.nivo-nextNav{background:url("next.png") no-repeat;right:4%;}
+
.nivo-nextNav{background:url("https://static.igem.org/mediawiki/2017/e/e4/Pbnext.png") no-repeat;right:4%;}
 
.nivo-controlNav a{position:relative;z-index:9;cursor:pointer;}
 
.nivo-controlNav a{position:relative;z-index:9;cursor:pointer;}
 
.nivo-controlNav a.active{font-weight:bold;}
 
.nivo-controlNav a.active{font-weight:bold;}

Latest revision as of 11:42, 29 October 2017

@charset "utf-8"; .nivoSlider{position:relative;} .nivoSlider img{left:0px;top:0px;position:absolute; width: 70%;} .nivoSlider a.nivo-imageLink{margin:0px;padding:0px;border:0px currentColor;left:0px;top:0px;width:70%;height:100%;display:none;position:absolute;z-index:6;} .nivo-slice{height:100%;display:block;position:absolute;z-index:5;} .nivo-box{display:block;position:absolute;z-index:5;} /* 改文本框大小 */ .nivo-caption{background:rgb(0, 0, 0);padding:30px 20px 40px;left:85px;top:-300px;width:300px;color:rgb(119, 119, 119);position:absolute;z-index:8;opacity:0.7;} .nivo-caption p{margin:0px;padding:0px;} .nivo-caption a{display:inline !important;} .nivo-html-caption{display:none;} .nivo-directionNav a{top:50%;position:absolute;z-index:9;cursor:pointer;} .nivo-prevNav{background:url("Pbprev.png") no-repeat;left:4%;} .nivo-nextNav{background:url("Pbnext.png") no-repeat;right:4%;} .nivo-controlNav a{position:relative;z-index:9;cursor:pointer;} .nivo-controlNav a.active{font-weight:bold;}