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

MediaWiki:Common.css

From Triforce Wiki, a The Legend of Zelda wiki
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
.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;
}

/* image licenses */
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;
}

a.mw-selflink:hover {
  color: inherit;
}


/* ooui modifications */
body:not(.mw-special-Export) .mw-htmlform-ooui-wrapper .oo-ui-fieldLayout { margin-right: 10px; display: block; vertical-align: middle !important; }
body:not(.mw-special-Export) .mw-htmlform-ooui-wrapper .oo-ui-fieldsetLayout-group { display: block !important; }
body:not(.mw-special-Export) .mw-htmlform-ooui-wrapper .oo-ui-fieldsetLayout.mw-collapsible .mw-collapsible-toggle .oo-ui-iconElement-icon { display: none !important; }
body:not(.mw-special-Export) .mw-htmlform-ooui-wrapper.oo-ui-panelLayout-padded .oo-ui-fieldsetLayout.mw-collapsible .oo-ui-fieldsetLayout-header { padding-left: 0 !important; margin-bottom: 0 !important; }
.oo-ui-dropdownWidget { max-width:35em; }
#ooui-php-12,#ooui-php-13 { display: inline-block; }

.oo-ui-textInputWidget .oo-ui-pendingElement-pending {
	display:none;
}
.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input:focus {
	border:1px solid #135B09;
	border-radius:0px;
	box-shadow: none;
}
.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input {
	border-radius:0px;
	box-shadow:none;
	transition:none;
}

.oo-ui-panelLayout-framed {
  border: 1px solid #135B09;
  border-radius: 0px;
}

.oo-ui-textInputWidget .oo-ui-inputWidget-input, .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle {
	border:1px solid #b6b6b3;
	border-radius:0px;
}

.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:focus {
    border:1px solid #135B09;
    box-shadow: none;
}


/* <h3> Navigation templates </h3> */

.navbox {
	background: none repeat scroll 0 0 white;
	border: 1px solid grey;
	color: black;
	font-family: Arial;
	font-size: 11px;
	width: 100%;
	margin-top: 15px;
}
.navbox + .navbox,
.navbox .navbox {
	margin-top: 0;
}
.navbox .mw-collapsible-toggle-expanded {
	padding-left: 7px;
}
.navbox:not(.multi) .mw-collapsible > tbody > tr:first-child > th {
	padding-left: 42px;
}
.navbox tr:first-child th {
	background: none repeat scroll 0 0 #999999;
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.navbox tr th {
	background: none repeat scroll 0 0 #CCCCCC;
	text-align: center;
}
.navbox tr:not(:first-child) th:not([rowspan]):not([colspan]) {
	background: none repeat scroll 0 0 #E6E6E6;
}
.navbox tr th a, .navbox tr th a:visited, .navbox tr th a.new, .navbox tr th a.new:visited {
	color: #000000;
}
.navbox tr:nth-child(2n) td {
	background: none repeat scroll 0 0 #F6F6F6;
}
.navbox tr td {
	background: none repeat scroll 0 0 #FCFCFC;
}

.navbox tr:first-child th, .navbox tr:first-child th a {
	color: #FFFFFF !important;
}

/* <h4> games </h4> */
.navbox.game tr:first-child th, .navbox.game tr:first-child th a {
	color: #3E8F33 !important;
}
.navbox.game tr:nth-child(2n) td {
  	background-color: #F5F5F5;
}
.navbox.game tr td {
	background-color: #FBFBFB;
}

/* blue removal */
.mw-ui-button.mw-ui-progressive {
    background-color: #008e00;
    color: #fff;
    border: 1px solid #006700;
}
#mw-createaccount-join {
    background-color: ghostwhite;
    color: #006700;
}
.mw-ui-button:not(:disabled), .mw-ui-input:not(:disabled) {
    transition:none;
}

.mw-number-text.icon-edits, .mw-number-text.icon-pages, .mw-number-text.icon-contributors {
    background-image:none;
}

#bodyContent .mw-number-text h3 {
    font-family:x-small sans-serif;
}