User:Ylva/common.css: Difference between revisions

From Phantasy Star Universe Clementine
(Created page with "→‎CSS placed here will affect users of the Monobook skin: →‎Main interface color theme: #content, #p-cactions li a, .ns-0 * #p-cactions li, .ns-0 * #p-cactions li a { background: #333; } body { background: #535358; background-image: none; } →‎Display "From Meta...": #siteSub { display: inline; font-size: 92%; font-weight: normal; } →‎Hide classes only relevant online when printing: @media print { .editlink, .noprint, .metadata, .dablink { disp...")
(No difference)

Revision as of 01:28, 3 July 2025

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

/* Main interface color theme */
#content,
#p-cactions li a,
.ns-0 * #p-cactions li,
.ns-0 * #p-cactions li a {
	background: #333;
}

body {
	background: #535358;
	background-image: none;
}

/* Display "From Meta..." */
#siteSub {
	display: inline;
	font-size: 92%;
	font-weight: normal;
}

/* Hide classes only relevant online when printing */
@media print {
	.editlink,
	.noprint,
	.metadata,
	.dablink {
		display: none;
	}
}

/* Style [[Meta: Language select]] widget */
.lang_info {
	font-size: 8pt;
	text-align: right;
	margin-bottom: .5em;
}

.lang_info a {
	font-weight: 700;
	font-family: Arial, sans-serif;
	font-size: 8pt;
}

.lang_info input {
	font-size: 8pt;
}

.lang_info input.ls_select {
	font-weight: bold;
}

/* Disable grey background when code is used in a header */
h2 code,
h3 code,
h4 code,
h5 code,
h6 code {
	background: none;
}

/* nudge too-light monospace fonts */
h2 code {
	font-weight: bold;
}

/* Add bolding to ooui destructive buttons */
#mw-prefs-restoreprefs,
#wpConfirmB,
#mw-editform-cancel,
#oo-ui-flaggedElement-destructive,
.oo-ui-buttonElement-framed.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button {
	font-weight: bold;
}
hr {

	height: 1px; /* [[:phab:T271482]] */

}