MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
mNo edit summary
 
(63 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/*
CSS FILES
MAIN PAGE
MediaWiki:Common.css/MainPage.css
*/
#news-slider, .news-latest-item a {
aspect-ratio: 6 / 4;
}
.news-featured a {
aspect-ratio: 6 / 3.5;
}
.news-cat-item {
aspect-ratio: 6/5;
}
.link-overlay {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 0;
}
.link-overlay img {width: 100%; height: 100%;}
.pointer {
cursor: pointer;
}
/* Remove category lists from bottom of page */
#catlinks {
    display: none;
}
/* Remove PageForms "This category uses the form" text */
.mw-parser-output p:has([title='Form:Location']) {
    display: none;
}
abbr {
abbr {
cursor: help;
cursor: help;
Line 7: Line 52:
height: 100%;
height: 100%;
}
}
.w-100{width: 100%;}
.resp-img img {max-width: 100%; height: auto;}
.d-none {display:none;}
/* START Text */
/* START Text */
.tc {
.tc {
text-align: center;
text-align: center;
}
}
.fw-600 {
.fw-600,.bold {
font-weight: 600;
font-weight: 600;
}
}
Line 17: Line 65:
/* END Text */
/* END Text */


/* START Squad template */
/* GENERAL */
.striped-table {
.dark, .dark-inline, .dark-inline-flex {display: none !important;}
border: 2px solid #bbbbbb;
 
}
#ca-viewsource { display: none !important; }
.striped-table > tbody > tr:nth-of-type(2n + 1) {
 
background-color: #f5f5f5;
#ca-talk, #n-help-mediawiki,  #siteSub, .page-info, #footer-poweredbyico, #contentSub {display: none !important;}
border: 1;
 
}
body.page-Main_Page .mw-page-title-main {
.headerRow {
    display: none;
text-align: center;
}
.headerRow th {
font-size: 1rem;
}
.person td {
border-top: 1px solid #a2a9b1;
padding: 5px;
}
}
.position {
text-align: center;
}
.playerID {
padding: 0 10px 0 5px !important;
font-weight: bold;
}
.playerID img {
width: 18px;
    height: auto;
}
.flag img {
width: 18px;
height: auto;
vertical-align: baseline;
padding-right: 5px;
}
.captain img {
vertical-align: text-top;
padding: 0 5px;
}
/* END Squad template */
/* GENERAL */
.dark, .dark-inline {display: none;}

Latest revision as of 14:36, 12 February 2024

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

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

#news-slider, .news-latest-item a {
	aspect-ratio: 6 / 4;
}

.news-featured a {
	aspect-ratio: 6 / 3.5;
}

.news-cat-item {
	aspect-ratio: 6/5;
}

.link-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

.link-overlay img {width: 100%; height: 100%;}

.pointer {
	cursor: pointer;
}

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


/* 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%;
}
.w-100{width: 100%;}
.resp-img img {max-width: 100%; height: auto;}
.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, #contentSub {display: none !important;}

body.page-Main_Page .mw-page-title-main {
    display: none;
}