MediaWiki:Common.css

From Business Heroes Food Truck Simulation
Revision as of 17:46, 22 December 2022 by Wikiworks743 (talk | contribs)

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.
/* CSS placed here will be applied to all skins */

/** FIXES **/
a, :target {
  scroll-behavior: smooth;
}
:target {
  padding-top: 1rem;
}
.ve-available.ve-activated.ve-active img {
  max-width: 100% !important;
  height: auto;
}

/** TOC **/
#toc {
	display: none;
}

/** TOOLTIPS **/
.regular-tooltips a.oo-ui-buttonElement-button:hover, 
.regular-tooltips a.oo-ui-buttonElement-button:focus {
  border-color: transparent !important;
  outline-color: transparent !important;
  box-shadow: none !important;
  filter: invert(1);
}
.regular-tooltips a.oo-ui-buttonElement-button {
  min-width: 18px !important;
  min-height: 18px !important;
  padding-left: 0 !important;
  margin-left: 7px !important;
  height: 18px !important;
  width: 18px !important;
}
.regular-tooltips a.oo-ui-buttonElement-button .oo-ui-iconElement-icon {
   left: 0 !important;
   background-position: -2px center !important;
}

/** CARDS **/

.card {
	border-radius: 0 !important;
	border-color: #bbbabe !important;
	border-width: 5px;
	outline: 1px solid #fff;
}

.card-header {
	border-radius: 0 !important;
	color: #fff;
	font-weight: bold;
	font-size: 1.25rem;
	border-bottom: 0;
	background-color: #575759;
}

.page-Introduction .n-Home {
	display: none;
}

/** Business Functions Cards **/
.business-functions .card {
	margin: 0 !important;
	min-width: 517px;
}