The SpongeBob Wiki has a guideline regarding the use of image galleries — collections of episode screenshots are no longer allowed on galleries due to potential fair use violations.

Difference between revisions of "MediaWiki:Common.css"

From the SpongeBob Wiki, the SpongeBob encyclopedia
Jump to navigationJump to search
(mariowiki)
 
m (attempting to change wikitable header color)
Line 13: Line 13:
.notice-template p {
.notice-template p {
margin: 0.6em 0;
margin: 0.6em 0;
}
/* tables */
table.wikitable {
    background:#ffffdd;
    border: 1px solid #aaa;
}
}

Revision as of 17:19, March 22, 2020

/* CSS placed here will be applied to all skins */

body:not(.ns-6) .notice-template:not(#stub) + .notice-template:not(#stub) {
	margin-top: -0.375em !important;
}
.ns-6 .notice-template:not(#aboutfile) {
	margin-top: 0.75em !important;
	margin-bottom: 2.5px !important;
}
.notice-template.copyright {
	margin: 2.5px auto !important;
}
.notice-template p {
	margin: 0.6em 0;
}

/* tables */
table.wikitable {
    background:#ffffdd;
    border: 1px solid #aaa;
}