MediaWiki:Common.css
Da Custodi Della Fiamma Di Anor.
(Differenze fra le revisioni)
(Creata pagina con '- →Gli stili CSS inseriti qui si applicano a tutte le skin: #p-search { float: left; }') |
|||
(5 revisioni intermedie non mostrate.) | |||
Riga 1: | Riga 1: | ||
/* Gli stili CSS inseriti qui si applicano a tutte le skin */ | /* Gli stili CSS inseriti qui si applicano a tutte le skin */ | ||
- | # | + | div#mw-js-message { |
- | + | margin: 1em 5%; | |
+ | padding: 0.5em 2.5%; | ||
+ | border: solid 1px #ddd; | ||
+ | background-color: Trasparent; | ||
+ | } | ||
+ | |||
+ | #pagehistory li.selected { | ||
+ | background-color: #333333; | ||
+ | border: 1px dashed #AAA; | ||
+ | } | ||
+ | |||
+ | p { | ||
+ | text-align: justify; | ||
} | } |
Versione attuale delle 14:05, 23 set 2010
/* Gli stili CSS inseriti qui si applicano a tutte le skin */ div#mw-js-message { margin: 1em 5%; padding: 0.5em 2.5%; border: solid 1px #ddd; background-color: Trasparent; } #pagehistory li.selected { background-color: #333333; border: 1px dashed #AAA; } p { text-align: justify; }