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
(changing to better colors)
 
(adding block quote (plan to do for manuals))
(One intermediate revision by the same user not shown)
Line 7: Line 7:
.mw-changeslist-legend {
.mw-changeslist-legend {
   border: 1px solid #aaa;
   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;
}
}

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