Don't like the ads? Then create an account! Users with accounts have more options than anonymous users.

Difference between revisions of "MediaWiki:Common.css"

From Triforce Wiki, a The Legend of Zelda wiki
Jump to navigationJump to search
(text-align:cente)
Line 110: Line 110:
     margin-top: 0.2em;
     margin-top: 0.2em;
     margin-bottom: 0.8em;
     margin-bottom: 0.8em;
}
.gallerytext {
text-align:center;
}
}

Revision as of 20:05, March 14, 2020

.catlinks {
	background: #f9f9f9 url(linkhead.png) no-repeat center right;
	margin-top: 10px;
}
#catlinks li {
	margin: 0.28em 0;
	line-height: 1em;
}
img {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
}

.downscale img {
    max-width: 100% !important;
    height: auto !important;
}

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

.mw-changeslist-legend {
  border: 1px solid #135B09;
}

fieldset {
  border: 1px solid #135B09;
}

.suggestions-result-current {
    background-color: #5CA765;
}

div.mw-warning-with-logexcerpt {
    border: 2px solid #135B09;
}

#p-cactions li a {
    color:#3e8f33;
}

.toctogglelabel {
    color: #1e4719;
}

/* infoboxes */
.infobox {
	border: 1px solid gray;
	background-color: ghostwhite;
	color: black;
	margin: 0.5em 0 0.5em 1em;
	padding: 4px;
	float: right;
	clear: right;
}
.infobox td,
.infobox th {
	vertical-align: top;
}
.infobox caption {
	font-size: larger;
	margin-left: inherit;
}
.infobox.bordered {
	border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
	border: 1px solid gray;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
	border: 0;
}

/* tables */
table.wikitable {
    background:#90ee90;
    border: 1px solid #aaa;
}
table.wikitable > caption {
    background:#90ee90;
    border-top-left-radius:1em;
    border-top-right-radius:1em;
}
table.wikitable > tr > th, table.wikitable > * > tr > th {
    background:#90ee90;
}
table.wikitable > * > tr:nth-child(odd) > td {background:#FFF}
table.wikitable > * > tr:nth-child(even) > td {background:#FFF}

a.mw-collapsible-text {
  color: #3E8F33 !important;
}

div.tleft, div.tright {
    margin-top: 0.2em;
    margin-bottom: 0.8em;
}

.gallerytext {
text-align:center;
}