MediaWiki:Monobook.css
From LagWiki
(Difference between revisions)
(Trying to hide the little user icon) |
(Add the label to the personal tools menu) |
||
(One intermediate revision not shown) | |||
Line 3: | Line 3: | ||
.portlet h5 {background:white; border: 1px solid black;} | .portlet h5 {background:white; border: 1px solid black;} | ||
.portlet .pBody {border: 1px solid black;} | .portlet .pBody {border: 1px solid black;} | ||
- | .portlet a {color:black;} | + | //.portlet a {color:black;} |
#footer { display: none; } | #footer { display: none; } | ||
/* Transform the user toolbar into a sidebox */ | /* Transform the user toolbar into a sidebox */ | ||
+ | #p-personal h5 { | ||
+ | display: inline; | ||
+ | } | ||
+ | |||
#p-personal { | #p-personal { | ||
position:relative; | position:relative; |
Current revision as of 13:34, 28 May 2010
/* CSS placed here will affect users of the Monobook skin */ body{ background: black url("/images/6/6c/BgRoughStone1.jpg") 0px 0px; } .portlet h5 {background:white; border: 1px solid black;} .portlet .pBody {border: 1px solid black;} //.portlet a {color:black;} #footer { display: none; } /* Transform the user toolbar into a sidebox */ #p-personal h5 { display: inline; } #p-personal { position:relative; z-index:3; width: 11.6em; } #p-personal .pBody { width: 11.2em; border: none; margin: 0 0 0.1em 0em; float: none; overflow: hidden; font-size: 95%; background: White; border-collapse: collapse; border: 1px solid black; padding: 0.3em 0.5em 0.3em 0.3em; } #p-personal ul { line-height: 1.5em; list-style-type: square; list-style-image: url("/style/monobook/bullet.gif"); font-size:95%; margin: 0 0 0 1.5em; padding:0; text-align:left; text-transform: none; } #p-personal li { display: list-item; padding:0; margin: 0 0 0 0; margin-bottom: 0.1em; } /* suppress the person icon by your username and by anon IP */ /* needed if not already in place */ li#pt-userpage { background: none } li#pt-anonuserpage { background: none } li#pt-login {background: none}