Only you can help us build a free scout media repository!
Please create an account to start uploading your images now.

MediaWiki:Common.css: Difference between revisions

From ScoutMedia, the free scout media repository
(hiding title on main page)
 
m (blanking)
Line 2: Line 2:


<source lang="css">/*
<source lang="css">/*
/* Don't display some stuff on the main page */
body.page-Main_Page #t-cite,
body.page-Main_Page #lastmod,
body.page-Main_Page #siteSub,
body.page-Main_Page h1.firstHeading {
    display: none !important;
}
/* Display "From ScoutWiki, the place for every Scout everywhere" */
#siteSub {
    display: inline;
    font-size: 92%;
    font-weight: normal;
}


//</source>
//</source>

Revision as of 20:13, 5 January 2008

/** CSS placed here will be applied to all skins 

<source lang="css">/*

//</source>