MediaWiki:Monobook.css: Rozdiel medzi revíziami

Smazaný obsah Přidaný obsah
Neuromancer (diskusia | príspevky)
Bez shrnutí editace
Neuromancer (diskusia | príspevky)
Odstraňujem obsah stránky
Riadok 1:
<!--
/* edit this file to customize the monobook skin for the entire site */
 
/* 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: 9px;
-moz-border-radius-topright: 9px;
}
#content {
-moz-border-radius-topleft: 9px;
-moz-border-radius-bottomleft: 9px;
}
div.pBody {
-moz-border-radius-topright: 9px;
-moz-border-radius-bottomright: 9px;
}
 
/* same following the css3 draft specs, any browsers supporting this? */
#p-cactions ul li, #p-cactions ul li a {
border-radius-topleft: 9px;
border-radius-topright: 9px;
}
#content {
border-radius-topleft: 9px;
border-radius-bottomleft: 9px;
}
div.pBody {
border-radius-topright: 9px;
border-radius-bottomright: 9px;
}
-->
 
@import "http://sk.wikiquote.org/w/index.php?title=Redaktor:Kandy_Talbot/MainMonobook.css&action=raw&ctype=text/css";