MediaWiki:Common.css: Difference between revisions

From Business Heroes Food Truck Simulation
No edit summary
(Remove conflicting business-functions card styles)
 
(66 intermediate revisions by 3 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/* BACKGROUND */
/** 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;
}


html {
/** TOOLTIPS **/
background-image: url(https://wiki.darkjedibrotherhood.com/djb/background-loyalist.jpg);
.regular-tooltips a.oo-ui-buttonElement-button:hover,
background-position: top center;
.regular-tooltips a.oo-ui-buttonElement-button:focus {
background-size: 1680px;
  border-color: transparent !important;
background-repeat: no-repeat;
  outline-color: transparent !important;
background-color: #000;
  box-shadow: none !important;
  filter: invert(1);
}
}
body {
.regular-tooltips a.oo-ui-buttonElement-button {
background-color: #0a0e1233;
  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;
}
}


#footer-poweredbyico { display: none; }
/** 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;
}

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;
}