MediaWiki:Common.css: Difference between revisions

From Business Heroes Food Truck Simulation
No edit summary
(Remove conflicting business-functions card styles)
 
(13 intermediate revisions by one other user not shown)
Line 19: Line 19:


/** TOOLTIPS **/
/** TOOLTIPS **/
.regular-tooltips a.oo-ui-buttonElement-button:hover,  
.regular-tooltips a.oo-ui-buttonElement-button:hover,
.regular-tooltips a.oo-ui-buttonElement-button:focus {
.regular-tooltips a.oo-ui-buttonElement-button:focus {
   border-color: transparent !important;
   border-color: transparent !important;
Line 39: Line 39:
}
}


/** CARDS **/
/** CARDS (generic Panel template) **/
 
.card {
.card {
border-radius: 0 !important;
border-radius: 0 !important;

Latest revision as of 13:07, 20 February 2026

/* 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 (generic Panel template) **/
.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;
}