Utente:Brownout/monobook.css

Da Wikiquote, aforismi e citazioni in libertà.

Questa pagina definisce alcuni parametri di aspetto e comportamento generale di tutte le pagine. Per personalizzarli vedi Aiuto:Stile utente.


Nota: dopo aver salvato è necessario pulire la cache del proprio browser per vedere i cambiamenti (per le pagine globali è comunque necessario attendere qualche minuto). Per Mozilla / Firefox / Safari: fare clic su Ricarica tenendo premuto il tasto delle maiuscole, oppure premere Ctrl-F5 o Ctrl-R (Command-R su Mac); per Chrome premere Ctrl-Shift-R (Command-Shift-R su un Mac); per Konqueror: premere il pulsante Ricarica o il tasto F5; per Opera può essere necessario svuotare completamente la cache dal menu Strumenti → Preferenze; per Internet Explorer: mantenere premuto il tasto Ctrl mentre si preme il pulsante Aggiorna o premere Ctrl-F5.

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 -moz-border-radius-topleft: 0 !important;
 -moz-border-radius-bottomleft: 0 !important;
 -moz-border-radius-topright: 0 !important;
 -moz-border-radius-bottomright: 0 !important;
 -moz-border-radius: 0 !important;
 -border-radius: 0 ! important;
}

.radius {
-moz-border-radius: 0 !important;
}

.radius_top {
-moz-border-radius-topright: 0 !important;
-moz-border-radius-topleft: 0 !important;
}

.radius_bottom {
-moz-border-radius-bottomright: 0 !important;
-moz-border-radius-bottomleft: 0 !important;
}

.rad {
-moz-border-radius: 0 !important;
}

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 0 !important;
  -moz-border-radius-topright: 0 !important;
}
#content { 
  -moz-border-radius-topleft: 0 !important;
  -moz-border-radius-bottomleft: 0 !important;
}
div.pBody {
  -moz-border-radius-topright: 0 !important;
  -moz-border-radius-bottomright: 0 !important;
}

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