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

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