Difference between revisions of "MediaWiki:Common.css"

From PS Magazine Archive
Jump to navigation Jump to search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
.page-Main_Page .firstHeading { display:none; }
+
.page-Main_Page .firstHeading  
div.magazine { font-size:16px;font-weight:normal;padding-bottom:25px;}
+
{  
 +
display:none;  
 +
}
 +
 
 +
div.magazine {  
 +
font-size:16px;
 +
font-weight:normal;
 +
padding-bottom:25px;
 +
}
  
 
a.new {
 
a.new {
 +
pointer-events: none;
 +
cursor: default;
 +
color: lightgray;
 +
}
 +
 +
a.new:visited {
 
color: lightgray;
 
color: lightgray;
/*pointer-events: none;*/
+
pointer-events: none;
/*cursor: default;*/
+
cursor: default;
 
}
 
}

Revision as of 13:16, 31 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 {
pointer-events: none;
cursor: default;
color: lightgray;
}

a.new:visited {
color: lightgray;
pointer-events: none;
cursor: default;
}