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

MediaWiki:Common.css

From the Conker Wiki, the Conker encyclopedia
Revision as of 21:26, March 26, 2020 by Limp Bizkit (talk | contribs) (added three more things)
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.
blockquote {
	border-left: 3px solid #06f;
	margin-left: 2em;
	padding-left: 1em;
}

.warningbox {
  background-color:#fdedcf;
  border-color:#ff6633;
}

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

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

fieldset {
  border: 1px solid #778870;
}

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