MediaWiki:Common.css
From Horde3D Wiki
/* CSS placed here will be applied to all skins */
body.page-Main_Page h1.firstHeading { display:none; }
#dhtmlgoodies_slideshow {
width:100%; /* Total width of slideshow */
}
#galleryContainer {
position:relative;
overflow:hidden;
padding:0px;
height:150px;
}
#arrow_left {
position:absolute;
left:0px;
z-index:10;
padding:0px;
}
#arrow_right {
position:absolute;
right:0px;
z-index:10;
padding:0px;
}
#theImages {
position:absolute;
height:150px;
left:0px;
top:0px;
width:100000px;
padding:0px;
}
#theImages #slideEnd {
float:left;
}
#theImages img {
float:left;
padding:0px;
cursor:pointer;
border:0px;
}
#theImages .imageCaption {
display:none;
}