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)
Line 42: Line 42:
   color: #000;
   color: #000;
   overflow:auto;
   overflow:auto;
}
.oo-ui-panelLayout-framed {
    border: 1px solid #B25F33;
    border-radius: 0px;
}
}

Revision as of 02:18, March 27, 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;
}