Super Animal Royale Wiki
Регистрация
(Новая страница: «→‎CSS placed here will affect users of the Hydradark skin: →‎For elements which only display in the mobile view: .mobileonly { display: none; } /* Hid...»)
 
Нет описания правки
Строка 1: Строка 1:
  +
/* Set extra variables for themes */
  +
  +
body.theme-fandomdesktop-dark {
  +
--theme-link-color-visited: #00cdd0;
 
}
  +
  +
body.theme-fandomdesktop-light {
  +
--theme-link-color-visited: #066164;
 
}
  +
 
/* CSS placed here will affect users of the Hydradark skin */
 
/* CSS placed here will affect users of the Hydradark skin */
 
/* For elements which only display in the mobile view */
 
/* For elements which only display in the mobile view */
Строка 352: Строка 362:
 
border: 2px solid #505050;
 
border: 2px solid #505050;
 
box-shadow: 0 0 0 2px #505050 inset;
 
box-shadow: 0 0 0 2px #505050 inset;
color: #e0e0e0; /* change for hydra (light) wikis */
+
color: var(--theme-page-text-color); /* change for hydra (light) wikis */
 
margin: 5px 5px 5px 5px;
 
margin: 5px 5px 5px 5px;
 
padding: 5px 5px 5px 5px;
 
padding: 5px 5px 5px 5px;
Строка 365: Строка 375:
 
.fpbox .welcome {
 
.fpbox .welcome {
 
border-bottom: 1px solid #505050;
 
border-bottom: 1px solid #505050;
color: #e0e0e0; /* change for hydra (light) wikis */
+
color: var(--theme-page-text-color); /* change for hydra (light) wikis */
 
font-size: 150%;
 
font-size: 150%;
 
margin: 0 0 10px 0;
 
margin: 0 0 10px 0;
Строка 375: Строка 385:
 
.fpbox .heading {
 
.fpbox .heading {
 
border-bottom: 1px solid #505050;
 
border-bottom: 1px solid #505050;
color: #e0e0e0; /* change for hydra (light) wikis */
+
color: var(--theme-page-text-color); /* change for hydra (light) wikis */
 
font-size: 132%;
 
font-size: 132%;
 
font-variant: small-caps;
 
font-variant: small-caps;
Строка 383: Строка 393:
   
 
.fpbox .heading .smalllink {
 
.fpbox .heading .smalllink {
color: #e0e0e0; /* change for hydra (light) wikis */
+
color: var(--theme-page-text-color); /* change for hydra (light) wikis */
 
font-size: 75%;
 
font-size: 75%;
 
font-weight: bold;
 
font-weight: bold;
Строка 839: Строка 849:
 
display: inline-block;
 
display: inline-block;
 
margin: 0 5px;
 
margin: 0 5px;
}
 
 
/* Link colors */
 
#content a{
 
color: #00ffff;
 
 
}
 
}
   
Строка 850: Строка 855:
 
}
 
}
   
div#content a:visited{
+
div#content a:visited {
color: #00ffff;
+
color: var(--theme-link-color-visited);
}
 
 
a:visited, div#content a.external:visited, div#content a.extiw:visited {
 
color: #00ffff;
 
}
 
 
div#content a.new:visited {
 
color: #A55858;
 
}
 
 
a {
 
color:#00ffff
 
 
}
 
}
   
Строка 990: Строка 983:
 
.hlist li {
 
.hlist li {
 
display: inline;
 
display: inline;
  +
white-space: nowrap;
 
}
 
}
 
.hlist li:not(:last-child)::after {
 
.hlist li:not(:last-child)::after {
Строка 1007: Строка 1001:
 
a.mw-selflink {
 
a.mw-selflink {
 
color: inherit !important;
 
color: inherit !important;
  +
font-weight: bold;
 
}
  +
a.mw-selflink:hover {
  +
text-decoration: none;
 
}
 
}
   
Строка 1029: Строка 1027:
 
margin-left: 10.95em;
 
margin-left: 10.95em;
 
margin-top: 2.45em;
 
margin-top: 2.45em;
 
}
  +
  +
// Custom fixes
  +
.sar-rarity-amount-p {
  +
padding-top: 0px;
  +
}
  +
  +
figure[typeof~="mw:Image/Thumb"], figure[typeof~="mw:Video/Thumb"], figure[typeof~="mw:Audio/Thumb"], figure[typeof~="mw:Image/Frame"], figure[typeof~="mw:Video/Frame"], figure[typeof~="mw:Audio/Frame"] {
  +
background-color: var(--theme-page-background-color--secondary);
  +
}
  +
  +
.fandom-community-header__local-navigation .first-level-item a {
  +
max-width: 160px;
  +
}
  +
.image > img{
  +
max-width:100%;
  +
}
  +
.height-auto {
  +
height: auto;
  +
}
  +
 
/* dark mode */
  +
.theme-fandomdesktop-dark .sar-multi-rarity-item img {
  +
filter: drop-shadow(1px 1px 0 #0E191A)
  +
drop-shadow(-1px 1px 0 #0E191A)
  +
drop-shadow(1px -1px 0 #0E191A)
  +
drop-shadow(-1px -1px 0 #0E191A);
  +
}
  +
  +
/* dark mode */
  +
.theme-fandomdesktop-dark .sar-multi-rarity-item > .sar-rarity-imagebox {
  +
background-color: #182324;
  +
}
  +
  +
/* light mode */
  +
.theme-fandomdesktop-light .sar-multi-rarity-item > .sar-rarity-imagebox {
  +
background-color: #F5F5F5;
 
}
 
}

Версия от 08:47, 22 января 2022

/* Set extra variables for themes */

body.theme-fandomdesktop-dark {
    --theme-link-color-visited: #00cdd0;
}

body.theme-fandomdesktop-light {
    --theme-link-color-visited: #066164;
}

/* CSS placed here will affect users of the Hydradark skin */
/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}
 
/* Hide main page header */
body.page-Super_Animal_Royale_Wiki h1.firstHeading {
    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://static.wikia.nocookie.net/commons_hydra/images/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://static.wikia.nocookie.net/commons_hydra/images/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%; 
    margin-top: 18px;
}

/* 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 {
  color:#fff
}

table.navbox th {
  background:rgba(0,0,0,0.2);
  white-space: nowrap;
}

/* 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 */

/* this CSS governs the responsive 2 column main page layout */

.fpcontent {
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.fpmaybecols {
    overflow: hidden;
    margin: -5px 0 -5px 0;
}

.fpmaybecols + .fpmaybecols {
    margin: 0 0 -5px 0;
}

.fpbox {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: 2px solid #505050;
    box-shadow: 0 0 0 2px #505050 inset;
    color: var(--theme-page-text-color); /* change for hydra (light) wikis */
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
}

.fpplainbox {
    padding: 5px 8px 10px 8px;
    margin: 0 5px 10px 5px;
    vertical-align: top;
}

.fpbox .welcome {
    border-bottom: 1px solid #505050;
    color: var(--theme-page-text-color); /* change for hydra (light) wikis */
    font-size: 150%;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.fpbox .heading {
    border-bottom: 1px solid #505050;
    color: var(--theme-page-text-color); /* change for hydra (light) wikis */
    font-size: 132%;
    font-variant: small-caps;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}

.fpbox .heading .smalllink {
    color: var(--theme-page-text-color); /* change for hydra (light) wikis */
    font-size: 75%;
    font-weight: bold;
}

.fpbox hr {
    border: none;
    border-bottom: 2px solid #505050;
}

.fplinks {
    margin: -5px;
}

.fplinks .linkslabel {
    background: rgba(0, 0, 0, 0);
    border-bottom: 2px solid #505050;
    margin: 15px 5px 5px 5px;
    padding: 0 0 5px 0;
}

.fplink {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
    padding: 1px 5px;
}

.fplink .box {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    background: #5f7ea7; 
    border-radius: 4px;
    color: #000000;
    width: 100%;
    font-weight: bold;
}

#fptopsection .fplink.image,
#fpflexsection .fplink.image,
#fpbottomsection .fplink.image {
    height: 114px;
    width: 114px;
}

.fplink.image .box {
    width: 100px;
}

.fplink.image .image a {
  width: 100px;
  height: 100px;
  line-height: 100px;
}

.fplink.image .box .image img {
    max-height: 100px;
    height: auto;
    width: 100px;
}

@media (min-width: 470px) {
  .fplink {
    width: 50%;
  }

  .fplink.wide {
    width: 100%;
  }
}

@media (min-width: 580px) {
  .fplink {
    width: 33.333%;
  }

  .fplink.wide {
    width: 66.666%;
  }
}

@media (min-width: 690px) {
  .fplink {
    width: 25%;
  }

  .fplink.wide {
    width: 50%;
  }
}

@media (min-width: 800px) {
  .fplink {
    width: 20%;
  }

  .fplink.wide {
    width: 40%;
  }
}

@media (min-width: 910px) {
  .fplink {
    width: 16.666%;
  }

  .fplink.wide {
    width: 33.333%;
  }
}

@media (min-width: 990px) {
  .fpcontent { 
    padding-right: 520px; 
    width: auto; 
  }

  #fptopsection { 
    float: left; 
    width: 100%; 
  }

  #fpflexsection { 
    float: right;
    width: 520px;
    margin-right: -520px 
  }

  #fpbottomsection { 
    float: left; 
    width: 100%; 
    margin-top: -5px; 
  }

  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 50%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 100%;
  }

  #fpflexsection .fplink {
    width: 25%;
  }

  #fpflexsection .fplink.wide {
    width: 50%;
  }
}

@media (min-width: 1100px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 33.333%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 66.666%;
  }
}

@media (min-width: 1210px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 25%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 50%;
  }
}

@media (min-width: 1320px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 20%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 40%;
  }
}

@media (min-width: 1430px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 16.666%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 33.333%;
  }

  .fplink a {
    padding: 3px 5px;
  }
}

@media (min-width: 1540px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 14.285%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 28.571%;
  }

  #fptopsection .fpmaybercol .fpbox, #fpbottomsection .fpmaybercol .fpbox {
    background-image: none;
  }

  .fpmaybelcol {
    float: left;
    width: 70.886%;
  }

  #fptopsection .fpmaybelcol .fplink, #fpbottomsection .fpmaybelcol .fplink {
    width: 20%;
  }

  #fptopsection .fpmaybelcol .fplink.wide, #fpbottomsection .fpmaybelcol .fplink.wide {
    width: 40%;
  }

  .fpmaybercol {
    float: right;
    width: 29.113%;
  }

  #fptopsection .fpmaybercol .fplink, #fpbottomsection .fpmaybercol .fplink {
    width: 50%;
  }

  #fptopsection .fpmaybercol .fplink.wide, #fpbottomsection .fpmaybercol .fplink.wide {
    width: 100%;
  }
}

@media (min-width: 1650px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 12.5%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 25%;
  }
}

@media (min-width: 1697px) {
  #fptopsection .fpmaybelcol .fplink, #fpbottomsection .fpmaybelcol .fplink {
    width: 16.666%;
  }

  #fptopsection .fpmaybelcol .fplink.wide, #fpbottomsection .fpmaybelcol .fplink.wide {
    width: 33.333%;
  }
}

@media (min-width: 1760px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 11.111%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 22.222%;
  }
}

@media (min-width: 1850px) {
  #fptopsection .fpmaybelcol .fplink, #fpbottomsection .fpmaybelcol .fplink {
    width: 14.285%;
  }

  #fptopsection .fpmaybelcol .fplink.wide, #fpbottomsection .fpmaybelcol .fplink.wide {
    width: 28.571%;
  }
}

@media (min-width: 1870px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 10%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 20%;
  }

  #fptopsection .fplink.image, #fpbottomsection .fplink.image {
    width: 134px;
    min-height: 134px;
  }

  #fptopsection .fplink.image .box, #fpbottomsection .fplink.image .box {
    width: 120px;
  }

  #fptopsection .fplink.image .image a, #fpbottomsection .fplink.image .image a {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }

  #fptopsection .fplink.image .box .image img, #fpbottomsection .fplink.image .box .image img {
    max-height: 120px;
    height: auto;
    width: 120px;
  }
}

@media (min-width: 1918px) {
  #fptopsection .fpmaybercol .fplink, #fpbottomsection .fpmaybercol .fplink {
    width: 33.333%;
  }

  #fptopsection .fpmaybercol .fplink.wide, #fpbottomsection .fpmaybercol .fplink.wide {
    width: 66.666%;
  }
}

@media (min-width: 1980px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 9.09%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 18.181%;
  }
}

@media (min-width: 2006px) {
  #fptopsection .fpmaybelcol .fplink, #fpbottomsection .fpmaybelcol .fplink {
    width: 12.5%;
  }

  #fptopsection .fpmaybelcol .fplink.wide, #fpbottomsection .fpmaybelcol .fplink.wide {
    width: 25%;
  }
}

@media (min-width: 2090px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 8.33%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 16.666%;
  }
}

@media (min-width: 2161px) {
  #fptopsection .fpmaybelcol .fplink, #fpbottomsection .fpmaybelcol .fplink {
    width: 11.111%;
  }

  #fptopsection .fpmaybelcol .fplink.wide, #fpbottomsection .fpmaybelcol .fplink.wide {
    width: 22.222%;
  }
}

@media (min-width: 2200px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 7.692%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 15.384%;
  }
}

@media (min-width: 2296px) {
  #fptopsection .fpmaybercol .fplink, #fpbottomsection .fpmaybercol .fplink {
    width: 25%;
  }

  #fptopsection .fpmaybercol .fplink.wide, #fpbottomsection .fpmaybercol .fplink.wide {
    width: 50%;
  }
}

@media (min-width: 2310px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 7.142%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 14.285%;
  }
}

@media (min-width: 2316px) {
  #fptopsection .fpmaybelcol .fplink, #fpbottomsection .fpmaybelcol .fplink {
    width: 10%;
  }

  #fptopsection .fpmaybelcol .fplink.wide, #fpbottomsection .fpmaybelcol .fplink.wide {
    width: 20%;
  }
}

@media (min-width: 2420px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 6.666%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 13.333%;
  }

  .fplink a {
    padding: 5px 5px;
  }

  #fptopsection .fplink.image, #fpbottomsection .fplink.image {
    width: 164px;
    min-height: 164px;
  }

  #fptopsection .fplink.image .box, #fpbottomsection .fplink.image .box {
    width: 150px;
  }

  #fptopsection .fplink.image .image a, #fpbottomsection .fplink.image .image a {
    width: 150px;
    height: 150px;
    line-height: 125px;
  }

  #fptopsection .fplink.image .box .image img, #fpbottomsection .fplink.image .box .image img {
    max-height: 150px;
    height: auto;
    width: 150px;
  }
}

.fplink.image .image {
  font-size: 75%;
}

.fplink a {
  display: block;
  color: #ffffff !important;
}

.fplink.image .image a {
  padding: 0;
}

.fpvideos {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.fpvideo {
  display: inline-block;
  margin: 0 5px;
}

.intro a{
   color: #8CC5A6 !important;
}

div#content a:visited {
   color: var(--theme-link-color-visited);
}

div.vectorMenu li a {
   color: #00ffff;
}

div#p-personal a:hover {
    color: #00ffff;
    background: transparent;
}

div#footer ul li {
    color: #ffffff !important;
}

div#mw-panel div.portal h3,
#mw-panel.collapsible-nav .portal h3 a,
#mw-panel.collapsible-nav .portal h3 a:visited,
#mw-panel.collapsible-nav .portal.collapsed h3 a,
#mw-panel.collapsible-nav .portal.collapsed h3 a:visited {
    color: #00ffff !important;
    font-weight: bold;
}

div#mw-panel div.portal div.body ul li a:visited {
    color: #00ffff !important;
}

div#mw-panel div.portal div.body ul li a {
    color: #00ffff !important;
}

div#p-personal a {
    color: #00ffff;
}

div.vectorTabs li.selected {
    border-top: 1px solid #43ad76;
    border-right: 1px solid #43ad76;
    border-left: 1px solid #43ad76;
}

div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
    color: #00ffff !important;
}

div.vectorTabs,
div.vectorTabs span {
    background-image: none;
}

div.vectorTabs li.selected a,
div.vectorTabs li.selected a span,
div.vectorTabs li.selected a:visited,
div.vectorTabs li.selected a:visited span {
    color: #00ffff;
}

div.vectorTabs ul {
    background-image: none;
    border-color: #43ad76;
    background: transparent;
}

div.vectorTabs ul li {
    background-image: none;
    border-color: #43ad76;
    background: transparent;
}

div.vectorTabs li a,
div.vectorTabs li a span {
    color: #00ffff;
    border-color: #43ad76;
}

div.vectorTabs li a:hover,
div.vectorTabs li a:hover span {
    color: #00ffff;
}

div.vectorMenu h3 span {
    color: #00ffff;
}

.skin-hydradark #preftoc a,
.skin-hydradark #preftoc a:active {
   color: #00ffff;
}

/* Heading colors on Special:Preferences */
.skin-hydradark #preferences legend {
   color: #43AD76;
}

/* Remove line next to Share link */
div#mw-head div.vectorMenu h3 {
    background-image: none;
}

/* Border color */
div.vectorMenu div.menu, div#content {
    border-color: #43ad76;
}
#fptopsection .fplink.image, #fpbottomsection .fplink.image
{
    height: 164px;
}
html .thumbimage {
    background-color: #181818;
}
.hlist li:not(:last-child) {
    padding-right: 0.25em;
}
.navbox td {
    text-align: left;
    padding-left: 5px;
}
.hlist ul {
    display: inline;
    margin: 0;
}

.hlist li {
    display: inline;
    white-space: nowrap;
}
.hlist li:not(:last-child)::after {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #E0E0E0;
    content: "";
    border-radius: 1px;
    margin-left: 0.6em;
    vertical-align: 2px;
}

.navbox table {
    margin-left: -6px;
}
a.mw-selflink {
    color: inherit !important;
    font-weight: bold;
}
a.mw-selflink:hover {
    text-decoration: none;
}

.toclimit-2 .toclevel-1 ul,.toclimit-3 .toclevel-2 ul,.toclimit-4 .toclevel-3 ul,.toclimit-5 .toclevel-4 ul,.toclimit-6 .toclevel-5 ul,.toclimit-7 .toclevel-6 ul {
 display:none !important
}

li.gallerybox div.thumb {
    background-color: #464646;
}

#left-navigation {
    margin-left: 10.95em;
    margin-top: 2.45em;
}

#right-navigation {
    margin-top: 2.45em;
}

#left-navigation {
    margin-left: 10.95em;
    margin-top: 2.45em;
}

// Custom fixes
.sar-rarity-amount-p {
    padding-top: 0px;
}

figure[typeof~="mw:Image/Thumb"], figure[typeof~="mw:Video/Thumb"], figure[typeof~="mw:Audio/Thumb"], figure[typeof~="mw:Image/Frame"], figure[typeof~="mw:Video/Frame"], figure[typeof~="mw:Audio/Frame"] {
	background-color: var(--theme-page-background-color--secondary);
}

.fandom-community-header__local-navigation .first-level-item a {
	max-width: 160px;
}
.image > img{
  max-width:100%;
}
.height-auto {
    height: auto;
}

/* dark mode */
.theme-fandomdesktop-dark .sar-multi-rarity-item img {
	filter: drop-shadow(1px 1px 0 #0E191A)
		drop-shadow(-1px 1px 0 #0E191A)
		drop-shadow(1px -1px 0 #0E191A)
		drop-shadow(-1px -1px 0 #0E191A);
}

/* dark mode */
.theme-fandomdesktop-dark .sar-multi-rarity-item > .sar-rarity-imagebox {
	background-color: #182324;
}

/* light mode */
.theme-fandomdesktop-light .sar-multi-rarity-item > .sar-rarity-imagebox {
	background-color: #F5F5F5;
}