MediaWiki:Monobook.css
From Wiki.cyring.fr
(Difference between revisions)
Line 57: | Line 57: | ||
.portlet { | .portlet { | ||
padding: 0 0.5em; | padding: 0 0.5em; | ||
- | width: | + | width: auto; |
} | } | ||
Revision as of 11:04, 14 May 2012
/* Monobook's child theme by CyrIng. */ body { background-color: #aa4400; background-image: none; } div#globalWrapper { background-color: white; height: 98%; margin: 1% 1% 0; position: absolute; width: 98%; } div#shadow { background-color: rgba(255, 255, 255, 1.0); min-height: 95%; min-width: 100%; margin: 0; padding: 0; } div#column-content { margin: 0 0 0.6em 0; width: 85% } div#column-one { } div#content { margin: 2.8em 0 0 0; } 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; } #p-cactions { left: 15%; } #p-cactions li a:hover { background-color: #aa4400; color: #fff0f0; } .portlet { padding: 0 0.5em; width: auto; } .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; }