Steel Division Wiki
Advertisement

CSS and Javascript changes must comply with the wiki design rules.


Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
.fandom-community-header__background { 
	height: 100%; 
	
}
.fandom-community-header__background:before { 
	display: none; 
	
}

.mobileonly {display:none;}

/* INFOBOXES: game or book depended color style */
.infoboxtable {
    background-color: var(--theme-page-background-color--secondary);
}

.infoboxtable td > div {
    background-color: var(--theme-accent-color);
}

.infoboxname {
    background-color: var(--theme-accent-color);
}

.va-infobox-title,
.va-navbox-title {
   background-color: var(--theme-accent-color);
}

.va-infobox-header,
.va-infobox-label {
    background: var(--theme-accent-color);
}
Advertisement