Difference between revisions of "MediaWiki:Common.css"

From PS Magazine Archive
Jump to navigation Jump to search
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
 +
/* remove main page heading */
 
.page-Main_Page .firstHeading { display:none; }
 
.page-Main_Page .firstHeading { display:none; }
div.magazine { font-size:16px;font-weight:normal;padding-bottom:25px;}
+
 
 +
/* 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 {
 
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;
 +
}
 +
 +
h2 {
 +
padding-top: 40px;
 
}
 
}

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