MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
Tag: Manual revert
No edit summary
Tag: Reverted
Line 10: Line 10:
#catlinks {
#catlinks {
     display: none;
     display: none;
}
.mw-body-content.mw-content-ltr .mw-parser-output section {
  display: flex;
  flex-direction: column;
}
.mw-body-content.mw-content-ltr .mw-parser-output section div:last-child {
  order: -1;
}
}



Revision as of 20:14, 17 August 2023

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

/*
CSS FILES
	MAIN PAGE
		MediaWiki:Common.css/MainPage.css
*/

/* Remove category lists from bottom of page */
#catlinks {
    display: none;
}

.mw-body-content.mw-content-ltr .mw-parser-output section {
  display: flex;
  flex-direction: column;
}

.mw-body-content.mw-content-ltr .mw-parser-output section div:last-child {
  order: -1;
}


/* Remove PageForms "This category uses the form" text */
.mw-parser-output p:has([title='Form:Location']) {
    display: none;
}

abbr {
	cursor: help;
}

.h-100 {
	height: 100%;
}

.d-none {display:none;}
/* START Text */
.tc {
	text-align: center;
}
.fw-600,.bold {
	font-weight: 600;
}

/* END Text */

/* GENERAL */
.dark, .dark-inline, .dark-inline-flex {display: none !important;}

#ca-viewsource { display: none !important; }

#ca-talk, #n-help-mediawiki,  #siteSub, .page-info, #footer-poweredbyico {display: none !important;}