Difference between revisions of "MediaWiki:Common.css"

From Horde3D Wiki
Jump to: navigation, search
(New page: CSS placed here will be applied to all skins: body.page-Main_Page h1.firstHeading { display:none; } #dhtmlgoodies_slideshow { width:806px; Total width of slideshow: } #gallery...)
 
(changing height and removing opacity.)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
body.page-Main_Page h1.firstHeading { display:none; }
 
body.page-Main_Page h1.firstHeading { display:none; }
+
 
 
#dhtmlgoodies_slideshow {
 
#dhtmlgoodies_slideshow {
 
width:806px; /* Total width of slideshow */
 
width:806px; /* Total width of slideshow */
Line 9: Line 9:
 
overflow:hidden;
 
overflow:hidden;
 
padding:0px;
 
padding:0px;
height:110px;
+
height:150px;
 
}
 
}
+
 
 
#arrow_left {
 
#arrow_left {
 
position:absolute;
 
position:absolute;
Line 26: Line 26:
 
#theImages {
 
#theImages {
 
position:absolute;
 
position:absolute;
height:110px;
+
height:150px;
 
left:0px;
 
left:0px;
 
         top:0px;
 
         top:0px;
Line 38: Line 38:
 
float:left;
 
float:left;
 
padding:0px;
 
padding:0px;
         filter: alpha(opacity=80);
+
         cursor:pointer;
opacity: 0.8;
 
cursor:pointer;
 
 
border:0px;
 
border:0px;
 
}
 
}

Revision as of 11:08, 17 April 2008

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

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