MediaWiki:Timeless.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Timeless skin */
/* CSS placed here will affect users of the Timeless skin */


/* Fixes */
/* Indicators */
#mw-indicator-shortcut {
#mw-indicator-shortcut {
top: 13px;
top: 6px;
}
@media all and (max-width: 850px) {
#mw-indicator-shortcut {
display: none;
}
}
.mw-indicators {
top: 3px;
}
}


/* Main Page */
/* Main page */
.mainpagebox h2 {
.mainpagebox h2 {
border-width: 2px !important;
border-width: 2px !important;
Line 21: Line 13:
.mainpagebox h2::after {
.mainpagebox h2::after {
border: 0 !important;
border: 0 !important;
}
body.page-Main_Page h2 {
margin-top: 0 !important;
}
}
body.page-Main_Page .pds-vote {
body.page-Main_Page .pds-vote {
Line 27: Line 22:


/* Standard changes */
/* Standard changes */
.mediawiki {
font-size: 15px;
}
#mw-content-container {
font-size: 14px;
}
a:hover {
text-decoration: underline;
}
ul#filetoc {
padding: 0.625em 0.875em;
}
#toc ul ul {
#toc ul ul {
margin: 0 0 0 1em;
margin: 0 0 0 1em;
Line 43: Line 50:
margin-top: 6px;
margin-top: 6px;
}
}
.floatleft {
.floatleft, .floatright {
margin: 0 1em 0.5em 0;
margin: 0;
}
.floatright {
margin: 0 0 0.5em 1em;
}
a.mw-selflink {
color: #000 !important;
font-weight: bold;
}
}
table {
table {
Line 132: Line 132:
.ns-110 dl + dl {
.ns-110 dl + dl {
margin-top: -0.25em !important;
margin-top: -0.25em !important;
}
/* Main Page */
.page-Main_Page h2 {
margin-top: 0 !important;
}
#WelcomeDiv {
margin-top: -0.2em !important;
margin-bottom: -0.9em !important;
}
#mp-body {
border-spacing: 8px;
}
#niwa #links {
font-size: 12px !important;
}
}

Latest revision as of 22:18, July 31, 2023

/* CSS placed here will affect users of the Timeless skin */

/* Indicators */
#mw-indicator-shortcut {
	top: 6px;
}

/* Main page */
.mainpagebox h2 {
	border-width: 2px !important;
	border-style: solid !important;
}
.mainpagebox h2::after {
	border: 0 !important;
}
body.page-Main_Page h2 {
	margin-top: 0 !important;
}
body.page-Main_Page .pds-vote {
	padding-bottom: 1px !important;
}

/* Standard changes */
.mediawiki {
	font-size: 15px;
}
#mw-content-container {
	font-size: 14px;
}
a:hover {
	text-decoration: underline;
}
ul#filetoc {
	padding: 0.625em 0.875em;
}
#toc ul ul {
	margin: 0 0 0 1em;
}
#toc li:last-child {
	margin: 0;
}
.wikiEditor-ui {
	margin-top: 0.5em;
}
.CodeMirror {
	padding: 0.25em 0.35em;
	box-shadow: inset 0 1px 1px 1px rgba(0,0,0,0.05);
}
.oo-ui-popupWidget-body-padded {
	margin-top: 6px;
}
.floatleft, .floatright {
	margin: 0;
}
table {
	border-collapse: separate;
}
table.wikitable img {
	max-width: 100% !important;
	height: auto !important;
}
.mw-indicators {
	line-height: unset !important;
}
@media all and (max-width: 850px) {
	.mw-indicator {
		margin: 0 !important;
	}
	.infobox {
		display: block !important;
		float: none !important;
		margin: 15px 0 15.5px !important;
	}
	.infobox, table {
		display: block;
		width: auto !important;
		min-width: 0 !important;
		max-width: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
	}
	.infobox table {
		width: 100% !important;
	}
	table tbody {
		width: 100% !important;
		display: table !important;
	}
	table:not(.infobox) td, table:not(.infobox) th {
		width: auto !important;
	}
	.thumbimage {
		text-align: center;
	}
	ul.gallery {
		text-align: center;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

/* Talk spacing */
.ns-talk dd,
.ns-4 dd,
.ns-110 dd {
	margin-top: 0.25em !important;
}
.ns-talk dl,
.ns-4 dl,
.ns-110 dl {
	margin-left: 0 !important;
}
.ns-talk p + dl,
.ns-4 p + dl,
.ns-110 p + dl {
	margin-top: -0.25em !important;
}
.ns-talk ul + dl,
.ns-4 ul + dl,
.ns-110 ul + dl {
	margin-top: -0.5em !important;
}
.ns-talk ol + dl,
.ns-4 ol + dl,
.ns-110 ol + dl {
	margin-top: -0.5em !important;
}
.ns-talk dl + dl,
.ns-4 dl + dl,
.ns-110 dl + dl {
	margin-top: -0.25em !important;
}