Jump to content

MediaWiki:Minerva.css: Difference between revisions

From PricePedia, the cost of living encyclopedia
Godman Andrew
Godman Andrew (talk | contribs) (Created page with "All CSS here will be loaded for users of the MinervaNeue skin: pad the main page welcome text: .wctpp_mp { margin-top:-20px; padding-bottom:10px }")
 
 
Line 5: Line 5:
     margin-top:-20px;  
     margin-top:-20px;  
     padding-bottom:10px
     padding-bottom:10px
}
/* remove discussion button from homepage bottom */
.page-Main_Page #page-secondary-actions a {
    margin-top: 1em;
    display: none;
}
}

Latest revision as of 00:02, 17 April 2025

/* All CSS here will be loaded for users of the MinervaNeue skin */

/* pad the main page welcome text */
.wctpp_mp {
     margin-top:-20px; 
     padding-bottom:10px
}

/* remove discussion button from homepage bottom */
.page-Main_Page #page-secondary-actions a {
    margin-top: 1em;
    display: none;
}