MediaWiki:Gadget-slideshow.css

Fra Wikipedia, den frie encyklopedi

Merk: Etter publisering vil det kanskje være nødvendig å slette mellomlageret i nettleseren din for å se endringene.

  • Firefox / Safari: Hold Shift mens du klikker på Oppdater, eller trykk enten Ctrl+F5 eller Ctrl+R (⌘+R på Mac)
  • Google Chrome: Trykk Ctrl+Shift+R (⌘+Shift+R på Mac)
  • Internet Explorer / Edge: Hold Ctrl mens du trykker på Oppdater eller trykk Ctrl+F5
  • Opera: Ttrykk Ctrl+F5.
/* Styling of the slideshow */

table.gallery div.thumb {
	position: relative;
}

.gallerytext {
	margin-top: 1.4em;
}

.gallery-left-handle,
.gallery-right-handle,
.gallery-list-handle {
	display: block;
	position: absolute;
	z-index:500;
	font-size:80%;
}

.gallery-left-handle,
.gallery-right-handle,
.gallery-list-handle a {
	text-decoration:none !important;
}

.gallery-left-handle,
.gallery-right-handle {
	margin:-10px 0 0 0;
	padding:0;
	width: 20px;
	height: 17px;
	top:50%;
	border:1px solid #cccccc;
	background-color:#f9f9f9 !important;
}

.gallery-left-handle span,
.gallery-right-handle span {
	margin:-1px 3px 0 3px;
	display: block;
	vertical-align: middle;
}

a.gallery-left-handle:hover,
a.gallery-right-handle:hover,
.gallery-list-handle a:hover {
	background-color:#dddddd !important;
	cursor:pointer !important;
}

.gallery-left-handle {
	left:-9px;
	text-align:left;
	border-left:0px !important;
	border-radius: 0px 8px 8px 0px;
	-moz-border-radius: 0px 8px 8px 0px;
	-webkit-border-radius: 0px 8px 8px 0px;
}

.gallery-right-handle {
	right:-8px;
	text-align:right;
	border-right:0px!important;
	border-radius: 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
}

.gallery-list-handle {
	left:2px;
	right:1px;
	text-align:center;
	bottom:-1.8em;
	margin:0;
	padding:0;
	height: 1.6em;
}