MediaWiki:Common.css/modbox: erinevus redaktsioonide vahel
Uus lehekülg: 'div.taust-tavaline { background: #f9f9f9; margin-right:10px; } div.taust-retired { background: #ffc0cb; margin-right:10px; } div.taust-active { background: #c4ffc0; margin-righ...' |
PResümee puudub |
||
| 1. rida: | 1. rida: | ||
div.taust-tavaline { | div.taust-tavaline { | ||
background: #f9f9f9; | background: #f9f9f9; | ||
margin-right:10px; | margin-right:10px; | ||
} | } | ||
div.taust-retired { | div.taust-retired { | ||
background: #ffc0cb; | background: #ffc0cb; | ||
margin-right:10px; | margin-right:10px; | ||
} | } | ||
div.taust-active { | div.taust-active { | ||
background: #c4ffc0; | background: #c4ffc0; | ||
margin-right:10px; | margin-right:10px; | ||
} | } | ||
div.active { | div.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 { | div.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 { | div.deleted { | ||
background: url('/img/mk/deleted.png') no-repeat; | background: url('/img/mk/deleted.png') no-repeat; | ||
position: relative; | position: relative; | ||
z-index:99999; | z-index:99999; | ||
} | } | ||
div.notretired { | div.notretired { | ||
background: url('/img/mk/blank.png') no-repeat; | background: url('/img/mk/blank.png') no-repeat; | ||
position: relative; | position: relative; | ||
z-index:999; | z-index:999; | ||
} | } | ||
div.sheriff { | div.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 { | div.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 { | div.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; | ||
} | } | ||
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; | ||
| 67. rida: | 67. rida: | ||
background: transparent; | background: transparent; | ||
text-decoration: none; | text-decoration: none; | ||
/* -moz-border-radius: 5px; | /* -moz-border-radius: 5px; | ||
-webkit-border-radius: 5px; | -webkit-border-radius: 5px; | ||
border-radius: 5px; | border-radius: 5px; | ||
Redaktsioon: 6. mai 2014, kell 08:02
div.taust-tavaline {
background: #f9f9f9;
margin-right:10px;
}
div.taust-retired {
background: #ffc0cb;
margin-right:10px;
}
div.taust-active {
background: #c4ffc0;
margin-right:10px;
}
div.active {
background: url('/img/mk/aktiivnemode.png') no-repeat;
position: relative;
z-index:999;
}
div.retired {
background: url('/img/mk/endinemode.png') no-repeat;
position: relative;
z-index:999;
}
div.deleted {
background: url('/img/mk/deleted.png') no-repeat;
position: relative;
z-index:99999;
}
div.notretired {
background: url('/img/mk/blank.png') no-repeat;
position: relative;
z-index:999;
}
div.sheriff {
background: url('/img/mk/sheriff.png') no-repeat;
position: relative;
z-index:9999;
}
div.rohemaag {
background: url('/img/mk/rohemaag.png') no-repeat;
position: relative;
z-index:9999;
}
div.sinimaag {
background: url('/img/mk/sinimaag.png') no-repeat;
position: relative;
z-index:9999;
}
td.modname a[data-title]:hover:after {
content: attr(data-title);
padding: 0;
color: #333;
position: absolute;
left: 84px;
top: 80px;
white-space: nowrap;
z-index: 20px;
background: transparent;
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); */
}