MediaWiki:Monobook.css

Van Wiktionary

Lèt op: Nao 't opsjlaon mós te diene browsercache wisse óm de verangeringe te zeen:

  • Firefox / Safari: hauw Shift ingedrök terwiels te op Vernuuj kliks of duujs op Ctrl-F5 of Ctrl-R (⌘-R op 'ne Mac)
  • Google Chrome: duuj op Ctrl-Shift-R (⌘-Shift-R op 'ne Mac)
  • Internet Explorer: hauw Ctrl ingeduujt terwiels te op Vernuuj kliks of duujs op Ctrl-F5
  • Opera: gank nao Menu → Instèllinge (Opera → Veurkäöre op 'ne Mac) en den nao Privaatheid & beveiliging → Wis browsergegaeves → Tiejelike aafbiljinge en bestenj.
/* Zie voor meer uitleg over het instellen van het uiterlijk op [[en:Special:Mypage/monobook.css]], [[en:MediaWiki:Common.css]], [[en:Wiktionary:Customizing your monobook]] */

/* Wijzig dit bestand om het uiterlijk van de monobook skin te wijzigen voor de volledige site */

/* <pre> */

/* Used in [[en:MediaWiki:Nogomatch]] to prevent the external-site-style link on the internal link, when creating a new entry. */

#bodyContent .plainConnellinks a {
        background: none !important;
        color: #ba0000;
        padding: 0;
}

/* hide the serial commas and gender abbreviation periods */

.serial-comma, .gender-period {
        display: none
}

/* show the "serial and" in the disambiguation see also */

.serial-and {
        display: inline
}

/* add extra space at HR ---- just in the main namespace */

.ns-0 #bodyContent hr {
        margin-top: 2.5em
}

/* verberg optionele Russische aanhalingstekens*/

.ru-stress {
        display: none
}

/* hide "did you mean" on Noarticletext self-links */

.did-you-mean strong {
        display: none
}

/* kleine margen tussen "See also" en Inhoudstafel */

.disambig-see-also,
.disambig-see-also-2 {
        margin-bottom:0.3em;
}

/* toon redirects in Special:Allpages in het zwart */

.allpagesredirect a {
        color:#000;
}
.allpagesredirect a:visited {
        color:#000;
}

/* subpage link bigger, clearer */

.subpages {
        font-size:127%;
        margin-top:0.5em;
        margin-bottom:0.5em;
}

/* Hoofdingen een beetje meer uitgebalanceerd */

h1 {
        font-size:160%;
        font-weight:bold;
}
h2 {
        font-size:140%;
        font-weight:bold;
}
h3 {
        font-size:130%;
}
h4 {
        font-size:120%;
}
h5 {
        font-size:110%;
}
h6 {
        font-size:100%;
}

/*
</pre>
*/