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

MediaWiki:Common.css

From the Crash Bandicoot Wiki, the Crash Bandicoot encyclopedia
Revision as of 22:06, March 25, 2020 by Results May Vary (talk | contribs) (adding block quote (plan to do for manuals))
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.
/* 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 #6F2215;
	margin-left: 2em;
	padding-left: 1em;
}