MediaWiki:Common.css: differenze tra le versioni
Da Slacky.eu.
| (7 revisioni intermedie di un utente non mostrate) | |||
| Riga 6: | Riga 6: | ||
background-color: #f9f9f9; |
background-color: #f9f9f9; |
||
} |
} |
||
| − | body.page-Pagina_principale .rssdesc { display: none; } |
||
| − | body.page-Pagina_principale .rssauth { display: none; } |
||
| − | body.page-Pagina_principale .rssdate { display: none; } |
||
| − | body.page-Pagina_principale .rsstitle { font-weight: normal;line-height:1.8em; } |
||
| − | body.page-Pagina_principale .rsstitle:before |
||
| − | { |
||
| − | content:"» "; |
||
| − | } |
||
| − | body.page-Pagina_principale #catlinks { display: none; } |
||
| − | body.page-Pagina_principale #footer-info { display: none; } |
||
| − | body.page-Pagina_principale .rss { font-weight: normal;line-height:1.8em; } |
||
| − | body.page-Pagina_principale .rssboxt { font-size:1.3em; font-weight: bold;color:#069;border-bottom:2px solid #aaa; } |
+ | .rssboxt a { |
| + | text-decoration: none; |
||
| + | color: #069; |
||
| + | } |
||
| − | .rssboxt { font-size:1.3em; font-weight: bold;color:#069;border-bottom:2px solid #aaa; } |
+ | .rssboxt a:hover { |
| − | .boxblue { border-radius: 0.3em; padding: 8px 10px; font-size:1.2em; font-weight: bold; color:#fff; background-color:#069; } |
+ | 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; }