Opmerking: na het publiceren is het wellicht nodig uw browsercache te legen om de veranderingen te zien.

  • Firefox / Safari: houd Shift ingedrukt terwijl u:je op Vernieuwen klikt of druk op Ctrl-F5 of Ctrl-R (⌘-Shift-R op een Mac)
  • Google Chrome: druk op Ctrl-Shift-R (⌘-Shift-R op een Mac)
  • Edge: houd Ctrl ingedrukt terwijl u:je op Vernieuwen klikt of druk op Ctrl-F5.
/* Tekst bovenaan de Kroeg weg (dzw de tekst boven de inhoudsopgave) */
#kroegintro { display:none; !important; }

/* handtekeningen in standaardformat weergeven */
.handtekening_lang { display:none; }

/* achtergrond */
body { background: #E8DAF2; }

/* wijzigingen duidelijker zichtbaar */
.diffchange {
  background:#b8b8b8;
}

/* ronde hoeken */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
}
#content { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
}
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}

/* links naar Artikelindex, Categorieën verwijderen */
#n-index { display: none !important; }
#n-categories { display: none !important; }

/* links naar In het nieuws, Help en contact, en Financieel bijdragen verwijderen */
#n-currentevents { display: none !important; }
#n-help { display: none !important; }
#n-sitesupport { display: none !important; }
#n-Etalage { display: none !important; }
#n-Vandaag { display: none !important; }

/* link naar Verwante wijzigingen, Printervriendelijke versie, Citeren verwijderen */
#t-recentchangeslinked { display: none !important; }
#t-print { display: none !important; }
#t-cite { display: none !important; }

/* overzicht van andere volglijsten bij volglijst verwijderen */
#volglijstkader {display:none}

/* bewerkingsknoppen ook onderaan */
#mytabs {
    margin: -0.3em 0 0  11.5em;
    white-space:nowrap;
    line-height: 1.1em;
    overflow: visible;
    border-collapse: collapse;
    padding: 0 0 0 1em;
    list-style: none;
    font-size: 95%;
}
#mytabs .hiddenStructure { display: none; }
#mytabs li {
    display: inline;
    border: 1px solid #aaaaaa;
    border-top: none;
    padding: 0.1em 0 0 0;
    margin: 0 0.3em 0 0;
    overflow: visible;
    background: White;
}
#mytabs li.selected {
    border-color: #fabd23;
    padding: 0.2em 0 0 0;
}
#mytabs li a {
    background-color: FFDDFF;
    color: #005189;
    border: none;
    padding: 0.3em 0.8em 0 0.8em;
    text-decoration: none;
    text-transform: lowercase;
    position: relative;
    margin: 0;
}
#mytabs li.selected a { z-index: 3; }
#mytabs .new a { color:#ba0000; }
#mytabs li a:hover {
    z-index: 3;
    text-decoration: none;
}
#mytabs h5 { display: none; }
#mytabs li.istalk { margin-right: 0; }
#mytabs li.istalk a { padding-right: 0.5em; }
#mytabs-ca-addsection a { 
    padding-left: 0.4em;
    padding-right: 0.4em;

/* offsets to distinguish the tab groups */
li#mytabs-ca-talk { margin-right: 1.6em; }
li#mytabs-ca-watch { margin-left: 1.6em; }

/* ronde hoeken aan bewerkingsknoppen onderaan */
}
#mytabs li, #mytabs li a { 
  -moz-border-radius-bottomleft: 1em;
  -moz-border-radius-bottomright: 1em;
}

/* lay-out van de categorie-links */
div.catlinks {
  color: #aaaaaa;
  font-family: Verdana,sans-serif;
  font-size:75%;
  text-align:right;
  text-indent:0;
  text-transform: none;
  white-space:normal;
  margin: 0.2em;
}

#catlinks {  
  border: 0px; 
  background: transparent;
}

/* format links in the catlinks (as distinguished from ":" and "|") */
p.catlinks a {
  color:#888888;
}

/* basistekst */
body {
  font-family: "Verdana";
  font-size:60%;
}


/* zorgt voor doorzichte tabbladen */
#p-cactions li {
  background: #FFDDFF;
  color: #0B7095;
}

#p-cactions li a {
  background-color: #FFDDFF;
  color: #0B7095;
}

/*de link 'bewerken' is vet*/
li#ca-edit {
  font-weight: bold;
}

/* "U heeft een nieuw bericht" */
.usermessage {
    background-color: #EECCFF;
    border: 2px solid white;
    color: white;
    font-weight: bold;
    font-size: 14pt;
}

/* pijltje na externe links (http) weg */
#bodyContent a[href ^="http://"] {
    background:inherit !important;
    padding-right:inherit !important;
}

/* icoontje bij eigen gebruikersnaam weg */
li#pt-userpage { background: none; }

/* Gebruikersregel rechtsboven verplaatsen naar zijkant */

#p-personal {
    position:relative;
    z-index:3;
    width: 11.6em;
}

#p-personal .pBody {
    width: 10.8em;
    border: none;
    margin: 0 0 0.5em 0em;
    float: none;
    overflow: hidden;
    font-size: 90%;
    background: White;
    border-collapse: collapse;
    border: 1px solid #aaaaaa;
    padding: 0 0.8em 0.3em .5em;
}

#p-personal ul {
    /* line-height: 1.5em; */
    list-style-type: square;
    list-style-image: url("/style/monobook/bullet.gif");

    font-size:90%;
    margin: 0 0 0 1.5em;
    padding:0;
    text-align:left;
    text-transform: none;
}

#p-personal li {
    display: list-item;
    padding:0;
    margin: 0 0 0 0;
    /* margin-bottom: 0.1em; */
}

#p-personal li a {
    color: grey;
}

#p-personal h5 {
    display: inline;
    padding: 0em 1em 0em 0.5em;
}

/* Default achtergrondkleur */
#content { background : #FFFFF2; } 
#p-cactions li { background : #FFFFF2; }
#p-cactions li a { background : #FFFFF2; }

/* Achtergrondkleur van de artikelen */
.ns-0 * #content { background : white; }
.ns-0 * #p-cactions li { background : white; }
.ns-0 * #p-cactions li a { background : white; }

/* Achtergrondkleur bij de overlegpagina's van de artikelen */
.ns-1 * #content { background : #FFFFF0; }
.ns-1 * #p-cactions li { background : #FFFFF0; }
.ns-1 * #p-cactions li a { background : #FFFFF0; }

/* Achtergrondkleur van de gebruikerspagina's */
.ns-2 * #content { background : #FFFFF2; }
.ns-2 * #p-cactions li { background : #FFFFF2; }
.ns-2 * #p-cactions li a { background : #FFFFF2; }

/* Achtergrondkleur van de overlegpagina's van gebruikers */
.ns-3 * #content { background : #FFFFF0; }
.ns-3 * #p-cactions li { background : #FFFFF0; }
.ns-3 * #p-cactions li a { background : #FFFFF0; }

/* Achtergrondkleur van de pagina's in de Wikipedia naamruimte  */
.ns-4 * #content { background : #FFFFF0; }
.ns-4 * #p-cactions li { background : #FFFFF0; }
.ns-4 * #p-cactions li a { background : #FFFFF0; }

/* Achtergrondkleur van de overlegpagina's in de Wikipedia naamruimte  */
.ns-5 * #content { background : #FFFFF0; }
.ns-5 * #p-cactions li { background : #FFFFF0; }
.ns-5 * #p-cactions li a { background : #FFFFF0; }

/* Achtergrondkleur van de pagina's met afbeeldingen  */
.ns-6 * #content { background : #FFFFF0; }
.ns-6 * #p-cactions li { background : #FFFFF0; }
.ns-6 * #p-cactions li a { background : #FFFFF0; }

/* Achtergrondkleur van de overlegpagina's bij de afbeeldingen  */
.ns-7 * #content { background : #FFFFF0; }
.ns-7 * #p-cactions li { background : #FFFFF0; }
.ns-7 * #p-cactions li a { background : #FFFFF0; }

/* Achtergrondkleur van de pagina's in de Media naamruimte   */
.ns-8 * #content { background : #FFFFF0; }
.ns-8 * #p-cactions li { background : #FFFFF0; }
.ns-8 * #p-cactions li a { background : #FFFFF0; }

/* Achtergrondkleur van de overlegpagina's in de Media naamruimte  */
.ns-9 * #content { background : #FFFFF0; }
.ns-9 * #p-cactions li { background : #FFFFF0; }
.ns-9 * #p-cactions li a { background : #FFFFF0; }

/* Achtergrondkleur van de overlegpagina's in de Sjabloon naamruimte  */
.ns-11 * #content { background : #FFFFF0; }
.ns-11 * #p-cactions li { background : #FFFFF0; }
.ns-11 * #p-cactions li a { background : #FFFFF0; }

/* Achtergrondkleur van de pagina's in de Help naamruimte  */
.ns-12 * #content { background : #F0FFF0; }
.ns-12 * #p-cactions li { background : #F0FFF0; }
.ns-12 * #p-cactions li a { background : #F0FFF0; }

/* Achtergrondkleur van de overlegpagina's in de Help naamruimte */
.ns-13 * #content { background : #F0FFF0; }
.ns-13 * #p-cactions li { background : #F0FFF0; }
.ns-13 * #p-cactions li a { background : #F0FFF0; }

/* Achtergrondkleur van de categorieën */
.ns-14 * #content { background : #FFFFF0; }
.ns-14 * #p-cactions li { background : #FFFFF0; }
.ns-14 * #p-cactions li a { background : #FFFFF0; }

/* Achtergrondkleur van de overlegpagina's bij de Categorieën */
.ns-15 * #content { background : #FFFFF0; }
.ns-15 * #p-cactions li { background : #FFFFF0; }
.ns-15 * #p-cactions li a { background : #FFFFF0; }

/* For p-cactions (the top "tabs") it works only because my .js moves them into the
   "ns-0" wrapper anyway. */
#p-cactions li {
    background: #FFFFF0;
}

.ns-0 * #p-cactions li {
    background: white;
}

#p-cactions li a {
    background-color: #FFFFF0;
}

.ns-0 * #p-cactions li a {
    background-color: white;
}

/* Afbeeldingen gecentreerd in wit vlak ipv rechts */
div.tright, div.floatright { border-width: 0.5em 0.5em 0.5em 0.5em; }

/* Aankondigingsregel bovenaan ('siteNotice') minder opvallend*/
#siteNotice {
        font-size: 80% !important;
        color: #999 !important;
}

#siteNotice a {
        font-weight: bold !important;
        color: #999 !important;
}