MediaWiki:Common.css

From TetrisWiki
Revision as of 17:33, 13 May 2021 by Simonlc (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

.mw-references-wrap ol {
	list-style: inherit;
}

/* logo fix */
#p-logo a {
	background-size: 100%;
}

/* Utility styles */
/* Spaces direct children 10 px apart, top and bottom. */
.spaced-10 > * {
	margin: 5px;
}

.list-spaced-v-10 > ul > li {
	margin: 10px;
}
.list-bare > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* Extension:Math */
/* https://www.mediawiki.org/wiki/Extension:Math/advancedSettings#CSS_for_the_MathML_with_SVG_fallback_mode */
/*
.mwe-math-mathml-a11y {
	clip: auto !important;
	overflow: visible !important;
	position: static !important;
	width: auto !important;
	height: auto !important;
	opacity: 1 !important;
}
.mwe-math-fallback-image-inline, .mwe-math-fallback-image-display {
	display: none !important;
}
*/
/* .mw-body, */
/*
mtext {
	font-family: Latin Modern Roman;
}
math {
	font-family: Latin Modern Math;
}
*/

/* Front page styles */
.page-Tetris_wiki .firstHeading {
	display: none;
}

.main-page-header {
	margin-bottom: 15px;
	padding: 15px 60px;
    background: url(/images/7/74/MainPage_background.jpg);
    background-size: cover;
    color: white;
    background-position: top;
    text-align: left;
}
.main-page-header h1 {
	font-size: 28px;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
}
.main-page-header > p {
	font-size: 16px;
    letter-spacing: 0.02em;
    margin-bottom: 25px;
}
.main-page-header a,
.main-page-header a.external {
	color: #8ba8ff;
}
.main-page-header a:visited {
	color: #a4b9f6;
}
.main-page-header a.external:visited {
	color: #ca00fb;
}
.main-page-header .red {
	color: #2b59e7;
}
.main-page-header h1 {
	border-bottom: none;
	color: white;
    font-weight: bold;
    font-family: sans-serif;
}
.main-page-header__nav ul {
	margin-left: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: center;
}
.main-page-header__nav li:not(:last-child) {
	margin-right: 15px;
}
.main-page-header__nav li a {
	background: #347CFF;
	color: white;
	padding: 5px 10px;
	border-radius: 2px;
}
.main-page-header__nav li .new {
	color: #CB4554;
	background: #cfd5de;
}
.main-page-header__nav li a:visited {
	color: white;
}

/* Main page container */
.page-Tetris_wiki .mw-body-content {
	max-width: 1200px;
	margin: auto;
}

/* Main page styles */
.page-Tetris_wiki .mw-body h2 {
	border: none;
	font-family: sans-serif;
	font-weight: bold;
	color: #1f2456;
}
.page-Tetris_wiki .mw-body h2 img {
    margin-top: -3px;
}

/* Main page content */
.main-page-content {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: 1fr 320px;
}

/* Game list */
.main-page-game-list {
	display: grid;
	grid-gap: 15px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.main-page-game {
	text-align: center;
}
.main-page-game > p {
    height: 0;
    padding-top: 162%;
    position: relative;
}
.main-page-game > p > a {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.main-page-game img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.badge {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 22px;
	height: 22px;
	background: white;
	mix-blend-mode: difference;
	border-radius: 11px;
	font-weight: bold;
	transform: scale(0.8);
}

/* Default styling for Navbar template */
.navbar {
	display: inline;
	font-size: 88%;
	font-weight: normal;
}
.navbar ul {
	display: inline-block;
	white-space: nowrap;
}
.mw-body-content .navbar ul {
	line-height: inherit;
}
.navbar li {
	word-spacing: -0.125em;
}
.navbar.mini li abbr[title] {
	font-variant: small-caps;
	border-bottom: none;
	text-decoration: none;
	cursor: inherit;
}
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
	font-size: 100%;
}
.navbox .navbar {
	display: block;
	font-size: 100%;
}
.navbox-title .navbar {
	/* @noflip */
	float: left;
	/* @noflip */
	text-align: left;
	/* @noflip */
	margin-right: 0.5em;
}

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


/* Standard Navigationsleisten, aka box hiding thingy
   from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
	margin: 0;
	padding: 4px;
	border: 1px solid #a2a9b1;
	text-align: center;
	border-collapse: collapse;
	font-size: 95%;
}
div.NavFrame + div.NavFrame {
	border-top-style: none;
	border-top-style: hidden;
}
div.NavFrame div.NavHead {
	line-height: 1.6em;
	font-weight: bold;
	background-color: #ccf;
	position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
	font-size: 100%;
}
a.NavToggle {
	position: absolute;
	top: 0;
	/* @noflip */
	right: 3px;
	font-weight: normal;
	font-size: 90%;
}

/* Infobox template style */
.infobox {
	border: 1px solid #a2a9b1;
	border-spacing: 3px;
	background-color: #f8f9fa;
	color: black;
	/* @noflip */
	margin: 0.5em 0 0.5em 1em;
	padding: 0.2em;
	/* @noflip */
	float: right;
	/* @noflip */
	clear: right;
	font-size: 88%;
	line-height: 1.5em;
}
.infobox caption {
	font-size: 125%;
	font-weight: bold;
	padding: 0.2em;
	text-align: center;
}
.infobox td,
.infobox th {
	vertical-align: top;
	/* @noflip */
	text-align: left;
}
.infobox.bordered {
	border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
	border: 1px solid #a2a9b1;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
	border: 0;
}

.infobox.sisterproject {
	width: 20em;
	font-size: 90%;
}

.infobox.standard-talk {
	border: 1px solid #c0c090;
	background-color: #f8eaba;
}
.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
	border: 1px solid #c0c090;
}

/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
	border: 0;
	border-top: 1px solid #a2a9b1;
	/* @noflip */
	border-right: 1px solid #a2a9b1;
}

.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
	border: 0;
	/* @noflip */
	border-right: 1px solid #a2a9b1;
}

/* Styles for geography infoboxes, eg countries,
   country subdivisions, cities, etc.            */
.infobox.geography {
	border-collapse: collapse;
	line-height: 1.2em;
	font-size: 90%;
}

.infobox.geography  td,
.infobox.geography  th {
	border-top: 1px solid #a2a9b1;
	padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
	border-top: 1px solid #a2a9b1;
	padding: 0.4em 0.6em 0.2em 0.6em;
}

.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
	border: 0;
	padding: 0 0.6em 0.2em 0.6em;
}

.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
	border-top: 0;
	border-bottom: 1px solid #a2a9b1;
	padding: 0 0.6em 0.4em 0.6em;
}

.infobox.geography .maptable td,
.infobox.geography .maptable th {
	border: 0;
	padding: 0;
}

/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
	font-size: 100%;
}