MediaWiki:Common.css: Difference between revisions

From Business Heroes Food Truck Simulation
No edit summary
(Re-designed)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/* BACKGROUND */
a, :target {
 
  scroll-behavior: smooth;
/* Removing background image
html {
background-image: url(extensions/WikiWorks/bg.png);
background-position: top center;
background-size: 1980px;
background-repeat: no-repeat;
background-color: #000;
}
}
*/
.ve-available.ve-activated.ve-active img {
 
  max-width: 100% !important;
body {
  height: auto;
background-color: #000;
}
}
#content-wrapper {
#sidebar-wrapper {
background-color: #161941;
transition: background-image 1s;
}
 
h1, h2, .h1, .h2 {
color: #74d6ec;
}
#content-wrapper a:visited,
#content-wrapper a:active,
.toctogglelabel {
color: #009045 !important;
}
.toc, .toccolours, pre {
border: 1px solid #05082b;
background-color: #0d1033;
}
pre {
color: cornflowerblue;
}
.tocnumber {
color: #8e8e8e;
}
.navbar-nav a::before {
color: rgba(255,255,255,0.5);
}
 
#footer-poweredbyico { display: none; }
 
/* No background for Main Page */
/* Removing background image
.page-Introduction #content-wrapper {
background-color: transparent !important;
}
*/
 
/* Removing header changes
.p-navbar#mw-navigation {
max-width: 1130px;
left: 50% !important;
transform: translateX(-50%) !important;
}
 
.p-navbar.sticky#mw-navigation {
left: 50% !important;
transform: translateX(-50%) !important;
}
*/
 
/* No background color for Main Page */
.page-Introduction .flex-fill.pb-5.container#content-wrapper {
background-color: #000000 !important;
}
}

Revision as of 02:19, 13 December 2022

/* CSS placed here will be applied to all skins */

a, :target {
  scroll-behavior: smooth;
}
.ve-available.ve-activated.ve-active img {
  max-width: 100% !important;
  height: auto;
}
#sidebar-wrapper {
	transition: background-image 1s;
}