MediaWiki:Gadget-GlobalStyle.css: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 14: Line 14:


/* Tabs fix */
/* Tabs fix */
.switch:first-child { margin-top: 28px; }
.switch:first-child { margin-top: 28.1px; }
.mobile .switch:first-child { margin-top: 37px; }
.mobile .switch:first-child { margin-top: 37px; }
.mobile.skin-timeless .switch:first-child { margin-top: 35.5px; }
.mobile.skin-timeless .switch:first-child { margin-top: 35.5px; }

Revision as of 01:15, November 11, 2023

/* CSS placed here will be applied to all skins on both desktop and mobile
   The "mobile" body class can be used to target mobile specifically */

.mw-wiki-logo { background-size: 150px; }

.mw-special-Upload .noupload, .useronly,
.autoconfonly, .editprotected, .editinterface {
	display: none;
}
body.anon.ns-content.action-view.mobile #bodyContent .pikipediaBox.hide,
body.anon.ns-content.action-view.mobile #mf-section-0 .pikipediaBox:not(.show) {
	display: none !important;
}

/* Tabs fix */
.switch:first-child { margin-top: 28.1px; }
.mobile .switch:first-child { margin-top: 37px; }
.mobile.skin-timeless .switch:first-child { margin-top: 35.5px; }
.switchable > .switch:not(:first-of-type) { display: none; }

/* Infobox fix */
.infobox code { word-break: break-all; }

/* Patrolling gadgets */
.client-js .patrol-links #filetoc + #file {
	margin-top: 1.65em;
}
.client-js .patrol-links #mw-diff-otitle1:first-child,
.client-js .patrol-links #mw-diff-ntitle1:first-child {
	margin-top: 1.6em;
}
.client-js .patrol-links #mw-diff-otitle4:last-child,
.client-js .patrol-links #mw-diff-ntitle4:last-child {
	display: none;
}
.client-js .rc-popular .rcoptions form:last-child {
	margin-bottom: 1.6em;
}

/* Upload licenses */
.mw-htmlform-field-Licenses, .mw-upload-editlicenses {
	display: none;
}

/* Content tables */
.hiddentable .mw-collapsible-toggle,
.technicaltable .mw-collapsible-toggle {
	text-align: right;
	min-width: 3.25em;
	margin-left: 0 !important;
}
.technicaltable {
	min-width: 380px;
}

/* Forum */
.forumheader { 
	border: 1px solid #aaa;
	background-color: #f9f9f9;
}