Difference between revisions of "MediaWiki:Common.css"

From PS Magazine Archive
Jump to navigation Jump to search
Line 3: Line 3:
 
.page-Main_Page .firstHeading { display:none; }
 
.page-Main_Page .firstHeading { display:none; }
 
div.magazine { font-size:16px;font-weight:normal;padding-bottom:25px;}
 
div.magazine { font-size:16px;font-weight:normal;padding-bottom:25px;}
a.new {font-weight:normal;color:gray;}
+
a.new {
a {font-weight:bold;}
+
font-weight: normal;
 +
color:gray;
 +
pointer-events: none;
 +
cursor: default;
 +
}
 +
 
 +
a {
 +
font-weight:bold;
 +
}

Revision as of 00:04, 24 December 2013

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

.page-Main_Page .firstHeading { display:none; }
div.magazine { font-size:16px;font-weight:normal;padding-bottom:25px;}
a.new {
font-weight: normal;
color:gray;
pointer-events: none;
cursor: default;
}

a {
font-weight:bold;
}