Screamer Forums and Screamer gallery have returned.
The Screamer Forums will likely remain read only unless it's known that it will be active, since forums in general are kind of dead because of Discord.
MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
ok i'm not evil Tag: Undo |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
/* Soccer-themed dark mode */ | |||
@font-face { | @font-face { | ||
font-family: "Rubik"; | font-family: "Rubik"; | ||
| Line 7: | Line 8: | ||
font-weight: normal; | font-weight: normal; | ||
font-style: normal; | font-style: normal; | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: "Rubik"; | font-family: "Rubik"; | ||
src: url("/resources/assets/Rubik-Bold.woff2") format("woff2"); | src: url("/resources/assets/Rubik-Bold.woff2") format("woff2"); | ||
| Line 16: | Line 17: | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: "Rubik"; | font-family: "Rubik"; | ||
src: url("/resources/assets/Rubik-Italic.woff2") format("woff2"); | src: url("/resources/assets/Rubik-Italic.woff2") format("woff2"); | ||
| Line 33: | Line 34: | ||
} | } | ||
.Navboxcss { | .Navboxcss { | ||
background: rgb( | background: rgb(0,36,2); | ||
background: linear-gradient(90deg, rgba( | background: linear-gradient(90deg, rgba(0,36,2,1) 0%, rgba(9,121,30,1) 51%, rgba(76,175,80,1) 100%); | ||
} | } | ||
.font-face{ | .font-face{ | ||
font-size: 90% | font-size: 90% | ||
} | } | ||
.mw-editsection { | .mw-editsection { | ||
padding-left: 10px; | padding-left: 10px; | ||
} | } | ||
.toctogglelabel { | .toctogglelabel { | ||
color: # | color: #4CAF50; | ||
} | } | ||
| Line 56: | Line 57: | ||
.navbox { /* Navbox container style */ | .navbox { /* Navbox container style */ | ||
box-sizing: border-box; | box-sizing: border-box; | ||
border: 1px solid # | border: 1px solid #2E7D32; | ||
width: 100%; | width: 100%; | ||
clear: both; | clear: both; | ||
| Line 94: | Line 95: | ||
.navbox, | .navbox, | ||
.navbox-subgroup { | .navbox-subgroup { | ||
background-color: # | background-color: #1a2e1a; /* Background color */ | ||
} | } | ||
.navbox-list { | .navbox-list { | ||
line-height: 1.5em; | line-height: 1.5em; | ||
border-color: # | border-color: #1a2e1a; /* Must match background color */ | ||
} | } | ||
| Line 107: | Line 108: | ||
tr + tr > .navbox-image, | tr + tr > .navbox-image, | ||
tr + tr > .navbox-list { /* Borders above 2nd, 3rd, etc. rows */ | tr + tr > .navbox-list { /* Borders above 2nd, 3rd, etc. rows */ | ||
border-top: 2px solid # | border-top: 2px solid #1a2e1a; /* Must match background color */ | ||
} | } | ||
.navbox th, | .navbox th, | ||
.navbox-title { | .navbox-title { | ||
background-color: # | background-color: #1B5E20; /* Level 1 color - deep green */ | ||
} | } | ||
| Line 118: | Line 119: | ||
th.navbox-group, | th.navbox-group, | ||
.navbox-subgroup .navbox-title { | .navbox-subgroup .navbox-title { | ||
background-color: # | background-color: #2E7D32; /* Level 2 color - medium green */ | ||
} | } | ||
.navbox-subgroup .navbox-group, | .navbox-subgroup .navbox-group, | ||
.navbox-subgroup .navbox-abovebelow { | .navbox-subgroup .navbox-abovebelow { | ||
background-color: # | background-color: #33472e; /* Level 3 color - muted green */ | ||
} | } | ||
.navbox-even { | .navbox-even { | ||
background-color: # | background-color: #1f2e1f; /* Even row striping */ | ||
} | } | ||
| Line 178: | Line 179: | ||
hr { | hr { | ||
color: # | color: #1f2e1f; | ||
} | } | ||
pre { | pre { | ||
color: #ccc; | color: #ccc; | ||
background-color: # | background-color: #263326; | ||
border: none; | border: none; | ||
} | } | ||
| Line 191: | Line 192: | ||
.wikiEditor-ui-toolbar { | .wikiEditor-ui-toolbar { | ||
color: #ccc !important; | color: #ccc !important; | ||
background-color: # | background-color: #263326 !important; | ||
border: none; | border: none; | ||
} | } | ||
| Line 200: | Line 201: | ||
.CategoryTreeToggle { | .CategoryTreeToggle { | ||
color: # | color: #4CAF50; | ||
} | } | ||
.editOptions { | .editOptions { | ||
color: #a8a8a8; | color: #a8a8a8; | ||
background-color: # | background-color: #1a2e1a; | ||
border-color: # | border-color: #263326; | ||
} | } | ||
| Line 236: | Line 237: | ||
.oo-ui-tabOptionWidget, | .oo-ui-tabOptionWidget, | ||
.oo-ui-tabSelectWidget-framed { | .oo-ui-tabSelectWidget-framed { | ||
color: # | color: #4CAF50 !important; | ||
} | } | ||
.oo-ui-window-body { | .oo-ui-window-body { | ||
color: lightgray | color: lightgray !important; | ||
} | } | ||
| Line 250: | Line 251: | ||
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle, | .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle, | ||
.oo-ui-menuSelectWidget { | .oo-ui-menuSelectWidget { | ||
background-color: # | background-color: #263326 !important; | ||
} | } | ||
.oo-ui-tabSelectWidget-framed, | .oo-ui-tabSelectWidget-framed, | ||
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle { | .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle { | ||
border-color: # | border-color: #263326 !important; | ||
} | } | ||
| Line 262: | Line 263: | ||
.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected, | .oo-ui-menuOptionWidget.oo-ui-optionWidget-selected, | ||
.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted { | .oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted { | ||
background-color: # | background-color: #2a4a2a !important; | ||
border-color: # | border-color: #263326 !important; | ||
} | } | ||
| Line 270: | Line 271: | ||
.oo-ui-popupWidget-popup { | .oo-ui-popupWidget-popup { | ||
color: #a8a8a8 !important; | color: #a8a8a8 !important; | ||
background-color: # | background-color: #2a4a2a !important; | ||
border-color: # | border-color: #263326 !important; | ||
} | } | ||
| Line 295: | Line 296: | ||
.mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected) | .mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected) | ||
{ | { | ||
background-color: # | background-color: #2a4a2a !important; | ||
} | } | ||
| Line 309: | Line 310: | ||
input, | input, | ||
textarea { | textarea { | ||
background-color: # | background-color: #263326; | ||
border-color: # | border-color: #263326; | ||
color: #c1c1c1; | color: #c1c1c1; | ||
} | } | ||
| Line 318: | Line 319: | ||
.ace-tm .ace_gutter-active-line, | .ace-tm .ace_gutter-active-line, | ||
.codeEditor-status { | .codeEditor-status { | ||
background-color: # | background-color: #263326 !important; | ||
color: #c1c1c1 !important; | color: #c1c1c1 !important; | ||
} | } | ||
| Line 327: | Line 328: | ||
.ace-tm .ace_marker-layer .ace_selection { | .ace-tm .ace_marker-layer .ace_selection { | ||
background-color: # | background-color: #2a4a2a !important; | ||
} | } | ||
| Line 333: | Line 334: | ||
.ace-tm .ace_gutter, | .ace-tm .ace_gutter, | ||
.ace-tm .ace_gutter-active-line { | .ace-tm .ace_gutter-active-line { | ||
border-color: # | border-color: #263326 !important; | ||
} | } | ||
.codeEditor-status { | .codeEditor-status { | ||
background-color: # | background-color: #263326 !important; | ||
} | } | ||
.ace-tm .ace_constant { | .ace-tm .ace_constant { | ||
color: # | color: #FF6B6B !important; | ||
} | } | ||
| Line 354: | Line 355: | ||
.uls-menu, .mw-mmv-dialog { | .uls-menu, .mw-mmv-dialog { | ||
background-color: # | background-color: #2a4a2a !important; | ||
} | } | ||
| Line 364: | Line 365: | ||
.uls-menu .uls-search { | .uls-menu .uls-search { | ||
border-top-color: # | border-top-color: #4CAF50 !important; | ||
border-bottom-color: # | border-bottom-color: #4CAF50 !important; | ||
} | } | ||
.uls-menu .uls-filtersuggestion { | .uls-menu .uls-filtersuggestion { | ||
background-color: # | background-color: #3a6b3a !important; | ||
} | } | ||
| Line 384: | Line 385: | ||
.uls-lcd-region-section ul li:hover, | .uls-lcd-region-section ul li:hover, | ||
.rc-footer { | .rc-footer { | ||
background-color: # | background-color: #335533 !important; | ||
} | } | ||
| Line 399: | Line 400: | ||
.mw-mmv-post-image,.mw-mmv-image-metadata{ | .mw-mmv-post-image,.mw-mmv-image-metadata{ | ||
background-color: # | background-color: #263326 !important; | ||
} | } | ||
| Line 432: | Line 433: | ||
.smw-ask-otheroptions tr { | .smw-ask-otheroptions tr { | ||
background: # | background: #1f2e1f none repeat scroll 0% 0% !important; | ||
} | } | ||
a { | a { | ||
color: # | color: #4CAF50 !important; | ||
} | } | ||
a.new { | a.new { | ||
color: # | color: #FF6B6B !important; | ||
} | } | ||
| Line 449: | Line 450: | ||
div.thumbinner, | div.thumbinner, | ||
.catlinks { | .catlinks { | ||
background-color: # | background-color: #263326; | ||
border-color: # | border-color: #2E7D32 | ||
} | } | ||
| Line 457: | Line 458: | ||
ul#filetoc, | ul#filetoc, | ||
li.gallerybox div.thumb { | li.gallerybox div.thumb { | ||
background-color: # | background-color: #1f2e1f; | ||
border-color: # | border-color: #2E7D32 | ||
} | } | ||
figure, figcaption { | figure, figcaption { | ||
background-color: # | background-color: #1f2e1f !important; | ||
border-color: # | border-color: #1f2e1f !important; | ||
border-style: solid !important; | border-style: solid !important; | ||
border-width: 2px !important; | border-width: 2px !important; | ||
| Line 480: | Line 481: | ||
pre { | pre { | ||
color: #c1c1c1; | color: #c1c1c1; | ||
background-color: # | background-color: #263326; | ||
border-color: # | border-color: #2E7D32 | ||
} | } | ||
table.mw_metadata th, | table.mw_metadata th, | ||
table.wikitable>*>tr>th { | table.wikitable>*>tr>th { | ||
background-color: # | background-color: #1B5E20 | ||
} | } | ||
.infobox>caption, | .infobox>caption, | ||
.navbox2 th { | .navbox2 th { | ||
background: # | background: #1B5E20; | ||
} | } | ||
.infobox th { | .infobox th { | ||
background: # | background: #263326; | ||
} | } | ||
| Line 512: | Line 513: | ||
border-collapse: collapse; | border-collapse: collapse; | ||
background-color: transparent; | background-color: transparent; | ||
color: # | color: #FFD700; | ||
} | } | ||
| Line 530: | Line 531: | ||
.mw-datatable th, | .mw-datatable th, | ||
#rc-imageselect { | #rc-imageselect { | ||
background-color: # | background-color: #263326 !important; | ||
} | } | ||
| Line 547: | Line 548: | ||
.oo-ui-tagMultiselectWidget-handle, | .oo-ui-tagMultiselectWidget-handle, | ||
div#simpleSearch #searchInput{ | div#simpleSearch #searchInput{ | ||
background-color: # | background-color: #263326 !important; | ||
color: #C1C1C1 !important; | color: #C1C1C1 !important; | ||
} | } | ||
| Line 557: | Line 558: | ||
div#simpleSearch #searchButton { | div#simpleSearch #searchButton { | ||
background-color: rgba( | background-color: rgba(76, 175, 80, 0.27)!important; | ||
} | } | ||
.oo-ui-messageDialog-text label { | .oo-ui-messageDialog-text label { | ||
| Line 567: | Line 568: | ||
.mw-ui-button { | .mw-ui-button { | ||
color: #ffffff !important; | color: #ffffff !important; | ||
background-color: # | background-color: #2E7D32 !important; | ||
border-color: # | border-color: #2E7D32 !important; | ||
} | } | ||
| Line 574: | Line 575: | ||
.mw-ui-button:hover { | .mw-ui-button:hover { | ||
color: #ffffff !important; | color: #ffffff !important; | ||
background-color: # | background-color: #FFD700 !important; | ||
border-color: # | border-color: #FFD700 !important; | ||
} | } | ||
| Line 581: | Line 582: | ||
.oo-ui-dropdownInputWidget.oo-ui-widget-enabled, | .oo-ui-dropdownInputWidget.oo-ui-widget-enabled, | ||
.mw-ui-checkbox:not(#noop) input[type="checkbox"] + label::before { | .mw-ui-checkbox:not(#noop) input[type="checkbox"] + label::before { | ||
background-color: # | background-color: #263326 !important; | ||
} | } | ||
| Line 589: | Line 590: | ||
table.diff { | table.diff { | ||
background-color: # | background-color: #263326; | ||
} | } | ||
td .diffchange { | td .diffchange { | ||
color: # | color: #263326; | ||
} | } | ||
| Line 614: | Line 615: | ||
display: flex; | display: flex; | ||
gap: 2px; | gap: 2px; | ||
border-bottom: 1px solid # | border-bottom: 1px solid #2E7D32; | ||
background: transparent; | background: transparent; | ||
margin: 0; | margin: 0; | ||
| Line 625: | Line 626: | ||
display: block; | display: block; | ||
padding: .6em .9em; | padding: .6em .9em; | ||
background: # | background: #141e14; | ||
color: # | color: #4CAF50; | ||
text-decoration: none; | text-decoration: none; | ||
border: 1px solid # | border: 1px solid #4CAF50; | ||
border-bottom: none; | border-bottom: none; | ||
transition: background .2s, color .2s; | transition: background .2s, color .2s; | ||
| Line 635: | Line 636: | ||
#p-namespaces li a:hover, | #p-namespaces li a:hover, | ||
#p-views li a:hover { | #p-views li a:hover { | ||
background: # | background: #1f2e1f; | ||
color: #fff; | color: #fff; | ||
} | } | ||
| Line 641: | Line 642: | ||
#p-namespaces .selected a, | #p-namespaces .selected a, | ||
#p-views .selected a { | #p-views .selected a { | ||
background: # | background: #1a2e1a; | ||
color: # | color: #FFD700; | ||
font-weight: bold; | font-weight: bold; | ||
border: 2px solid # | border: 2px solid #4CAF50; | ||
border-bottom: none; | border-bottom: none; | ||
position: relative; | position: relative; | ||
| Line 653: | Line 654: | ||
#p-namespaces li a.new, | #p-namespaces li a.new, | ||
#p-views li a.new { | #p-views li a.new { | ||
color: # | color: #FF6B6B !important; | ||
} | } | ||
| Line 659: | Line 660: | ||
display: inline-block; | display: inline-block; | ||
padding: .6em .9em; | padding: .6em .9em; | ||
background: # | background: #141e14; | ||
color: # | color: #4CAF50; | ||
border: 1px solid # | border: 1px solid #4CAF50; | ||
border-bottom: none; | border-bottom: none; | ||
cursor: pointer; | cursor: pointer; | ||
| Line 667: | Line 668: | ||
#p-cactions .vector-menu-content-list { | #p-cactions .vector-menu-content-list { | ||
background: # | background: #1a2e1a; | ||
border: 1px solid # | border: 1px solid #4CAF50; | ||
} | } | ||
| Line 674: | Line 675: | ||
display: block; | display: block; | ||
padding: .4em .8em; | padding: .4em .8em; | ||
background: # | background: #1a2e1a; | ||
color: #c1c1c1; | color: #c1c1c1; | ||
border-bottom: 1px solid # | border-bottom: 1px solid #2E7D32; | ||
} | } | ||
#p-cactions .vector-menu-content-list li a:hover { | #p-cactions .vector-menu-content-list li a:hover { | ||
background: # | background: #1f2e1f; | ||
color: #fff; | color: #fff; | ||
} | } | ||
| Line 692: | Line 693: | ||
.vector-menu-tabs li.selected { | .vector-menu-tabs li.selected { | ||
border: 1px solid # | border: 1px solid #4CAF50 !important; | ||
background: # | background: #1a2e1a; | ||
} | } | ||
.vector-menu-tabs li.selected a { | .vector-menu-tabs li.selected a { | ||
color: # | color: #4CAF50 !important; | ||
} | } | ||
#mw-navigation #mw-panel div.portal { | #mw-navigation #mw-panel div.portal { | ||
background-image: none; | background-image: none; | ||
border-top: 1px solid # | border-top: 1px solid #263326 | ||
} | } | ||
| Line 723: | Line 724: | ||
body { | body { | ||
background-color: # | background-color: #141e14 | ||
} | } | ||
| Line 729: | Line 730: | ||
margin-left: 10em; | margin-left: 10em; | ||
padding: 1em; | padding: 1em; | ||
border: 1px solid # | border: 1px solid #4CAF50; | ||
border-right-width: 0; | border-right-width: 0; | ||
margin-top: -1px; | margin-top: -1px; | ||
background-color: # | background-color: #1a2e1a; | ||
color: #c1c1c1; | color: #c1c1c1; | ||
direction: ltr | direction: ltr | ||
| Line 937: | Line 938: | ||
position: relative; | position: relative; | ||
min-height: 1px; | min-height: 1px; | ||
border: solid 1px # | border: solid 1px #2E7D32; | ||
color: black; | color: black; | ||
background-color: white; | background-color: white; | ||
| Line 1,040: | Line 1,041: | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
background-color: # | background-color: #1f2e1f; | ||
background-image: url('images/tab-normal-fade.png'); | background-image: url('images/tab-normal-fade.png'); | ||
background-position: bottom left; | background-position: bottom left; | ||
| Line 1,053: | Line 1,054: | ||
div.darkvectorTabs li.new a, | div.darkvectorTabs li.new a, | ||
div.darkvectorTabs li.new a:visited { | div.darkvectorTabs li.new a:visited { | ||
color: # | color: #FF6B6B | ||
} | } | ||
| Line 1,062: | Line 1,063: | ||
div.darkvectorTabs li.selected a, | div.darkvectorTabs li.selected a, | ||
div.darkvectorTabs li.selected a:visited { | div.darkvectorTabs li.selected a:visited { | ||
color: # | color: #FFD700; | ||
text-decoration: none | text-decoration: none | ||
} | } | ||
| Line 1,076: | Line 1,077: | ||
padding-left: .5em; | padding-left: .5em; | ||
padding-right: .5em; | padding-right: .5em; | ||
color: # | color: #4CAF50; | ||
cursor: pointer; | cursor: pointer; | ||
font-size: .8em | font-size: .8em | ||
| Line 1,167: | Line 1,168: | ||
top: 2.5em; | top: 2.5em; | ||
left: -1px; | left: -1px; | ||
background-color: | background-color: #1a2e1a; | ||
border: solid 1px | border: solid 1px #2E7D32; | ||
border-top-width: 0; | border-top-width: 0; | ||
clear: both; | clear: both; | ||
| Line 1,210: | Line 1,211: | ||
padding: .5em; | padding: .5em; | ||
white-space: nowrap; | white-space: nowrap; | ||
color: # | color: #4CAF50; | ||
cursor: pointer; | cursor: pointer; | ||
font-size: .8em | font-size: .8em | ||
| Line 1,221: | Line 1,222: | ||
div.darkvectorMenu li.selected a, | div.darkvectorMenu li.selected a, | ||
div.darkvectorMenu li.selected a:visited { | div.darkvectorMenu li.selected a:visited { | ||
color: # | color: #FFD700; | ||
text-decoration: none | text-decoration: none | ||
} | } | ||
| Line 1,356: | Line 1,357: | ||
background-position: bottom left; | background-position: bottom left; | ||
background-repeat: repeat-x; | background-repeat: repeat-x; | ||
background-color: # | background-color: #141e14; | ||
background-image:-moz-linear-gradient(top, #1a2e1a 50%, #141e14 100%); | |||
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, # | background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #1a2e1a), color-stop(100%, #141e14)); | ||
background-image:-webkit-linear-gradient(top, # | background-image:-webkit-linear-gradient(top, #1a2e1a 50%, #141e14 100%); | ||
background-image:linear-gradient(# | background-image:linear-gradient(#1a2e1a 50%, #141e14 100%); | ||
} | } | ||
| Line 1,466: | Line 1,467: | ||
#mw-panel .portal .body ul li a { | #mw-panel .portal .body ul li a { | ||
color: # | color: #4CAF50 | ||
} | } | ||
#mw-panel .portal .body ul li a:visited { | #mw-panel .portal .body ul li a:visited { | ||
color: # | color: #FFD700 | ||
} | } | ||
| Line 1,486: | Line 1,487: | ||
} | } | ||
.mw-prefs-buttons { | .mw-prefs-buttons { | ||
background-color: # | background-color: #1f2e1f /*make background less glaring under buttons */ | ||
} | } | ||
| Line 1,545: | Line 1,546: | ||
list-style-type:inherit; | list-style-type:inherit; | ||
background-color: transparent; | background-color: transparent; | ||
border-color:# | border-color:#2E7D32; | ||
color: # | color: #4CAF50 | ||
} | } | ||
.toctogglelabel { | .toctogglelabel { | ||
cursor: pointer; | cursor: pointer; | ||
color: # | color: #4CAF50 | ||
} | } | ||
.mw-changeslist-legend { | .mw-changeslist-legend { | ||
color: #a9a9a9; | color: #a9a9a9; | ||
background-color: # | background-color: #1f2e1f !important; | ||
} | } | ||
ol.references li:target { | ol.references li:target { | ||
background-color: # | background-color: #1B5E20 | ||
} | } | ||
sup.reference:target { | sup.reference:target { | ||
background-color: # | background-color: #1B5E20 | ||
} | } | ||
.mw-editfont-monospace { | .mw-editfont-monospace { | ||
background-color: # | background-color: #162816 | ||
} | } | ||
.diff.diff-contentalign-left { | .diff.diff-contentalign-left { | ||
background-color: # | background-color: #162816 | ||
} | } | ||
.catlinks { | .catlinks { | ||
background-color: # | background-color: #162816 | ||
} | } | ||
.mw-createacct-benefits-list p { | .mw-createacct-benefits-list p { | ||
color: #c9c9c9 | color: #c9c9c9 | ||
} | } | ||
div#mw-panel div.portal div.body ul li a:visited{color:# | div#mw-panel div.portal div.body ul li a:visited{color:#FFD700} | ||
div#mw-panel div.portal div.body ul li a{color:# | div#mw-panel div.portal div.body ul li a{color:#4CAF50} | ||
div#mw-panel div.portal h3 {color:#7c7c7c} | div#mw-panel div.portal h3 {color:#7c7c7c} | ||
/* Portable Infobox CSS here */ | /* Portable Infobox CSS here */ | ||
.portable-infobox.pi-background { | .portable-infobox.pi-background { | ||
background-color: # | background-color: #162816; | ||
border-color: # | border-color: #2E7D32; | ||
} | } | ||
.portable-infobox .pi-secondary-background { | .portable-infobox .pi-secondary-background { | ||
background-color: # | background-color: #2E7D32; | ||
} | } | ||
.portable-infobox .pi-header{ | .portable-infobox .pi-header{ | ||
| Line 1,591: | Line 1,592: | ||
} | } | ||
.portable-infobox .pi-title { | .portable-infobox .pi-title { | ||
background-color: # | background-color: #2E7D32; | ||
font-size: 125%; | font-size: 125%; | ||
color: #FFFFFF; | color: #FFFFFF; | ||
| Line 1,598: | Line 1,599: | ||
} | } | ||
.portable-infobox .pi-border-color{ | .portable-infobox .pi-border-color{ | ||
border-color: # | border-color: #1f3a1f; | ||
} | } | ||
.portable-infobox { | .portable-infobox { | ||
width:270px; | width:270px; | ||
border: 1px solid # | border: 1px solid #2E7D32; | ||
border-radius: 4px 4px 2px 2px; | border-radius: 4px 4px 2px 2px; | ||
} | } | ||
.portable-infobox .pi-horizontal-group-item.pi-data-label{ | .portable-infobox .pi-horizontal-group-item.pi-data-label{ | ||
background-color: # | background-color: #162816; | ||
} | } | ||
.portable-infobox .pi-horizontal-group-item.pi-data-value{ | .portable-infobox .pi-horizontal-group-item.pi-data-value{ | ||
background-color: # | background-color: #162816; | ||
} | } | ||
| Line 1,672: | Line 1,673: | ||
-webkit-border-radius: 0px !important; | -webkit-border-radius: 0px !important; | ||
border-radius: 0px !important; | border-radius: 0px !important; | ||
background: # | background: #4CAF50 !important; | ||
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important; | -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important; | ||
} | } | ||
::-webkit-scrollbar-thumb:window-inactive { | ::-webkit-scrollbar-thumb:window-inactive { | ||
background: # | background: #2E7D32 !important; | ||
} | } | ||
Revision as of 02:48, 1 April 2026
/* CSS placed here will affect users of the Vector skin */
/* Soccer-themed dark mode */
@font-face {
font-family: "Rubik";
src: url("/resources/assets/Rubik.woff2") format("woff2"),
url("/resources/assets/Rubik-Bold.woff2") format("woff2"),
url("/resources/assets/Rubik-Italic.woff2") format("woff2");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Rubik";
src: url("/resources/assets/Rubik-Bold.woff2") format("woff2");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "Rubik";
src: url("/resources/assets/Rubik-Italic.woff2") format("woff2");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: "Rubik";
src: url("/resources/assets/Rubik-Italic.woff2") format("woff2");
font-weight: bold;
font-style: italic;
}
body, .mw-headline {
font-family: "Rubik", "Arial", "Helvetica Neue", "Segoe UI", Rubix, sans-serif !important;
}
.Navboxcss {
background: rgb(0,36,2);
background: linear-gradient(90deg, rgba(0,36,2,1) 0%, rgba(9,121,30,1) 51%, rgba(76,175,80,1) 100%);
}
.font-face{
font-size: 90%
}
.mw-editsection {
padding-left: 10px;
}
.toctogglelabel {
color: #4CAF50;
}
.toc {
display: none;
}
/* Default style for navigation boxes */
.navbox { /* Navbox container style */
box-sizing: border-box;
border: 1px solid #2E7D32;
width: 100%;
clear: both;
font-size: 88%;
text-align: center;
padding: 1px;
margin: 1em auto 0; /* Prevent preceding content from clinging to navboxes */
}
.navbox .navbox {
margin-top: 0; /* No top margin for nested navboxes */
}
.navbox + .navbox {
margin-top: -1px; /* Single pixel border between adjacent navboxes */
}
.navbox-inner,
.navbox-subgroup {
width: 100%;
}
.navbox-group,
.navbox-title,
.navbox-abovebelow {
padding: 0.25em 1em; /* Title, group and above/below styles */
line-height: 1.5em;
text-align: center;
}
th.navbox-group { /* Group style */
white-space: nowrap;
/* @noflip */
text-align: right;
}
.navbox,
.navbox-subgroup {
background-color: #1a2e1a; /* Background color */
}
.navbox-list {
line-height: 1.5em;
border-color: #1a2e1a; /* Must match background color */
}
/* cell spacing for navbox cells */
tr + tr > .navbox-abovebelow,
tr + tr > .navbox-group,
tr + tr > .navbox-image,
tr + tr > .navbox-list { /* Borders above 2nd, 3rd, etc. rows */
border-top: 2px solid #1a2e1a; /* Must match background color */
}
.navbox th,
.navbox-title {
background-color: #1B5E20; /* Level 1 color - deep green */
}
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
background-color: #2E7D32; /* Level 2 color - medium green */
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
background-color: #33472e; /* Level 3 color - muted green */
}
.navbox-even {
background-color: #1f2e1f; /* Even row striping */
}
.navbox-odd {
background-color: transparent; /* Odd row striping */
}
.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
padding: 0.125em 0; /* Adjust hlist padding in navboxes */
}
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-parser-output .mw-collapsible-toggle {
font-weight: normal;
/* @noflip */
text-align: right;
padding-right: 0.2em;
padding-left: 0.2em;
}
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
/* @noflip */
float: left;
/* @noflip */
text-align: left;
}
/* Override Vector colour scheme to make it dark (compiled from modified LESS code) */
h1,
h2,
h3,
h4,
h5,
h6 {
color: #c1c1c1
}
div.mw-number-text {
color: #888 !important;
}
div.mw-number-text h3 {
color: #c1c1c1 !important;
}
hr {
color: #1f2e1f;
}
pre {
color: #ccc;
background-color: #263326;
border: none;
}
.CodeMirror,
.mw-code,
.wikiEditor-ui-toolbar {
color: #ccc !important;
background-color: #263326 !important;
border: none;
}
.doc {
background: transparent;
}
.CategoryTreeToggle {
color: #4CAF50;
}
.editOptions {
color: #a8a8a8;
background-color: #1a2e1a;
border-color: #263326;
}
#CodeMirror {
background-color: #FFFFFF !important;
}
.mw-undelete-revlist {
color: white;
}
#mw-delete-table label.oo-ui-labelElement-label {
color: white !important;
}
form.mw-htmlform .oo-ui-labelElement-label {
color: white;
}
#movepage-wrapper label.oo-ui-labelElement-label {
color: white !important;
}
#wpSummaryLabel label, #mw-editpage-minoredit label, #mw-editpage-watch label {
color: white !important;
}
.cancelLink .oo-ui-labelElement-label {
color: white !important;
}
.oo-ui-fieldLayout-header {
color: black !important;
}
.oo-ui-tabOptionWidget,
.oo-ui-tabSelectWidget-framed {
color: #4CAF50 !important;
}
.oo-ui-window-body {
color: lightgray !important;
}
.oo-ui-menuOptionWidget,
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle {
color: #a8a8a8 !important;
}
.oo-ui-tabSelectWidget-framed,
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle,
.oo-ui-menuSelectWidget {
background-color: #263326 !important;
}
.oo-ui-tabSelectWidget-framed,
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle {
border-color: #263326 !important;
}
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover,
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected,
.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected,
.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted {
background-color: #2a4a2a !important;
border-color: #263326 !important;
}
.mw-rcfilters-ui-filterMenuHeaderWidget-header,
.mw-rcfilters-ui-filterMenuSectionOptionWidget,
.oo-ui-popupWidget-popup {
color: #a8a8a8 !important;
background-color: #2a4a2a !important;
border-color: #263326 !important;
}
.mw-rcfilters-ui-filterMenuHeaderWidget-title,
.mw-rcfilters-ui-itemMenuOptionWidget-label-title,
.mw-rcfilters-ui-itemMenuOptionWidget-label-desc,
.mw-rcfilters-ui-datePopupWidget .mw-rcfilters-ui-valuePickerWidget-title,
.mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title,
.mw-rcfilters-ui-filterMenuSectionOptionWidget-header-title.oo-ui-labelElement-label,
.mw-rcfilters-ui-menuSelectWidget-footer {
color: #ccc !important;
}
.mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected)
{
color: #999 !important;
}
.mw-rcfilters-ui-filterMenuHeaderWidget-title,
.mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title,
.mw-rcfilters-ui-filterMenuSectionOptionWidget-header-title.oo-ui-labelElement-label,
.mw-rcfilters-ui-menuSelectWidget-footer,
.mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected)
{
background-color: #2a4a2a !important;
}
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected .oo-ui-labelElement-label {
border-bottom-color: transparent !important;
}
/* CSS for post-edit message */
#mw-notification-area .oo-ui-labelElement-label {
color: black !important;
}
input,
textarea {
background-color: #263326;
border-color: #263326;
color: #c1c1c1;
}
.ace-tm,
.ace-tm .ace_gutter,
.ace-tm .ace_gutter-active-line,
.codeEditor-status {
background-color: #263326 !important;
color: #c1c1c1 !important;
}
.ace-tm .ace_print-margin {
background: none !important;
}
.ace-tm .ace_marker-layer .ace_selection {
background-color: #2a4a2a !important;
}
.ace-tm,
.ace-tm .ace_gutter,
.ace-tm .ace_gutter-active-line {
border-color: #263326 !important;
}
.codeEditor-status {
background-color: #263326 !important;
}
.ace-tm .ace_constant {
color: #FF6B6B !important;
}
.ace-tm .ace_cursor {
color: #333 !important;
}
.oo-ui-radioInputWidget input[type="radio"]:checked + span {
background-image: linear-gradient(transparent, transparent), url('images/circle-constructive.png') !important;
background-position: center center !important;
}
.uls-menu, .mw-mmv-dialog {
background-color: #2a4a2a !important;
}
.uls-menu .uls-search,
.mw-search-profile-tabs {
background-color: transparent !important;
background-image: none!important;
}
.uls-menu .uls-search {
border-top-color: #4CAF50 !important;
border-bottom-color: #4CAF50 !important;
}
.uls-menu .uls-filtersuggestion {
background-color: #3a6b3a !important;
}
.uls-menu .uls-title,
.mw-mmv-options-text-header,
.rc-anchor-light {
color: #aaa !important;
}
.uls-menu .uls-lcd-region-section .uls-lcd-region-title {
color: #ccc !important;
}
.uls-lcd-region-section ul li:hover,
.rc-footer {
background-color: #335533 !important;
}
.uls-menu .uls-search-label {
background: transparent url('skins/Darkvector/images/search.svg') !important;
background-repeat: no-repeat !important;
}
.uls-icon-close {
background: transparent url('images/exit.png') !important;
background-repeat: no-repeat !important;
background-position: center center !important;
}
.mw-mmv-post-image,.mw-mmv-image-metadata{
background-color: #263326 !important;
}
.mw-searchoptions {
color: black !important;
}
.mw-mmv-image-links li,
.rc-report-problem-text {
color: #bbb !important;
}
.mw-mmv-post-image {
color: #fff !important;
}
.mw-mmv-options-dialog-header {
color: #ccc !important;
}
.mw-mmv-options-text-body {
color: #999 !important;
}
.mw-mmv-dialog .mw-mmv-dialog-down-arrow,
.oo-ui-tagItemWidget.oo-ui-widget-enabled {
background-color: #aaa !important;
}
.movepage-wrapper {
color: white !important;
}
.smw-ask-otheroptions tr {
background: #1f2e1f none repeat scroll 0% 0% !important;
}
a {
color: #4CAF50 !important;
}
a.new {
color: #FF6B6B !important;
}
ul {
list-style-image: none
}
div.thumbinner,
.catlinks {
background-color: #263326;
border-color: #2E7D32
}
#toc,
div.toc,
ul#filetoc,
li.gallerybox div.thumb {
background-color: #1f2e1f;
border-color: #2E7D32
}
figure, figcaption {
background-color: #1f2e1f !important;
border-color: #1f2e1f !important;
border-style: solid !important;
border-width: 2px !important;
}
code {
border: none;
background-color: inherit;
color: inherit
}
table.mw_metadata td,
table.mw_metadata th,
table.wikitable,
table.wikitable>*>tr>th,
table.wikitable>*>tr>td,
pre {
color: #c1c1c1;
background-color: #263326;
border-color: #2E7D32
}
table.mw_metadata th,
table.wikitable>*>tr>th {
background-color: #1B5E20
}
.infobox>caption,
.navbox2 th {
background: #1B5E20;
}
.infobox th {
background: #263326;
}
#preferences {
background-color: transparent;
}
#preftoc li {
background-image: none;
}
#preftoc li>a {
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
border-collapse: collapse;
background-color: transparent;
color: #FFD700;
}
.wikiEditor-ui,
.wikiEditor-preview-contents,
.mw-datatable td,
.smw-editpage-help, div.mw-warning-with-logexcerpt,
.oo-ui-radioInputWidget input[type="radio"] + span,
.rc-anchor-light {
background: transparent !important;
}
.mw-warning-with-logexcerpt {
color: #a9a9a9
}
.mw-datatable th,
#rc-imageselect {
background-color: #263326 !important;
}
.rc-anchor {
box-shadow:none;
}
div#simpleSearch {
background-color: transparent!important;
background-image: none!important;
border: none!important;
}
.oo-ui-textInputWidget input,
.oo-ui-textInputWidget textarea,
.oo-ui-tagMultiselectWidget-handle,
div#simpleSearch #searchInput{
background-color: #263326 !important;
color: #C1C1C1 !important;
}
div#simpleSearch #searchInput {
height: 100% !important;
padding: 0 !important;
}
div#simpleSearch #searchButton {
background-color: rgba(76, 175, 80, 0.27)!important;
}
.oo-ui-messageDialog-text label {
color: black !important;
}
.oo-ui-buttonElement-button,
.mw-ui-button {
color: #ffffff !important;
background-color: #2E7D32 !important;
border-color: #2E7D32 !important;
}
.oo-ui-buttonElement-button:hover,
.mw-ui-button:hover {
color: #ffffff !important;
background-color: #FFD700 !important;
border-color: #FFD700 !important;
}
.oo-ui-dropdownInputWidget select,
.oo-ui-dropdownInputWidget.oo-ui-widget-enabled,
.mw-ui-checkbox:not(#noop) input[type="checkbox"] + label::before {
background-color: #263326 !important;
}
.mw-ui-checkbox:not(#noop) input[type="checkbox"] + label::before {
background-image: url('images/check-constructive.png') !important;
}
table.diff {
background-color: #263326;
}
td .diffchange {
color: #263326;
}
#pagehistory li.selected,
td.diff-context {
background-color: inherit;
color: inherit
}
#pagehistory li {
border: 0;
}
.gallerytext p {
color: rgba(255, 255, 255, 0.8);
}
#p-namespaces .vector-menu-content-list,
#p-views .vector-menu-content-list {
display: flex;
gap: 2px;
border-bottom: 1px solid #2E7D32;
background: transparent;
margin: 0;
padding: 0;
}
/* Base tab look */
#p-namespaces li a,
#p-views li a {
display: block;
padding: .6em .9em;
background: #141e14;
color: #4CAF50;
text-decoration: none;
border: 1px solid #4CAF50;
border-bottom: none;
transition: background .2s, color .2s;
}
#p-namespaces li a:hover,
#p-views li a:hover {
background: #1f2e1f;
color: #fff;
}
#p-namespaces .selected a,
#p-views .selected a {
background: #1a2e1a;
color: #FFD700;
font-weight: bold;
border: 2px solid #4CAF50;
border-bottom: none;
position: relative;
top: 1px;
z-index: 2;
}
#p-namespaces li a.new,
#p-views li a.new {
color: #FF6B6B !important;
}
#p-cactions .vector-menu-heading {
display: inline-block;
padding: .6em .9em;
background: #141e14;
color: #4CAF50;
border: 1px solid #4CAF50;
border-bottom: none;
cursor: pointer;
}
#p-cactions .vector-menu-content-list {
background: #1a2e1a;
border: 1px solid #4CAF50;
}
#p-cactions .vector-menu-content-list li a {
display: block;
padding: .4em .8em;
background: #1a2e1a;
color: #c1c1c1;
border-bottom: 1px solid #2E7D32;
}
#p-cactions .vector-menu-content-list li a:hover {
background: #1f2e1f;
color: #fff;
}
.vector-menu-tabs li a,
.vector-menu-tabs li.selected a {
outline: none !important;
box-shadow: none !important;
border: none !important;
}
.vector-menu-tabs li.selected {
border: 1px solid #4CAF50 !important;
background: #1a2e1a;
}
.vector-menu-tabs li.selected a {
color: #4CAF50 !important;
}
#mw-navigation #mw-panel div.portal {
background-image: none;
border-top: 1px solid #263326
}
#mw-navigation #mw-panel div.portal#p-logo,
#mw-navigation #mw-panel div.portal#p-navigation {
border-top: none
}
html {
font-size: 100%
}
html,
body {
height: 100%;
margin: 0;
padding: 0;
font-family: "Rubik", sans-serif
}
body {
background-color: #141e14
}
.mw-body {
margin-left: 10em;
padding: 1em;
border: 1px solid #4CAF50;
border-right-width: 0;
margin-top: -1px;
background-color: #1a2e1a;
color: #c1c1c1;
direction: ltr
}
.mw-body .mw-editsection,
.mw-body .mw-editsection-like {
font-family: "Rubik", sans-serif
}
.mw-body p {
line-height: inherit;
margin: .5em 0
}
.mw-body h1,
.mw-body h2,
.mw-body #firstHeading {
font-family: "Rubik", sans-serif;
line-height: 1.3;
margin-bottom: .25em;
padding: 0
}
.mw-body h1,
.mw-body #firstHeading {
font-size: 1.8em
}
.mw-body h2 {
font-size: 1.5em;
margin-top: 1em
}
.mw-body h3,
.mw-body h4,
.mw-body h5,
.mw-body h6 {
line-height: 1.6;
margin-top: .3em;
margin-bottom: 0;
padding-bottom: 0
}
.mw-body h3 {
font-size: 1.17em
}
.mw-body h3,
.mw-body h4 {
font-weight: bold
}
.mw-body h4,
.mw-body h5,
.mw-body h6 {
font-size: 100%
}
.mw-body #toc h2,
.mw-body .toc h2 {
font-size: 100%;
font-family: sans-serif
}
div.emptyPortlet {
display: none
}
ul {
list-style-type: disc;
list-style-image: url('images/bullet-icon.svg')
}
pre,
.mw-code {
line-height: 1.3em
}
#siteNotice {
font-size: .8em
}
.redirectText {
font-size: 140%
}
.redirectMsg img {
vertical-align: text-bottom
}
.mw-body-content {
position: relative;
line-height: 1.6;
font-size: .875em
}
body.darkvector-animateLayout .mw-body,
body.darkvector-animateLayout #footer,
body.darkvector-animateLayout #left-navigation {
-webkit-transition: margin-left 250ms, padding 250ms;
-moz-transition: margin-left 250ms, padding 250ms;
-o-transition: margin-left 250ms, padding 250ms;
transition: margin-left 250ms, padding 250ms
}
body.darkvector-animateLayout #p-logo {
-webkit-transition: left 250ms;
-moz-transition: left 250ms;
-o-transition: left 250ms;
transition: left 250ms
}
body.darkvector-animateLayout #mw-panel {
-webkit-transition: padding-right 250ms;
-moz-transition: padding-right 250ms;
-o-transition: padding-right 250ms;
transition: padding-right 250ms
}
body.darkvector-animateLayout #p-search {
-webkit-transition: margin-right 250ms;
-moz-transition: margin-right 250ms;
-o-transition: margin-right 250ms;
transition: margin-right 250ms
}
body.darkvector-animateLayout #p-personal {
-webkit-transition: right 250ms;
-moz-transition: right 250ms;
-o-transition: right 250ms;
transition: right 250ms
}
body.darkvector-animateLayout #mw-head-base {
-webkit-transition: margin-left 250ms;
-moz-transition: margin-left 250ms;
-o-transition: margin-left 250ms;
transition: margin-left 250ms
}
#p-personal {
position: absolute;
top: .33em;
right: .75em;
z-index: 100
}
#p-personal h3 {
display: none
}
#p-personal ul {
list-style-type: none;
list-style-image: none;
margin: 0;
padding-left: 10em
}
#p-personal li {
line-height: 1.125em;
float: left;
margin-left: .75em;
margin-top: .5em;
font-size: .75em;
white-space: nowrap;
color: #7c7c7c;
}
#pt-userpage,
#pt-anonuserpage {
background-position: left top;
background-repeat: no-repeat;
background-image: url('images/user-icon.png');
background-image: -webkit-linear-gradient(transparent, transparent), url('images/user-icon.svg');
background-image: linear-gradient(transparent, transparent), url('images/user-icon.svg');
padding-left: 15px !important
}
#p-search {
float: left;
margin-right: .5em;
margin-left: .5em;
font-family: "Rubik", sans-serif;
}
#p-search h3 {
display: none
}
#p-search form,
#p-search input {
margin: 0;
margin-top: .4em
}
div#simpleSearch {
display: block;
width: 12.6em;
padding-right: 1.4em;
height: 1.4em;
margin-top: .65em;
position: relative;
min-height: 1px;
border: solid 1px #2E7D32;
color: black;
background-color: white;
background-image: url('/skins/vector/resources/common/images/search-fade.png');
background-position: top left;
background-repeat: repeat-x
}
div#simpleSearch input {
margin: 0;
padding: 0;
border: 0;
background-color: transparent;
color: black
}
div#simpleSearch #searchInput {
width: 100%;
padding: .2em 0 .2em .2em;
font-size: 13px;
direction: ltr;
-webkit-appearance: textfield
}
div#simpleSearch #searchInput:focus {
outline: none
}
div#simpleSearch #searchInput.placeholder {
color: #999
}
div#simpleSearch #searchInput:-ms-input-placeholder {
color: #999
}
div#simpleSearch #searchInput:-moz-placeholder {
color: #999
}
div#simpleSearch #searchInput::-webkit-search-decoration,
div#simpleSearch #searchInput::-webkit-search-cancel-button,
div#simpleSearch #searchInput::-webkit-search-results-button,
div#simpleSearch #searchInput::-webkit-search-results-decoration {
-webkit-appearance: textfield
}
div#simpleSearch #searchButton,
div#simpleSearch #mw-searchButton {
position: absolute;
top: 0;
right: 0;
width: 1.65em;
height: 100%;
cursor: pointer;
text-indent: -99999px;
line-height: 1;
direction: ltr;
white-space: nowrap;
overflow: hidden;
background-image: url('images/search-ltr.png');
background-image: -webkit-linear-gradient(transparent, transparent), url('skins/DarkVector/images/search.svg');
background-image: linear-gradient(transparent, transparent), url('skins/DarkVector/images/search.svg');
background-position: center center;
background-repeat: no-repeat
}
div#simpleSearch #mw-searchButton {
z-index: 1
}
div.darkvectorTabs h3 {
display: none
}
div.darkvectorTabs {
float: left;
height: 2.5em;
background-image: url('images/tab-break.png');
background-position: bottom left;
background-repeat: no-repeat;
padding-left: 1px
}
div.darkvectorTabs ul {
float: left;
height: 100%;
list-style-type: none;
list-style-image: none;
margin: 0;
padding: 0;
background-image: url('images/tab-break.png');
background-position: right bottom;
background-repeat: no-repeat
}
div.darkvectorTabs ul li {
float: left;
line-height: 1.125em;
display: inline-block;
height: 100%;
margin: 0;
padding: 0;
background-color: #1f2e1f;
background-image: url('images/tab-normal-fade.png');
background-position: bottom left;
background-repeat: repeat-x;
white-space: nowrap
}
div.darkvectorTabs ul>li {
display: block
}
div.darkvectorTabs li.new a,
div.darkvectorTabs li.new a:visited {
color: #FF6B6B
}
div.darkvectorTabs li.selected {
background-image: url('images/tab-current-fade.png')
}
div.darkvectorTabs li.selected a,
div.darkvectorTabs li.selected a:visited {
color: #FFD700;
text-decoration: none
}
div.darkvectorTabs li.icon a {
background-position: bottom right;
background-repeat: no-repeat
}
div.darkvectorTabs li a {
display: inline-block;
height: 1.9em;
padding-left: .5em;
padding-right: .5em;
color: #4CAF50;
cursor: pointer;
font-size: .8em
}
div.darkvectorTabs li>a {
display: block
}
div.darkvectorTabs span {
display: inline-block;
background-image: url('images/tab-break.png');
background-position: bottom right;
background-repeat: no-repeat
}
div.darkvectorTabs span a {
display: inline-block;
padding-top: 1.25em
}
div.darkvectorTabs span>a {
float: left;
display: block
}
div.darkvectorMenu {
direction: ltr;
float: left;
cursor: pointer;
position: relative
}
body.rtl div.darkvectorMenu {
direction: rtl
}
#mw-head div.darkvectorMenu h3 {
float: left;
background-image: url('images/tab-break.png');
background-repeat: no-repeat;
background-position: bottom right;
margin-left: -1px;
font-size: 1em;
height: 2.5em;
padding-right: 1px;
margin-right: -1px
}
div.darkvectorMenu h3 span {
display: block;
font-size: .8em;
padding-left: .7em;
padding-top: 1.375em;
margin-right: 20px;
font-weight: normal;
color: #656565
}
div.darkvectorMenu h3 a {
position: absolute;
top: 0;
right: 0;
width: 20px;
height: 2.5em;
background-image: url('images/arrow-down-icon.png');
background-image: -webkit-linear-gradient(transparent, transparent), url('images/arrow-down-icon.svg');
background-image: linear-gradient(transparent, transparent), url('images/arrow-down-icon.svg');
background-position: 100% 70%;
background-repeat: no-repeat;
-webkit-transition: background-position 250ms;
-moz-transition: background-position 250ms;
-o-transition: background-position 250ms;
transition: background-position 250ms
}
div.darkvectorMenu.menuForceShow h3 a {
background-position: 100% 100%
}
div.darkvectorMenuFocus h3 a {
background-image: url('images/arrow-down-focus-icon.png');
background-image: -webkit-linear-gradient(transparent, transparent), url('images/arrow-down-focus-icon.svg');
background-image: linear-gradient(transparent, transparent), url('images/arrow-down-focus-icon.svg')
}
div.darkvectorMenu div.menu {
min-width: 100%;
position: absolute;
top: 2.5em;
left: -1px;
background-color: #1a2e1a;
border: solid 1px #2E7D32;
border-top-width: 0;
clear: both;
text-align: left;
display: none
}
div.darkvectorMenu:hover div.menu,
div.darkvectorMenu.menuForceShow div.menu {
display: block
}
div.darkvectorMenu ul {
list-style-type: none;
list-style-image: none;
padding: 0;
margin: 0;
text-align: left
}
div.darkvectorMenu ul,
x:-moz-any-link {
min-width: 5em
}
div.darkvectorMenu ul,
x:-moz-any-link,
x:default {
min-width: 0
}
div.darkvectorMenu li {
padding: 0;
margin: 0;
text-align: left;
line-height: 1em
}
div.darkvectorMenu li a {
display: inline-block;
padding: .5em;
white-space: nowrap;
color: #4CAF50;
cursor: pointer;
font-size: .8em
}
div.darkvectorMenu li>a {
display: block
}
div.darkvectorMenu li.selected a,
div.darkvectorMenu li.selected a:visited {
color: #FFD700;
text-decoration: none
}
@-webkit-keyframes rotate {
from {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
transform: rotate(0deg)
}
to {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-moz-keyframes rotate {
from {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
transform: rotate(0deg)
}
to {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-o-keyframes rotate {
from {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
transform: rotate(0deg)
}
to {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes rotate {
from {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
transform: rotate(0deg)
}
to {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
transform: rotate(360deg)
}
}
#ca-unwatch.icon a,
#ca-watch.icon a {
margin: 0;
padding: 0;
display: block;
width: 26px;
padding-top: 3.1em;
margin-top: 0;
height: 0;
overflow: hidden;
background-position: 5px 60%
}
#ca-unwatch.icon a,
#ca-watch.icon a,
#ca-unwatch.icon a:hover,
#ca-watch.icon a:hover,
#ca-unwatch.icon a:focus,
#ca-watch.icon a:focus,
#ca-unwatch.icon a.loading,
#ca-watch.icon a.loading {
background-repeat: no-repeat;
}
#ca-unwatch.icon a {
background-image: url('images/unwatch-icon.svg');
background-image: -webkit-linear-gradient(transparent, transparent), url('skins/DarkVector/images/unwatch-icon.svg');
background-image: linear-gradient(transparent, transparent), url('skins/DarkVector/images/unwatch-icon.svg')
}
#ca-watch.icon a {
background-image: url('images/watch-icon.svg');
background-image: -webkit-linear-gradient(transparent, transparent), url('skins/DarkVector/images/watch-icon.svg');
background-image: linear-gradient(transparent, transparent), url('skins/DarkVector/images/watch-icon.svg')
}
#ca-unwatch.icon a:hover,
#ca-unwatch.icon a:focus {
background-image: url('images/unwatch-icon-hl.svg');
background-image: -webkit-linear-gradient(transparent, transparent), url('skins/DarkVector/images/unwatch-icon-hl.svg');
background-image: linear-gradient(transparent, transparent), url('skins/DarkVector/images/unwatch-icon-hl.svg')
}
#ca-watch.icon a:hover,
#ca-watch.icon a:focus {
background-image: url('images/watch-icon-hl.svg');
background-image: -webkit-linear-gradient(transparent, transparent), url('skins/DarkVector/images/watch-icon-hl.svg');
background-image: linear-gradient(transparent, transparent), url('skins/DarkVector/images/watch-icon-hl.svg')
}
#ca-unwatch.icon a.loading,
#ca-watch.icon a.loading {
background-image: url('images/watch-icon-loading.svg');
background-image: -webkit-linear-gradient(transparent, transparent), url('skins/DarkVector/images/watch-icon-loading.svg');
background-image: linear-gradient(transparent, transparent), url('skins/DarkVector/images/watch-icon-loading.svg');
-webkit-animation: rotate 700ms infinite linear;
-moz-animation: rotate 700ms infinite linear;
-o-animation: rotate 700ms infinite linear;
animation: rotate 700ms infinite linear;
outline: none;
cursor: default;
pointer-events: none;
background-position: 50% 60%;
-webkit-transform-origin: 50% 57%;
transform-origin: 50% 57%
}
#ca-unwatch.icon a span,
#ca-watch.icon a span {
display: none
}
#mw-navigation h2 {
position: absolute;
top: -9999px
}
#mw-page-base {
height: 5em;
background-position: bottom left;
background-repeat: repeat-x;
background-color: #141e14;
background-image:-moz-linear-gradient(top, #1a2e1a 50%, #141e14 100%);
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #1a2e1a), color-stop(100%, #141e14));
background-image:-webkit-linear-gradient(top, #1a2e1a 50%, #141e14 100%);
background-image:linear-gradient(#1a2e1a 50%, #141e14 100%);
}
#mw-head-base {
margin-top: -5em;
margin-left: 10em;
height: 5em
}
#mw-head {
position: absolute;
top: 0;
right: 0;
width: 100%
}
#mw-head h3 {
margin: 0;
padding: 0
}
#left-navigation {
float: left;
margin-left: 10em;
margin-top: 2.5em;
margin-bottom: -2.5em;
display: inline
}
#right-navigation {
float: right;
margin-top: 2.5em
}
#p-logo {
position: absolute;
top: -160px;
left: 0;
width: 10em;
height: 160px
}
#p-logo a {
display: block;
width: 10em;
height: 160px;
background-repeat: no-repeat;
background-position: center center;
text-decoration: none
}
#mw-panel {
font-size: inherit;
position: absolute;
top: 160px;
padding-top: 1em;
width: 10em;
left: 0
}
#mw-panel .portal {
margin: 0 .6em 0 .7em;
padding: .25em 0;
direction: ltr;
background-position: top left;
background-repeat: no-repeat;
background-image: url('images/portal-break.png')
}
.mw-search-result-data {
color: #999;
}
.history-deleted {
color: #999 !important;
}
#mw-panel .portal h3 {
font-size: .75em;
color: #656565;
font-weight: normal;
margin: 0;
padding: .25em 0 .25em .25em;
cursor: default;
border: none
}
#mw-panel .portal .body {
margin: 0 0 0 1.25em;
padding-top: 0
}
#mw-panel .portal .body ul {
list-style-type: none;
list-style-image: none;
margin: 0;
padding: 0
}
#mw-panel .portal .body ul li {
line-height: 1.125em;
margin: 0;
padding: .25em 0;
font-size: .75em;
word-wrap: break-word
}
#mw-panel .portal .body ul li a {
color: #4CAF50
}
#mw-panel .portal .body ul li a:visited {
color: #FFD700
}
#mw-panel .portal.first {
background-image: none;
margin-top: 0
}
#mw-panel .portal.first h3 {
display: none
}
#mw-panel .portal.first .body {
margin-left: .5em
}
.mw-prefs-buttons {
background-color: #1f2e1f /*make background less glaring under buttons */
}
#footer {
margin-left: 10em;
margin-top: 0;
padding: .75em;
direction: ltr
}
#footer ul {
list-style-type: none;
list-style-image: none;
margin: 0;
padding: 0
}
#footer ul li {
margin: 0;
padding: 0;
padding-top: .5em;
padding-bottom: .5em;
color: #7c7c7c !important;
font-size: .7em
}
#footer #footer-icons {
float: right
}
#footer #footer-icons li {
float: left;
margin-left: .5em;
line-height: 2em;
text-align: right
}
#footer #footer-info li {
line-height: 1.4em
}
#footer #footer-places li {
float: left;
margin-right: 1em;
line-height: 2em
}
body.ltr #footer #footer-places {
float: left
}
.mw-jump, #jump-to-nav {
overflow: hidden;
height: 0px
}
.tocnumber {
list-style-type:inherit;
background-color: transparent;
border-color:#2E7D32;
color: #4CAF50
}
.toctogglelabel {
cursor: pointer;
color: #4CAF50
}
.mw-changeslist-legend {
color: #a9a9a9;
background-color: #1f2e1f !important;
}
ol.references li:target {
background-color: #1B5E20
}
sup.reference:target {
background-color: #1B5E20
}
.mw-editfont-monospace {
background-color: #162816
}
.diff.diff-contentalign-left {
background-color: #162816
}
.catlinks {
background-color: #162816
}
.mw-createacct-benefits-list p {
color: #c9c9c9
}
div#mw-panel div.portal div.body ul li a:visited{color:#FFD700}
div#mw-panel div.portal div.body ul li a{color:#4CAF50}
div#mw-panel div.portal h3 {color:#7c7c7c}
/* Portable Infobox CSS here */
.portable-infobox.pi-background {
background-color: #162816;
border-color: #2E7D32;
}
.portable-infobox .pi-secondary-background {
background-color: #2E7D32;
}
.portable-infobox .pi-header{
font-weight: bold;
text-align: center;
}
.portable-infobox .pi-title {
background-color: #2E7D32;
font-size: 125%;
color: #FFFFFF;
font-family: Rubik;
text-align: center;
}
.portable-infobox .pi-border-color{
border-color: #1f3a1f;
}
.portable-infobox {
width:270px;
border: 1px solid #2E7D32;
border-radius: 4px 4px 2px 2px;
}
.portable-infobox .pi-horizontal-group-item.pi-data-label{
background-color: #162816;
}
.portable-infobox .pi-horizontal-group-item.pi-data-value{
background-color: #162816;
}
gallerytext{
color: white;
}
div#content h1, div#content h2 {font-family: "Rubik", serif}
/* changes the default font used for MediaWiki headings to Rubik */
.mw-body .external{
background-position:center right;
background-repeat:no-repeat;
background-image:url('skins/Vector/resources/common/images/external-link-ltr-icon.png');
background-image:-webkit-linear-gradient(transparent, transparent),/* @embed */
url('skins/Vector/resources/common/images/external-link-ltr-icon.svg');
background-image:linear-gradient(transparent, transparent),/* @embed */
url('skins/Vector/resources/common/images/external-link-ltr-icon.svg');
padding-right:13px
}
.label.format {
color: #999999;
}
/* CommentStreams */
.cs-comment-header {
background-color: black;
}
/* Cursors */
body {
cursor: url('https://screamer.wiki/images/4/4c/Cursor.png'), pointer; height:40; width:30;}
a:link {
cursor: url('https://screamer.wiki/images/f/fd/Link.png'), pointer; }
a:hover{
cursor: url('https://screamer.wiki/images/f/fd/Link.png'), pointer; }
a:active{
cursor: url('https://screamer.wiki/images/c/ce/Press.png'), pointer; }
a:element{
cursor: url('https://screamer.wiki/images/4/4c/Cursor.png'), pointer; }
/* Scrollbar */
::-webkit-scrollbar {
width: 12px !important;
-webkit-overflow-scrolling: auto !important;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
-webkit-border-radius: 0px !important;
border-radius: 0px !important;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px !important;
border-radius: 0px !important;
background: #4CAF50 !important;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important;
}
::-webkit-scrollbar-thumb:window-inactive {
background: #2E7D32 !important;
}
ca-talk {
display: none;
}
contentSub {
color: white;
}
/* Add your usernames here */
a[href$=":Lawiki"], a[href$="/Lawiki"], a[visited$=":Lawiki"], a[visited$="/Lawiki"]{
font-weight:bold;
color: #2871F7 !important;
}
a[href$=":Screamer1234"], a[href$="/Screamer1234"]{
font-weight:bold;
color: cyan !important;
}
a[href$=":Sump"], a[href$="/Sump"]{
font-weight:bold;
color: cyan !important;
}
a[href$=":Tankman_fan_44"], a[href$="/Tankman_fan_44"]{
font-weight:bold;
color: #FFFFFF !important;
text-shadow: 0px 0px 5px #2a9df4;
}
a[href$=":LuaGunsX"], a[href$="/LuaGunsX"]{
font-weight:bold;
color: #9C3838 !important;
}
a[href$=":TheEpikShyGuy"], a[href$="/TheEpikShyGuy"]{
font-weight:bold;
text-shadow: 0px 0px 10px #ffffff;
color: black !important;
}