Difference between revisions of "MediaWiki:Common.css"

From Wilderness Guardians
Jump to navigation Jump to search
Line 28: Line 28:
 
.vectorTabs, .vectorTabs SPAN { background-image: none !important; }
 
.vectorTabs, .vectorTabs SPAN { background-image: none !important; }
 
.vectorTabs UL {
 
.vectorTabs UL {
margin: 5px !important;
 
 
  background-color: #171717 !important;
 
  background-color: #171717 !important;
 
}
 
}
 
.vectorTabs LI {
 
.vectorTabs LI {
 +
margin: 5px !important;
 
  background-image: url("https://www.wildernessguardians.com/w/skins/Vio/texture3.png") !important;
 
  background-image: url("https://www.wildernessguardians.com/w/skins/Vio/texture3.png") !important;
 
  background-repeat: repeat-x !important;
 
  background-repeat: repeat-x !important;

Revision as of 09:20, 13 March 2025

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

BODY, #mw-head {
 background-image: url("https://www.wildernessguardians.com/w/skins/Vio/fond-dark.png") !important;
}

.mw-body {
 background-image: url("https://www.wildernessguardians.com/w/skins/Vio/fond8-dark.png") !important;
 color: #858b94 !important;
 border-width: 16px 1px 16px 16px !important;
 border-image: url("https://www.wildernessguardians.com/w/skins/Vio/col-border-dark.png") 16 round !important;
 box-shadow: inset 0 0 32px black;
}

A:link, A:visited, A:active {
 color: #765f9f !important;
}

A:hover { 
 color: #beb4cd !important;
}

H1, H2, H3, H4, H5, H6 {
 color: #cda473 !important;
 border-color: #cda473 !important;
}

.vectorTabs, .vectorTabs SPAN { background-image: none !important; }
.vectorTabs UL {
 background-color: #171717 !important;
}
.vectorTabs LI {
 margin: 5px !important;
 background-image: url("https://www.wildernessguardians.com/w/skins/Vio/texture3.png") !important;
 background-repeat: repeat-x !important;
}

.toc {
 background-color: #171717 !important;
}