מדיה ויקי:SlideShow.css

הערה: לאחר הפרסום, ייתכן שיהיה צורך לנקות את זיכרון המטמון (cache) של הדפדפן כדי להבחין בשינויים.

  • פיירפוקס / ספארי: להחזיק את המקש Shift בעת לחיצה על טעינה מחדש (Reload) או ללחוץ על צירוף המקשים Ctrl-F5 או Ctrl-R (במחשב מק: ⌘-R).
  • גוגל כרום: ללחוץ על צירוף המקשים Ctrl-Shift-R (במחשב מק: ⌘-Shift-R).
  • אינטרנט אקספלורר / אדג': להחזיק את המקש Ctrl בעת לחיצה על רענן (Refresh) או ללחוץ על צירוף המקשים Ctrl-F5.
  • אופרה: ללחוץ על Ctrl-F5.
.slideshow-files{
	overflow: hidden;
	position: relative;
}

.slideshow-files img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.gallery-slideshow .img-wrapper{
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
	background: #f9f9f9;
}

.slideshow-title{
	width: 100%;
	height: 57px;
	display: none;
	text-overflow: ellipsis;
	overflow: hidden;
}

.gallery-slideshow .no-js{
	display: none;
}

.slideshow-loading{
	position: absolute;
	bottom: 5px;
	text-align: center;
	width: 220px;
	right: 0;
}

.gallery-slideshow button.ui-button{
	outline: none;
	height: 30px;
	width: 30px;
}

.slideshow-navigator{
	color: #2779AA;
}

.slideshow-bullets{
	width: 73%;
	padding: 0 14%;
}

.slideshow-bullets span{
	cursor: pointer;
	display: inline-block;
}

.slideshow-files > p {
	margin: 0;
}

.slideshow-caption {
	font-size: 116%;
	font-weight: bold;
}
#slideshow-loading{
	position: absolute;
	top: 170px;
	right: 280px;
	z-index: 51;
}
div.gallery-slideshow-toolbar{
	background: #ccc;
}