MediaWiki:Common.css/modbox

Allikas: Mängukoopa Viki
< MediaWiki:Common.css
Redaktsioon seisuga 7. märts 2021, kell 21:16 kasutajalt Lyrixn (arutelu | kaastöö)

Märkus: Võimalik, et pärast avaldamist tuleb muudatuste nägemiseks brauseri puhver tühjendada.

  • Firefox / Safari: Hoia all Shift-klahvi ja klõpsa Laadi uuesti või vajuta kas Ctrl-F5 või Ctrl-R (Macis ⌘-R).
  • Google Chrome: Vajuta Ctrl-Shift-R (Macis ⌘-Shift-R).
  • Internet Explorer / Edge: Hoia all Ctrl-klahvi ja klõpsa Värskenda või vajuta Ctrl-F5.
  • Opera: Vajuta Ctrl-F5.
.modbox {
	float: left;
}

.modbox table {
	background: transparent; 
	margin-bottom: 10px; 
	width: 390px;
}

.taust-tavaline {
	background: #f9f9f9;
	margin-right: 10px;
}
 
.taust-retired {
	background: #ffc0cb;
	margin-right: 10px;
}
 
.taust-active {
	background: #c4ffc0;
	margin-right: 10px;
}
 
.taust-deleted {
	background: #202020;
	margin-right: 10px;
}
 
.active {
	background: url('/img/mk/aktiivnemode.png') no-repeat;
	position: relative;
	z-index: 999;
}
 
.retired {
	background: url('/img/mk/endinemode.png') no-repeat;
	position: relative;
	z-index: 999;
}
 
.deleted {
	background: url('/img/mk/kustunudmode.png') no-repeat;
	position: relative;
	color: #a7a7a7;
	z-index: 999;
}
 
div.deleted a, div.deleted a.external, div.deleted a.external:visited {
	color: white;
}
 
.sheriff {
	background: url('/img/mk/sheriff.png') no-repeat;
	position: relative;
	z-index: 9999;
}
 
.rohemaag {
	background: url('/img/mk/rohemaag.png') no-repeat;
	position: relative;
	z-index: 9999;
}
 
.sinimaag {
	background: url('/img/mk/sinimaag.png') no-repeat;
	position: relative;
	z-index: 9999;
}
 
.modname.naine img {
	background: url(https://zz.ee/img/mk/wiki/girl.gif) no-repeat;
	min-width: 75px;
	min-height: 75px;
}
 
.modname.mees img {
	background: url(https://zz.ee/img/mk/wiki/boy.gif) no-repeat;
	min-width: 75px;
	min-height: 75px;
}
 
td.modname a[data-title]:hover:after {
	content: attr(data-title);
	padding: 0;
	color: #a7a7a7;
	position: absolute;
	left: 84px;
	top: 80px;
	white-space: nowrap;
	background: transparent;
	text-decoration: none;
}