MediaWiki:Common.css: differenze tra le versioni
Da Slacky.eu.
| (21 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 .rsstitle:before |
||
| − | { |
||
| − | content:"» "; |
||
| − | } |
||
| − | body.page-Prova #catlinks { display: none; } |
||
| − | body.page-Prova #footer-info { display: none; } |
||
| − | body.page-Prova h1.firstHeading { display: none; } |
||
| − | body.page-Prova dd { line-height: 3em } |
||
| − | body.page-Prova2 .rssdesc { display: none; } |
+ | .rssboxt a:hover { |
| − | body.page-Prova2 .rssauth { display: none; } |
+ | text-decoration: none; |
| − | body.page-Prova2 .rssdate { display: none; } |
+ | color: #d31141; |
| − | body.page-Prova2 .rsstitle { font-weight: normal; } |
+ | } |
| − | body.page-Prova2 .rsstitle:before |
||
| − | { |
||
| − | content:"» "; |
||
| − | } |
||
| − | body.page-Prova2 #catlinks { display: none; } |
||
| − | body.page-Prova2 #footer-info { display: none; } |
||
| − | body.page-Prova2 h1.firstHeading { display: none; } |
||
| − | + | a:hover { |
|
| − | .box-blu-rss { |
+ | color: #d31141; |
| − | border-radius: 0.3em;padding:10px; font-size:150%; font-weight: bold;background-color:#069;color:#fff; |
||
} |
} |
||
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; }