Page MenuHomeIn-Portal Phabricator

pikachoose.css
No OneTemporary

File Metadata

Created
Thu, May 8, 11:59 AM

pikachoose.css

/*if you just want to adjust the size of the stage and the thumbnails, you can do so by editing the following lines: */
.pika-thumbs li{width: 58px; height:58px;}
.pika-stage {position: relative;}
/*if you change the padding on pika-stage you must adjust the top left of this to match! */
.pika-stage .main-image {position: absolute; top: 10px; left: 10px;}
.pika-stage .pika-aniwrap{position: absolute; top: 10px; left: 0px;}
.pika-stage .pika-aniwrap{width:100%;}
.pika-stage .pika-ani {position:relative;display: none;z-index:2;margin:0 auto;}
.pika-stage img {border:0;height:100%;}
.pika-imgnav,
.pika-counter,
.pika-textnav {display: none;}
.pika-thumbs {
margin-top: 340px;
overflow: hidden;
position: absolute;
width: 100%;
}
.pika-thumbs li {
border: 1px solid #dedede;
cursor: pointer;
float: left;
margin: 0 8px 8px 0;
padding: 3px 8px;
}
.pika-thumbs li:last {margin: 0;}
.pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: center; overflow: hidden;}

Event Timeline