Utent:Srl/monobook.css

Nota: Wara li tissejvja l-modifiki, xi drabi jkollok bżonn tħassar il-cache sabiex tkun tista' tara t-tibdil li sar. Internet Explorer: żomm il-buttuna Ctrl magħfusa waqt li tagħfas Refresh, jew minflok agħfas Ctrl-F5. Firefox: żomm il-buttuna Shift magħfusa waqt li tagħfas Reload, jew minflok agħfas Ctrl-Shift-R. L-utenti tal-Opera iridu jħassru l-cache tagħhom billi jmorru fuq Tools→Preferences. L-utenti tal-Konqueror u s-Safari jistgħu jagħfsu direttament il-buttuna Reload.

h1.firstHeading {
 text-shadow: black 2px 2px 2px;
}

/* change colour of unselected tabs */
#p-cactions ul li a { background: #dddddd; }

/* change colour of selected tabs */
#p-cactions ul li.selected a { background: white; }

/* change border colour of selected tabs */
#p-cactions li.selected { border-color: #aaaaaa; }

/* same following the css3 draft specs, any browsers supporting this? */
#p-cactions ul li, #p-cactions ul li a {  
  border-radius-topleft: 1em;
  border-radius-topright: 1em;
}
#content { 
  border-radius-topleft: 1em;
  border-radius-bottomleft: 1em;
}
div.pBody {
  border-radius-topright: 1em;
  border-radius-bottomright: 1em;
}

/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */
pre { overflow: auto; }