There are currently 0 stubs. You can help us by expanding these articles!

Difference between revisions of "MediaWiki:Common.css"

From the Spyro Wiki, the Spyro and Skylanders encyclopedia
Jump to navigationJump to search
(fixed)
(updated)
Line 47: Line 47:
     border: 1px solid #B25F33;
     border: 1px solid #B25F33;
     border-radius: 0px;
     border-radius: 0px;
}
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;
}
}

Revision as of 01:54, April 22, 2020

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

fieldset {
  border: 1px solid #a52a2a;
}

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

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

blockquote {
	border-left: 3px solid #06f;
	margin-left: 2em;
	padding-left: 1em;
}

/* dropdowns */
.mw-htmlform-ooui-wrapper .oo-ui-fieldLayout {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle !important;
}
.mw-htmlform-ooui-wrapper .oo-ui-fieldsetLayout-group {
    display: block !important;
}
.mw-htmlform-ooui-wrapper .oo-ui-fieldsetLayout.mw-collapsible .mw-collapsible-toggle .oo-ui-iconElement-icon {
    display: none !important;
}
.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;
}

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

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

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;
}