MediaWiki:Common.less/navbox-colours.less

From Blaseball Wiki

//

/* ------------------------------------------------------------------------------------------------------
 * CSS for Navboxes
 * ------------------------------------------------------------------------------------------------------ */

table.navbox {
  th.navbox-subrow-header {
    color: @wikitable-text !important;
  }
  
  th.navbox-row-header {
    background-color: @wikitable-background-lighter;
  }
  
  .navbox-header th, .navbox-footer-row td {
      background-color: @wikitable-header;
  }
  
  @media screen and (max-width: 1023px) {    
    th.navbox-row-header {
      border-bottom: 1px solid @wikitable-border;
    }
    
    th.navbox-subrow-header {
      background-color: @wikitable-background-darker;
    }
  }
  
  
  @media screen and (min-width: 1024px) {
    th.navbox-row-header {
      border-right: 2px solid @wikitable-text;
    }
    th.navbox-subrow-header {
      background-color: @body;
      border-right: 2px solid @wikitable-text;
    }
    tr:nth-child(odd), .navbox-header-row th {
      background-color: @wikitable-background-darker;
    }
  }
  
  .navbox-row-header a, .navbox-subrow-header a {
    color: @wikitable-text !important;
  }
  
  .mw-collapsible-toggle a {
    color: @wikitable-text;
  }
}