Difference between revisions of "MediaWiki:Common.css"

From Wilderness Guardians
Jump to navigation Jump to search
Line 23: Line 23:
 
}
 
}
  
.vectorTabs {
+
.vectorTabs LI {
 
  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;
 
}
 
}

Revision as of 08:57, 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;
}

A:link, A:visited, A:active {
 color: #5f9f9f !important;
}

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

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

.vectorTabs LI {
 background-image: url("https://www.wildernessguardians.com/w/skins/Vio/texture3.png") !important;
}

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