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
m (attempting to change wikitable header color)
(ok whoops)
Line 20: Line 20:
     border: 1px solid #aaa;
     border: 1px solid #aaa;
}
}
table.wikitable > caption {
    background:#ffffdd;
    border-top-left-radius:1em;
    border-top-right-radius:1em;
}
table.wikitable > tr > th, table.wikitable > * > tr > th {
    background:#ffffdd;
}
table.wikitable > * > tr:nth-child(odd) > td {background:#FFF}
table.wikitable > * > tr:nth-child(even) > td {background:#FFF}

Revision as of 17:21, 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;
}
table.wikitable > caption {
    background:#ffffdd;
    border-top-left-radius:1em;
    border-top-right-radius:1em;
}
table.wikitable > tr > th, table.wikitable > * > tr > th {
    background:#ffffdd;
}
table.wikitable > * > tr:nth-child(odd) > td {background:#FFF}
table.wikitable > * > tr:nth-child(even) > td {background:#FFF}