MediaWiki:Monobook.css

From LagWiki

(Difference between revisions)
Jump to: navigation, search
(Trying to hide the little user icon)
Line 48: Line 48:
/* needed if not already in place */
/* needed if not already in place */
li#pt-userpage { background: none }
li#pt-userpage { background: none }
-
li#pt-anonuserpage { display: none }
+
li#pt-anonuserpage { background: none }
 +
li#pt-login {background: none}

Revision as of 00:52, 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 {
    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}
Personal