Difference between revisions of "MediaWiki:Common.css"

From AYSO Wiki
 
Line 7: Line 7:
 
text-transform: uppercase !important;
 
text-transform: uppercase !important;
 
color: var(--red) !important;
 
color: var(--red) !important;
 +
}
 +
 +
/* Reduce page jumps by hiding collapsed/dismissed content */
 +
.client-js .mw-special-Watchlist #watchlist-message,
 +
.client-js .collapsible:not( .mw-made-collapsible).collapsed > tbody > tr:not(:first-child),
 +
 +
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
 +
.mw-parser-output .mw-collapsible-toggle {
 +
font-weight: normal;
 +
/* @noflip */
 +
text-align: right;
 +
padding-right: 0.2em;
 +
padding-left: 0.2em;
 +
}
 +
 +
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
 +
/* @noflip */
 +
float: left;
 +
/* @noflip */
 +
text-align: left;
 
}
 
}

Latest revision as of 05:01, 12 May 2022

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

body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

/* Login link */
#mw-navigation .navbar-nav > .nav-item:not(.dropdown) a {
	text-transform: uppercase !important;
	color: var(--red) !important;
}

/* Reduce page jumps by hiding collapsed/dismissed content */
.client-js .mw-special-Watchlist #watchlist-message,
.client-js .collapsible:not( .mw-made-collapsible).collapsed > tbody > tr:not(:first-child),

/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-parser-output .mw-collapsible-toggle {
	font-weight: normal;
	/* @noflip */
	text-align: right;
	padding-right: 0.2em;
	padding-left: 0.2em;
}

.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
	/* @noflip */
	float: left;
	/* @noflip */
	text-align: left;
}