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  
+
/* remove main page heading */
{  
+
.page-Main_Page .firstHeading { display:none; }
display:none;  
+
 
}
+
/* remove main tab */
 +
#ca-nstab-main { display:none!important; }
 +
 
 +
/* remove discussion tab */
 +
#ca-talk { display:none!important; }
 +
 
 +
/* remove view history tab */
 +
#ca-history { display:none!important; }
 +
 
 +
/* remove view source tab */
 +
#ca-viewsource { display:none!important; }
 +
 
 +
/* remove read tab */
 +
#ca-view { display:none!important; }
 +
 
 +
 
  
 
div.magazine {  
 
div.magazine {  

Latest revision as of 22:14, 5 June 2020

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

/* remove main page heading */
.page-Main_Page .firstHeading { display:none; }

/* remove main tab */
#ca-nstab-main { display:none!important; }

/* remove discussion tab */
#ca-talk { display:none!important; }

/* remove view history tab */
#ca-history { display:none!important; }

/* remove view source tab */
#ca-viewsource { display:none!important; }

/* remove read tab */
#ca-view { display:none!important; }



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;
}

h2 {
padding-top: 40px;
}