Naar inhoud springen

Gebruiker:Dr. F.C. Turner/monobook.css

Uit Wikipedia, de vrije encyclopedie

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.
.navpopup { 
  background-color: #F8FCFE  !important;
  border-color:     #AAAAAA  !important;
  border-width:     2px      !important;
  font-family:      calibri  !important;
  color:            #000000  !important;
  font-size:        130%     !important;
  overflow:         visible            ;
  -moz-border-radius-topleft: .75em    ;
  -moz-border-radius-topright: .75em   ;
  -moz-border-radius-bottomleft: .75em ;
  -moz-border-radius-bottomright: .75em;
}
 
 
/* If you copy this, please include the following line: */
 
    /* Stolen from [[User:Animum/monobook.css]] */
 
/* Thank you. */
 
/* Orange "You have new messages" changed to use that nice icon of a rotary phone and complimenting colors */
.usermessage {
    background-color: transparent;
    background: url('http://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Exquisite-Modem_cropped.png/32px-Exquisite-Modem_cropped.png') no-repeat left;
    color: #444444;
    border: none;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding-left: 3.5em;
    vertical-align: middle;
}
 
.usermessage a {
    color:#444444;
}
 
/* "From Wikipedia, the free encyclopedia" modification */
#siteSub {
    display: none;
}
 
#bodyContent {
    font-family: calibri;
    font-size: 110%;
}