MediaWiki:Monobook.css
From Wiki.cyring.fr
(Difference between revisions)
Line 6: | Line 6: | ||
a:hover { | a:hover { | ||
background-color: #aa4400; | background-color: #aa4400; | ||
- | padding-bottom: 0 | + | padding-bottom: 0; |
text-decoration: none; | text-decoration: none; | ||
color: #fff0f0; | color: #fff0f0; |
Revision as of 12:59, 21 April 2012
/* Le CSS placé ici affectera les utilisateurs de l’habillage Monobook. */ body { background: #fff0f0; } a:hover { background-color: #aa4400; padding-bottom: 0; text-decoration: none; color: #fff0f0; } #p-personal li a:hover { background-color: #aa4400; color: #fff0f0; border-radius: 0.3em 0.3em 0.3em 0.3em; } div#column-content { margin-left: -12%; } div#content { margin-left: 13%; } #p-cactions { left: 12.5%; } #p-cactions li a:hover { background-color: #aa4400; color: #fff0f0; } .portlet { width: 12%; } .portlet li { white-space: nowrap; }