Difference between revisions of "MediaWiki:Monobook.css"

From PHYSpedia
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will affect users of the Monobook skin */
 
/* CSS placed here will affect users of the Monobook skin */
#p-logo {
+
 
        z-index: 3;
+
#p-logo a,
        position: absolute; /*needed to use z-index */
+
#p-logo a:hover {
        top: 0;
+
         display: block;
         left: 0;
 
 
         height: 200px;
 
         height: 200px;
         width: 12em;
+
         width: 12.2em;
         overflow: visible;
+
         background-repeat: no-repeat;
 +
        background-position: 35% 50% !important;
 +
        text-decoration: none;
 
}
 
}

Revision as of 13:55, 4 September 2011

/* CSS placed here will affect users of the Monobook skin */

#p-logo a,
#p-logo a:hover {
        display: block;
        height: 200px;
        width: 12.2em;
        background-repeat: no-repeat;
        background-position: 35% 50% !important;
        text-decoration: none;
}