Difference between revisions of "MediaWiki:Common.css"

From Horde3D Wiki
Jump to: navigation, search
(changing height and removing opacity.)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
  
 
#dhtmlgoodies_slideshow {
 
#dhtmlgoodies_slideshow {
width:806px; /* Total width of slideshow */
+
width:100%; /* Total width of slideshow */
 
}
 
}
 
#galleryContainer {
 
#galleryContainer {

Latest revision as of 21:07, 24 September 2013

/* 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;
}