MediaWiki:Common.css: differenze tra le versioni
Da Slacky.eu.
| (35 revisioni intermedie di un utente non mostrate) | |||
| Riga 7: | Riga 7: | ||
} |
} |
||
| − | body.page-Prova .rssdesc { display: none; } |
+ | .rssboxt a { |
| − | body.page-Prova .rssauth { display: none; } |
+ | text-decoration: none; |
| − | body.page-Prova .rssdate { display: none; } |
+ | color: #069; |
| − | body.page-Prova .rsstitle { font-weight: normal; } |
+ | } |
| − | body.page-Prova #catlinks { display: none; } |
+ | |
| − | body.page-Prova #footer-info { display: none; } |
+ | .rssboxt a:hover { |
| + | text-decoration: none; |
||
| + | color: #d31141; |
||
| + | } |
||
| + | |||
| + | a:hover { |
||
| + | color: #d31141; |
||
| + | } |
||
Versione attuale delle 18:37, 10 mag 2012
/* Gli stili CSS inseriti qui si applicano a tutte le skin */ div.mw-geshi { padding: 1em; margin: 1em 0; border: 1px dotted #2f6fab; background-color: #f9f9f9; } .rssboxt a { text-decoration: none; color: #069; } .rssboxt a:hover { text-decoration: none; color: #d31141; } a:hover { color: #d31141; }