Difference between revisions of "MediaWiki:Common.css"

From Horde3D Wiki
Jump to: navigation, search
(changing height and removing opacity.)
m
Line 3: Line 3:
  
 
#dhtmlgoodies_slideshow {
 
#dhtmlgoodies_slideshow {
width:806px; /* Total width of slideshow */
+
width:800px; /* Total width of slideshow */
 
}
 
}
 
#galleryContainer {
 
#galleryContainer {

Revision as of 11:41, 17 April 2008

/* CSS placed here will be applied to all skins */
body.page-Main_Page h1.firstHeading { display:none; }

#dhtmlgoodies_slideshow {
	width:800px;	/* 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;
}