Difference between revisions of "MediaWiki:Monobook.css"

From Hitchwiki
Jump to navigation Jump to search
Line 4: Line 4:
 
     font-size: 200%;
 
     font-size: 200%;
 
     font-weight: bold;
 
     font-weight: bold;
 +
}
 +
 +
#siteNotice {
 +
    margin-top:5px;
 +
    padding-left: 4px;
 +
    font-style: italic;
 +
    text-align: center;
 
}
 
}

Revision as of 20:03, 22 December 2004

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

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