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
(mario/conker wikis)
 
(added from crash wiki)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* 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 {
blockquote {
border-left: 3px solid #06f;
border-left: 3px solid #06f;

Revision as of 22:07, March 25, 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;
}