Mine sisu juurde
Iga artikli pealkiri eraldi real! Pärast muudatusi kontrolli väljalogituna, kas artikkel on avalik

Tingimused registreermisel:
Kasutaja kohta 1 kasutajakonto! Topeltkontode avastamisel need kustutatakse.

Keelatud on:
1. Segada viki korrapärast tööd (sh vandalism, spämm jms).
2. Postitada roppu või muul moel lastele ebasobilikku sisu.
3. Jagada linke ning postitada teksti reklaamimise eesmärgil.
4. Olla ebaviisakas.
5. Propageerida illegaalset tegevust.
6. Toimetajate, Mängukoopa kasutajate avalik halvustamine, kui on probleem, tuleb võtta ühendust usaldatud toimetaja või kõrgemaga.

Artiklite sisu:
1. Ei tohiks sisaldada kirjavigu.
2. Peaks olema Mängukoopaga seonduv või selle süsteemide kasutamist hõlbustava funktsiooni/võimalust kirjeldav.
3. Peab olema korrektselt vormistatud, kasutades vikisüntaksi.

Teadmiseks:
1. Reeglite vastu eksimisel võib kasutaja vikist tähtajatult blokeerida, blokeeringust vabanemiseks tuleb saata vabas vormis avaldus usaldatud toimetajale või kõrgemale (kuid mitte varem, kui 1 nädal pärast blokeerimist), kes otsustab, kas anda toimetajale uus võimalus või mitte (tuleks meeles pidada, et ta pole kohustatud seda tegema), tõsisemate rikkumiste korral on blokeering üldjuhul igavene.
2. Viki tahtlikul ründamisel/reostamisel võtame seda kui rünnakut Mängukoopale ning karistada võib selle toimepanija saada mõlemal saidil.
3. Kui toimetaja pole mõnda aega kuidagi vikisse panustanud, siis võidakse ta toimetaja privileegidest tähtajatult vabastada. Huvi naasedes tuleb õiguste taastamiseks ühendust võtta usaldatud toimetaja või kõrgemaga, kes esitab vajadusel mõned toimetamisega seotud kontrollküsimused.

MediaWiki:Monobook.css: erinevus redaktsioonide vahel

Allikas: Mängukoopa Viki
Uus lehekülg: 'Siin olevat CSS-i kasutavad kõik kujundused.: SECTIONS: # Indication of namespaces # Color classes for content # Special pages # Main page styling # Sidebar external ...'
 
Eemaldatud muudatus 3999, mille tegi Lyrixn (arutelu)
Märgis: Eemaldamine
 
(ei näidata sama kasutaja 235 vahepealset redaktsiooni)
1. rida: 1. rida:
/* Siin olevat CSS-i kasutavad kõik kujundused. */
body {
    background: #bcd3f9
}


SECTIONS:
div#globalWrapper {
# Indication of namespaces
    width: 1000px;
# Color classes for content
    margin: 0 auto;
# Special pages
    background: #bcd3f9;
# Main page styling
}
# Sidebar external links
# [[Extension Matrix]] stuff
# Wikitables, infobox templates, warnings, and other such stylings
# Some other small things
*/


/**
.portlet {
* 1. INDICATION OF NAMESPACES
    position: absolute;
* -------------------------------------------------
    margin: -4px 0 0 0;
*/
    width: 1000px
}


/* Pseudo NS Special (light grey) */
.portlet ul {
.ns--2 #content { background-color: #f4f4f4; }
    line-height: 1.5
.ns--2 div.thumb { border-color: #f4f4f4; }
}


/* NS Project + Project_talk (light sky blue) */
div#column-content {
.ns-4 #content,
    margin: 14px 0 9px 0px
.ns-5 #content { background-color: #f8fcff; }
}
.ns-4 div.thumb,
.ns-5 div.thumb { border-color: #f8fcff; }


/* NS MediaWiki + MediaWiki_talk (light grey) */
div#content {
.ns-8 #content,
    margin: 5px 0 0 0;
.ns-9 #content { background-color: #f4f4f4; }
    border: 0;
.ns-8 div.thumb,
    background: url(//zz.ee/incl/mk/img/blue/blue_box_bl.gif) 0 100% no-repeat,url(//zz.ee/incl/mk/img/blue/blue_box_br.gif) 100% 100% no-repeat,url(//zz.ee/incl/mk/img/blue/blue_box_tr.gif) 100% 0 no-repeat,url(//zz.ee/incl/mk/img/blue/blue_box_tl.gif) 0 0 no-repeat,url(//zz.ee/incl/mk/img/blue/blue_box_l.gif) 0 0 repeat-y,url(//zz.ee/incl/mk/img/blue/blue_box_t.gif) 0 0 repeat-x,url(//zz.ee/incl/mk/img/blue/blue_box_r.gif) 100% 0 repeat-y,url(//zz.ee/incl/mk/img/blue/blue_box_b.gif) 0 100% repeat-x,#e7f1fb
.ns-9 div.thumb { border-color: #f4f4f4; }
}


/* NS Manual + Manual_talk (light bluish violet) */
#mw-content-text {
.ns-100 #content,
    padding: 15px 15px 15px 10px
.ns-101 #content { background-color: #f3f3ff; }
}
.ns-100 div.thumb,
.ns-101 div.thumb { border-color: #f3f3ff; }


/* NS Help (but NOT Help_talk) (Public Domain icon) */
.mw-content-ltr .magnify {
.ns-12 #bodyContent {
    display: none
background-image: url(//upload.wikimedia.org/wikipedia/mediawiki/6/67/PD-icon-faded.png);
background-repeat: no-repeat;
/* @noflip */ background-position: right 5em;
}
}


/**
#firstHeading {
* 2. COLOR CLASSES FOR CONTENT
    margin: 80px 15px 0px 10px
* -------------------------------------------------
}
*/


/* Border colors */
h1,h2,h3,h4,h5,h6 {
.borderc1 { border-color: #e9e9e9; border-width: thin; }
    border-bottom: 1px solid #a4caf2
.borderc2 { border-color: #aaaaaa; border-width: thin; }
}
.borderc3 { border-color: #777777; border-width: thin; }
.borderc4 { border-color: #000000; border-width: thin; }
.borderc5 { border-color: #c00000; border-width: thin; }
.borderc6 { border-color: #025e9d; border-width: thin; }
.borderc7 { border-color: #008040; border-width: thin; }
.borderc8 { border-color: #ffcc00; border-width: thin; } /* Used by: [[Template:Welcome]]. */


/* Background colors */
div.catlinks {
.backgroundc1 { background-color: #ffffff; } /* Used by: [[Template:Welcome]]. */
    margin: 0 14px 15px 10px
.backgroundc2 { background-color: #f9f9f9; }
}
.backgroundc3 { background-color: #eeeeee; }
.backgroundc4 { background-color: #e0e0e0; }
.backgroundc5 { background-color: #d2d2d2; }
.backgroundc6 { background-color: #b7b7b7; }
.backgroundc7 { background-color: #a3a3a3; }
.backgroundc8 { background-color: #444455; }


/**
pre,.mw-code {
* 3. SPECIAL PAGES
    word-wrap: break-word
* -------------------------------------------------
}
*/


/* Consistent special page navigation */
#bodyContent a.external,#bodyContent a.external[href ^="gopher://"] {
.SpecialPageInfo {
    background: none;
background-color: #f9f9f9;
    padding-right: 0px
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/35px-Exquisite-khelpcenter.png);
background-position: 0.8em 0.5em;
background-repeat: no-repeat;
padding: 0.3em 0.5em 0.3em 5.0em;
border-color: #025e9d;
border-width: 1px;
border-style: solid;
border-bottom-width: medium;
margin-bottom: 1em;
}
}


.mw-viewprevnext {
code {
display: block;
    background: #e7f1fb
border: 1px solid #cccccc;
background-color: #f9f9f2;
padding: 0.2em 0.4em;
}
}


/**
span.comment {
* 4. MAIN PAGE STYLING
    word-wrap: break-word
* -------------------------------------------------
}
*/


#mainpage_topbox {
#p-logo {
background: #f9f9f9;
    display: none
padding: 0px;
border: 1px solid #aaaaaa;
margin: 0.2em 10px 10px;
}
}
.mainpage_boxtitle,
 
.mainpage_hubtitle,
.page-Avaleht .mw-content-ltr a {
#mainpage_pagetitle {
    color: #900 !important;
font-size: 105%;
    font-weight: bold
padding: 0.4em;
background-color: #eeeeee;
}
}
.mainpage_boxtitle {
 
line-height: 120%;
hr {
    background-color: #a4caf2
}
}
#mainpage_pagetitle {
 
color: #cf7606;
table.defaulttabs,table.defaulttabs a {
font-size: 200% !important;
    color: #900;
    font-weight: bold;
    font-size: 12px
}
}
#mainpage_sitelinks {
 
padding: 0.2em;
div#mw-data-after-content {
text-align: center;
    margin: 0 15px 0 10px;
background-color: white;
    clear: both;
    font-size: 0px
}
}
.mainpage_hubtitle {
 
text-align: center;
li.install {
    display: none
}
}
.mainpage_boxcontents,
 
.mainpage_boxcontents_small {
li.tab-community {
background: #ffffff;
    display: none
padding: 0.2em 0.4em;
}
}
.mainpage_boxcontents_small {
 
font-size: 95%;
.mw-special-Recentchanges #mw-content-text code {
    border: none
}
}
.mainpage_boxcontents_title {
 
display: block;
.mw-special-Recentchanges #mw-content-text > div > div > div {
border-bottom: 1px solid #AAA;
    border-bottom: 1px dashed #a4caf2;
margin-bottom: 0.5em;
    margin: 1px
text-align: center;
font-weight: bold;
font-size: larger;
}
}


.mainpage_hubbox,
.mw-changeslist-legend {
#mainpage_newscell,
    border: 1px solid #a4caf2
#mainpage_downloadcell,
#mainpage_opportunitiescell,
#mainpage_featuredpagescell {
padding: 0;
border: 1px solid #aaaaaa;
}
}
#mainpage_newscell {
 
margin-bottom: 15px;
.mw-confirmaccount-type-0 {
margin-top: 0 !important;
    background: none
}
}
#mainpage_newscell .mainpage_boxtitle {
 
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/20px-Exquisite-khelpcenter.png);
.mw-confirmaccount-body-0 {
background-repeat: no-repeat;
    background-color: #c9e2fb;
background-position: 99% 0.3em;
    border: 1px solid #a4caf2;
padding-right: 25px;
    border-bottom: 0;
    border-right: 0;
    border-collapse: collapse
}
}
#mainpage_downloadcell {
 
width: 17em;
table.mw-confirmaccount-body-0 td {
margin-bottom: 5px;
    border: 1px solid #a4caf2;
    border-top: 0;
    border-left: 0
}
}
#mainpage_downloadcell .mainpage_boxtitle {
 
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Crystal_Clear_action_build.png/18px-Crystal_Clear_action_build.png);
#contentSub,#contentSub2 {
background-repeat: no-repeat;
    margin: 5px 0 0 10px
background-position: 96% 0.33em;
padding-right: 25px;
}
}
#mainpage_opportunitiescell {
 
max-width: 25em;
.wikiEditor-ui-controls {
margin-bottom: 15px;
    background-color: #e7f1fb
margin-top: 0 !important;
}
}
#mainpage_opportunitiescell .mainpage_boxtitle {
 
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/63/User-online.svg/20px-User-online.svg.png);
.wikiEditor-ui-buttons {
background-repeat: no-repeat;
    background-color: #e7f1fb
background-position: 98% 0.15em;
padding-right: 25px;
}
}
#mainpage_featuredpagescell {
 
max-width: 25em;
#p-search h3 {
margin-bottom: 15px;
    display: none
margin-top: 0 !important;
}
}
#mainpage_featuredpagescell .mainpage_boxtitle {
 
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/0/0f/Note_icon.svg/20px-Note_icon.svg.png);
#p-search {
background-repeat: no-repeat;
    position: absolute;
background-position: 98% 0.15em;
    z-index: 20;
padding-right: 25px;
    top: 0;
    margin: 67px 0 0 740px;
    width: 250px
}
}
/* The words 'MediaWiki.org' in the title. */
 
#mainpage_mwtitle {
#searchBody {
color: #005288;
    background: none;
    border: none
}
}


/**
#searchInput {
* The "mainpage" class is added to the body with JavaScript for the main page in all
    background-color: #c9e2fb;
* languages, so we can style things that apppear on the main page and also elsewhere.
    border: 1px #a4caf2 solid;
*/
    padding: 2px
.mainpage #lastmod,
.mainpage #siteSub,
.mainpage #contentSub,
.mainpage #jump-to-nav,
.mainpage .firstHeading {
display: none !important;
}
}
.mainpage #content {
 
padding-top: 1em;
#searchGoButton,input.searchButton {
    padding: 2px 4px;
    font-weight: normal;
    font-size: 11px;
    -moz-appearance: none;
    border: 1px solid #5fa0e6;
    border-radius: 3px;
    background: #a1c2e6
}
}


input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"] > input[type="button"]::-moz-focus-inner {
    padding: 0;
    border: 0;
    background: none
}


/**
.suggestions-results {
* SIDEBAR EXTERNAL LINKS
    background-color: #c9e2fb;
* -------------------------------------------------
    border: solid 1px #a4caf2;
*/
    margin: 5px 0 0 0
/*
#n-blog-text a,
#n-mw-repo-commits a,
#n-mw-repo-codereview a,
#n-browse-repo a,
#n-phpdoc a {
background: url(//upload.wikimedia.org/wikipedia/commons/6/64/Icon_External_Link.png) center right no-repeat;
padding-right: 13px;
color: #3366bb;
}
}
*/


/**
.suggestions-result-current,.suggestions-result-current .special-label,.suggestions-result-current .special-query {
* WIKITABLES, INFOBOX TEMPLATES, WARNINGS AND OTHER SUCH STYLINGS
    color: #5fa0e6;
* -------------------------------------------------
    background: none
*/
}


/* Custom h* styles (blue headings) */
.suggestions-special {
.wikitable td.hl3,
    background-color: #c9e2fb;
.wikitable th.hl3 {
    border: solid 1px #a4caf2
background-color: #8da7d6;
}
}
.wikitable td.hl1,
 
.wikitable th.hl1 {
.mw-history-revisiondelete-button,#mw-fileduplicatesearch-icon {
background: #c5d8fc;
    margin: 0
}
}
.wikitable td.hl2,
 
.wikitable th.hl2 {
input[type="button"],input[type="submit"],input[type="reset"],input[type="file"]::-webkit-file-upload-button,button {
background: #a7c1f2;
    padding: 2px 4px !important;
    font-weight: normal;
    font-size: 11px;
    -moz-appearance: none;
    border: 1px solid #5fa0e6;
    border-radius: 3px;
    background: #a1c2e6
}
}


/**
input,select,textarea {
* Make entire table valign=top,
    background: #c9e2fb;
* To replace the |valign=top| on every cell.
    border: 1px #a4caf2 solid
*/
.vatop tr,
tr.vatop,
.vatop td,
.vatop th {
vertical-align: top;
}
}


/* General purpose "pretty (data) tables" */
.mw-ui-vform {
table.datatable {
    width: 357px
background-color: transparent;
}
}


table.datatable th,
div#userloginForm,div#userlogin {
table.datatable td {
    background-color: #e7f1fb;
padding: 4px;
    border: 1px #a4caf2 solid
}
}


table.datatable th {
div#userloginForm table,div#userlogin table {
text-align: left;
    background-color: #e7f1fb
background-color: #999999;
}
}


table.datatable tr {
#userlogin .loginText,#userlogin .loginPassword,.loginText,.loginPassword {
background-color: #cccccc;
    background-color: #c9e2fb;
    border: 1px #a4caf2 solid;
    padding: 2px 0 2px 10px
}
}


table.datatable tr:hover {
div#userlogin .captcha,div#userloginForm .captcha {
background-color: #ffffcc;
    margin-bottom: 15px
}
}


/* SideBox styling */
#userloginlink a,#wpLoginattempt,#wpCreateaccount,.mw-ui-button.mw-ui-constructive {
div.sideBox {
    font-size: 16px
position: relative;
float: right;
background: white;
margin-left: 1em;
border: 1px solid gray;
padding: 0.3em;
width: 200px;
overflow: hidden;
clear: right;
}
}
div.sideBox dl {
 
padding: 0;
#mw-notification-area {
margin: 0 0 0.3em 0;
    top: 40px;
font-size: 96%;
    right: 27px
}
}
div.sideBox dl dt {
 
background: none;
.listgrouprights-revoked {
margin: 0.4em 0 0 0;
    text-decoration: none
}
}
div.sideBox dl dd {
 
margin: 0.1em 0 0 1.1em;
.listgrouprights-revoked code {
background-color: #f3f3f3;
    text-decoration: line-through
}
}


/* Extension & Skin infobox styling */
div.thumbinner {
.tpl-infobox {
    background: #c9e2fb;
border: 2px solid #aaaaaa;
    border: 1px #a4caf2 solid;
width: 280px;
    padding: 3px !important;
/* @noflip */ clear: right;
    font-size: 94%;
/* @noflip */ float: right;
    text-align: center;
margin: 0 0 0.5em 0.5em;
    overflow: hidden
border-collapse: collapse;
background-color: white;
}
}
.tpl-infobox td {
 
border: 2px none #aaaaaa;
#toc,.toc,.mw-warning {
padding: 0.2em 0.5em;
    padding: 5px;
border-bottom: 1px solid #f0f0f0 !important;
    font-size: 95%;
    background: #c9e2fb;
    border: 1px #a4caf2 solid
}
}
.tpl-infobox-header {
 
background-color: #aaaaaa;
table.koopatabel {
color: white;
    margin: 0;
text-align: left;
    background-color: #e7f1fb;
    color: black;
    border-spacing: 0;
    border: 1px #a4caf2 solid;
    border-right: 0;
    border-radius: 5px
}
}
.tpl-infobox-header td {
 
padding-top: 0.5em;
table.koopatabel > tr > th,table.koopatabel > * > tr > th {
    padding: 3px;
    border-right: 1px #a4caf2 solid;
    text-align: center;
    background: url(//zz.ee/incl/mk/img/blue/blue_headingbg.gif) repeat-x
}
}


.ext-infobox-header img {
table.koopatabel > tr > td,table.koopatabel > * > tr > td {
padding: 0 0.2em 0 0.5em;
    padding: 3px;
    border-right: 1px #a4caf2 solid;
    border-top: 1px #a4caf2 solid
}
}
.ext-status-unstable,
 
.ext-status-unstable td {
table.koopatabel tr:first-child th:last-child {
border-color: #990000;
    border-top-right-radius: 5px
}
}
.ext-status-unstable .ext-infobox-header {
 
background-color: #990000;
table.koopatabel tr:last-child td:last-child {
color: #ffff00;
    border-bottom-right-radius: 5px
}
}
.ext-status-experimental,
 
.ext-status-experimental td {
table.mktable {
border-color: #ff4500;
    margin: 0;
    background-color: #e7f1fb;
    color: black
}
}
.ext-status-experimental .ext-infobox-header {
 
background-color: #ff4500;
table.mktable tr:first-child th:first-child {
}
    border-top-left-radius: 5px
.ext-status-beta,
.ext-status-beta td {
border-color: #ffba01;
}
.ext-status-beta .ext-infobox-header {
background-color: #ffba01;
}
.ext-status-stable,
.ext-status-stable td {
border-color: #32cd32;
}
.ext-status-stable .ext-infobox-header {
background-color: #32cd32;
}
.ext-status-unmaintained,
.ext-status-unmaintained td {
border-color: #8b4513;
}
.ext-status-unmaintained .ext-infobox-header {
background-color: #8b4513;
}
.ext-status-magic,
.ext-status-magic td {
border-color: #fe57a1;
}
.ext-status-magic .ext-infobox-header {
color: #000;
background: #FFDBEB url(//upload.wikimedia.org/wikipedia/commons/thumb/2/20/Magic_wand.svg/60px-Magic_wand.svg.png) 0 0 no-repeat;
}
.ext-status-magic .ext-infobox-header img {
visibility: hidden;
padding-right: 1em;
}
}


.skin-infobox,
table.mktable tr:first-child th:last-child {
.skin-infobox td {
    border-top-right-radius: 5px
border-color: #a7d7f9;
}
.skin-infobox-header {
color: #000;
background: #e2f4ff;
}
}


 
table.mktable tr:last-child td:first-child {
 
    border-bottom-left-radius: 5px
/**
* Styling for {{See also}}, {{rellink}} etc.
*/
.rellink,
.dablink,
.mw-tpl-rellink {
font-style: italic;
padding-bottom: 0.4em;
padding-left: 0;
margin-bottom: 0.4em;
color: #555;
border-bottom: 1px solid #ccc;
}
}


/**
table.mktable tr:last-child td:last-child {
* "Note" boxes ([[Template:Note]])
    border-bottom-right-radius: 5px
*/
.tip,
.note {
padding: 0.5em;
margin: 0.5em 0;
overflow: hidden;
background-color: #F9F9F9;
background-position: 4px 2px;
background-repeat: no-repeat;
border: 1px solid #DDD;
}
.tip-info,
.note-info {
background-color: #F0F0E7;
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/f/f8/Appunti_architetto_franc_01.svg/22px-Appunti_architetto_franc_01.svg.png);
border-color: #cc9933;
/* @noflip */ padding-left: 30px;
min-height: 28px;
}
.tip-reminder,
.note-reminder {
background-color: #F6FDEA;
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/60/Bulbgraph.png/23px-Bulbgraph.png);
border-color: #D6E434;
padding-left: 31px;
min-height: 28px;
}
.tip-error,
.note-error {
background-color: #F0E7E7;
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/5/51/Attention_niels_epting.svg/24px-Attention_niels_epting.svg.png);
border-color: #cc3333;
padding-left: 32px;
min-height: 25px;
}
}


/* Version box on [[Manual:Downloading MediaWiki]] */
table.mktable > tr > th,table.mktable > * > tr > th {
#DownloadVersionBox {
    border: 1px #a4caf2 solid;
border: 2px solid black;
    border-bottom: 0px !important;
border-collapse: collapse;
    padding: 3px;
margin: auto;
    text-align: center;
width: 50%;
    background: url(//zz.ee/incl/mk/img/blue/blue_headingbg.gif) repeat-x
color: black;
}
#DownloadVersionBox td {
border: 2px solid black;
padding: 20px;
}
}


/* Major warning - used on the main page template to warn against editing carelessly, but can be used elsewhere as well */
table.mktable > tr > td,table.mktable > * > tr > td {
.majorwarning {
    border: 1px #a4caf2 solid;
background: yellow;
    border-top: 0px !important;
padding: 0.3em;
    padding: 3px
text-align: center;
font-size: 125%;
border: 2px solid red;
}
}


/* Page headings used throughout the wiki (though not very much at the time of writing…) */
#p-tb .pBody,#p-tb h3,#mw-indicator-mw-helplink a,#p-navigation h3,div#editpage-copywarn,.ns-100 .subpages,.ns-0 .subpages, .mw-redirectedfrom {
.page-notice,
    display: none
.page-warning {
border-width: 1px;
border-style: solid;
padding: 0.3em 0.5em;
margin-bottom: 1em;
width: 95%;
margin-left: auto;
margin-right: auto;
text-align: center;
}
}


/* Informative notices at the top of pages (blue) */
div#footer {
.page-notice {
    height: 50px;
background-color: #f9f9f9;
    border: 0;
border-color: #025e9d;
    background: url(//zz.ee/incl/mk/img/blue/blue_box_tl2.gif) 0 0 no-repeat,url(//zz.ee/incl/mk/img/blue/blue_box_tr2.gif) 100% 0 no-repeat,url(//zz.ee/incl/mk/img/blue/blue_box_bl.gif) 0 100% no-repeat,url(//zz.ee/incl/mk/img/blue/blue_box_br.gif) 100% 100% no-repeat,url(//zz.ee/incl/mk/img/blue/blue_box_t2.gif) 0 0 repeat-x,url(//zz.ee/incl/mk/img/blue/blue_box_b.gif) 0 100% repeat-x,url(//zz.ee/incl/mk/img/blue/blue_box_r.gif) 100% 0 repeat-y,url(//zz.ee/incl/mk/img/blue/blue_box_l.gif) 0 0 repeat-y,#e7f1fb
text-align: left;
}
}


/* Warning information at the top of pages (red) */
#f-poweredbyico {
.page-warning {
    padding-right: 10px;
background-color: #ffffff;
    line-height: 30px;
border-color: #c51919;
    margin: 11px 15px 0 0;
border-width: 2px;
}
.pw-head {
color: #c51919;
font-weight: bold;
}
}


/* Used in Template:Notice */
#f-poweredbyico a:before {
.block-note {
    content: "Töötab MediaWiki tarkvaral";
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/60/Bulbgraph.png/18px-Bulbgraph.png);
background-position: top left;
background-repeat: no-repeat;
}
/**
* Using block-contents in the hope that it can apply to all block-level warning templates,
* with different images applied as backgrounds to the wrapping DIV.
*/
.block-contents {
display: block;
padding-left: 20px;
}
}


/* Template documentation ([[Template:Documentation]]) */
#f-poweredbyico img {
.template-documentation {
    display: none;
clear: both;
margin: 1em 0 0 0;
border: 1px solid #aaa;
background-color: #ecfcf4;
padding: 5px;
}
}


/* Default style for navigation boxes */
#footer #f-list {
table.navbox {
    text-align: left;
/* Navbox container style */
    margin: 18px 0 0 5px;
border: 1px solid #aaa;
width: 100%;
margin: auto;
clear: both;
font-size: 88%;
text-align: center;
padding: 1px;
}
table.navbox + table.navbox {
/* Single pixel border between adjacent navboxes */
margin-top: -1px;
/* (doesn't work for IE6, but that's okay) */
}
.navbox th,
.navbox-title,
.navbox-abovebelow {
text-align: center;
/* Title and above/below styles */
padding-left: 1em;
padding-right: 1em;
}
th.navbox-group {
/* Group style */
white-space: nowrap;
/* @noflip */
text-align: right;
}
.navbox,
.navbox-subgroup {
background: #fdfdfd;
}
.navbox-list {
/* Must match background color */
border-color: #fdfdfd;
}
.navbox th,
.navbox-title {
/* Level 1 color */
background: #ccccff;
}
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
/* Level 2 color */
background: #ddddff;
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
/* Level 3 color */
background: #e6e6ff;
}
.navbox-even {
/* Even row striping */
background: #f7f7f7;
}
.navbox-odd {
/* Odd row striping */
background: transparent;
}
.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
/* Adjust hlist padding in navboxes */
padding: 0.125em 0;
}
.navbox .hlist dd,
.navbox .hlist dt,
.navbox .hlist li {
/* Nowrap list items in navboxes */
white-space: nowrap;
/* IE < 8 no-wraps entire list, so disable it */
white-space: normal !ie;
}
.navbox .hlist dd dl,
.navbox .hlist dt dl,
.navbox .hlist li ol,
.navbox .hlist li ul {
/* But allow parent list items to be wrapped */
white-space: normal;
}
ol + table.navbox,
ul + table.navbox {
/* Prevent lists from clinging to navboxes */
margin-top: 0.5em;
}
}


/* Default styling for Navbar template */
#p-navigation {
.navbar {
    z-index: 11;
display: inline;
    top: 20px
font-size: 88%;
font-weight: normal;
}
.navbar ul {
display: inline;
white-space: nowrap;
}
.navbar li {
word-spacing: -0.125em;
}
}


/* Navbar styling when nested in navbox */
#p-navigation .pBody {
.navbox .navbar {
    height: 50px;
display: block;
    border: 0;
font-size: 100%;
    background: transparent;
}
    font-size: 11.5px
.navbox-title .navbar {
/* @noflip */
float: left;
/* @noflip */
text-align: left;
/* @noflip */
margin-right: 0.5em;
width: 6em;
}
/* Allow people to optionally wrap lines in source listings */
div.wrapPreLines pre {
white-space: pre-wrap;
}
}


/**
#p-navigation ul {
* 8. SOME OTHER SMALL THINGS
    border-bottom: #5fa0e6 solid 1px;
* -------------------------------------------------
    margin-right: 18px;
*/
    padding: 32px 0 0 6px
 
/* Give a bit of space to the TOC */
#toc {
margin: 1em 0;
}
}


/**
#p-navigation li {
* Allow limiting of which header levels are shown in a TOC;
    display: inline;
* <div class="toclimit-3">, for instance, will limit to
    margin: 0 2px;
* showing ==headings== and ===headings=== but no further.
* Used in [[Template:TOC]]
*/
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
display: none;
}
}


/* make the list of references look smaller and highlight clicked reference in blue */
#p-navigation a {
ol.references {
    background: #5fa0e6;
font-size: 100%;
    border: #5fa0e6 solid 1px;
}
    color: #900;
.references-small {
    text-decoration: none;
font-size: 90%;
    padding: 2px 8px 2px 8px;
}
    font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif;
ol.references > li:target {
    font-weight: bold;
background-color: #ddeeff;
}
sup.reference:target {
background-color: #ddeeff;
}
}


 
#p-navigation #n-Teated a,#p-navigation #n-Eri a,#p-navigation #n-Toimetajale a,#p-navigation #n-Whitelist a {
/**
    background: #c8ee58
* Styling for links generated by [[MediaWiki:Edittools]]
* @source www.mediawiki.org/wiki/Extension:CharInsert#Styling
* @updated 2012-02-29
*/
.mw-charinsert-buttons {
margin-top: 10px;
border: 1px solid #aaaaaa;
padding: 1px;
text-align: center;
font-size: 110%;
}
.mw-charinsert-buttons a {
color: black;
background-color: #cde !important;
font-weight: bold;
font-size: .9em;
text-decoration: none;
border: thin #069 outset;
padding: 0 .1em .1em;
}
.mw-charinsert-buttons a:hover,
.mw-charinsert-buttons a:active {
background-color: #bcd;
border-style: inset;
}
.client-js .mw-edittools-section {
display: inline;
}
.client-js .mw-edittools-section input[type="button"] {
font-size: 0.9em;
padding-left: 1px;
padding-right: 1px;
margin-left: 1px;
}
}


/* from [[User:Splarka/Help:Linked images]] */
#p-navigation #n-Taotlused a,#p-navigation #n-TTaotlused a {
.imagelink_wikilogo a {
    background: #e3e55e
width: 135px;
height: 135px;
display: block;
text-decoration: none;
background-image: url(//upload.wikimedia.org/wikipedia/mediawiki/b/bc/Wiki.png);
}
}


/**
#p-navigation #n-A a {
* Infoboxes
    background: #f90000;
*/
    color: black;
.infobox {
float: right;
clear: right;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
border: 1px solid #AAA;
background: #F9F9F9;
color: black;
}
}


.infobox td,
#p-navigation a:hover,
.infobox th {
.page-Avaleht #p-navigation #n-Avaleht a,
vertical-align: top;
.page-Abi #p-navigation #n-Abimaterjalid a,
.page-Moderaatorid #p-navigation #n-Moderaatorid a,
.rootpage-Muusika #p-navigation [id^="n-Muusika"] a,
.page-Viki_Teated #p-navigation #n-Teated a,
.page-Eri_Erileheküljed #p-navigation #n-Eri a,
.page-MediaWiki_Public_read_whitelist #p-navigation #n-Whitelist a,
.page-Viki_talk_Uus #p-navigation #n-Taotlused a,
.page-Eri_Kasutaja_õigused #p-navigation #n-A a,
.rootpage-Viki_Käsiraamat #p-navigation #n-Toimetajale a {
    background: #e7f1fb !important;
    border-top: 1px solid #5fa0e6;
    border-right: 1px solid #5fa0e6;
    border-left: 1px solid #5fa0e6;
    border-bottom: 1px solid #e7f1fb;
    padding: 2px 8px 2px 8px;
    font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif;
    font-weight: bold;
}
}


.infobox caption {
#p-personal .pBody {
margin-left: inherit;
    margin-right: 0px
font-size: larger;
}
}


.infobox.bordered {
#p-personal .pBody ul li a:hover {
border-collapse: collapse;
    background: none;
    text-decoration: underline
}
}


.infobox.bordered td,
#p-cactions {
.infobox.bordered th {
    z-index: 10;
border: 1px solid #AAA;
    left: 0;
    top: 20px;
    width: 100%
}
}


.infobox.bordered .borderless td,
#p-cactions .pBody {
.infobox.bordered .borderless th {
    margin: 31px 22px 0 -6px;
border: 0;
    font-size: 11.5px
}
}


/**
#p-cactions ul {
* Apparently the namespaces parameter
    border-bottom: #5fa0e6 solid 1px;
* for inputbox forces a checkbox.
    margin-right: 18px;
* Let's hide it in the API sidebar
    padding: 30px 0 1px 6px;
*/
.mw-inputbox-hideapicheck label[for="mw-inputbox-ns104"],
#mw-inputbox-ns104 {
display: none;
}
}


/** Testing for code review **/
#p-cactions li {
div.mw-wordcloud {
    padding: 2px 0 2px 0;
width: 100%;
    background: #5fa0e6;
text-align: justify;
    border: #5fa0e6 solid 1px;
    display: inline;
}
}


.mw-wordcloud-size-1 {
#p-cactions .pBody ul li a {
color: #222;
    background: #5fa0e6;
font-size: 2.4em;
    color: #900;
}
    text-decoration: none;
.mw-wordcloud-size-2 {
    padding: 2px 8px 3px 8px;
color: #333;
    font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif;
font-size: 2.2em;
    font-weight: bold;
}
.mw-wordcloud-size-3 {
color: #444;
font-size: 2.0em;
}
.mw-wordcloud-size-4 {
color: #555;
font-size: 1.8em;
}
.mw-wordcloud-size-5 {
color: #666;
font-size: 1.6em;
}
.mw-wordcloud-size-6 {
color: #777;
font-size: 1.4em;
}
.mw-wordcloud-size-7 {
color: #888;
font-size: 1.2em;
}
.mw-wordcloud-size-8 {
color: #999;
font-size: 1em;
}
.mw-wordcloud-size-9 {
color: #aaa;
font-size: 0.8em;
letter-spacing: 3px;
}
.mw-wordcloud-size-10,
.mw-wordcloud-size-0 {
color: #bbb;
font-size: 0.8em;
}
}


/* @todo FIXME: document me :) */
#p-cactions li.selected {
#signuptopbox li {
    border: #5fa0e6 solid 1px;
float: left;
list-style: none;
font-family: sans-serif;
}
#signuptopbox li {
color: #3ca7d4;
background: #c2e1f9;
line-height: 2.8em;
margin-right: .25em;
padding-right: .5em;
}
#signuptopbox li.pr-active,
#signuptopbox li.pr-active div {
color: #67ca36;
background: #d4f9c2;
border-color: #fff #fff #fff #67ca36;
}
#signuptopbox li div {
width: 0;
height: 0;
border-color: #fff #fff #fff #3CA7D4;
border-style: solid;
border-width: 1.4em .3em 1.4em 1.4em;
float: left;
}
#signuptopbox li span.pr-number {
display: block;
width: 1.8em;
line-height: 1.8em;
background: #3ca7d4;
color: #c2e1f9;
text-align: center;
margin: .5em;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
font-weight: 600;
float: left;
}
#signuptopbox li.pr-active span.pr-number {
background: #67ca36;
color: #d4f9c2;
}
#signuptopbox li span {
float: left;
}
#signuptopbox li.pr-spacer {
padding: 0;
}
}


/* Breadcrumb code */
#p-cactions .pBody ul li.selected a {
.breadcrumb {
    background: #e7f1fb;
list-style: none;
    color: #900;
overflow: hidden;
    text-decoration: none;
font: 14px Helvetica, Arial, sans-serif;
    padding: 2px 8px 4px 8px;
}
    font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif;
.breadcrumb li {
    font-weight: bold
float: left;
margin-bottom: 0;
}
.breadcrumb li a {
color: white;
text-decoration: none;
padding: 10px 0 10px 45px;
position: relative;
display: block;
float: left;
}
}


.breadcrumb li a:after {
#p-cactions .pBody ul li a:hover {
content: " ";
    background: #e7f1fb;
display: block;
    border: 0;
width: 0;
    padding: 2px 8px 5px 8px;
height: 0;
    font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif;
/* Go big on the size, and let overflow hide */
    font-weight: bold
border-top: 50px solid transparent;
border-bottom: 50px solid transparent;
position: absolute;
top: 50%;
margin-top: -50px;
left: 100%;
z-index: 2;
}
}


.breadcrumb li a:before {
#pagehistory li {
content: " ";
    border: 1px solid #a4caf2
display: block;
width: 0;
height: 0;
border-top: 50px solid transparent;
border-bottom: 50px solid transparent;
border-left: 31px solid white;
position: absolute;
top: 50%;
margin-top: -50px;
margin-left: 1px;
left: 100%;
z-index: 1;
}
}


.breadcrumb li:first-child a {
#pagehistory li.selected {
padding-left: 20px;
    background-color: #c9e2fb;
    border: 1px dashed #a4caf2
}
}


.currentcrumb a {
input.historysubmit {
background: #069;
    padding: 2px 4px !important;
    font-weight: normal;
    font-size: 11px;
    -moz-appearance: none;
    border: 1px solid #5fa0e6;
    border-radius: 3px;
    background: #a1c2e6;
    margin: 3px 0 0 21px
}
}


.currentcrumb a:after {
table.diff {
border-left: 30px solid #069;
    background: #c9e2fb;
    border: 1px #a4caf2 solid;
    margin: 0 0 15px 0
}
}


.currentcrumb a:hover,
td.diff-context {
.prevcrumb a:hover,
    border-color: #a4caf2
.nextcrumb a:hover {
background: #002d44;
}
}


.currentcrumb a:hover:after,
td.diff-deletedline .diffchange {
.prevcrumb a:hover:after,
    background: #fb9d9d
.nextcrumb a:hover:after {
border-left-color: #002d44 !important;
}
}


.prevcrumb a {
td.diff-deletedline {
background: #396;
    background: #febebe;
    border-color: #fb9d9d
}
}


.prevcrumb a:after {
td.diff-addedline .diffchange {
border-left: 30px solid #396;
    background: #49ec59
}
}


.nextcrumb a {
td.diff-addedline {
background: #999;
    background: #9dfea6;
    border-color: #49ec59
}
}


.nextcrumb a:after {
@media print {
border-left: 30px solid #999;
    body {
}
        background-color: transparent
    }


/* To facilitate rtl translations */
    .noprint {
#bodyContent .table-RTL a {
        display: none
background: none;
    }
padding-right: 0;
}


#bodyContent .table-RTL ul {
    .printfooter {
margin-right: 10px;
        display: none
display: table;
    }
}


/* Fix annoying bug where the "date" column in the LQT sometimes
    #siteSub {
* is two rows because of the date being too long even through there is
        display: none
* enough space (otherwise the browser makes it's own decision on where to cut)
    }
*/
.lqt_toc th:nth-child(3),
.lqt_toc td:nth-child(3) {
white-space: nowrap;
}


.persian {
    .visualClear {
font-family: Tahoma;
        display: none
}
    }


/**
    #footer {
* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size.
        display: none
* [[bugzilla:26204]]
    }
*/
div.mw-geshi div,
div.mw-geshi div pre,
span.mw-geshi,
pre.source-css,
pre.source-javascript {
font-family: monospace, "Courier New" !important;
}


/**
    .page-Reeglid_Jutukas {
* Manual:Database_layout
        margin: 0;
*/
        padding: 0;
.mwmanual-dbview-box img {
        font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif;
opacity: 0.5;
        font-size: 12px
}
    }
.mwmanual-dbview-box:hover img {
opacity: 0.8;
}
.mwmanual-dbview-link {
background: rgb(198, 212, 235);
background: hsla(217, 48%, 85%, 0.8);
border: 1px solid #0645AD;
border-radius: 4px;
padding: 10px 5px;
text-align: center;
font-weight: bold;
}
.mwmanual-dbview-box:hover .mwmanual-dbview-link {
background: hsla(215, 46%, 95%, 0.8);
}
.mwmanual-dbview-link:hover {
background: hsla(215, 46%, 95%, 0.9);
}


/**
    .page-Reeglid_Jutukas p {
* Hide "Edit" tab from [[VisualEditor:Welcome]] until page protection affects VisualEditor extension too (added on 06-29-2012)
        line-height: 1.3;
* Unhid it for sysops in [[MediaWiki:Group-sysop.css]]
        -webkit-margin-before: 0em;
*/
        -webkit-margin-after: 0em
body.page-VisualEditor_Welcome li#ca-edit {
    }
display: none;
}


/**
    .page-Reeglid_Jutukas div.frame {
* Redesigned <code>.
        background-color: #e7f1fb
* Should improve readability by not having the samples blend into the white background,
    }
* but by having a visible (though subtle) border around the code sample.
*/
code {
  border: 1px solid #ddd;
  padding: 1px 4px;
  border-radius: 2px;
}


/**
    .page-Reeglid_Jutukas br {
* VisualEditor documentation styles - required for displaying document diagrams
        line-height: 1.3
*/
    }
.ve-doc-dm-data {
list-style: none;
cursor: default;
}
.ve-doc-dm-data li {
font-family: sans-serif;
text-align: center;
line-height: 2.25em;
display: inline-block;
width: 2.25em;
height: 2.25em;
border: solid 2px white;
}
.ve-doc-dm-data li.ve-doc-dm-cursor {
width: 0.5em;
}
.ve-doc-dm-cursor:hover {
border-color: #cccccc;
}
.ve-doc-dm-open,
.ve-doc-dm-close {
background-color: #50a5f4;
color: #7ddcfd;
}
.ve-doc-dm-open:hover,
.ve-doc-dm-close:hover {
border-color: #7ddcfd;
}
.ve-doc-dm-close {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJhJREFUeNrs0UENgEAQBMGThGMkImFBAp8jTVKVjIHptT4yM8eza947F2KIIYYYYoghBmKIgRhiIIYYiCGG18QQQwwxxBBDDMQQAzHEQAwxEEMMMTYHESMWRIwfBhEjFESMUBAxQkHECAURIxREjFAQMUJBxAgFESMURAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGCfW4ABAPk3h3InIbNlAAAAAElFTkSuQmCC);
background-size: contain;
background-position: left top;
background-repeat: no-repeat;
}
.ve-doc-dm-char,
.ve-doc-dm-achar {
border-radius: 3em;
}
.ve-doc-dm-char {
background-color: #7bcc45;
color: #fff;
}
.ve-doc-dm-char:hover {
border-color: #b6f26c;
}
.ve-doc-dm-achar {
background-color: #fa952c;
color: #fff;
}
.ve-doc-dm-achar:hover {
border-color: #fed045;
}
.ve-doc-dm-element-text {
color: #50a5f4;
}
.ve-doc-dm-char-text {
color: #7bcc45;
}
.ve-doc-dm-achar-text {
color: #fa952c;
}


/* For templates in Category:VisualEditor tests templates */
    .page-Reeglid_Jutukas h1 {
tt.ve-typing-test {
        display: none
color: white;
    }
background-color: black;
padding: 0 1em 0 1em;
}
}

Viimane redaktsioon: 4. jaanuar 2021, kell 17:53

body {
    background: #bcd3f9
}

div#globalWrapper {
    width: 1000px;
    margin: 0 auto;
    background: #bcd3f9;
}

.portlet {
    position: absolute;
    margin: -4px 0 0 0;
    width: 1000px
}

.portlet ul {
    line-height: 1.5
}

div#column-content {
    margin: 14px 0 9px 0px
}

div#content {
    margin: 5px 0 0 0;
    border: 0;
    background: url(//zz.ee/incl/mk/img/blue/blue_box_bl.gif) 0 100% no-repeat,url(//zz.ee/incl/mk/img/blue/blue_box_br.gif) 100% 100% no-repeat,url(//zz.ee/incl/mk/img/blue/blue_box_tr.gif) 100% 0 no-repeat,url(//zz.ee/incl/mk/img/blue/blue_box_tl.gif) 0 0 no-repeat,url(//zz.ee/incl/mk/img/blue/blue_box_l.gif) 0 0 repeat-y,url(//zz.ee/incl/mk/img/blue/blue_box_t.gif) 0 0 repeat-x,url(//zz.ee/incl/mk/img/blue/blue_box_r.gif) 100% 0 repeat-y,url(//zz.ee/incl/mk/img/blue/blue_box_b.gif) 0 100% repeat-x,#e7f1fb
}

#mw-content-text {
    padding: 15px 15px 15px 10px
}

.mw-content-ltr .magnify {
    display: none
}

#firstHeading {
    margin: 80px 15px 0px 10px
}

h1,h2,h3,h4,h5,h6 {
    border-bottom: 1px solid #a4caf2
}

div.catlinks {
    margin: 0 14px 15px 10px
}

pre,.mw-code {
    word-wrap: break-word
}

#bodyContent a.external,#bodyContent a.external[href ^="gopher://"] {
    background: none;
    padding-right: 0px
}

code {
    background: #e7f1fb
}

span.comment {
    word-wrap: break-word
}

#p-logo {
    display: none
}

.page-Avaleht .mw-content-ltr a {
    color: #900 !important;
    font-weight: bold
}

hr {
    background-color: #a4caf2
}

table.defaulttabs,table.defaulttabs a {
    color: #900;
    font-weight: bold;
    font-size: 12px
}

div#mw-data-after-content {
    margin: 0 15px 0 10px;
    clear: both;
    font-size: 0px
}

li.install {
    display: none
}

li.tab-community {
    display: none
}

.mw-special-Recentchanges #mw-content-text code {
    border: none
}

.mw-special-Recentchanges #mw-content-text > div > div > div {
    border-bottom: 1px dashed #a4caf2;
    margin: 1px
}

.mw-changeslist-legend {
    border: 1px solid #a4caf2
}

.mw-confirmaccount-type-0 {
    background: none
}

.mw-confirmaccount-body-0 {
    background-color: #c9e2fb;
    border: 1px solid #a4caf2;
    border-bottom: 0;
    border-right: 0;
    border-collapse: collapse
}

table.mw-confirmaccount-body-0 td {
    border: 1px solid #a4caf2;
    border-top: 0;
    border-left: 0
}

#contentSub,#contentSub2 {
    margin: 5px 0 0 10px
}

.wikiEditor-ui-controls {
    background-color: #e7f1fb
}

.wikiEditor-ui-buttons {
    background-color: #e7f1fb
}

#p-search h3 {
    display: none
}

#p-search {
    position: absolute;
    z-index: 20;
    top: 0;
    margin: 67px 0 0 740px;
    width: 250px
}

#searchBody {
    background: none;
    border: none
}

#searchInput {
    background-color: #c9e2fb;
    border: 1px #a4caf2 solid;
    padding: 2px
}

#searchGoButton,input.searchButton {
    padding: 2px 4px;
    font-weight: normal;
    font-size: 11px;
    -moz-appearance: none;
    border: 1px solid #5fa0e6;
    border-radius: 3px;
    background: #a1c2e6
}

input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"] > input[type="button"]::-moz-focus-inner {
    padding: 0;
    border: 0;
    background: none
}

.suggestions-results {
    background-color: #c9e2fb;
    border: solid 1px #a4caf2;
    margin: 5px 0 0 0
}

.suggestions-result-current,.suggestions-result-current .special-label,.suggestions-result-current .special-query {
    color: #5fa0e6;
    background: none
}

.suggestions-special {
    background-color: #c9e2fb;
    border: solid 1px #a4caf2
}

.mw-history-revisiondelete-button,#mw-fileduplicatesearch-icon {
    margin: 0
}

input[type="button"],input[type="submit"],input[type="reset"],input[type="file"]::-webkit-file-upload-button,button {
    padding: 2px 4px !important;
    font-weight: normal;
    font-size: 11px;
    -moz-appearance: none;
    border: 1px solid #5fa0e6;
    border-radius: 3px;
    background: #a1c2e6
}

input,select,textarea {
    background: #c9e2fb;
    border: 1px #a4caf2 solid
}

.mw-ui-vform {
    width: 357px
}

div#userloginForm,div#userlogin {
    background-color: #e7f1fb;
    border: 1px #a4caf2 solid
}

div#userloginForm table,div#userlogin table {
    background-color: #e7f1fb
}

#userlogin .loginText,#userlogin .loginPassword,.loginText,.loginPassword {
    background-color: #c9e2fb;
    border: 1px #a4caf2 solid;
    padding: 2px 0 2px 10px
}

div#userlogin .captcha,div#userloginForm .captcha {
    margin-bottom: 15px
}

#userloginlink a,#wpLoginattempt,#wpCreateaccount,.mw-ui-button.mw-ui-constructive {
    font-size: 16px
}

#mw-notification-area {
    top: 40px;
    right: 27px
}

.listgrouprights-revoked {
    text-decoration: none
}

.listgrouprights-revoked code {
    text-decoration: line-through
}

div.thumbinner {
    background: #c9e2fb;
    border: 1px #a4caf2 solid;
    padding: 3px !important;
    font-size: 94%;
    text-align: center;
    overflow: hidden
}

#toc,.toc,.mw-warning {
    padding: 5px;
    font-size: 95%;
    background: #c9e2fb;
    border: 1px #a4caf2 solid
}

table.koopatabel {
    margin: 0;
    background-color: #e7f1fb;
    color: black;
    border-spacing: 0;
    border: 1px #a4caf2 solid;
    border-right: 0;
    border-radius: 5px
}

table.koopatabel > tr > th,table.koopatabel > * > tr > th {
    padding: 3px;
    border-right: 1px #a4caf2 solid;
    text-align: center;
    background: url(//zz.ee/incl/mk/img/blue/blue_headingbg.gif) repeat-x
}

table.koopatabel > tr > td,table.koopatabel > * > tr > td {
    padding: 3px;
    border-right: 1px #a4caf2 solid;
    border-top: 1px #a4caf2 solid
}

table.koopatabel tr:first-child th:last-child {
    border-top-right-radius: 5px
}

table.koopatabel tr:last-child td:last-child {
    border-bottom-right-radius: 5px
}

table.mktable {
    margin: 0;
    background-color: #e7f1fb;
    color: black
}

table.mktable tr:first-child th:first-child {
    border-top-left-radius: 5px
}

table.mktable tr:first-child th:last-child {
    border-top-right-radius: 5px
}

table.mktable tr:last-child td:first-child {
    border-bottom-left-radius: 5px
}

table.mktable tr:last-child td:last-child {
    border-bottom-right-radius: 5px
}

table.mktable > tr > th,table.mktable > * > tr > th {
    border: 1px #a4caf2 solid;
    border-bottom: 0px !important;
    padding: 3px;
    text-align: center;
    background: url(//zz.ee/incl/mk/img/blue/blue_headingbg.gif) repeat-x
}

table.mktable > tr > td,table.mktable > * > tr > td {
    border: 1px #a4caf2 solid;
    border-top: 0px !important;
    padding: 3px
}

#p-tb .pBody,#p-tb h3,#mw-indicator-mw-helplink a,#p-navigation h3,div#editpage-copywarn,.ns-100 .subpages,.ns-0 .subpages, .mw-redirectedfrom {
    display: none
}

div#footer {
    height: 50px;
    border: 0;
    background: url(//zz.ee/incl/mk/img/blue/blue_box_tl2.gif) 0 0 no-repeat,url(//zz.ee/incl/mk/img/blue/blue_box_tr2.gif) 100% 0 no-repeat,url(//zz.ee/incl/mk/img/blue/blue_box_bl.gif) 0 100% no-repeat,url(//zz.ee/incl/mk/img/blue/blue_box_br.gif) 100% 100% no-repeat,url(//zz.ee/incl/mk/img/blue/blue_box_t2.gif) 0 0 repeat-x,url(//zz.ee/incl/mk/img/blue/blue_box_b.gif) 0 100% repeat-x,url(//zz.ee/incl/mk/img/blue/blue_box_r.gif) 100% 0 repeat-y,url(//zz.ee/incl/mk/img/blue/blue_box_l.gif) 0 0 repeat-y,#e7f1fb
}

#f-poweredbyico {
    padding-right: 10px;
    line-height: 30px;
    margin: 11px 15px 0 0;
}

#f-poweredbyico a:before {
    content: "Töötab MediaWiki tarkvaral";
}

#f-poweredbyico img {
    display: none;
}

#footer #f-list {
    text-align: left;
    margin: 18px 0 0 5px;
}

#p-navigation {
    z-index: 11;
    top: 20px
}

#p-navigation .pBody {
    height: 50px;
    border: 0;
    background: transparent;
    font-size: 11.5px
}

#p-navigation ul {
    border-bottom: #5fa0e6 solid 1px;
    margin-right: 18px;
    padding: 32px 0 0 6px
}

#p-navigation li {
    display: inline;
    margin: 0 2px;
}

#p-navigation a {
    background: #5fa0e6;
    border: #5fa0e6 solid 1px;
    color: #900;
    text-decoration: none;
    padding: 2px 8px 2px 8px;
    font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif;
    font-weight: bold;
}

#p-navigation #n-Teated a,#p-navigation #n-Eri a,#p-navigation #n-Toimetajale a,#p-navigation #n-Whitelist a {
    background: #c8ee58
}

#p-navigation #n-Taotlused a,#p-navigation #n-TTaotlused a {
    background: #e3e55e
}

#p-navigation #n-A a {
    background: #f90000;
    color: black;
}

#p-navigation a:hover,
.page-Avaleht #p-navigation #n-Avaleht a,
.page-Abi #p-navigation #n-Abimaterjalid a,
.page-Moderaatorid #p-navigation #n-Moderaatorid a,
.rootpage-Muusika #p-navigation [id^="n-Muusika"] a,
.page-Viki_Teated #p-navigation #n-Teated a,
.page-Eri_Erileheküljed #p-navigation #n-Eri a,
.page-MediaWiki_Public_read_whitelist #p-navigation #n-Whitelist a,
.page-Viki_talk_Uus #p-navigation #n-Taotlused a,
.page-Eri_Kasutaja_õigused #p-navigation #n-A a,
.rootpage-Viki_Käsiraamat #p-navigation #n-Toimetajale a {
    background: #e7f1fb !important;
    border-top: 1px solid #5fa0e6;
    border-right: 1px solid #5fa0e6;
    border-left: 1px solid #5fa0e6;
    border-bottom: 1px solid #e7f1fb;
    padding: 2px 8px 2px 8px;
    font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif;
    font-weight: bold;
}

#p-personal .pBody {
    margin-right: 0px
}

#p-personal .pBody ul li a:hover {
    background: none;
    text-decoration: underline
}

#p-cactions {
    z-index: 10;
    left: 0;
    top: 20px;
    width: 100%
}

#p-cactions .pBody {
    margin: 31px 22px 0 -6px;
    font-size: 11.5px
}

#p-cactions ul {
    border-bottom: #5fa0e6 solid 1px;
    margin-right: 18px;
    padding: 30px 0 1px 6px;
}

#p-cactions li {
    padding: 2px 0 2px 0;
    background: #5fa0e6;
    border: #5fa0e6 solid 1px;
    display: inline;
}

#p-cactions .pBody ul li a {
    background: #5fa0e6;
    color: #900;
    text-decoration: none;
    padding: 2px 8px 3px 8px;
    font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif;
    font-weight: bold;
}

#p-cactions li.selected {
    border: #5fa0e6 solid 1px;
}

#p-cactions .pBody ul li.selected a {
    background: #e7f1fb;
    color: #900;
    text-decoration: none;
    padding: 2px 8px 4px 8px;
    font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif;
    font-weight: bold
}

#p-cactions .pBody ul li a:hover {
    background: #e7f1fb;
    border: 0;
    padding: 2px 8px 5px 8px;
    font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif;
    font-weight: bold
}

#pagehistory li {
    border: 1px solid #a4caf2
}

#pagehistory li.selected {
    background-color: #c9e2fb;
    border: 1px dashed #a4caf2
}

input.historysubmit {
    padding: 2px 4px !important;
    font-weight: normal;
    font-size: 11px;
    -moz-appearance: none;
    border: 1px solid #5fa0e6;
    border-radius: 3px;
    background: #a1c2e6;
    margin: 3px 0 0 21px
}

table.diff {
    background: #c9e2fb;
    border: 1px #a4caf2 solid;
    margin: 0 0 15px 0
}

td.diff-context {
    border-color: #a4caf2
}

td.diff-deletedline .diffchange {
    background: #fb9d9d
}

td.diff-deletedline {
    background: #febebe;
    border-color: #fb9d9d
}

td.diff-addedline .diffchange {
    background: #49ec59
}

td.diff-addedline {
    background: #9dfea6;
    border-color: #49ec59
}

@media print {
    body {
        background-color: transparent
    }

    .noprint {
        display: none
    }

    .printfooter {
        display: none
    }

    #siteSub {
        display: none
    }

    .visualClear {
        display: none
    }

    #footer {
        display: none
    }

    .page-Reeglid_Jutukas {
        margin: 0;
        padding: 0;
        font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif;
        font-size: 12px
    }

    .page-Reeglid_Jutukas p {
        line-height: 1.3;
        -webkit-margin-before: 0em;
        -webkit-margin-after: 0em
    }

    .page-Reeglid_Jutukas div.frame {
        background-color: #e7f1fb
    }

    .page-Reeglid_Jutukas br {
        line-height: 1.3
    }

    .page-Reeglid_Jutukas h1 {
        display: none
    }
}