Difference between revisions of "MediaWiki:Vector.css"
From Drawn to Life Wiki
(Created page with "→All CSS here will be loaded for users of the Vector skin: →****** * Logo * *******: #p-logo a { height:7.2em; width:19em; background-size:contain; } #p-logo {...") |
|||
| Line 1: | Line 1: | ||
| − | /* | + | /* CSS placed here will affect users of the Hydradark skin */ |
| + | /* For elements which only display in the mobile view */ | ||
| + | .mobileonly { | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | /* Visual editor */ | ||
| + | .oo-ui-popupToolGroup .oo-ui-toolGroup-tools { | ||
| + | background-color: #282828; | ||
| + | border: 1px solid #383838; | ||
| + | box-shadow: 0 2px 2px 0 rgba(255,255,255,0.2); | ||
| + | } | ||
| + | |||
| + | .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-title, | ||
| + | .oo-ui-buttonElement.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label { | ||
| + | color: #e0e0e0; | ||
| + | } | ||
| + | |||
| + | .oo-ui-listToolGroup .oo-ui-tool.oo-ui-widget-enabled:hover, | ||
| + | .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover, | ||
| + | .oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-enabled:hover, | ||
| + | .oo-ui-widget.oo-ui-widget-enabled.oo-ui-optionWidget.oo-ui-decoratedOptionWidget.oo-ui-outlineOptionWidget.oo-ui-outlineOptionWidget-level-0.oo-ui-iconElement.oo-ui-labelElement:hover { | ||
| + | background-color: rgba(255,255,255,0.2); | ||
| + | } | ||
| + | |||
| + | .oo-ui-decoratedOptionWidget .oo-ui-iconElement-icon, | ||
| + | .oo-ui-decoratedOptionWidget .oo-ui-indicatorElement-indicator, | ||
| + | .oo-ui-fieldsetLayout.oo-ui-iconElement > .oo-ui-fieldsetLayout-header > .oo-ui-iconElement-icon { | ||
| + | filter: invert(100%); | ||
| + | } | ||
| + | |||
| + | .oo-ui-textInputWidget.oo-ui-iconElement .oo-ui-iconElement-icon { | ||
| + | filter: unset; | ||
| + | } | ||
| + | |||
| + | .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button { | ||
| + | border-color: #ffffff; | ||
| + | } | ||
| + | |||
| + | .oo-ui-popupToolGroup.oo-ui-widget-enabled.oo-ui-popupToolGroup-active { | ||
| + | background-color: rgba(255,255,255,0.2); | ||
| + | } | ||
| + | |||
| + | .oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon, | ||
| + | .oo-ui-popupToolGroup.oo-ui-labelElement.oo-ui-indicatorElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label, | ||
| + | .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-iconElement > .oo-ui-tool-link .oo-ui-iconElement-icon { | ||
| + | filter: invert(100%); | ||
| + | } | ||
| + | |||
| + | .oo-ui-messageDialog-actions .oo-ui-actionWidget.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive .oo-ui-buttonElement-button:hover { | ||
| + | background-color: #282828; | ||
| + | } | ||
| + | |||
| + | .oo-ui-indicator-down { | ||
| + | background-image: linear-gradient(transparent,transparent),url(https://commons.gamepedia.com/media/commons.gamepedia.com/0/00/Light_down_arrow.svg); | ||
| + | filter: unset; | ||
| + | } | ||
| + | |||
| + | .ve-ui-mwSaveDialog-options { | ||
| + | background-color: #282828; | ||
| + | } | ||
| + | |||
| + | .ve-ui-mwSaveDialog-license { | ||
| + | color: #e0e0e0; | ||
| + | } | ||
| + | |||
| + | /* Page history tweaks */ | ||
| + | td.diff-addedline .diffchange { | ||
| + | background: none; | ||
| + | color: #bfd959; | ||
| + | } | ||
| + | |||
| + | td.diff-deletedline .diffchange { | ||
| + | background: none; | ||
| + | color: #e62444; | ||
| + | } | ||
| + | |||
| + | td.diff-addedline, | ||
| + | td.diff-deletedline { | ||
| + | border-color: transparent; | ||
| + | } | ||
| + | |||
| + | /* Interwiki page legend tweak */ | ||
| + | .mw-collapsible-toggle.mw-collapsible-toggle-expanded a, | ||
| + | .mw-collapsible-toggle.mw-collapsible-toggle-collapsed a { | ||
| + | color: #ffffff; | ||
| + | } | ||
| + | |||
| + | /* for "edit this page" tab and "discussion" tab etc */ | ||
| + | .pagetab { | ||
| + | border-style: solid solid none; | ||
| + | border-width: thin; | ||
| + | border-color: #808080; | ||
| + | padding: 0.25ex 1ex 0ex; | ||
| + | font-size: 95%; | ||
| + | } | ||
| + | |||
| + | .ambox { | ||
| + | background-color: #282828; | ||
| + | border-bottom-color: #383838; | ||
| + | border-right-color: #383838; | ||
| + | border-top-color: #383838; | ||
| + | border-collapse: collapse; | ||
| + | font-size: 95%; | ||
| + | margin: 0 auto 2px auto; | ||
| + | width: 80%; | ||
| + | } | ||
| + | |||
| + | .ambox-gray { | ||
| + | border-left-color: #383838; | ||
| + | } | ||
| + | |||
| + | .ambox.ambox-tiny { | ||
| + | font-size: 90%; | ||
| + | margin: 2px 0; | ||
| + | width: auto; | ||
| + | } | ||
| + | |||
| + | .ambox + .ambox { | ||
| + | margin-top: -2px; | ||
| + | } | ||
| + | |||
| + | .ambox-text { | ||
| + | padding: 0.25em 0.5em; | ||
| + | } | ||
| + | |||
| + | .ambox-image { | ||
| + | padding: 2px 0px 2px 0.5em; | ||
| + | text-align: center; | ||
| + | width: 60px; | ||
| + | } | ||
| + | |||
| + | .ambox-tiny .ambox-image { | ||
| + | padding: 2px 0.5em; | ||
| + | text-align: left; | ||
| + | width: auto; | ||
| + | } | ||
| + | |||
| + | /* Ambox colors */ | ||
| + | .ambox-blue { | ||
| + | border-left: 10px solid #1e90ff; | ||
| + | } | ||
| + | |||
| + | .ambox-red { | ||
| + | border-left: 10px solid #b22222; | ||
| + | } | ||
| + | |||
| + | .ambox-orange { | ||
| + | border-left: 10px solid #f28500; | ||
| + | } | ||
| + | |||
| + | .ambox-yellow { | ||
| + | border-left: 10px solid #f4c430; | ||
| + | } | ||
| + | |||
| + | .ambox-purple { | ||
| + | border-left: 10px solid #9932cc; | ||
| + | } | ||
| + | |||
| + | .ambox-gray { | ||
| + | border-left: 10px solid #bba; | ||
| + | } | ||
| + | |||
| + | .ambox-green { | ||
| + | border-left: 10px solid #228b22; | ||
| + | } | ||
| + | |||
| + | /* Ambox small text */ | ||
| + | .amsmalltext { | ||
| + | font-size: smaller; | ||
| + | margin-left: 0.8em; | ||
| + | margin-top: 0.5em; | ||
| + | } | ||
| + | |||
| + | /* INFOBOXES: game or book depended color style */ | ||
| + | .infoboxtable { | ||
| + | background-color: rgba(0, 0, 0, 0); | ||
| + | border: 1px solid #505050; | ||
| + | color: #ffffff; | ||
| + | float: right; | ||
| + | font-size: 89%; | ||
| + | margin-bottom: 0.5em; | ||
| + | margin-left: 1em; | ||
| + | padding: 0.2em; | ||
| + | width: 300px; | ||
| + | } | ||
| + | |||
| + | .infoboxtable td { | ||
| + | vertical-align: top; | ||
| + | } | ||
| + | |||
| + | .infoboxtable td > div { | ||
| + | background-color: #181818; | ||
| + | border: 2px solid inherit; | ||
| + | border-radius: 5px; | ||
| + | font-weight: bold; | ||
| + | padding: 0.5px 7px; | ||
| + | text-align: right; | ||
| + | } | ||
| + | |||
| + | .infoboxname { | ||
| + | background-color: #181818; | ||
| + | font-size: 110%; | ||
| + | font-weight: bold; | ||
| + | padding: 0.5em; | ||
| + | } | ||
| + | |||
| + | .infoboxdetails { | ||
| + | padding: 0em; | ||
| + | } | ||
| + | |||
| + | /* copyright images tweak */ | ||
| + | .skin-hydradark .copyright-icon { | ||
| + | background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/thumb/5/58/Copyright_darkwiki.png/32px-Copyright_darkwiki.png"); | ||
| + | background-size: 100%; | ||
| + | height: 32px; | ||
| + | width: 32px; | ||
| + | } | ||
| + | |||
| + | .feature { | ||
| + | background: rgba(0, 0, 0, 0.1); | ||
| + | border: 1px solid rgba(0, 0, 0, 0.5); | ||
| + | border-radius: 5px; | ||
| + | padding: 10px; | ||
| + | } | ||
| + | |||
| + | /* Navbox template style */ | ||
| + | table.navbox { | ||
| + | border: 1px solid #505050; | ||
| + | clear: both; | ||
| + | font-size: 88%; | ||
| + | margin: auto; | ||
| + | padding: 1px; | ||
| + | text-align: center; | ||
| + | width: 100%; | ||
| + | } | ||
| + | |||
| + | /* Border between adjacent navboxes */ | ||
| + | table.navbox + table.navbox { | ||
| + | margin-top: -1px; | ||
| + | } | ||
| + | |||
| + | .navbox-title, | ||
| + | .navbox-abovebelow, | ||
| + | table.navbox th { | ||
| + | padding-left: 1em; | ||
| + | padding-right: 1em; | ||
| + | text-align: center; | ||
| + | } | ||
| + | |||
| + | .navbox-group { | ||
| + | font-weight: bold; | ||
| + | padding-left: 1em; | ||
| + | padding-right: 1em; | ||
| + | white-space: nowrap; | ||
| + | } | ||
| + | |||
| + | /* Base background */ | ||
| + | .navbox, .navbox-subgroup { | ||
| + | background: rgba(0, 0, 0, 0.1); | ||
| + | } | ||
| + | |||
| + | .navbox-list { | ||
| + | border-color: rgba(0, 0, 0, 0.1); /* Must match background color */ | ||
| + | } | ||
| + | |||
| + | /* Level 1 color */ | ||
| + | .navbox-title, | ||
| + | table.navbox th { | ||
| + | background: rgba(0, 0, 0, 0.2); | ||
| + | color: #fff; | ||
| + | } | ||
| + | |||
| + | /* Level 2 styling */ | ||
| + | .navbox-abovebelow, | ||
| + | .navbox-group, | ||
| + | .navbox-subgroup .navbox-title { | ||
| + | background: rgba(0, 0, 0, 0.2); | ||
| + | color: #fff; | ||
| + | } | ||
| + | |||
| + | /* Level 3 styling */ | ||
| + | .navbox-subgroup .navbox-group, | ||
| + | .navbox-subgroup .navbox-abovebelow { | ||
| + | background: rgba(0, 0, 0, 0.1); | ||
| + | color: #fff; | ||
| + | } | ||
| + | |||
| + | /* Even row striping */ | ||
| + | .navbox-even { | ||
| + | background: rgba(255, 255, 255, 0.1); | ||
| + | color: #fff; | ||
| + | } | ||
| + | |||
| + | /* Odd row striping */ | ||
| + | .navbox-odd { | ||
| + | background: transparent; | ||
| + | } | ||
| + | |||
| + | .collapseButton { | ||
| + | font-weight: normal; | ||
| + | width: auto; | ||
| + | } | ||
| + | |||
| + | .navbox .collapseButton { | ||
| + | width: 6em; | ||
| + | } | ||
| + | |||
| + | .navbar { | ||
| + | font-size: 88%; | ||
| + | font-weight: normal; | ||
| + | } | ||
| + | |||
| + | .navbox .navbar { | ||
| + | font-size: 100%; | ||
| + | } | ||
| + | |||
| + | table.collapsed tr.collapsible { | ||
| + | display: none; | ||
| + | } | ||
| + | /* End of new Navbox styling */ | ||
| + | |||
| + | /* Front page appearance styles */ | ||
| + | .fpbox .heading, | ||
| + | .fpbox .mainheading { | ||
| + | border: 0; | ||
| + | border-bottom: 1px solid #505050; | ||
| + | } | ||
| + | |||
| + | .fpbox { | ||
| + | background: rgba(0, 0, 0, 0.05); | ||
| + | border: 1px solid #505050; | ||
| + | box-shadow: 0 2px 5px #505050; | ||
| + | } | ||
| + | |||
| + | .fplink { | ||
| + | background: rgba(0,0,0,0.3); | ||
| + | border: 1px solid #505050; | ||
| + | } | ||
| + | |||
| + | .fplink-fullwidth .fplink { | ||
| + | background: rgba(0,0,0,0.4); | ||
| + | } | ||
| + | |||
| + | .linkslabel { | ||
| + | border-bottom: 2px solid #505050; | ||
| + | } | ||
| + | |||
| + | /***************** | ||
| + | * Base framework * | ||
| + | ******************/ | ||
| + | @font-face { | ||
| + | font-family: 'Lithos Pro Regular'; | ||
| + | src: local('Lithos Pro Regular'), url('/media/hydra/fonts/LithosPro-Regular.otf') format('opentype'); | ||
| + | } | ||
| + | |||
| + | body { | ||
| + | background:url(https://hades.gamepedia.com/media/9/98/Bg.jpg); /* [[File:Bg.jpg]] */ | ||
| + | background-size:cover; | ||
| + | background-attachment:fixed; | ||
| + | background-color:#082010; | ||
| + | } | ||
| + | |||
| + | #mw-page-base { | ||
| + | background:transparent; | ||
| + | } | ||
| + | |||
| + | #pageWrapper { | ||
| + | margin-right:26px; | ||
| + | } | ||
| + | |||
| + | div#content { | ||
| + | position:relative; | ||
| + | border:2px solid #b1ab98; | ||
| + | background-color:rgba(52,51,49,0.98); | ||
| + | box-shadow:inset 0 0 10px rgba(0,0,0,0.5), 3px 3px 1px rgba(0,0,0,0.5); | ||
| + | color:#DDDDDD; | ||
| + | margin-top:3.5em; | ||
| + | padding-top:3.5em; | ||
| + | } | ||
| + | |||
| + | .mw-body .mw-indicators { | ||
| + | top:10px; | ||
| + | } | ||
| + | |||
| + | div#bodyContent { | ||
| + | border-top:1px solid #151514; | ||
| + | } | ||
| + | |||
| + | div#content::after { | ||
| + | position:absolute; | ||
| + | width:calc(100% + 64px); | ||
| + | height:calc(100% + 23px); | ||
| + | top:-18px; | ||
| + | left:-38px; | ||
| + | content:""; | ||
| + | border:1px solid transparent; | ||
| + | border-image:url(https://hades.gamepedia.com/media/7/76/Content_border.png);/* [[File:Content border.png]] */ | ||
| + | border-image-width:80px 59px; | ||
| + | border-image-slice:37% 25% ; | ||
| + | border-image-repeat:round; | ||
| + | pointer-events:none; | ||
| + | } | ||
| + | |||
| + | div#footer { | ||
| + | position:relative; | ||
| + | border:2px solid #b1ab98; | ||
| + | background-color:rgba(52,51,49,0.98); | ||
| + | box-shadow:inset 0 0 10px rgba(0,0,0,0.5), 3px 3px 1px rgba(0,0,0,0.5); | ||
| + | color:#f7f7f7; | ||
| + | margin-top:75px; | ||
| + | margin-top:4em; | ||
| + | margin-bottom:2em; | ||
| + | } | ||
| + | |||
| + | div#footer ul li { | ||
| + | color:#f7f7f7;; | ||
| + | } | ||
| + | |||
| + | fieldset { | ||
| + | border-color:#000; | ||
| + | } | ||
| + | |||
| + | .oo-ui-panelLayout-framed { | ||
| + | border:1px solid #000; | ||
| + | } | ||
| + | /********************* | ||
| + | * End base framework * | ||
| + | **********************/ | ||
/******* | /******* | ||
| Line 15: | Line 443: | ||
margin-left:-9.5em; | margin-left:-9.5em; | ||
} | } | ||
| + | /*********** | ||
| + | * End logo * | ||
| + | ************/ | ||
| + | |||
| + | /************************** | ||
| + | * Gamepedia footer tweaks * | ||
| + | ***************************/ | ||
| + | footer { | ||
| + | border-top:#f48020 1px solid; | ||
| + | } | ||
| + | |||
| + | /* prevents the footer from breaking at narrow widths */ | ||
| + | footer#curse-footer .footer-box { | ||
| + | flex:unset; | ||
| + | } | ||
| + | |||
| + | footer#curse-footer ul li { | ||
| + | white-space:nowrap; | ||
| + | } | ||
| + | /******************** | ||
| + | * End footer tweaks * | ||
| + | *********************/ | ||
| + | |||
| + | /******** | ||
| + | * Links * | ||
| + | *********/ | ||
| + | #content a, | ||
| + | div#footer a, | ||
| + | a:visited, | ||
| + | div#content a:not(.new), | ||
| + | div#content a.extiw, | ||
| + | div#content a.extiw:visited, | ||
| + | div#content a.external, | ||
| + | div#content a.external:visited, | ||
| + | #mw-indicator-mw-helplink a, | ||
| + | .pseudo-link { | ||
| + | color: #00B241; | ||
| + | text-shadow:0px 0px 1px #000; | ||
| + | } | ||
| + | |||
| + | /************ | ||
| + | * End Links * | ||
| + | *************/ | ||
| + | |||
| + | /*********** | ||
| + | * Headings * | ||
| + | ************/ | ||
| + | #content h1#firstHeading { | ||
| + | font-family: 'Lithos Pro Regular', sans-serif; | ||
| + | color:#DDDDDD; | ||
| + | text-shadow:1px 1px 1px rgba(25,25,25,0.75), -1px 1px 1px rgba(25,25,25,0.75), 1px -1px 1px rgba(25,25,25,0.75), -1px -1px 1px rgba(25,25,25,0.75); | ||
| + | font-weight:bold; | ||
| + | font-size:1.7em; | ||
| + | border-top:12px solid transparent; | ||
| + | border-bottom:0; | ||
| + | background:url(https://hades.gamepedia.com/media/b/b9/Heading_border.jpg) repeat-x top left border-box; /*[[File:Heading border.jpg]]*/ | ||
| + | background-size:auto 6px; | ||
| + | margin-left:-0.55em; | ||
| + | margin-right:-0.55em; | ||
| + | padding-left:1em; | ||
| + | padding-right:1em; | ||
| + | } | ||
| + | |||
| + | #content h1, | ||
| + | #content h2, | ||
| + | #content h3, | ||
| + | #content h4, | ||
| + | #content h5, | ||
| + | #content h6 { | ||
| + | font-family: 'Lithos Pro Regular', sans-serif; | ||
| + | color:#DDDDDD; | ||
| + | text-shadow:1px 1px 1px rgba(25,25,25,0.75), -1px 1px 1px rgba(25,25,25,0.75), 1px -1px 1px rgba(25,25,25,0.75), -1px -1px 1px rgba(25,25,25,0.75); | ||
| + | font-size:1.3em; | ||
| + | } | ||
| + | /*************** | ||
| + | * end headings * | ||
| + | ****************/ | ||
| + | |||
| + | /************** | ||
| + | * Vector tabs * | ||
| + | ***************/ | ||
| + | div.vectorTabs { | ||
| + | background: none; | ||
| + | } | ||
| + | |||
| + | #left-navigation { | ||
| + | margin-left:11.8em; | ||
| + | } | ||
| + | |||
| + | #right-navigation { | ||
| + | margin-right:30px; | ||
| + | } | ||
| + | |||
| + | #right-navigation, | ||
| + | #left-navigation { | ||
| + | margin-top:9.1em; | ||
| + | } | ||
| + | |||
| + | div#mw-head div.vectorTabs ul li a, | ||
| + | div#mw-head div.vectorTabs ul li.new a, | ||
| + | h3#p-sharing-label span, | ||
| + | h3#p-cactions-label span { | ||
| + | color:#CCCCCC; | ||
| + | text-shadow:0px 0px 1px #000; | ||
| + | font-size:0.8em; | ||
| + | font-weight:bold; | ||
| + | text-decoration:none; | ||
| + | } | ||
| + | |||
| + | div.vectorTabs li a { | ||
| + | padding-left:0.7em; | ||
| + | padding-right:0.7em; | ||
| + | } | ||
| + | |||
| + | div.vectorTabs li span, | ||
| + | div#mw-head div.vectorMenu h3 { | ||
| + | background:url(https://hades.gamepedia.com/media/c/cf/Button.png) no-repeat top left border-box; /* [[File:Button.png]] */ | ||
| + | background-size:100% 100%; | ||
| + | margin-right:4px; | ||
| + | } | ||
| + | |||
| + | div#mw-head div.vectorTabs ul li.selected span { | ||
| + | background:url(https://hades.gamepedia.com/media/c/c0/Button_selected.png) no-repeat top left border-box; /* [[File:Button selected.png]] */ | ||
| + | background-size:100% 100%; | ||
| + | } | ||
| + | |||
| + | div.vectorTabs span a { | ||
| + | padding-top:1em; | ||
| + | } | ||
| + | |||
| + | div#mw-head div.vectorTabs ul li:not(.selected) span a:hover, | ||
| + | div#mw-head div.vectorTabs ul li:not(.selected) span a:focus { | ||
| + | color:#7f7f7f; | ||
| + | } | ||
| + | |||
| + | h3#p-sharing-label span, | ||
| + | h3#p-cactions-label span { | ||
| + | margin-top:-0.25em; | ||
| + | } | ||
| + | |||
| + | div.vectorTabs { | ||
| + | padding-left:0; | ||
| + | } | ||
| + | |||
| + | div.vectorTabs span, | ||
| + | div.vectorTabs ul, | ||
| + | div.vectorTabs ul li, | ||
| + | div.vectorTabs ul li.selected { | ||
| + | background: none; | ||
| + | } | ||
| + | |||
| + | div#right-navigation div#p-search { | ||
| + | margin-top:0.8em; | ||
| + | margin-right:10.5px; | ||
| + | } | ||
| + | |||
| + | div.vectorMenu div.menu { | ||
| + | border: 2px solid #3F3E3B; | ||
| + | border-radius:3px; | ||
| + | background-color:rgba(0,0,0,0.8); | ||
| + | color: ##fff6e7; | ||
| + | text-shadow: 1px 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.3), 1px -1px 1px rgba(0,0,0,0.3), -1px -1px 1px rgba(0,0,0,0.3); | ||
| + | box-shadow:inset 0 0 1px 0 rgba(0,0,0,0.75); | ||
| + | } | ||
| + | |||
| + | div.vectorMenu div.menu ul { | ||
| + | background-color:transparent; | ||
| + | } | ||
| + | |||
| + | div.vectorMenu div.menu a { | ||
| + | color:#D7DEE8; | ||
| + | font-weight:bold; | ||
| + | text-decoration:none; | ||
| + | } | ||
| + | |||
| + | div.vectorMenu div.menu li:hover { | ||
| + | background-color:rgba(255,255,255,0.2); | ||
| + | box-shadow:inset 0 0 5px rgba(0,0,0,0.2); | ||
| + | } | ||
| + | |||
| + | div#p-cactions .menu { | ||
| + | top:2.5em; | ||
| + | } | ||
| + | |||
| + | div#p-sharing .menu { | ||
| + | margin-left: .5em; | ||
| + | min-width: 0px; | ||
| + | width: 48px; | ||
| + | top:2.5em; | ||
| + | } | ||
| + | |||
| + | div#simpleSearch { | ||
| + | margin-top:-0.5em; | ||
| + | } | ||
| + | |||
| + | /****************** | ||
| + | * End Vector Tabs * | ||
| + | *******************/ | ||
| + | |||
| + | /********** | ||
| + | * Sidebar * | ||
| + | ***********/ | ||
| + | div#mw-panel { | ||
| + | padding-left:.25em; | ||
| + | margin-left:0.2em; | ||
| + | } | ||
| + | |||
| + | #mw-panel.collapsible-nav .portal#p-claimWiki { | ||
| + | margin: 0 0.2em 1em 0; | ||
| + | } | ||
| + | |||
| + | .claimSidebar { | ||
| + | background-size:contain; | ||
| + | background-repeat:no-repeat; | ||
| + | background-position: center; | ||
| + | width:100%; | ||
| + | } | ||
| + | |||
| + | div#mw-panel div#p-claimWiki.portal div.body { | ||
| + | width:100%; | ||
| + | } | ||
| + | |||
| + | div#mw-panel div#p-claimWiki.portal div.body { | ||
| + | width:100%; | ||
| + | } | ||
| + | |||
| + | div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles) { | ||
| + | padding:0; | ||
| + | margin-left:0; | ||
| + | margin-right:0.1em; | ||
| + | margin-bottom:15px; | ||
| + | } | ||
| + | |||
| + | div#mw-panel div.portal div.body ul li a, | ||
| + | div#mw-panel div.portal div.body ul li a:visited, | ||
| + | div#mw-panel div.portal div.body ul li a:link, | ||
| + | #mw-panel.collapsible-nav a:visited{ | ||
| + | color: #e6e6e6; | ||
| + | font-weight:bold; | ||
| + | } | ||
| + | |||
| + | #mw-panel.collapsible-nav .portal div.body ul, | ||
| + | #mw-panel .portal div.body ul{ | ||
| + | margin-left:-0.25em; | ||
| + | margin-right:0.25em; | ||
| + | border-top:0; | ||
| + | border-radius:0 0 3px 3px; | ||
| + | } | ||
| + | |||
| + | #mw-panel.collapsible-nav .portal div.body ul { | ||
| + | margin-left:-0.75em; | ||
| + | } | ||
| + | |||
| + | #mw-panel.collapsible-nav .portal div.body ul li, | ||
| + | #mw-panel .portal div.body ul li { | ||
| + | padding-left:0.2em; | ||
| + | } | ||
| + | |||
| + | #mw-panel .portal div.body ul li a{ | ||
| + | margin-left:0.2em; | ||
| + | font-size:1.1em; | ||
| + | } | ||
| + | |||
| + | div#mw-panel div.portal h3:not(#p-socialProfiles-label):not(#p-sitePromos-label) { | ||
| + | margin:0; | ||
| + | font-weight:bold; | ||
| + | padding:5px; | ||
| + | padding-left:20px; | ||
| + | } | ||
| + | |||
| + | .skin-hydradark div#mw-panel div.portal h3 a, | ||
| + | .skin-hydradark div#mw-panel div.portal h3, | ||
| + | #mw-panel.collapsible-nav .portal.collapsed h3, | ||
| + | .skin-hydradark #mw-panel.collapsible-nav .portal h3 a, | ||
| + | .skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a { | ||
| + | font-size:0.9em; | ||
| + | letter-spacing:0.05em; | ||
| + | font-weight:bold; | ||
| + | color: #00CC47; | ||
| + | text-shadow:1px 1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000; | ||
| + | } | ||
| + | |||
| + | .skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 { | ||
| + | background-image: url("https://commons.gamepedia.com/media/3/37/Sidebar_collapsed.png"); | ||
| + | background-position: left; | ||
| + | background-repeat: no-repeat; | ||
| + | } | ||
| + | |||
| + | .skin-hydradark #mw-panel.collapsible-nav .portal h3 { | ||
| + | background-image: url("https://commons.gamepedia.com/media/7/72/Sidebar_expanded.png"); | ||
| + | background-position: left; | ||
| + | background-repeat: no-repeat; | ||
| + | } | ||
| + | |||
| + | .skin-hydradark div#mw-panel div.portal div.body { | ||
| + | background-image:url(https://commons.gamepedia.com/media/3/35/Underline_white.png); | ||
| + | } | ||
| + | |||
| + | div#mw-panel div.portal div.body { | ||
| + | background-image:none; | ||
| + | } | ||
| + | |||
| + | div#mw-panel div#p-socialProfiles.portal { | ||
| + | margin:0; | ||
| + | } | ||
| + | /************** | ||
| + | * End Sidebar * | ||
| + | ***************/ | ||
| + | |||
| + | /************** | ||
| + | * Preferences * | ||
| + | ***************/ | ||
| + | .client-js div#preferences { | ||
| + | background:rgba(0,0,0,0.2); | ||
| + | border:1px solid #7f7f7f; | ||
| + | margin-top:1px; | ||
| + | } | ||
| + | |||
| + | .client-js #preftoc, | ||
| + | .client-js #preftoc li, | ||
| + | .client-js #preftoc li a, | ||
| + | .client-js #preftoc li { | ||
| + | background-image: none; | ||
| + | background-color: transparent; | ||
| + | color:#bfbfbf; | ||
| + | font-size:1em; | ||
| + | } | ||
| + | |||
| + | .client-js #preftoc li a:active { | ||
| + | font-size:1em; | ||
| + | } | ||
| + | |||
| + | .client-js ul#preftoc { | ||
| + | margin-left:-0.1em; | ||
| + | margin-bottom:5px; | ||
| + | } | ||
| + | |||
| + | .client-js #preftoc li.selected a { | ||
| + | background-image: none; | ||
| + | color: #fff; | ||
| + | text-decoration:none; | ||
| + | } | ||
| + | |||
| + | .client-js #preftoc li.selected { | ||
| + | border:0; | ||
| + | padding-right:0; | ||
| + | } | ||
| + | |||
| + | .client-js #preftoc li:not(.selected) a:hover { | ||
| + | color:#fff; | ||
| + | text-decoration:none; | ||
| + | text-shadow:5px 5px 1px rgba(0,0,0,0.25); | ||
| + | } | ||
| + | |||
| + | .skin-hydradark #preferences legend { | ||
| + | color: #DDDDDD; | ||
| + | text-shadow: 1px 1px 1px rgba(25,25,25,0.75), -1px 1px 1px rgba(25,25,25,0.75), 1px -1px 1px rgba(25,25,25,0.75), -1px -1px 1px rgba(25,25,25,0.75); | ||
| + | } | ||
| + | |||
| + | .skin-hydradark #preferences fieldset.prefsection fieldset { | ||
| + | border-color:#7f7f7f; | ||
| + | } | ||
| + | |||
| + | .client-js .htmlform-tip { | ||
| + | color:#BFBFBF; | ||
| + | } | ||
| + | /****************** | ||
| + | * End Preferences * | ||
| + | *******************/ | ||
| + | |||
| + | /*************** | ||
| + | * Page History * | ||
| + | ****************/ | ||
| + | #pagehistory li.selected { | ||
| + | background-color:rgba(0,0,0,0.3); | ||
| + | padding:1px; | ||
| + | } | ||
| + | |||
| + | table.diff, | ||
| + | td.diff-otitle, | ||
| + | td.diff-ntitle { | ||
| + | background-color:rgba(0,0,0,0.3) | ||
| + | } | ||
| + | |||
| + | .mw-plusminus-pos { | ||
| + | color: #007F00; | ||
| + | } | ||
| + | |||
| + | .mw-plusminus-neg { | ||
| + | color: #B20000; | ||
| + | } | ||
| + | |||
| + | /************** | ||
| + | * end history * | ||
| + | ***************/ | ||
| + | |||
| + | /********************* | ||
| + | * tablepager styling * | ||
| + | **********************/ | ||
| + | .skin-hydradark table.TablePager td { | ||
| + | border:1px solid #000; | ||
| + | } | ||
| + | |||
| + | .skin-hydradark table.TablePager tr th { | ||
| + | background-color:#3C4137; | ||
| + | letter-spacing:0.1em; | ||
| + | color: #fff; | ||
| + | font-family: 'Lithos Pro Regular', sans-serif; | ||
| + | text-shadow:0px 4px 1px #000; | ||
| + | border:1px solid #000; | ||
| + | box-shadow:inset 0 0 0px 1px #000, inset 0 0 5px rgba(0,0,0,0.5); | ||
| + | } | ||
| + | |||
| + | .skin-hydradark table.TablePager tbody tr td { | ||
| + | background-color:rgba(21,21,19,0.3) | ||
| + | } | ||
| + | |||
| + | .skin-hydradark table.TablePager tbody tr:hover td { | ||
| + | background:rgba(75,75,75,0.2); | ||
| + | } | ||
| + | /************************* | ||
| + | * end tablepager styling * | ||
| + | **************************/ | ||
| + | |||
| + | /******************** | ||
| + | * wikitable styling * | ||
| + | *********************/ | ||
| + | table.wikitable { | ||
| + | border:1px solid #000; | ||
| + | background-color:rgba(21,21,19,0.3) | ||
| + | } | ||
| + | |||
| + | table.wikitable > tbody > tr > th | ||
| + | table.wikitable > tr > th, | ||
| + | table.wikitable > * > tr > th { | ||
| + | background-color:#3C4137; | ||
| + | letter-spacing:0.1em; | ||
| + | color: #fff; | ||
| + | font-family: 'Lithos Pro Regular', sans-serif; | ||
| + | text-shadow:0px 4px 1px #000; | ||
| + | border:1px solid #000; | ||
| + | box-shadow:inset 0 0 0px 1px #000, inset 0 0 5px rgba(0,0,0,0.5); | ||
| + | } | ||
| + | |||
| + | table.wikitable > tbody > tr > td { | ||
| + | border:1px solid #000; | ||
| + | } | ||
| + | /************************ | ||
| + | * End wikitable styling * | ||
| + | *************************/ | ||
| + | |||
| + | /***************** | ||
| + | * Search styling * | ||
| + | ******************/ | ||
| + | .skin-hydradark div.mw-search-profile-tabs { | ||
| + | background-color:#3C4137; | ||
| + | letter-spacing:0.1em; | ||
| + | border:1px solid #000; | ||
| + | box-shadow:inset 0 0 0px 1px #000, inset 0 0 5px rgba(0,0,0,0.5); | ||
| + | font-size:0.9em; | ||
| + | } | ||
| + | |||
| + | .skin-hydradark fieldset#mw-searchoptions { | ||
| + | border:1px solid #000; | ||
| + | background-color:rgba(0,0,0,0.2); | ||
| + | } | ||
| + | |||
| + | .skin-hydradark .mw-search-profile-tabs .search-types { | ||
| + | padding-left:0; | ||
| + | } | ||
| + | |||
| + | .skin-hydradark div#content .mw-search-profile-tabs .search-types ul li a { | ||
| + | border-right: 1px solid #000; | ||
| + | } | ||
| + | |||
| + | .skin-hydradark .mw-search-profile-tabs ul li.current { | ||
| + | background-color:rgba(0,0,0,0.1); | ||
| + | box-shadow:inset 0px 0px 7px rgba(0,0,0,0.75); | ||
| + | } | ||
| + | |||
| + | .skin-hydradark .mw-search-profile-tabs ul li:last-child { | ||
| + | border-bottom:0; | ||
| + | } | ||
| + | |||
| + | /********************* | ||
| + | * end search styling * | ||
| + | **********************/ | ||
| + | |||
| + | /***************** | ||
| + | * Editor Styling * | ||
| + | ******************/ | ||
| + | div.wikiEditor-ui .wikiEditor-ui-view { | ||
| + | border:1px solid #000; | ||
| + | box-shadow:inset 0px 0px 0px 1px #797C4F; | ||
| + | } | ||
| + | |||
| + | div.wikiEditor-ui { | ||
| + | background: transparent; | ||
| + | border:0; | ||
| + | } | ||
| + | |||
| + | div.wikiEditor-ui-controls { | ||
| + | background-color: transparent; | ||
| + | border:0; | ||
| + | margin-bottom:0.5px; | ||
| + | } | ||
| + | |||
| + | div.wikiEditor-ui-toolbar { | ||
| + | background:rgba(0,0,0,0.25); | ||
| + | } | ||
| + | |||
| + | .oo-ui-popupToolGroup.oo-ui-widget-enabled { | ||
| + | background: none; | ||
| + | } | ||
| + | |||
| + | div.wikiEditor-ui-toolbar .group { | ||
| + | border-right: 1px solid #797C4F; | ||
| + | } | ||
| + | |||
| + | div.wikiEditor-ui-toolbar .group-search { | ||
| + | border-left: 1px solid #797C4F; | ||
| + | border-right: none; | ||
| + | } | ||
| + | |||
| + | .tab { | ||
| + | border-color: transparent; | ||
| + | } | ||
| + | |||
| + | div.wikiEditor-ui-toolbar .tabs span.tab a, | ||
| + | div.wikiEditor-ui-toolbar .tabs span.tab a:visited { | ||
| + | color: #E0E0E0; | ||
| + | } | ||
| + | |||
| + | div.wikiEditor-ui-toolbar .tabs span.tab a.current, | ||
| + | div.wikiEditor-ui-toolbar .tabs span.tab a.current:visited { | ||
| + | color: #ffffff; | ||
| + | } | ||
| + | |||
| + | #content div.wikiEditor-ui-toolbar .group .tool-select .label, | ||
| + | #content div.wikiEditor-ui-toolbar .menu .options a.option { | ||
| + | color: #000000; | ||
| + | } | ||
| + | |||
| + | div.wikiEditor-ui-toolbar .sections .section { | ||
| + | background:rgba(50,50,50,0.5); | ||
| + | border-top: 1px solid #797C4F; | ||
| + | } | ||
| + | |||
| + | div.wikiEditor-ui-toolbar .booklet .index div { | ||
| + | color: #fff; | ||
| + | } | ||
| + | |||
| + | div.wikiEditor-ui-toolbar .booklet .index .current { | ||
| + | box-shadow:inset 0 0 1px 2px rgba(0,0,0,0.5); | ||
| + | color: #f7f7f7; | ||
| + | } | ||
| + | |||
| + | div.wikiEditor-ui-toolbar .booklet .pages { | ||
| + | background-color:; | ||
| + | } | ||
| + | |||
| + | div.wikiEditor-ui-toolbar .page-characters div span { | ||
| + | border: 1px solid rgba(127,127,127,0.75); | ||
| + | color: #f0f0f0; | ||
| + | background:transparent; | ||
| + | } | ||
| + | |||
| + | div.wikiEditor-ui-toolbar .page-characters div span:hover { | ||
| + | background-color:rgba(127,127,127,0.5); | ||
| + | } | ||
| + | |||
| + | div.wikiEditor-ui-toolbar .page-table td { | ||
| + | border-top: 1px solid #7f7f7f; | ||
| + | color: #e5e5e5; | ||
| + | } | ||
| + | .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button { | ||
| + | color:#e6e6e6; | ||
| + | } | ||
| + | |||
| + | div.editOptions { | ||
| + | background-color: transparent; | ||
| + | border:none; | ||
| + | } | ||
| + | /********************* | ||
| + | * End Editor Styling * | ||
| + | **********************/ | ||
| + | |||
| + | /******************* | ||
| + | * Thumnbail tweaks * | ||
| + | ********************/ | ||
| + | div.thumbinner { | ||
| + | background-color:rgba(21,22,19,0.8); | ||
| + | background:linear-gradient(105deg, rgba(0,0,0,0.8) 48%, rgba(21,22,19,0.8) 52%); | ||
| + | border:2px solid #797C4F; | ||
| + | box-shadow:0px 0px 0px 1px #000, inset 0px 0px 5px #000; | ||
| + | } | ||
| + | |||
| + | li.gallerybox div.thumb { | ||
| + | background-color:rgba(21,22,19,0.8); | ||
| + | background:linear-gradient(105deg, rgba(0,0,0,0.8) 48%, rgba(21,22,19,0.8) 52%); | ||
| + | border:2px solid #797C4F; | ||
| + | box-shadow:0px 0px 0px 1px #000, inset 0px 0px 5px #000; | ||
| + | } | ||
| + | /*********************** | ||
| + | * End thumbnail tweaks * | ||
| + | ************************/ | ||
| + | |||
| + | /*************************** | ||
| + | * Category bar and filetoc * | ||
| + | ****************************/ | ||
| + | #catlinks, | ||
| + | ul#filetoc { | ||
| + | background-color:rgba(0,0,0,0.6); | ||
| + | border:1px solid #000; | ||
| + | } | ||
| + | /******************************* | ||
| + | * End Category bar and filetoc * | ||
| + | ********************************/ | ||
| + | |||
| + | |||
| + | /********************************** | ||
| + | * Table of contents (toc) styling * | ||
| + | ***********************************/ | ||
| + | div#toc { | ||
| + | background-color:rgba(0,0,0,0.6); | ||
| + | border:1px solid #000; | ||
| + | } | ||
| + | /****************** | ||
| + | * End toc styling * | ||
| + | ******************/ | ||
| + | |||
| + | /********************************* | ||
| + | * Front Page (FP) styling tweaks * | ||
| + | **********************************/ | ||
| + | .fpbox { | ||
| + | box-shadow:inset 0px 0px 3px 1px rgba(0,0,0,0.5); | ||
| + | border:2px solid #161616; | ||
| + | } | ||
| + | |||
| + | .fpbox .heading { | ||
| + | font-family: 'Lithos Pro Regular',sans-serif; | ||
| + | color: #DDDDDD; | ||
| + | text-shadow: 1px 1px 1px rgba(25,25,25,0.75),-1px 1px 1px rgba(25,25,25,0.75),1px -1px 1px rgba(25,25,25,0.75),-1px -1px 1px rgba(25,25,25,0.75); | ||
| + | border-bottom:0; | ||
| + | background: url(https://hades.gamepedia.com/media/b/b9/Heading_border.jpg) repeat-x bottom left border-box; | ||
| + | background-size:auto 6px | ||
| + | } | ||
| + | /**************** | ||
| + | * End FP tweaks * | ||
| + | *****************/ | ||
| + | |||
| + | /************************************** | ||
| + | * Used by [[Template:Boon table row]] * | ||
| + | ***************************************/ | ||
| + | td.boonTableRarity { | ||
| + | width:15em; | ||
| + | vertical-align:top; | ||
| + | } | ||
| + | |||
| + | td.boonTableName { | ||
| + | text-align:center; | ||
| + | } | ||
| + | /***************** | ||
| + | * End boon table * | ||
| + | ******************/ | ||
| + | |||
| + | /***************** | ||
| + | * Infobox styles * | ||
| + | ******************/ | ||
| + | .infobox { | ||
| + | float: right; | ||
| + | clear:right; | ||
| + | width: 23em; | ||
| + | margin-left: 1em; | ||
| + | margin-right: 1em; | ||
| + | margin-bottom: 0.5em; | ||
| + | padding: 4px; | ||
| + | border:1px solid #797C4F; | ||
| + | box-shadow:0px 0px 0px 1px #000, 2px 2px 2px #000, inset 0px 0px 5px #000; | ||
| + | background-color:rgba(21,21,19,0.3); | ||
| + | } | ||
| + | |||
| + | .infobox-table { | ||
| + | width: 100%; | ||
| + | padding: 0; | ||
| + | background-color:transparent; | ||
| + | border: 0; | ||
| + | } | ||
| + | |||
| + | .infobox-header { | ||
| + | text-align:center; | ||
| + | padding:0.4em; | ||
| + | padding-bottom: 10px; | ||
| + | font-size: 150%; | ||
| + | background-color:#3C4137; | ||
| + | letter-spacing:0.1em; | ||
| + | color: #fff; | ||
| + | font-family: 'Lithos Pro Regular', sans-serif; | ||
| + | text-shadow:0px 4px 1px #000; | ||
| + | border:1px solid #000; | ||
| + | box-shadow:inset 0 0 0px 1px #000, inset 0 0 5px rgba(0,0,0,0.5); | ||
| + | } | ||
| + | |||
| + | .infobox-section { | ||
| + | text-align:center; | ||
| + | background-color:#3C4137; | ||
| + | letter-spacing:0.1em; | ||
| + | color: #fff; | ||
| + | font-family: 'Lithos Pro Regular', sans-serif; | ||
| + | text-shadow:0px 4px 1px #000; | ||
| + | border:1px solid #000; | ||
| + | box-shadow:inset 0 0 0px 1px #000, inset 0 0 5px rgba(0,0,0,0.5); | ||
| + | } | ||
| + | |||
| + | .infobox-section a { | ||
| + | color:#fff; | ||
| + | } | ||
| + | |||
| + | .infobox-centered { | ||
| + | text-align: center; | ||
| + | } | ||
| + | |||
| + | .infobox-centered img { | ||
| + | max-width:100%; | ||
| + | height:auto; | ||
| + | } | ||
| + | |||
| + | .infobox-row { | ||
| + | vertical-align: top; | ||
| + | } | ||
| + | |||
| + | .infobox-row-name { | ||
| + | text-align: left; | ||
| + | white-space: nowrap; | ||
| + | } | ||
| + | |||
| + | .infobox-spacer { | ||
| + | height: 0.5em; | ||
| + | } | ||
| + | /********************* | ||
| + | * End infobox styles * | ||
| + | **********************/ | ||
| + | |||
| + | /***************** | ||
| + | * Tabber styling * | ||
| + | ******************/ | ||
| + | ul.tabbernav li { | ||
| + | padding:1em 0 2px 0; | ||
| + | } | ||
| + | |||
| + | ul.tabbernav li a { | ||
| + | background:#212120; | ||
| + | border:none; | ||
| + | box-shadow:inset -1px -1px 2px 1px #000, inset 1px 1px 2px 1px #4e4d49; | ||
| + | padding:5px .5em | ||
| + | } | ||
| + | |||
| + | #content ul.tabbernav li.tabberactive a { | ||
| + | background:#212120; | ||
| + | box-shadow:inset 0 0 3px 1px #000; | ||
| + | border:none; | ||
| + | color:#cccccc; | ||
| + | } | ||
| + | |||
| + | ul.tabbernav li a:hover { | ||
| + | background:rgba(50,50,50,.2); | ||
| + | border:none; | ||
| + | } | ||
| + | |||
| + | ul.tabbernav { | ||
| + | border:none; | ||
| + | } | ||
| + | |||
| + | .tabber .tabbertab { | ||
| + | border:1px solid #161616; | ||
| + | box-shadow:inset 0 0 1px 0px rgba(0,0,0,0.7), 0 0 1px 0px rgba(150,150,150,0.7); | ||
| + | } | ||
| + | /********************* | ||
| + | * End tabber styling * | ||
| + | **********************/ | ||
| + | |||
| + | /******************************************** | ||
| + | * Improved responsiveness for narrow widths * | ||
| + | *********************************************/ | ||
| + | .mw-body, | ||
| + | #footer { | ||
| + | margin-left:11em; | ||
| + | } | ||
| + | |||
| + | .level img { /* wikipoints level on profile */ | ||
| + | max-width:100%; | ||
| + | } | ||
| + | |||
| + | @media screen and (max-width:720px) { | ||
| + | div#content { | ||
| + | border-left:none; | ||
| + | border-right:none; | ||
| + | margin-top:0.2em; | ||
| + | } | ||
| + | |||
| + | div#footer { | ||
| + | border:none; | ||
| + | } | ||
| + | |||
| + | #pageWrapper { | ||
| + | margin-right:0; | ||
| + | background-position:unset; | ||
| + | } | ||
| + | |||
| + | div#left-navigation, | ||
| + | div#right-navigation { | ||
| + | margin-top:3em; | ||
| + | } | ||
| + | |||
| + | div#left-navigation { | ||
| + | margin-left:8px; | ||
| + | } | ||
| + | |||
| + | div#right-navigation { | ||
| + | margin-right:8px; | ||
| + | } | ||
| + | |||
| + | div#right-navigation div#p-search { | ||
| + | margin-right:0; | ||
| + | top:-2em; | ||
| + | } | ||
| + | |||
| + | div#mw-navigation div#mw-panel .portal { | ||
| + | width:auto; | ||
| + | text-align:center; | ||
| + | } | ||
| + | |||
| + | div#mw-navigation div#mw-panel { | ||
| + | width:100%; | ||
| + | margin: 0; | ||
| + | margin-top:2em; | ||
| + | padding:0; | ||
| + | top:0; | ||
| + | background-color: rgba(52,51,49,0.98); | ||
| + | box-shadow: inset 0 0 10px rgba(0,0,0,0.5),3px 3px 1px rgba(0,0,0,0.5); | ||
| + | } | ||
| + | |||
| + | #mw-panel.collapsible-nav .portal#p-claimWiki { | ||
| + | margin-top:1em; | ||
| + | } | ||
| + | |||
| + | .curseprofile .leftcolumn, | ||
| + | .curseprofile .rightcolumn { | ||
| + | width:unset; | ||
| + | } | ||
| + | |||
| + | .headline ul { | ||
| + | clear:left | ||
| + | } | ||
| + | |||
| + | .infobox { | ||
| + | float:none; | ||
| + | margin:auto; | ||
| + | } | ||
| + | } | ||
| + | /****************************** | ||
| + | * end improved responsiveness * | ||
| + | *******************************/ | ||
Revision as of 02:05, 17 November 2020
/* CSS placed here will affect users of the Hydradark skin */
/* For elements which only display in the mobile view */
.mobileonly {
display: none;
}
/* Visual editor */
.oo-ui-popupToolGroup .oo-ui-toolGroup-tools {
background-color: #282828;
border: 1px solid #383838;
box-shadow: 0 2px 2px 0 rgba(255,255,255,0.2);
}
.oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-title,
.oo-ui-buttonElement.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
color: #e0e0e0;
}
.oo-ui-listToolGroup .oo-ui-tool.oo-ui-widget-enabled:hover,
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover,
.oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-enabled:hover,
.oo-ui-widget.oo-ui-widget-enabled.oo-ui-optionWidget.oo-ui-decoratedOptionWidget.oo-ui-outlineOptionWidget.oo-ui-outlineOptionWidget-level-0.oo-ui-iconElement.oo-ui-labelElement:hover {
background-color: rgba(255,255,255,0.2);
}
.oo-ui-decoratedOptionWidget .oo-ui-iconElement-icon,
.oo-ui-decoratedOptionWidget .oo-ui-indicatorElement-indicator,
.oo-ui-fieldsetLayout.oo-ui-iconElement > .oo-ui-fieldsetLayout-header > .oo-ui-iconElement-icon {
filter: invert(100%);
}
.oo-ui-textInputWidget.oo-ui-iconElement .oo-ui-iconElement-icon {
filter: unset;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button {
border-color: #ffffff;
}
.oo-ui-popupToolGroup.oo-ui-widget-enabled.oo-ui-popupToolGroup-active {
background-color: rgba(255,255,255,0.2);
}
.oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon,
.oo-ui-popupToolGroup.oo-ui-labelElement.oo-ui-indicatorElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label,
.oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-iconElement > .oo-ui-tool-link .oo-ui-iconElement-icon {
filter: invert(100%);
}
.oo-ui-messageDialog-actions .oo-ui-actionWidget.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive .oo-ui-buttonElement-button:hover {
background-color: #282828;
}
.oo-ui-indicator-down {
background-image: linear-gradient(transparent,transparent),url(https://commons.gamepedia.com/media/commons.gamepedia.com/0/00/Light_down_arrow.svg);
filter: unset;
}
.ve-ui-mwSaveDialog-options {
background-color: #282828;
}
.ve-ui-mwSaveDialog-license {
color: #e0e0e0;
}
/* Page history tweaks */
td.diff-addedline .diffchange {
background: none;
color: #bfd959;
}
td.diff-deletedline .diffchange {
background: none;
color: #e62444;
}
td.diff-addedline,
td.diff-deletedline {
border-color: transparent;
}
/* Interwiki page legend tweak */
.mw-collapsible-toggle.mw-collapsible-toggle-expanded a,
.mw-collapsible-toggle.mw-collapsible-toggle-collapsed a {
color: #ffffff;
}
/* for "edit this page" tab and "discussion" tab etc */
.pagetab {
border-style: solid solid none;
border-width: thin;
border-color: #808080;
padding: 0.25ex 1ex 0ex;
font-size: 95%;
}
.ambox {
background-color: #282828;
border-bottom-color: #383838;
border-right-color: #383838;
border-top-color: #383838;
border-collapse: collapse;
font-size: 95%;
margin: 0 auto 2px auto;
width: 80%;
}
.ambox-gray {
border-left-color: #383838;
}
.ambox.ambox-tiny {
font-size: 90%;
margin: 2px 0;
width: auto;
}
.ambox + .ambox {
margin-top: -2px;
}
.ambox-text {
padding: 0.25em 0.5em;
}
.ambox-image {
padding: 2px 0px 2px 0.5em;
text-align: center;
width: 60px;
}
.ambox-tiny .ambox-image {
padding: 2px 0.5em;
text-align: left;
width: auto;
}
/* Ambox colors */
.ambox-blue {
border-left: 10px solid #1e90ff;
}
.ambox-red {
border-left: 10px solid #b22222;
}
.ambox-orange {
border-left: 10px solid #f28500;
}
.ambox-yellow {
border-left: 10px solid #f4c430;
}
.ambox-purple {
border-left: 10px solid #9932cc;
}
.ambox-gray {
border-left: 10px solid #bba;
}
.ambox-green {
border-left: 10px solid #228b22;
}
/* Ambox small text */
.amsmalltext {
font-size: smaller;
margin-left: 0.8em;
margin-top: 0.5em;
}
/* INFOBOXES: game or book depended color style */
.infoboxtable {
background-color: rgba(0, 0, 0, 0);
border: 1px solid #505050;
color: #ffffff;
float: right;
font-size: 89%;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
width: 300px;
}
.infoboxtable td {
vertical-align: top;
}
.infoboxtable td > div {
background-color: #181818;
border: 2px solid inherit;
border-radius: 5px;
font-weight: bold;
padding: 0.5px 7px;
text-align: right;
}
.infoboxname {
background-color: #181818;
font-size: 110%;
font-weight: bold;
padding: 0.5em;
}
.infoboxdetails {
padding: 0em;
}
/* copyright images tweak */
.skin-hydradark .copyright-icon {
background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/thumb/5/58/Copyright_darkwiki.png/32px-Copyright_darkwiki.png");
background-size: 100%;
height: 32px;
width: 32px;
}
.feature {
background: rgba(0, 0, 0, 0.1);
border: 1px solid rgba(0, 0, 0, 0.5);
border-radius: 5px;
padding: 10px;
}
/* Navbox template style */
table.navbox {
border: 1px solid #505050;
clear: both;
font-size: 88%;
margin: auto;
padding: 1px;
text-align: center;
width: 100%;
}
/* Border between adjacent navboxes */
table.navbox + table.navbox {
margin-top: -1px;
}
.navbox-title,
.navbox-abovebelow,
table.navbox th {
padding-left: 1em;
padding-right: 1em;
text-align: center;
}
.navbox-group {
font-weight: bold;
padding-left: 1em;
padding-right: 1em;
white-space: nowrap;
}
/* Base background */
.navbox, .navbox-subgroup {
background: rgba(0, 0, 0, 0.1);
}
.navbox-list {
border-color: rgba(0, 0, 0, 0.1); /* Must match background color */
}
/* Level 1 color */
.navbox-title,
table.navbox th {
background: rgba(0, 0, 0, 0.2);
color: #fff;
}
/* Level 2 styling */
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
background: rgba(0, 0, 0, 0.2);
color: #fff;
}
/* Level 3 styling */
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
background: rgba(0, 0, 0, 0.1);
color: #fff;
}
/* Even row striping */
.navbox-even {
background: rgba(255, 255, 255, 0.1);
color: #fff;
}
/* Odd row striping */
.navbox-odd {
background: transparent;
}
.collapseButton {
font-weight: normal;
width: auto;
}
.navbox .collapseButton {
width: 6em;
}
.navbar {
font-size: 88%;
font-weight: normal;
}
.navbox .navbar {
font-size: 100%;
}
table.collapsed tr.collapsible {
display: none;
}
/* End of new Navbox styling */
/* Front page appearance styles */
.fpbox .heading,
.fpbox .mainheading {
border: 0;
border-bottom: 1px solid #505050;
}
.fpbox {
background: rgba(0, 0, 0, 0.05);
border: 1px solid #505050;
box-shadow: 0 2px 5px #505050;
}
.fplink {
background: rgba(0,0,0,0.3);
border: 1px solid #505050;
}
.fplink-fullwidth .fplink {
background: rgba(0,0,0,0.4);
}
.linkslabel {
border-bottom: 2px solid #505050;
}
/*****************
* Base framework *
******************/
@font-face {
font-family: 'Lithos Pro Regular';
src: local('Lithos Pro Regular'), url('/media/hydra/fonts/LithosPro-Regular.otf') format('opentype');
}
body {
background:url(https://hades.gamepedia.com/media/9/98/Bg.jpg); /* [[File:Bg.jpg]] */
background-size:cover;
background-attachment:fixed;
background-color:#082010;
}
#mw-page-base {
background:transparent;
}
#pageWrapper {
margin-right:26px;
}
div#content {
position:relative;
border:2px solid #b1ab98;
background-color:rgba(52,51,49,0.98);
box-shadow:inset 0 0 10px rgba(0,0,0,0.5), 3px 3px 1px rgba(0,0,0,0.5);
color:#DDDDDD;
margin-top:3.5em;
padding-top:3.5em;
}
.mw-body .mw-indicators {
top:10px;
}
div#bodyContent {
border-top:1px solid #151514;
}
div#content::after {
position:absolute;
width:calc(100% + 64px);
height:calc(100% + 23px);
top:-18px;
left:-38px;
content:"";
border:1px solid transparent;
border-image:url(https://hades.gamepedia.com/media/7/76/Content_border.png);/* [[File:Content border.png]] */
border-image-width:80px 59px;
border-image-slice:37% 25% ;
border-image-repeat:round;
pointer-events:none;
}
div#footer {
position:relative;
border:2px solid #b1ab98;
background-color:rgba(52,51,49,0.98);
box-shadow:inset 0 0 10px rgba(0,0,0,0.5), 3px 3px 1px rgba(0,0,0,0.5);
color:#f7f7f7;
margin-top:75px;
margin-top:4em;
margin-bottom:2em;
}
div#footer ul li {
color:#f7f7f7;;
}
fieldset {
border-color:#000;
}
.oo-ui-panelLayout-framed {
border:1px solid #000;
}
/*********************
* End base framework *
**********************/
/*******
* Logo *
********/
#p-logo a {
height:7.2em;
width:19em;
background-size:contain;
}
#p-logo {
top:-155px;
left: 50vw;
margin-left:-9.5em;
}
/***********
* End logo *
************/
/**************************
* Gamepedia footer tweaks *
***************************/
footer {
border-top:#f48020 1px solid;
}
/* prevents the footer from breaking at narrow widths */
footer#curse-footer .footer-box {
flex:unset;
}
footer#curse-footer ul li {
white-space:nowrap;
}
/********************
* End footer tweaks *
*********************/
/********
* Links *
*********/
#content a,
div#footer a,
a:visited,
div#content a:not(.new),
div#content a.extiw,
div#content a.extiw:visited,
div#content a.external,
div#content a.external:visited,
#mw-indicator-mw-helplink a,
.pseudo-link {
color: #00B241;
text-shadow:0px 0px 1px #000;
}
/************
* End Links *
*************/
/***********
* Headings *
************/
#content h1#firstHeading {
font-family: 'Lithos Pro Regular', sans-serif;
color:#DDDDDD;
text-shadow:1px 1px 1px rgba(25,25,25,0.75), -1px 1px 1px rgba(25,25,25,0.75), 1px -1px 1px rgba(25,25,25,0.75), -1px -1px 1px rgba(25,25,25,0.75);
font-weight:bold;
font-size:1.7em;
border-top:12px solid transparent;
border-bottom:0;
background:url(https://hades.gamepedia.com/media/b/b9/Heading_border.jpg) repeat-x top left border-box; /*[[File:Heading border.jpg]]*/
background-size:auto 6px;
margin-left:-0.55em;
margin-right:-0.55em;
padding-left:1em;
padding-right:1em;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
font-family: 'Lithos Pro Regular', sans-serif;
color:#DDDDDD;
text-shadow:1px 1px 1px rgba(25,25,25,0.75), -1px 1px 1px rgba(25,25,25,0.75), 1px -1px 1px rgba(25,25,25,0.75), -1px -1px 1px rgba(25,25,25,0.75);
font-size:1.3em;
}
/***************
* end headings *
****************/
/**************
* Vector tabs *
***************/
div.vectorTabs {
background: none;
}
#left-navigation {
margin-left:11.8em;
}
#right-navigation {
margin-right:30px;
}
#right-navigation,
#left-navigation {
margin-top:9.1em;
}
div#mw-head div.vectorTabs ul li a,
div#mw-head div.vectorTabs ul li.new a,
h3#p-sharing-label span,
h3#p-cactions-label span {
color:#CCCCCC;
text-shadow:0px 0px 1px #000;
font-size:0.8em;
font-weight:bold;
text-decoration:none;
}
div.vectorTabs li a {
padding-left:0.7em;
padding-right:0.7em;
}
div.vectorTabs li span,
div#mw-head div.vectorMenu h3 {
background:url(https://hades.gamepedia.com/media/c/cf/Button.png) no-repeat top left border-box; /* [[File:Button.png]] */
background-size:100% 100%;
margin-right:4px;
}
div#mw-head div.vectorTabs ul li.selected span {
background:url(https://hades.gamepedia.com/media/c/c0/Button_selected.png) no-repeat top left border-box; /* [[File:Button selected.png]] */
background-size:100% 100%;
}
div.vectorTabs span a {
padding-top:1em;
}
div#mw-head div.vectorTabs ul li:not(.selected) span a:hover,
div#mw-head div.vectorTabs ul li:not(.selected) span a:focus {
color:#7f7f7f;
}
h3#p-sharing-label span,
h3#p-cactions-label span {
margin-top:-0.25em;
}
div.vectorTabs {
padding-left:0;
}
div.vectorTabs span,
div.vectorTabs ul,
div.vectorTabs ul li,
div.vectorTabs ul li.selected {
background: none;
}
div#right-navigation div#p-search {
margin-top:0.8em;
margin-right:10.5px;
}
div.vectorMenu div.menu {
border: 2px solid #3F3E3B;
border-radius:3px;
background-color:rgba(0,0,0,0.8);
color: ##fff6e7;
text-shadow: 1px 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.3), 1px -1px 1px rgba(0,0,0,0.3), -1px -1px 1px rgba(0,0,0,0.3);
box-shadow:inset 0 0 1px 0 rgba(0,0,0,0.75);
}
div.vectorMenu div.menu ul {
background-color:transparent;
}
div.vectorMenu div.menu a {
color:#D7DEE8;
font-weight:bold;
text-decoration:none;
}
div.vectorMenu div.menu li:hover {
background-color:rgba(255,255,255,0.2);
box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
}
div#p-cactions .menu {
top:2.5em;
}
div#p-sharing .menu {
margin-left: .5em;
min-width: 0px;
width: 48px;
top:2.5em;
}
div#simpleSearch {
margin-top:-0.5em;
}
/******************
* End Vector Tabs *
*******************/
/**********
* Sidebar *
***********/
div#mw-panel {
padding-left:.25em;
margin-left:0.2em;
}
#mw-panel.collapsible-nav .portal#p-claimWiki {
margin: 0 0.2em 1em 0;
}
.claimSidebar {
background-size:contain;
background-repeat:no-repeat;
background-position: center;
width:100%;
}
div#mw-panel div#p-claimWiki.portal div.body {
width:100%;
}
div#mw-panel div#p-claimWiki.portal div.body {
width:100%;
}
div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles) {
padding:0;
margin-left:0;
margin-right:0.1em;
margin-bottom:15px;
}
div#mw-panel div.portal div.body ul li a,
div#mw-panel div.portal div.body ul li a:visited,
div#mw-panel div.portal div.body ul li a:link,
#mw-panel.collapsible-nav a:visited{
color: #e6e6e6;
font-weight:bold;
}
#mw-panel.collapsible-nav .portal div.body ul,
#mw-panel .portal div.body ul{
margin-left:-0.25em;
margin-right:0.25em;
border-top:0;
border-radius:0 0 3px 3px;
}
#mw-panel.collapsible-nav .portal div.body ul {
margin-left:-0.75em;
}
#mw-panel.collapsible-nav .portal div.body ul li,
#mw-panel .portal div.body ul li {
padding-left:0.2em;
}
#mw-panel .portal div.body ul li a{
margin-left:0.2em;
font-size:1.1em;
}
div#mw-panel div.portal h3:not(#p-socialProfiles-label):not(#p-sitePromos-label) {
margin:0;
font-weight:bold;
padding:5px;
padding-left:20px;
}
.skin-hydradark div#mw-panel div.portal h3 a,
.skin-hydradark div#mw-panel div.portal h3,
#mw-panel.collapsible-nav .portal.collapsed h3,
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a {
font-size:0.9em;
letter-spacing:0.05em;
font-weight:bold;
color: #00CC47;
text-shadow:1px 1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000;
}
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 {
background-image: url("https://commons.gamepedia.com/media/3/37/Sidebar_collapsed.png");
background-position: left;
background-repeat: no-repeat;
}
.skin-hydradark #mw-panel.collapsible-nav .portal h3 {
background-image: url("https://commons.gamepedia.com/media/7/72/Sidebar_expanded.png");
background-position: left;
background-repeat: no-repeat;
}
.skin-hydradark div#mw-panel div.portal div.body {
background-image:url(https://commons.gamepedia.com/media/3/35/Underline_white.png);
}
div#mw-panel div.portal div.body {
background-image:none;
}
div#mw-panel div#p-socialProfiles.portal {
margin:0;
}
/**************
* End Sidebar *
***************/
/**************
* Preferences *
***************/
.client-js div#preferences {
background:rgba(0,0,0,0.2);
border:1px solid #7f7f7f;
margin-top:1px;
}
.client-js #preftoc,
.client-js #preftoc li,
.client-js #preftoc li a,
.client-js #preftoc li {
background-image: none;
background-color: transparent;
color:#bfbfbf;
font-size:1em;
}
.client-js #preftoc li a:active {
font-size:1em;
}
.client-js ul#preftoc {
margin-left:-0.1em;
margin-bottom:5px;
}
.client-js #preftoc li.selected a {
background-image: none;
color: #fff;
text-decoration:none;
}
.client-js #preftoc li.selected {
border:0;
padding-right:0;
}
.client-js #preftoc li:not(.selected) a:hover {
color:#fff;
text-decoration:none;
text-shadow:5px 5px 1px rgba(0,0,0,0.25);
}
.skin-hydradark #preferences legend {
color: #DDDDDD;
text-shadow: 1px 1px 1px rgba(25,25,25,0.75), -1px 1px 1px rgba(25,25,25,0.75), 1px -1px 1px rgba(25,25,25,0.75), -1px -1px 1px rgba(25,25,25,0.75);
}
.skin-hydradark #preferences fieldset.prefsection fieldset {
border-color:#7f7f7f;
}
.client-js .htmlform-tip {
color:#BFBFBF;
}
/******************
* End Preferences *
*******************/
/***************
* Page History *
****************/
#pagehistory li.selected {
background-color:rgba(0,0,0,0.3);
padding:1px;
}
table.diff,
td.diff-otitle,
td.diff-ntitle {
background-color:rgba(0,0,0,0.3)
}
.mw-plusminus-pos {
color: #007F00;
}
.mw-plusminus-neg {
color: #B20000;
}
/**************
* end history *
***************/
/*********************
* tablepager styling *
**********************/
.skin-hydradark table.TablePager td {
border:1px solid #000;
}
.skin-hydradark table.TablePager tr th {
background-color:#3C4137;
letter-spacing:0.1em;
color: #fff;
font-family: 'Lithos Pro Regular', sans-serif;
text-shadow:0px 4px 1px #000;
border:1px solid #000;
box-shadow:inset 0 0 0px 1px #000, inset 0 0 5px rgba(0,0,0,0.5);
}
.skin-hydradark table.TablePager tbody tr td {
background-color:rgba(21,21,19,0.3)
}
.skin-hydradark table.TablePager tbody tr:hover td {
background:rgba(75,75,75,0.2);
}
/*************************
* end tablepager styling *
**************************/
/********************
* wikitable styling *
*********************/
table.wikitable {
border:1px solid #000;
background-color:rgba(21,21,19,0.3)
}
table.wikitable > tbody > tr > th
table.wikitable > tr > th,
table.wikitable > * > tr > th {
background-color:#3C4137;
letter-spacing:0.1em;
color: #fff;
font-family: 'Lithos Pro Regular', sans-serif;
text-shadow:0px 4px 1px #000;
border:1px solid #000;
box-shadow:inset 0 0 0px 1px #000, inset 0 0 5px rgba(0,0,0,0.5);
}
table.wikitable > tbody > tr > td {
border:1px solid #000;
}
/************************
* End wikitable styling *
*************************/
/*****************
* Search styling *
******************/
.skin-hydradark div.mw-search-profile-tabs {
background-color:#3C4137;
letter-spacing:0.1em;
border:1px solid #000;
box-shadow:inset 0 0 0px 1px #000, inset 0 0 5px rgba(0,0,0,0.5);
font-size:0.9em;
}
.skin-hydradark fieldset#mw-searchoptions {
border:1px solid #000;
background-color:rgba(0,0,0,0.2);
}
.skin-hydradark .mw-search-profile-tabs .search-types {
padding-left:0;
}
.skin-hydradark div#content .mw-search-profile-tabs .search-types ul li a {
border-right: 1px solid #000;
}
.skin-hydradark .mw-search-profile-tabs ul li.current {
background-color:rgba(0,0,0,0.1);
box-shadow:inset 0px 0px 7px rgba(0,0,0,0.75);
}
.skin-hydradark .mw-search-profile-tabs ul li:last-child {
border-bottom:0;
}
/*********************
* end search styling *
**********************/
/*****************
* Editor Styling *
******************/
div.wikiEditor-ui .wikiEditor-ui-view {
border:1px solid #000;
box-shadow:inset 0px 0px 0px 1px #797C4F;
}
div.wikiEditor-ui {
background: transparent;
border:0;
}
div.wikiEditor-ui-controls {
background-color: transparent;
border:0;
margin-bottom:0.5px;
}
div.wikiEditor-ui-toolbar {
background:rgba(0,0,0,0.25);
}
.oo-ui-popupToolGroup.oo-ui-widget-enabled {
background: none;
}
div.wikiEditor-ui-toolbar .group {
border-right: 1px solid #797C4F;
}
div.wikiEditor-ui-toolbar .group-search {
border-left: 1px solid #797C4F;
border-right: none;
}
.tab {
border-color: transparent;
}
div.wikiEditor-ui-toolbar .tabs span.tab a,
div.wikiEditor-ui-toolbar .tabs span.tab a:visited {
color: #E0E0E0;
}
div.wikiEditor-ui-toolbar .tabs span.tab a.current,
div.wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
color: #ffffff;
}
#content div.wikiEditor-ui-toolbar .group .tool-select .label,
#content div.wikiEditor-ui-toolbar .menu .options a.option {
color: #000000;
}
div.wikiEditor-ui-toolbar .sections .section {
background:rgba(50,50,50,0.5);
border-top: 1px solid #797C4F;
}
div.wikiEditor-ui-toolbar .booklet .index div {
color: #fff;
}
div.wikiEditor-ui-toolbar .booklet .index .current {
box-shadow:inset 0 0 1px 2px rgba(0,0,0,0.5);
color: #f7f7f7;
}
div.wikiEditor-ui-toolbar .booklet .pages {
background-color:;
}
div.wikiEditor-ui-toolbar .page-characters div span {
border: 1px solid rgba(127,127,127,0.75);
color: #f0f0f0;
background:transparent;
}
div.wikiEditor-ui-toolbar .page-characters div span:hover {
background-color:rgba(127,127,127,0.5);
}
div.wikiEditor-ui-toolbar .page-table td {
border-top: 1px solid #7f7f7f;
color: #e5e5e5;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
color:#e6e6e6;
}
div.editOptions {
background-color: transparent;
border:none;
}
/*********************
* End Editor Styling *
**********************/
/*******************
* Thumnbail tweaks *
********************/
div.thumbinner {
background-color:rgba(21,22,19,0.8);
background:linear-gradient(105deg, rgba(0,0,0,0.8) 48%, rgba(21,22,19,0.8) 52%);
border:2px solid #797C4F;
box-shadow:0px 0px 0px 1px #000, inset 0px 0px 5px #000;
}
li.gallerybox div.thumb {
background-color:rgba(21,22,19,0.8);
background:linear-gradient(105deg, rgba(0,0,0,0.8) 48%, rgba(21,22,19,0.8) 52%);
border:2px solid #797C4F;
box-shadow:0px 0px 0px 1px #000, inset 0px 0px 5px #000;
}
/***********************
* End thumbnail tweaks *
************************/
/***************************
* Category bar and filetoc *
****************************/
#catlinks,
ul#filetoc {
background-color:rgba(0,0,0,0.6);
border:1px solid #000;
}
/*******************************
* End Category bar and filetoc *
********************************/
/**********************************
* Table of contents (toc) styling *
***********************************/
div#toc {
background-color:rgba(0,0,0,0.6);
border:1px solid #000;
}
/******************
* End toc styling *
******************/
/*********************************
* Front Page (FP) styling tweaks *
**********************************/
.fpbox {
box-shadow:inset 0px 0px 3px 1px rgba(0,0,0,0.5);
border:2px solid #161616;
}
.fpbox .heading {
font-family: 'Lithos Pro Regular',sans-serif;
color: #DDDDDD;
text-shadow: 1px 1px 1px rgba(25,25,25,0.75),-1px 1px 1px rgba(25,25,25,0.75),1px -1px 1px rgba(25,25,25,0.75),-1px -1px 1px rgba(25,25,25,0.75);
border-bottom:0;
background: url(https://hades.gamepedia.com/media/b/b9/Heading_border.jpg) repeat-x bottom left border-box;
background-size:auto 6px
}
/****************
* End FP tweaks *
*****************/
/**************************************
* Used by [[Template:Boon table row]] *
***************************************/
td.boonTableRarity {
width:15em;
vertical-align:top;
}
td.boonTableName {
text-align:center;
}
/*****************
* End boon table *
******************/
/*****************
* Infobox styles *
******************/
.infobox {
float: right;
clear:right;
width: 23em;
margin-left: 1em;
margin-right: 1em;
margin-bottom: 0.5em;
padding: 4px;
border:1px solid #797C4F;
box-shadow:0px 0px 0px 1px #000, 2px 2px 2px #000, inset 0px 0px 5px #000;
background-color:rgba(21,21,19,0.3);
}
.infobox-table {
width: 100%;
padding: 0;
background-color:transparent;
border: 0;
}
.infobox-header {
text-align:center;
padding:0.4em;
padding-bottom: 10px;
font-size: 150%;
background-color:#3C4137;
letter-spacing:0.1em;
color: #fff;
font-family: 'Lithos Pro Regular', sans-serif;
text-shadow:0px 4px 1px #000;
border:1px solid #000;
box-shadow:inset 0 0 0px 1px #000, inset 0 0 5px rgba(0,0,0,0.5);
}
.infobox-section {
text-align:center;
background-color:#3C4137;
letter-spacing:0.1em;
color: #fff;
font-family: 'Lithos Pro Regular', sans-serif;
text-shadow:0px 4px 1px #000;
border:1px solid #000;
box-shadow:inset 0 0 0px 1px #000, inset 0 0 5px rgba(0,0,0,0.5);
}
.infobox-section a {
color:#fff;
}
.infobox-centered {
text-align: center;
}
.infobox-centered img {
max-width:100%;
height:auto;
}
.infobox-row {
vertical-align: top;
}
.infobox-row-name {
text-align: left;
white-space: nowrap;
}
.infobox-spacer {
height: 0.5em;
}
/*********************
* End infobox styles *
**********************/
/*****************
* Tabber styling *
******************/
ul.tabbernav li {
padding:1em 0 2px 0;
}
ul.tabbernav li a {
background:#212120;
border:none;
box-shadow:inset -1px -1px 2px 1px #000, inset 1px 1px 2px 1px #4e4d49;
padding:5px .5em
}
#content ul.tabbernav li.tabberactive a {
background:#212120;
box-shadow:inset 0 0 3px 1px #000;
border:none;
color:#cccccc;
}
ul.tabbernav li a:hover {
background:rgba(50,50,50,.2);
border:none;
}
ul.tabbernav {
border:none;
}
.tabber .tabbertab {
border:1px solid #161616;
box-shadow:inset 0 0 1px 0px rgba(0,0,0,0.7), 0 0 1px 0px rgba(150,150,150,0.7);
}
/*********************
* End tabber styling *
**********************/
/********************************************
* Improved responsiveness for narrow widths *
*********************************************/
.mw-body,
#footer {
margin-left:11em;
}
.level img { /* wikipoints level on profile */
max-width:100%;
}
@media screen and (max-width:720px) {
div#content {
border-left:none;
border-right:none;
margin-top:0.2em;
}
div#footer {
border:none;
}
#pageWrapper {
margin-right:0;
background-position:unset;
}
div#left-navigation,
div#right-navigation {
margin-top:3em;
}
div#left-navigation {
margin-left:8px;
}
div#right-navigation {
margin-right:8px;
}
div#right-navigation div#p-search {
margin-right:0;
top:-2em;
}
div#mw-navigation div#mw-panel .portal {
width:auto;
text-align:center;
}
div#mw-navigation div#mw-panel {
width:100%;
margin: 0;
margin-top:2em;
padding:0;
top:0;
background-color: rgba(52,51,49,0.98);
box-shadow: inset 0 0 10px rgba(0,0,0,0.5),3px 3px 1px rgba(0,0,0,0.5);
}
#mw-panel.collapsible-nav .portal#p-claimWiki {
margin-top:1em;
}
.curseprofile .leftcolumn,
.curseprofile .rightcolumn {
width:unset;
}
.headline ul {
clear:left
}
.infobox {
float:none;
margin:auto;
}
}
/******************************
* end improved responsiveness *
*******************************/