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 (90 per cent)
m (important)
Line 61: Line 61:
     font-size: 90%;
     font-size: 90%;
     width: 300px;
     width: 300px;
}
.catlinks {
    border: 1px solid #a2a9b1 !important;
}
}

Revision as of 01:15, May 21, 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}

select {
	border: 1px solid #AAA;
	color: black;
}
.client-js .mw-input-hidden {
    display:inline-block;
}

pre {
	background-color: #fff;
	border: 1px dashed #2a4b8d;
	color: #000;
	overflow:auto;
}

h1, h2 {
    border-bottom: 1px solid #2a4b8d;
}

hr {
    background-color:#2a4b8d;
    color:#2a4b8d;
}

.infobox {
    background-color:#fff;
    float:right;
    border: 1px solid #929201;
    font-size: 90%;
    width: 300px;
}

.catlinks {
    border: 1px solid #a2a9b1 !important;
}