MediaWiki:Monobook.css
From Wiki.cyring.fr
(Difference between revisions)
Line 25: | Line 25: | ||
border-radius: 0.3em 0.3em 0.3em 0.3em; | border-radius: 0.3em 0.3em 0.3em 0.3em; | ||
} | } | ||
- | + | /* | |
div#column-content { | div#column-content { | ||
margin-left: -12%; | margin-left: -12%; | ||
Line 37: | Line 37: | ||
left: 13.5%; | left: 13.5%; | ||
} | } | ||
- | + | */ | |
#p-cactions li a:hover { | #p-cactions li a:hover { | ||
background-color: #aa4400; | background-color: #aa4400; | ||
color: #fff0f0; | color: #fff0f0; | ||
} | } | ||
- | + | /* | |
.portlet { | .portlet { | ||
width: 12%; | width: 12%; | ||
} | } | ||
- | + | */ | |
.portlet li { | .portlet li { | ||
white-space: nowrap; | white-space: nowrap; |
Revision as of 08:34, 14 May 2012
/* Monobook's child theme by CyrIng. */ body { background-color: #aa4400; background-image: none; } div#globalWrapper { background-color: #fff0f0; height: 98%; margin: 1%; position: absolute; width: 98%; } a:hover { background-color: #aa4400; 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: 13.5%; } */ #p-cactions li a:hover { background-color: #aa4400; color: #fff0f0; } /* .portlet { width: 12%; } */ .portlet li { white-space: nowrap; } #p-logo { height: auto; margin: 0.5em 0 0 1em; width: auto; } #p-logo a, #p-logo a:hover { height: 45px; width: 135px; } #p-logo a:hover { background-color: #FFF0F0; }