MediaWiki:Common.less/form-colours.less

From Blaseball Wiki

// GOOD LORD THESE ARE ALL INLINE STYLES

  1. mainTable > tbody > tr > th:nth-child(3),
  2. mainTable > tbody > tr > td:nth-child(4) {
 background-color: @wikitable-background-lighter !important;

}

  1. mw-content-text > form > div.templateForm > div > fieldset > div > div:nth-child(2n+1) {
 background-color: @wikitable-background-darker !important;

}

  1. mw-content-text > form > div.templateForm > div > fieldset > div > div:nth-child(2n) {
 background-color: @wikitable-background!important;

}