Gebruiker:Vacio/monobook.js

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.
a {
  text-decoration:none;
}
 
a:hover {
  text-decoration:underline;
}
 
#content {
    color:#000000;
    font: x-small FreeSans,"FreeSans",Arian UMU;
    font-size:110%;
    margin: 0 3.0em 0 10.5em;  /* top right bottom left */

}

/******************************************************************/
/* Transform the user toolbar into a sidebox (by [[User:Cyrius]]) */
/******************************************************************/
#p-personal {
    font: x-small FreeSans,"FreeSans",Arian UMU;
    font-size: 92%;
}

/* Make all non-namespace pages have a light blue content area. This is done by setting the background color for all #content areas to light blue and then overriding it for any #content enclosed in a .ns-0 (main namespace). I then do the same for the "tab" background colors. --Lupo */
 
   1. content {
 
    background: #ffffdd; /* a light yellow */
 
}
 
.ns-0 * #content {
 
    background:  #fefefc; /* pastel white */
 
}
 
   1. mytabs li {
 
    background: #ffffdd; 
 
}
 
.ns-0 * #mytabs li {
 
    background: #fefefc; 
 
}
 
   1. mytabs li a {
 
    background-color: #ffffdd; 
 
}
 
.ns-0 * #mytabs li a {
 
    background-color: #fefefc; 
 
}