MediaWiki:Common.css/modbox: erinevus redaktsioonide vahel

Allikas: Mängukoopa Viki
Resümee puudub
PResümee puudub
 
(ei näidata sama kasutaja 2 vahepealset redaktsiooni)
1. rida: 1. rida:
div.taust-tavaline {
.modbox {
  background: #f9f9f9;
float: left;
  margin-right:10px;
margin-right: 10px;
}
}
 
.modbox table {
background: transparent;  
margin-bottom: 10px;  
width: 390px;
}
 
.taust-tavaline {
background: #f9f9f9;
}
   
   
div.taust-retired {
.taust-retired {
  background: #ffc0cb;
background: #ffc0cb;
  margin-right:10px;
}
}
   
   
div.taust-active {
.taust-active {
  background: #c4ffc0;
background: #c4ffc0;
  margin-right:10px;
}
}
   
   
div.taust-deleted {
.taust-deleted {
  background: #202020;
background: #202020;
  margin-right:10px;
}
}
   
   
div.active {
.active {
  background: url('/img/mk/aktiivnemode.png') no-repeat;
background: url('/img/mk/aktiivnemode.png') no-repeat;
  position: relative;
position: relative;
  z-index:999;
z-index: 999;
}
}
   
   
div.retired {
.retired {
  background: url('/img/mk/endinemode.png') no-repeat;
background: url('/img/mk/endinemode.png') no-repeat;
  position: relative;
position: relative;
  z-index:999;
z-index: 999;
}
}
   
   
div.deleted {
.deleted {
  background: url('/img/mk/kustunudmode.png') no-repeat;
background: url('/img/mk/kustunudmode.png') no-repeat;
  position: relative;
position: relative;
  color: #a7a7a7;
color: #a7a7a7;
  z-index:999;
z-index: 999;
  /*z-index:99999;*/
}
}
   
   
div.deleted a, div.deleted a.external, div.deleted a.external:visited {
div.deleted a, div.deleted a.external, div.deleted a.external:visited {
  color: white;
color: white;
}
}
   
   
div.sheriff {
.sheriff {
  background: url('/img/mk/sheriff.png') no-repeat;
background: url('/img/mk/sheriff.png') no-repeat;
  position: relative;
position: relative;
  z-index:9999;
z-index: 9999;
}
}
   
   
div.rohemaag {
.rohemaag {
  background: url('/img/mk/rohemaag.png') no-repeat;
background: url('/img/mk/rohemaag.png') no-repeat;
  position: relative;
position: relative;
  z-index:9999;
z-index: 9999;
}
}
   
   
div.sinimaag {
.sinimaag {
  background: url('/img/mk/sinimaag.png') no-repeat;
background: url('/img/mk/sinimaag.png') no-repeat;
  position: relative;
position: relative;
  z-index:9999;
z-index: 9999;
}
}
   
   
.modname.naine img {
.modname.naine img {
  background: url(https://zz.ee/img/mk/wiki/girl.gif) no-repeat;
background: url(https://zz.ee/img/mk/wiki/girl.gif) no-repeat;
  min-width: 75px;
min-width: 75px;
  min-height: 75px;
min-height: 75px;
}
}
   
   
.modname.mees img {
.modname.mees img {
  background: url(https://zz.ee/img/mk/wiki/boy.gif) no-repeat;
background: url(https://zz.ee/img/mk/wiki/boy.gif) no-repeat;
  min-width: 75px;
min-width: 75px;
  min-height: 75px;
min-height: 75px;
}
}
   
   
td.modname a[data-title]:hover:after {
td.modname a[data-title]:hover:after {
  content: attr(data-title);
content: attr(data-title);
  padding: 0;
padding: 0;
  color: #a7a7a7;
color: #a7a7a7;
  position: absolute;
position: absolute;
  left: 84px;
left: 84px;
  top: 80px;
top: 80px;
  white-space: nowrap;
white-space: nowrap;
  z-index: 20px;
background: transparent;
  background: transparent;
text-decoration: none;
  text-decoration: none;
/*  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #222;
  -webkit-box-shadow: 0px 0px 4px #222;
  box-shadow: 0px 0px 4px #222;
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc); */
}
}

Viimane redaktsioon: 7. märts 2021, kell 20:30

.modbox {
	float: left;
	margin-right: 10px;
}

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

.taust-tavaline {
	background: #f9f9f9;
}
 
.taust-retired {
	background: #ffc0cb;
}
 
.taust-active {
	background: #c4ffc0;
}
 
.taust-deleted {
	background: #202020;
}
 
.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;
}