MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
Tags: Manual revert Reverted
mNo edit summary
Tags: Manual revert Reverted
Line 11: Line 11:
#ca-unwatch { display:none!important; }
#ca-unwatch { display:none!important; }


/* Hide page titles */
/* Hide categories at bottom of page */
h1 { display: none; }
#catlinks { display: none; }
 
/* Section edit button position */
.ltr .mw-editsection {
float: right;
}
.rtl .mw-editsection {
float: left;
}
.mw-editsection-bracket {
display: none;

Revision as of 00:54, 30 September 2021

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

/* Suppress the auto-generated section numbers in the Table of Contents */
.tocnumber { display: none; }

/* Remove top navigation tabs */
#ca-nstab-main { display:none!important; }
#ca-talk { display:none!important; }
#ca-nstab-user { display:none!important; }
#ca-watch { display:none!important; }
#ca-unwatch { display:none!important; }

/* Hide categories at bottom of page */
#catlinks { display: none; }

/* Section edit button position */
.ltr .mw-editsection {
	float: right;
}
.rtl .mw-editsection {
	float: left;
}
.mw-editsection-bracket {
	display: none;