MediaWiki:Monobook.css

Allikas: Vikisõnastik

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.
/* <pre> */

/*** Vikisõnaraamatu stiilifail. ***/

/* lehe väljanägemise kruttimine */

a { text-decoration: none; color: #000080; } 
a:link { text-decoration: none; color: #000080; }
a:visited { text-decoration: none; color: #000090; } 
a:hover, a:focus { text-decoration: underline; color: #000080; }
a:active { text-decoration: none; color: #000080; }

a.new { text-decoration: none; color: #a52a2a; } 
a.new:link { text-decoration: none; color:  #8b4726; }  
a.new:hover, a.new:focus { text-decoration: underline; color: #a52a2a; }


/* nimeruumita sisuleht: helesinine, tabid kah helesinised */
#content { background : #F8FCFF; }
#p-cactions li { background : #F8FCFF; }
#p-cactions li a { background : #F8FCFF; }

/* Artiklite taust */
.ns-0 * #content { background : #FFFFFC; }
.ns-0 * #p-cactions li { background : #FFFFF6; }
.ns-0 * #p-cactions li a { background : #FFFFF6; }

/* Arutelude taust */
.ns-1 * #content { background : #FAFAFF; }
.ns-1 * #p-cactions li { background : #FAFAFF; }
.ns-1 * #p-cactions li a { background : #FAFAFF; }


/* pealeht  */
.ns-4 * #content { background : #F4F4F4; }
.ns-4 * #p-cactions li { background : #F4F4F4; }
.ns-4 * #p-cactions li a { background : #F4F4F4; }


/* tõlgete taustavärv */
.translationsBgEt {
  background-color: #ffffe0; /* light yellow */
}


/* tõlgete taustavärv üdisemalt */
/* kogu tabeli taust */
.translationsTableEt {
        /*border-collapse: collapse;*/ /*no cellpadding*/
        border-collapse: separate; border-spacing: 10px 10px; /*cellpadding*/
        width: 100%;
        clear: both;
        background-color: #ffffe0;
        border: 1px solid #f0e68c;
}

/* lahtri taust */
.translationsTableEt td {
        vertical-align: top;
        width: 50%;
        padding-left: 10px;
        /*background-color: #ffffe0;*/
        background-color: #fffff0; /*ker's lighter yellow */
}


/* wikitable/prettytable class for skinning normal tables, copied from Wikipedia */
 
 table.wikitable,
  table.prettytable {
    margin: 1em 1em 1em 0;
    background-color: #f9f9f9;
    border: 1px #aaaaaa solid;
    border-collapse: collapse;
    /* font-size:95%; */ don't reduce font size as it will not be used widely in articles
    empty-cells:show;
 }
 
 table.wikitable th, 
  table.wikitable td,
  table.prettytable th, 
  table.prettytable td {
    border: 1px #aaaaaa solid;
    padding: 0.1em 0.3em;
 }
 
 table.wikitable th,
  table.prettytable th {
    background-color: #e9e9e9;
    text-align: center;
    padding: 0.2em 0.4em;
 }
 
 table.wikitable caption,
  table.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
 }


h3 { border-bottom: dotted 1px #aaa; }

h4, h5, h6 { border-bottom: dotted 1px #ddd; }


/* </pre> */