Difference between revisions of "MediaWiki:Common.css"

From Pirate Party Belgium
Jump to: navigation, search
Line 7: Line 7:
  
 
/* Colors */
 
/* Colors */
a, a.mw-body.external  {
+
a, a.mw-body.external, a.external.text {
 
     color: #733594;
 
     color: #733594;
 
}
 
}

Revision as of 17:56, 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, a.mw-body.external, a.external.text  {
    color: #733594;
}