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

Difference between revisions of "MediaWiki:Common.css"

From the Crash Bandicoot Wiki, the Crash Bandicoot encyclopedia
Jump to navigationJump to search
(adding)
(adding block quote (plan to do for manuals))
Line 12: Line 12:
     margin-top: 0.2em;
     margin-top: 0.2em;
     margin-bottom: 0.8em;
     margin-bottom: 0.8em;
}
blockquote {
border-left: 3px solid #6F2215;
margin-left: 2em;
padding-left: 1em;
}
}

Revision as of 22:06, 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 #6F2215;
	margin-left: 2em;
	padding-left: 1em;
}