Difference between revisions of "MediaWiki:Monobook.css"

From GeneSetEnrichmentAnalysisWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
/* edit this file to customize the monobook skin for the entire site */
 
/* edit this file to customize the monobook skin for the entire site */
/* it has prefernces over the default */
+
/* it has preferences over the default */
  
 
#column-one { padding-top: 2px; }
 
#column-one { padding-top: 2px; }
 +
 +
#p-logo a,
 +
#p-logo a:hover {
 +
    display: block;
 +
    height: 20px;
 +
    width: 12.2em;
 +
    background-repeat: no-repeat;
 +
    background-position: 35% 50% !important;
 +
    text-decoration: none;
 +
}

Revision as of 18:10, 28 March 2006

/* edit this file to customize the monobook skin for the entire site */
/* it has preferences over the default */

#column-one { padding-top: 2px; }

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