Thunderbirds Wiki
Advertisement
Thunderbirds Wiki

Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Darkening caption colour */
.wikia-gallery .lightbox-caption {
	color: #2f2f2f !important;
}

/* Slightly tweaking overflow on the top bar to fit in "Thunderbirds Are Go"
	(sorry fandom i have to break the policy it's doing my head in)*/
.fandom-community-header__local-navigation .first-level-item a {
	max-width:148px !important;
}

/*
	MESSAGEBOX STUFF
*/
.messagebox {
	background-color: var(--theme-page-background-color--secondary);
	border-radius: 5px;
	border: 1px solid var(--theme-border-color);
	border-left-width: 8px;
	border-left-color: var(--theme-accent-color);
	margin: 0 7% 1%;
	padding: 2%;
}

.messagebox-inner {
	margin-left: 2%;
}
Advertisement