Difference between revisions of "MediaWiki:Common.css"

From Wilderness Guardians
Jump to navigation Jump to search
Line 37: Line 37:
  
 
.wikitable {
 
.wikitable {
 +
border: 1px solid black !important;
 
  padding: 2px;
 
  padding: 2px;
 
  background-color: #111;
 
  background-color: #111;
Line 58: Line 59:
 
TH {
 
TH {
 
  border: 0 !important;
 
  border: 0 !important;
background-color: black !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 10:06, 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;
 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 40px 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: #111 !important;
}

.wikitable {
 border: 1px solid black !important;
 padding: 2px;
 background-color: #111;
}

.wikitable TD { border: 1px solid black !important; }

.infobox {
 float: right;
 max-width: 300px;
 border-style: solid !important;
 border-width: 8px !important;
 border-image: url("https://www.wildernessguardians.com/w/skins/Vio/gold-border.png") 8 round !important;
 margin: 0 0 5px 5px;
 background-color: #111;
 box-shadow: 0 0 16px black;
}

.infobox TD { padding: 2px 5px; }

TH {
 border: 0 !important;
 background-image: url("https://www.wildernessguardians.com/w/skins/Vio/texture3.png") !important;
 background-repeat: repeat-x !important;
 font-size: 13pt !important;
 color: #bea97a !important;
 padding: 0 !important;
}