Difference between revisions of "MediaWiki:Common.css"

From Wilderness Guardians
Jump to navigation Jump to search
Line 8: Line 8:
 
  background-image: url("https://www.wildernessguardians.com/w/skins/Vio/fond8-dark.png") !important;
 
  background-image: url("https://www.wildernessguardians.com/w/skins/Vio/fond8-dark.png") !important;
 
  color: #858b94 !important;
 
  color: #858b94 !important;
  text-shadow: 4px 4px 4px black !important;
+
  text-shadow: 2px 2px 2px black !important;
 
  border-width: 16px 1px 16px 16px !important;
 
  border-width: 16px 1px 16px 16px !important;
 
  border-image: url("https://www.wildernessguardians.com/w/skins/Vio/purple-border.png") 20 round !important;
 
  border-image: url("https://www.wildernessguardians.com/w/skins/Vio/purple-border.png") 20 round !important;

Revision as of 09:40, 13 March 2025

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

BODY, #mw-head, #mw-page-base {
 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;
 text-shadow: 2px 2px 2px black !important;
 border-width: 16px 1px 16px 16px !important;
 border-image: url("https://www.wildernessguardians.com/w/skins/Vio/purple-border.png") 20 round !important;
 box-shadow: inset 0 0 20px black;
}

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

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

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

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

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

.infobox {
 float: right;
 max-width: 300px;
 margin: 0 0 5px 5px;
 background-color: #171717;
 padding: 5px;
}