Difference between revisions of "MediaWiki:Common.css"

From Pirate Party Belgium
Jump to: navigation, search
(Retirer le titre « Main page » de la page d'accueil)
 
(Link color: #733594)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 
/*  
 
/*  
 
Hide firstHeading on main page
 
Hide firstHeading on main page
 
*/
 
*/
 
.page-Main_Page .firstHeading { display: none; }
 
.page-Main_Page .firstHeading { display: none; }
 +
 +
/* Colors */
 +
a {
 +
    color: #733594;
 +
}

Revision as of 17:52, 10 October 2013

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

/* 
Hide firstHeading on main page
*/
.page-Main_Page .firstHeading { display: none; }

/* Colors */
a {
    color: #733594;
}