MediaWiki:Timeless.css: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(48 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 */
/* Site notice */
@media all and (max-width: 850px) {
body #siteNotice {
margin-top: 12px;
}
}
/* Main page */
.main-page-left-col > table:first-of-type {
border-spacing: 0;
}


/* Fixes */
/* Fixes */
Line 5: Line 17:
display: table !important;
display: table !important;
width: 100% !important;
width: 100% !important;
}
.mw-indicators {
top: 4px;
}
}


/* Standard changes */
/* Standard changes */
#siteNotice {
.mediawiki {
text-align: center;
font-size: 15px;
}
}
#toc ul ul {
#mw-content-container {
margin: 0 0 0 1em;
font-size: 14px;
}
}
#toc li:last-child {
a:hover {
margin: 0;
text-decoration: underline;
}
ul#filetoc {
padding: 0.625em 0.875em;
}
}
.wikiEditor-ui {
.wikiEditor-ui {
Line 26: Line 38:
padding: 0.25em 0.35em;
padding: 0.25em 0.35em;
box-shadow: inset 0 1px 1px 1px rgba(0,0,0,0.05);
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;
}
.center * {
margin-left: auto;
margin-right: auto;
}
}
table {
table {
Line 33: Line 55:
max-width: 100% !important;
max-width: 100% !important;
height: auto !important;
height: auto !important;
}
.mw-indicators {
line-height: unset !important;
}
}
@media all and (max-width: 850px) {
@media all and (max-width: 850px) {
Line 59: Line 84:
width: 100% !important;
width: 100% !important;
display: table !important;
display: table !important;
}
table:not(.infobox) td, table:not(.infobox) th {
width: auto !important;
}
}
.thumbimage {
.thumbimage {
Line 71: Line 99:


/* Talk spacing */
/* Talk spacing */
.ns-talk dd,
:is(.ns-talk, .ns-4, .ns-110) dd {
.ns-4 dd,
.ns-110 dd {
margin-top: 0.25em !important;
margin-top: 0.25em !important;
}
}
.ns-talk dl,
:is(.ns-talk, .ns-4, .ns-110) :is(p, dl) + 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;
margin-top: -0.25em !important;
}
}

Latest revision as of 14:57, December 21, 2024

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

/* Site notice */
@media all and (max-width: 850px) {
	body #siteNotice {
		margin-top: 12px;
	}
}

/* Main page */
.main-page-left-col > table:first-of-type {
	border-spacing: 0;
}

/* Fixes */
.titledBoxTitle {
	display: table !important;
	width: 100% !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;
}
.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;
}
.center * {
	margin-left: auto;
	margin-right: auto;
}
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 */
:is(.ns-talk, .ns-4, .ns-110) dd {
	margin-top: 0.25em !important;
}
:is(.ns-talk, .ns-4, .ns-110) :is(p, dl) + dl {
	margin-top: -0.25em !important;
}