Gebruiker:IIVQ/monobook.css

Uit Wikipedia, de vrije encyclopedie

Opmerking: nadat u de wijzigingen hebt gepubliceerd is het wellicht nodig uw browsercache te legen.

  • Firefox / Safari: houd Shift ingedrukt terwijl u 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)
  • Internet Explorer / Edge: houd Ctrl ingedrukt terwijl u op Vernieuwen klikt of druk op Ctrl-F5
  • Opera: druk op Ctrl-F5.
/* <nowiki> */


/* Voor de mooie kleurtjes bij inspringing */
@import "http://nl.wikipedia.org/w/index.php?title=Gebruiker:IIVQ/inspringing-metNS4.css&action=raw&ctype=text/css";

/* niet tonen */
#fundraising, #pabanner, #conditions, #editpage-copywarn, #wikimania { display:none !important; }

/* bewerk-link bij een sectie wat kleiner */
div.editsection { font-size: smaller; }

/* onderlijning van links standaard uit behalve enkele onderdelen */
.ns--1 div#content a { text-decoration: underline !important; }

/* bezochte links dezelfde kleur als normale links, stubs groen */
a.stub { color: green; }

/* tabel met verschil tussen bewerkingen */
   table.diff { 
   border: 1px solid #ccc; 
   padding-bottom: .5em; 
   margin-bottom: 1em;
   width: 100%;
}

/* wijzigingen */
.diffchange {
   background: #ccccff
}

/* links naar andere volglijsten op de volglijst weergeven */
/* #volglijstkader {
    display: block;
} */ 

#specialchars {
   display: table-cell !important;
   width: auto;
}

/* ------------ Grijze portlet balkjes (links) ---------- */
.portlet h5 {
   background: #ddd;
   border: 2px solid #bbbbbb;
   text-transform: lowercase;
   display: inline;
   border-top: 1px solid red !important;
}

/* ------------ Grijze inactieve tabjes ------------- */
/* Voor IE */

#p-cactions .selected li {
   background-color: #fcfcfc !important;
}

#p-cactions li {
   background-color: #f0f0f0 !important;
}

/* Voor Konqueror */
#p-cactions .selected a {
   background-color: #fcfcfc !important;
}

#p-cactions a {
   background-color: #f0f0f0 !important;
}
/* ------------ Einde grijze inactieve tabjes ------------- */

/* Voor Konqueror: zorg dat het meest linker tabje niet een paar pixels achter het "wikipedia"-logo valt. */
#p-cactions {
   margin-left:15px;
}


/************************************************************/
/*                  ASPECT GENERAL                          */
/************************************************************/

/*-----------------------------------------*/
/*            COULEUR DE FOND              */
/*-----------------------------------------*/

/*
Lijst van naamruimtenummers, zie [[Help:Naamruimte]]
*/

/* par défaut : la couleur des pages de discussion 
(ce qui évite donc d'avoir à redéfinir la couleur de la moitié des namespace)  */
#content, #p-cactions li, #p-cactions li a {
background: #FFFFEE;
}

/* Speciaal: (bleu ciel) */
.ns--1 #content, .ns--1 #p-cactions li, .ns--1 #p-cactions li a {
background: #F8FCFF;
}
/* (main) */
.ns-0 * #content, .ns-0 * #p-cactions li, .ns-0 * #p-cactions li a { 
background : white;
}

/* Gebruiker: */
.ns-2 * #content, .ns-2 * #p-cactions li, .ns-2 * #p-cactions li a {
background : white;
}

/* Wikipedia:  */
.ns-4 * #content, .ns-4 * #p-cactions li, .ns-4 * #p-cactions li a {
background: #FFFFEE;
}

/* Image: */
.ns-6 * #content, .ns-6 * #p-cactions li, .ns-6 * #p-cactions li a {
background: white;
}

/* MediaWiki: */
.ns-8 * #content, .ns-8 * #p-cactions li, .ns-8 * #p-cactions li a {
background: #EEEEFF;
}

/* Sjabloon: */
.ns-10 * #content, .ns-10 * #p-cactions li, .ns-10 * #p-cactions li a { 
background: white;
}

/* Help: */
.ns-12 * #content, .ns-12 * #p-cactions li, .ns-12 * #p-cactions li a {
background: #FFEEEE;
}

/* Categorie: */
.ns-14 * #content, .ns-14 * #p-cactions li, .ns-14 * #p-cactions li a {
background: white;
}

/* Portaal: */
.ns-100 * #content, .ns-100 * #p-cactions li, .ns-100 * #p-cactions li a {
background: white;
}

/* Project: */
.ns-102 * #content, .ns-102 * #p-cactions li, .ns-102 * #p-cactions li a {
background: #F6F6F6;;
}

/* Référence: */
.ns-104 * #content, .ns-104 * #p-cactions li, .ns-104 * #p-cactions li a {
background: #EEFFEE;
}


/*</nowiki>*/