Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(49 intermediate revisions by the same user not shown) | |||
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; | ||
− | border-width: | + | border-width: 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; | ||
box-shadow: inset 0 0 40px black; | box-shadow: inset 0 0 40px black; | ||
} | } | ||
− | A:link, A:visited, A:active { | + | A:link, A:visited, A:active, .toctogglelabel { |
color: #765f9f !important; | color: #765f9f !important; | ||
} | } | ||
Line 21: | Line 21: | ||
} | } | ||
− | H1, H2, H3, H4, H5, H6 { | + | A.new { color: #A00 !important; } |
+ | |||
+ | H1, H2, H3, H4, H5, H6, #simpleSearch INPUT { | ||
color: #bea97a !important; | color: #bea97a !important; | ||
border-color: #bea97a !important; | border-color: #bea97a !important; | ||
Line 32: | Line 34: | ||
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; | ||
+ | } | ||
+ | |||
+ | #simpleSearch { | ||
+ | background-color: #111; | ||
+ | background-image: none !important; | ||
+ | border: 1px solid black; | ||
+ | color: #aaa !important; | ||
} | } | ||
.toc, .gallery { | .toc, .gallery { | ||
background-color: #111; | background-color: #111; | ||
− | border: | + | border-style: solid; |
− | border-image: url("https://www.wildernessguardians.com/w/skins/Vio/ | + | border-width: 8px; |
+ | border-image: url("https://www.wildernessguardians.com/w/skins/Vio/gold-border.png") 8 round; | ||
box-shadow: inset 0 0 16px black; | box-shadow: inset 0 0 16px black; | ||
+ | } | ||
+ | |||
+ | .gallery { | ||
+ | clear: both; | ||
+ | background-color: #110615 !important; | ||
+ | text-align: center; | ||
+ | padding: 5px !important; | ||
+ | } | ||
+ | |||
+ | .gallerycaption { | ||
+ | font-family: 'Linux Libertine', 'Georgia', 'Times', serif !important; | ||
+ | font-weight: normal !important; | ||
+ | font-size: 1.25em !important; | ||
+ | color: #bea97a !important; | ||
+ | } | ||
+ | |||
+ | .gallery .thumb { | ||
+ | border: 1px solid black !important; | ||
+ | background-color: #111 !important; | ||
} | } | ||
Line 63: | Line 92: | ||
float: right; | float: right; | ||
max-width: 300px; | max-width: 300px; | ||
− | border-style: solid | + | border-style: solid; |
− | border-width: 8px | + | border-width: 8px; |
− | border-image: url("https://www.wildernessguardians.com/w/skins/Vio/gold-border.png") 8 round | + | border-image: url("https://www.wildernessguardians.com/w/skins/Vio/gold-border.png") 8 round; |
margin: 0 0 5px 5px; | margin: 0 0 5px 5px; | ||
background-color: #111; | background-color: #111; | ||
Line 84: | Line 113: | ||
.thumbimage { | .thumbimage { | ||
+ | background: none !important; | ||
border: 0 !important; | border: 0 !important; | ||
max-width: 290px !important; | max-width: 290px !important; | ||
+ | box-shadow: 0 0 5px black; | ||
} | } | ||
Line 91: | Line 122: | ||
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; | ||
− | font-size: 13pt | + | font-size: 13pt; |
color: #bea97a !important; | color: #bea97a !important; | ||
padding: 0 5px !important; | padding: 0 5px !important; | ||
Line 106: | Line 137: | ||
} | } | ||
− | . | + | Q { display: block; background-color: #000000AA; padding: 10px; border: 1px solid #bea97a; border-radius: 5px; color: #CCC; } |
− | . | + | |
+ | MARK { background: none; color: white; text-shadow: 0 0 5px #FC0 !important; } | ||
+ | |||
+ | .references { font-size: 9pt; } | ||
+ | .external:link, .external:visited { color: #5f9f9f !important; } | ||
+ | .external:hover { color: #b4cdcd !important; } | ||
+ | |||
+ | #footer LI { color: #666 !important; } |
Latest revision as of 03:50, 10 April 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 !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, .toctogglelabel { color: #765f9f !important; } A:hover { color: #beb4cd !important; } A.new { color: #A00 !important; } H1, H2, H3, H4, H5, H6, #simpleSearch INPUT { color: #bea97a !important; border-color: #bea97a !important; } HR { background-color: #bea97a; } .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; } #simpleSearch { background-color: #111; background-image: none !important; border: 1px solid black; color: #aaa !important; } .toc, .gallery { background-color: #111; border-style: solid; border-width: 8px; border-image: url("https://www.wildernessguardians.com/w/skins/Vio/gold-border.png") 8 round; box-shadow: inset 0 0 16px black; } .gallery { clear: both; background-color: #110615 !important; text-align: center; padding: 5px !important; } .gallerycaption { font-family: 'Linux Libertine', 'Georgia', 'Times', serif !important; font-weight: normal !important; font-size: 1.25em !important; color: #bea97a !important; } .gallery .thumb { border: 1px solid black !important; background-color: #111 !important; } .wikitable { border: 1px solid black !important; padding: 2px; background-color: #111; color: #858b94 !important; box-shadow: 0 0 5px black; } .wikitable TH { border: 1px solid black !important; } .wikitable TD { border: 1px solid black !important; } CAPTION { height: 42px; background-image: url("https://www.wildernessguardians.com/w/skins/Vio/logobg3.png") !important; font-size: 12pt; font-weight: bold; color: #ccc; } .infobox, .thumb { float: right; max-width: 300px; border-style: solid; border-width: 8px; border-image: url("https://www.wildernessguardians.com/w/skins/Vio/gold-border.png") 8 round; margin: 0 0 5px 5px; background-color: #111; box-shadow: 0 0 16px black; } .infobox TD { vertical-align: top; padding: 2px 5px; font-size: 9pt; } .thumbinner { width: 292px !important; background-color: #111 !important; border: 0 !important; } .thumbimage { background: none !important; border: 0 !important; max-width: 290px !important; box-shadow: 0 0 5px black; } TH { background-image: url("https://www.wildernessguardians.com/w/skins/Vio/texture3.png") !important; background-repeat: repeat-x !important; font-size: 13pt; color: #bea97a !important; padding: 0 5px !important; } .catlinks { margin-top: 5px; height: 25px; background-image: url("https://www.wildernessguardians.com/w/skins/Vio/texture3.png") !important; background-repeat: repeat-x !important; border: 0; box-shadow: 0 0 5px black; padding: 2px 5px; } Q { display: block; background-color: #000000AA; padding: 10px; border: 1px solid #bea97a; border-radius: 5px; color: #CCC; } MARK { background: none; color: white; text-shadow: 0 0 5px #FC0 !important; } .references { font-size: 9pt; } .external:link, .external:visited { color: #5f9f9f !important; } .external:hover { color: #b4cdcd !important; } #footer LI { color: #666 !important; }