Difference between revisions of "MediaWiki:Monobook.css"

From Hitchwiki
Jump to navigation Jump to search
m
Line 2: Line 2:
 
#siteSub {
 
#siteSub {
 
     display: inline;
 
     display: inline;
     font-size: 200%;
+
     font-size: 150%;
 
     font-weight: bold;
 
     font-weight: bold;
 
}
 
}
Line 12: Line 12:
 
     text-align: center;
 
     text-align: center;
 
}
 
}
 
#p-tb {display:none;}
 
 
#p-search  {display:none;}
 

Revision as of 11:54, 16 September 2006

/* Display subtitle */
#siteSub {
    display: inline;
    font-size: 150%;
    font-weight: bold;
}

#siteNotice {
    margin-top:5px;
    padding-left: 4px;
    font-style: italic;
    text-align: center;
}