Difference between revisions of "MediaWiki:Common.css"

From The Kingkiller Chronicle Wiki
Jump to navigation Jump to search
(Updating CSS from MediaWiki:Common.less)
Line 1: Line 1:
 
/* <pre> */
 
/* <pre> */
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,400i,700,700i|PT+Serif:400,400i,700,700i');
+
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,400i,700,700i|PT+Serif:400,400i,700,700i|Merriweather');
@import url('https://fonts.googleapis.com/css?family=Merriweather');
 
 
 
 
a,
 
a,
 
image a,
 
image a,
Line 50: Line 48:
 
.mw-body-content a.extiw:active {
 
.mw-body-content a.extiw:active {
 
     color: #3869bb;
 
     color: #3869bb;
 +
}
 +
 +
td.diff-context {
 +
    background: #fdfdfd;
 +
    border-color: #f1f1f1;
 +
    opacity: .8;
 +
}
 +
 +
td.diff-addedline {
 +
    background: #ffffff;
 +
    border-color: #438ab5;
 +
}
 +
 +
td.diff-addedline .diffchange {
 +
    background: #bddff2;
 +
}
 +
 +
td.diff-deletedline {
 +
    background: #ffffff;
 +
    border-color: #379541;
 +
}
 +
 +
td.diff-deletedline .diffchange {
 +
    background: #c1edbf;
 +
}
 +
 +
hr.diff-hr {
 +
    display: none;
 
}
 
}
  
Line 134: Line 160:
 
     border-width: 1px 0 0 0;
 
     border-width: 1px 0 0 0;
 
     height: initial;
 
     height: initial;
}
 
 
/* Chancellor color */
 
.mw-userlink[href^="/wiki/User:Corey"] {
 
    color: #1abc9c;
 
}
 
 
#p-lang,
 
#p-RuneScape-label {
 
    display: none;
 
}
 
 
#n-Play-RuneScape {
 
    background: #ffffff;
 
    border: 1px solid #bdc5cd;
 
    border-radius: .35em;
 
    padding: 0 !important;
 
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
 
    transition: background .3s ease;
 
}
 
 
#n-Play-RuneScape a {
 
    color: #444e5a !important;
 
    font-weight: bold;
 
    text-align: center;
 
    text-decoration: none;
 
    display: block;
 
    padding: 0.6em;
 
}
 
 
#n-Play-RuneScape:hover {
 
    background: #f9fafa;
 
 
}
 
}
  
Line 335: Line 329:
 
}
 
}
  
.cm-mw-pagename {
+
body.wgl-stickyheader .mw-notification-area {
     text-decoration: none;
+
     padding-top: 4.5em;
 
}
 
}
  
td.diff-context {
+
@keyframes slide-up {
     background: #fdfdfd;
+
     from {
    border-color: #f1f1f1;
+
          opacity: 0;
     opacity: .8;
+
          transform: translateY(1rem);
 +
     }
 +
 
 +
    to {
 +
          opacity: 1;
 +
          transform: translateY(0);
 +
    }
 +
 
 
}
 
}
  
td.diff-addedline {
+
@keyframes slide-down {
     background: #ffffff;
+
     from {
    border-color: #438ab5;
+
          opacity: 0;
}
+
          transform: translateY(-1rem);
 +
    }
  
td.diff-addedline .diffchange {
+
    to {
    background: #bddff2;
+
          opacity: 1;
}
+
          transform: translateY(0);
 +
    }
  
td.diff-deletedline {
 
    background: #ffffff;
 
    border-color: #379541;
 
 
}
 
}
  
td.diff-deletedline .diffchange {
+
.slide-up {
     background: #c1edbf;
+
     animation: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both slide-up;
 
}
 
}
  
hr.diff-hr {
+
.slide-up-2 {
     display: none;
+
     animation: 0.8s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both slide-up;
 
}
 
}
  
.ajaxpoll {
+
.slide-up-3 {
     background: #ffffff;
+
     animation: 0.8s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both slide-up;
    border: 1px solid #e4eaee;
 
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
 
    padding: 20px 30px;
 
 
}
 
}
  
.ajaxpoll .ajaxpoll-question {
+
.slide-down {
     margin-bottom: 8px;
+
     animation: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both slide-down;
 
}
 
}
  
.ajaxpoll input {
+
.slide-down-2 {
     margin-bottom: 3px;
+
     animation: 0.8s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both slide-down;
    margin-right: 8px;
 
 
}
 
}
  
.ajaxpoll .ajaxpoll-answer {
+
.slide-down-3 {
     margin-bottom: 8px;
+
     animation: 0.8s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both slide-down;
 
}
 
}
  
.ajaxpoll .ajaxpoll-answer-vote {
+
.nodesktop {
     border: none;
+
     display: none;
    background: #f6f6f6;
 
    width: calc(100% - 40px);
 
    margin: 0 auto;
 
 
}
 
}
  
.ajaxpoll .ajaxpoll-answer-vote span {
+
.tile {
     font-weight: bold;
+
     background: #ffffff;
     top: -5px;
+
    border: 1px solid #e4eaee;
 +
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
 +
     padding: 1.5em 2em 1em;
 +
    max-width: 40em;
 
}
 
}
  
.ajaxpoll .ajaxpoll-answer-vote div {
+
.tile h2 {
     background: #ccd2d8;
+
    font-size: 1.4em;
 +
     font-weight: bold;
 
     border: none;
 
     border: none;
 +
    margin: 0 0 .4em;
 
}
 
}
  
.ajaxpoll .ajaxpoll-our-vote div {
+
.tile .byline + h2 {
     top: 0;
+
     margin-top: -0.5em;
    left: 0;
 
 
}
 
}
  
.ajaxpoll .ajaxpoll-hover-revoke,
+
.tile.dark {
.ajaxpoll .ajaxpoll-hover-vote {
+
    color: #ffffff;
     background: none;
+
     background: #5d6773;
 +
    border: none;
 +
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.3);
 
}
 
}
  
.ajaxpoll .ajaxpoll-ajax {
+
.tile.dark h2 {
     color: #949eaa;
+
     color: #ffffff;
    font-size: .9em;
 
    background: #f9f9f9;
 
    border-radius: 3px;
 
    padding: 2px 6px;
 
    margin-bottom: 8px;
 
 
}
 
}
  
.ajaxpoll .ajaxpoll-misc,
+
.tile.dark a {
.ajaxpoll .ajaxpoll-info {
+
     color: #ccc;
     color: #949eaa;
 
    font-size: .9em;
 
 
}
 
}
  
.ajaxpoll .ajaxpoll-info {
+
.tile.dark .byline {
     margin-top: 10px;
+
     color: rgba(255, 255, 255, 0.7);
 
}
 
}
  
.ajaxpoll .ajaxpoll-id-info {
+
.byline {
     display: none;
+
    font-size: .9em;
 +
     color: #949eaa;
 
}
 
}
  
.poll-result-outer {
+
.byline a {
     cursor: default;
+
     color: #949eaa;
    background: #f6f6f6;
 
    width: 100%;
 
    height: 14px;
 
    margin-bottom: .5em;
 
 
}
 
}
  
.poll-result-inner {
+
.tile-row {
    background: #ccd2d8;
+
     display: flex;
     display: block;
+
     flex-flow: row wrap;
    height: 100%;
+
     margin-bottom: 1em;
     font-size: 11px;
 
     line-height: 14px;
 
 
}
 
}
  
@keyframes slide-up {
+
.tile-halves {
     from {
+
     display: flex;
          opacity: 0;
+
    flex-flow: row wrap;
          transform: translateY(1rem);
+
    border: 1px solid #e4eaee;
    }
+
    background: #ffffff;
 +
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
 +
}
  
    to {
+
.tile-halves h2 {
          opacity: 1;
+
    font-size: 1.4em;
          transform: translateY(0);
+
    font-weight: bold;
    }
+
    border: none;
 +
    margin: 0 0 .4em;
 +
}
  
 +
.tile-halves .byline + h2 {
 +
    margin-top: -0.5em;
 
}
 
}
  
@keyframes slide-down {
+
.tile-top {
     from {
+
     width: 100%;
          opacity: 0;
+
     padding: 1.3rem 1.5rem .6rem;
          transform: translateY(-1rem);
 
    }
 
 
 
     to {
 
          opacity: 1;
 
          transform: translateY(0);
 
    }
 
 
 
 
}
 
}
  
.slide-up {
+
.tile-top.tile-image {
     animation: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both slide-up;
+
     display: flex;
 +
    align-items: center;
 +
    background-color: #949eaa;
 +
    overflow: hidden;
 +
    padding: 0;
 +
    height: 13vw;
 +
    max-height: 12em;
 
}
 
}
  
.slide-up-2 {
+
.tile-top.tile-image a {
     animation: 0.8s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both slide-up;
+
     width: 100%;
 
}
 
}
  
.slide-up-3 {
+
.tile-top.tile-image img {
     animation: 0.8s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both slide-up;
+
     width: 100%;
 +
    height: auto;
 +
    transition: 0.4s ease-out;
 
}
 
}
  
.slide-down {
+
.tile-bottom {
     animation: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both slide-down;
+
     background: #ffffff;
 +
    border-top: 1px solid #e4eaee;
 +
    width: 100%;
 +
    padding: 1rem 1.5rem .6rem;
 
}
 
}
  
.slide-down-2 {
+
.tile-bottom.link-button {
     animation: 0.8s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both slide-down;
+
     align-self: flex-end;
 +
    padding: 0;
 
}
 
}
  
.slide-down-3 {
+
.tile-bottom.link-button a {
     animation: 0.8s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both slide-down;
+
     display: block;
 +
    text-align: center;
 +
    padding: .75em 1.5em .8em;
 +
    text-decoration: none;
 
}
 
}
  
.censored {
+
.tile-bottom.read-more {
     color: #000000;
+
     background: #f9fafa;
     background-color: #000000;
+
     transition: 0.3s ease-out;
 
}
 
}
  
.censored a {
+
.tile-bottom.read-more a {
     color: #000000;
+
     color: #949eaa;
     text-decoration: underline;
+
    font-weight: bold;
 +
     text-align: right;
 
}
 
}
  
.censored:hover {
+
.tile-bottom.read-more:hover {
     background-color: #ffffff;
+
     background: #f2f4f4;
 
}
 
}
  
#mw-content-text .show,
+
.tile-bottom.read-more:hover .arrow {
#mw-content-text .hover:hover.hide {
+
     transform: translateX(50%);
     display: none;
 
 
}
 
}
  
#mw-content-text .hover:hover .show {
+
.tile-bottom.read-more .arrow {
     display: inline;
+
    filter: invert(43%) sepia(50%) hue-rotate(175deg);
 +
    margin-left: .4em;
 +
     transition: 0.3s ease-out;
 
}
 
}
  
#mw-content-text .hover:hover div.show {
+
table.wikitable {
     display: block;
+
    background: #ffffff;
 +
    font-size: .9em;
 +
     box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
 
}
 
}
  
#mw-content-text .toc.show {
+
table.wikitable > * > tr > th {
     display: table;
+
     color: #ffffff;
 +
    background: #438ab5;
 +
    border-color: #356e90;
 
}
 
}
  
.nodesktop {
+
table.wikitable > * > tr > th a,
     display: none;
+
table.wikitable > * > tr > th a:visited {
 +
     color: #ffffff;
 
}
 
}
  
.tile {
+
table.wikitable > * > tr > td {
    background: #ffffff;
+
     border-color: #e6e6e6;
     border: 1px solid #e4eaee;
+
     padding: .25em .45em;
     box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
 
    padding: 1.5em 2em 1em;
 
    max-width: 40em;
 
 
}
 
}
  
.tile h2 {
+
table.wikitable .header-top {
    font-size: 1.4em;
+
     background: #448fba;
    font-weight: bold;
 
    border: none;
 
     margin: 0 0 .4em;
 
 
}
 
}
  
.tile .byline + h2 {
+
table.align-right-1 td:nth-of-type(1),
     margin-top: -0.5em;
+
table.align-right-2 td:nth-of-type(2),
 +
table.align-right-3 td:nth-of-type(3),
 +
table.align-right-4 td:nth-of-type(4),
 +
table.align-right-5 td:nth-of-type(5),
 +
table.align-right-6 td:nth-of-type(6),
 +
table.align-right-7 td:nth-of-type(7),
 +
table.align-right-8 td:nth-of-type(8),
 +
table.align-right-9 td:nth-of-type(9),
 +
table.align-right-10 td:nth-of-type(10) {
 +
     text-align: right;
 
}
 
}
  
.tile.dark {
+
table.align-center-1 td:nth-of-type(1),
    color: #ffffff;
+
table.align-center-2 td:nth-of-type(2),
    background: #5d6773;
+
table.align-center-3 td:nth-of-type(3),
    border: none;
+
table.align-center-4 td:nth-of-type(4),
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.3);
+
table.align-center-5 td:nth-of-type(5),
 +
table.align-center-6 td:nth-of-type(6),
 +
table.align-center-7 td:nth-of-type(7),
 +
table.align-center-8 td:nth-of-type(8),
 +
table.align-center-9 td:nth-of-type(9),
 +
table.align-center-10 td:nth-of-type(10) {
 +
    text-align: center;
 
}
 
}
  
.tile.dark h2 {
+
table.align-left-1 td:nth-of-type(1),
     color: #ffffff;
+
table.align-left-2 td:nth-of-type(2),
 +
table.align-left-3 td:nth-of-type(3),
 +
table.align-left-4 td:nth-of-type(4),
 +
table.align-left-5 td:nth-of-type(5),
 +
table.align-left-6 td:nth-of-type(6),
 +
table.align-left-7 td:nth-of-type(7),
 +
table.align-left-8 td:nth-of-type(8),
 +
table.align-left-9 td:nth-of-type(9),
 +
table.align-left-10 td:nth-of-type(10) {
 +
     text-align: left;
 
}
 
}
  
.tile.dark a {
+
table.alternating-rows tr:nth-child(odd),
     color: #ccc;
+
table.alternating-cols td:nth-child(odd) {
 +
     background: #f9f9f9;
 
}
 
}
  
.tile.dark .byline {
+
.table-bg-red {
     color: rgba(255, 255, 255, 0.7);
+
    background: #fbc0ba;
 +
     color: #731911;
 
}
 
}
  
.byline {
+
.table-bg-red a {
     font-size: .9em;
+
     color: #8e221a;
     color: #949eaa;
+
     text-decoration: underline;
 
}
 
}
  
.byline a {
+
.table-bg-orange {
     color: #949eaa;
+
    background: #fbcfa6;
 +
     color: #80440e;
 
}
 
}
  
.tile-row {
+
.table-bg-orange a {
     display: flex;
+
     color: #b55e0c;
    flex-flow: row wrap;
+
     text-decoration: underline;
     margin-bottom: 1em;
 
 
}
 
}
  
.tile-halves {
+
.table-bg-yellow {
     display: flex;
+
     background: #fcea94;
    flex-flow: row wrap;
+
     color: #7f6900;
    border: 1px solid #e4eaee;
 
     background: #ffffff;
 
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
 
 
}
 
}
  
.tile-halves h2 {
+
.table-bg-yellow a {
     font-size: 1.4em;
+
     color: #b69800;
     font-weight: bold;
+
     text-decoration: underline;
    border: none;
 
    margin: 0 0 .4em;
 
 
}
 
}
  
.tile-halves .byline + h2 {
+
.table-bg-green {
     margin-top: -0.5em;
+
     background: #c3e8a3;
 +
    color: #2e5e05;
 
}
 
}
  
.tile-top {
+
.table-bg-green a {
     width: 100%;
+
     color: #3c780a;
     padding: 1.3rem 1.5rem .6rem;
+
     text-decoration: underline;
 
}
 
}
  
.tile-top.tile-image {
+
.table-bg-blue {
     display: flex;
+
     background: #aad9f5;
     align-items: center;
+
     color: #03436b;
    background-color: #949eaa;
 
    overflow: hidden;
 
    padding: 0;
 
    height: 13vw;
 
    max-height: 12em;
 
 
}
 
}
  
.tile-top.tile-image a {
+
.table-bg-blue a {
     width: 100%;
+
     color: #0b5884;
 +
    text-decoration: underline;
 
}
 
}
  
.tile-top.tile-image img {
+
.table-bg-purple {
     width: 100%;
+
     background: #e4bbf7;
     height: auto;
+
     color: #641b87;
    transition: 0.4s ease-out;
 
 
}
 
}
  
.tile-bottom {
+
.table-bg-purple a {
     background: #ffffff;
+
     color: #75269b;
     border-top: 1px solid #e4eaee;
+
     text-decoration: underline;
    width: 100%;
 
    padding: 1rem 1.5rem .6rem;
 
 
}
 
}
  
.tile-bottom.link-button {
+
.table-bg-pink {
     align-self: flex-end;
+
     background: #f5c8ec;
     padding: 0;
+
     color: #6d3662;
 
}
 
}
  
.tile-bottom.link-button a {
+
.table-bg-pink a {
     display: block;
+
     color: #984c89;
    text-align: center;
+
     text-decoration: underline;
    padding: .75em 1.5em .8em;
 
     text-decoration: none;
 
 
}
 
}
  
.tile-bottom.read-more {
+
.table-bg-gray,
     background: #f9fafa;
+
.table-bg-grey {
     transition: 0.3s ease-out;
+
     background: #e4eaee;
 +
     color: #444e5a;
 
}
 
}
  
.tile-bottom.read-more a {
+
.table-bg-gray a,
     color: #949eaa;
+
.table-bg-grey a {
    font-weight: bold;
+
     color: #5d6773;
     text-align: right;
+
     text-decoration: underline;
 
}
 
}
  
.tile-bottom.read-more:hover {
+
body.page-Main_Page .mw-parser-output {
     background: #f2f4f4;
+
    max-width: 75em;
 +
     margin: 0 auto;
 
}
 
}
  
.tile-bottom.read-more:hover .arrow {
+
body.page-Main_Page.action-view .catlinks,
     transform: translateX(50%);
+
body.page-Main_Page.action-view #contentSub,
 +
body.page-Main_Page.action-view #firstHeading,
 +
body.page-Main_Page.action-view #siteNotice {
 +
     display: none;
 
}
 
}
  
.tile-bottom.read-more .arrow {
+
.mainpage-header {
     filter: invert(43%) sepia(50%) hue-rotate(175deg);
+
     display: flex;
     margin-left: .4em;
+
     margin: 2.6em 1.75em 1.5em;
    transition: 0.3s ease-out;
 
 
}
 
}
  
ul.actionbar,
+
.mainpage-header .header-intro {
ul.actionbar-revolution {
+
     flex: 2;
     -webkit-box-sizing: border-box;
 
    -moz-box-sizing: border-box;
 
    -ms-box-sizing: border-box;
 
    box-sizing: border-box;
 
    padding: 39px 0 0 6px;
 
    margin: 0;
 
    width: 530px;
 
    height: 76px;
 
 
}
 
}
  
ul.actionbar li,
+
.mainpage-header .header-intro h1 {
ul.actionbar-revolution li {
+
     font-size: 2.5em;
     list-style: none;
+
     border: none;
     float: left;
+
     margin: 0 0 .15em;
     margin: 0;
 
    padding: 0;
 
    width: 32px;
 
    height: 32px;
 
    line-height: 32px;
 
    text-align: center;
 
    margin-right: 4px;
 
 
}
 
}
  
ul.actionbar {
+
body.wgl-readermode .mainpage-header .header-intro h1 {
     background: url(/f/current/c/cc/Template_action_bar.png);
+
     font-size: 2.25em;
 
}
 
}
  
ul.actionbar-revolution {
+
.mainpage-header .header-intro p {
     background: url(/f/current/e/e6/Template_action_bar_revolution.png);
+
     font-size: 1.1em;
}
+
    line-height: 1.7em;
 +
}
  
.archive {
+
.mainpage-header .header-stats {
     border: 1px solid #e4eaee;
+
     flex: 1;
     background-color: #ffffff;
+
     display: flex;
     text-align: center;
+
     justify-content: center;
     margin: 5px;
+
     align-items: center;
     padding: 5px;
+
     margin-top: -1em;
    float: right;
 
    width: 120px;
 
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
 
 
}
 
}
  
@-webkit-keyframes "random-speed" {
+
.mainpage-header .header-stats ul {
     0% {
+
     list-style: none;
          width: 20%;
+
}
    }
 
 
 
    25% {
 
          width: 40%;
 
    }
 
 
 
    50% {
 
          width: 60%;
 
    }
 
 
 
    75% {
 
          width: 80%;
 
    }
 
 
 
    100% {
 
          width: 100%;
 
    }
 
  
 +
.mainpage-header .announcement {
 +
    margin: .5em 0 1.5em;
 
}
 
}
  
@keyframes "random-speed" {
+
.mainpage-header .announcement a {
     0% {
+
     background: #f9fafa;
          width: 20%;
+
     border: 1px solid #e4eaee;
     }
+
     color: #5d6773;
 
+
     font-size: .9em;
     25% {
+
     line-height: 1.25em;
          width: 40%;
+
     padding: .25em .75em;
     }
+
     border-radius: 10em;
 
+
     transition: .25s ease;
     50% {
+
     display: inline-flex;
          width: 60%;
+
     align-items: center;
     }
 
 
 
     75% {
 
          width: 80%;
 
     }
 
 
 
     100% {
 
          width: 100%;
 
     }
 
 
 
 
}
 
}
  
.clear-both {
+
.mainpage-header .announcement a:hover {
     clear: both;
+
     text-decoration: none;
 +
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
 
}
 
}
  
.clear-left {
+
.mainpage-header .announcement .announcement-pill {
     clear: left;
+
     background: #6bc71f;
}
+
    color: #ffffff;
 
+
    font-size: .85em;
.clear-right {
+
    font-weight: bold;
     clear: right;
+
    text-transform: uppercase;
 +
    border-radius: 10em;
 +
    padding: .1em .6em;
 +
     margin: 0 0.5em 0 -0.5em;
 
}
 
}
  
.documentation {
+
.mainpage-header .announcement .arrow.dark {
     background-color: #ebebeb;
+
     margin-left: .5em;
    color: #000;
+
     filter: invert(50%);
    border-left: 15px solid #898989;
 
    margin-top: 1em;
 
     padding: 5px 15px;
 
 
}
 
}
  
.documentation .doc-header {
+
.mainpage-body {
     border-bottom: 1px solid #898989;
+
     display: flex;
    margin-bottom: 2px;
+
     flex-flow: row wrap;
    padding-bottom: 8px;
 
     padding-top: 6px;
 
 
}
 
}
  
.documentation .doc-title {
+
.mainpage-body h2 a {
     font-size: 1.25em;
+
     color: #444e5a;
    font-weight: bold;
 
 
}
 
}
  
.documentation .doc-editlinks {
+
.mainpage-body .tile {
     font-size: 0.85em;
+
    padding-left: 1.75em;
     margin-left: 10px;
+
     padding-right: 1.75em;
 +
     max-width: 100%;
 
}
 
}
  
.documentation .doc-transclusion {
+
.mainpage-body .tile-row {
     clear: both;
+
     width: 100%;
     font-size: 0.85em;
+
     margin-bottom: 0.9rem;
    margin-bottom: 15px;
 
 
}
 
}
  
.documentation a,
+
.mainpage-left {
.documentation a:visited,
+
    flex: 2;
.documentation a:active {
+
    display: flex;
     color: #6c6c6c;
+
    flex-flow: column wrap;
 +
     margin-right: 0.9rem;
 
}
 
}
  
.editnotice {
+
.mainpage-left > * {
    font-size: .9em;
+
     margin: 0 0 0.9rem;
    padding-bottom: .75em;
 
     margin-bottom: .6em;
 
 
}
 
}
  
.editnotice .editnotice-title {
+
.mainpage-right {
     font-size: 1.2em;
+
     flex: 1;
     font-weight: bold;
+
     display: flex;
     margin-bottom: .4em;
+
     flex-flow: column wrap;
 
}
 
}
  
.extimage div,
+
.mainpage-right > * {
.extimage a,
+
     margin: 0 0 0.9rem;
.extimage img {
 
     height: inherit;
 
    max-height: inherit;
 
    max-width: inherit;
 
    width: inherit;
 
 
}
 
}
  
.extimage .caption {
+
.arrow {
     color: #696969;
+
    background: url(/f/current/2/2c/White-chevron.svg) no-repeat;
     padding: 3px 6px;
+
    display: inline-block;
 +
    height: .7rem;
 +
     width: .45rem;
 +
     vertical-align: middle;
 
}
 
}
  
.fact-text {
+
.arrow.dark {
     color: #15f;
+
     filter: invert(80%);
    font-style: italic;
 
    cursor: help;
 
    border-bottom: dotted 1px black;
 
 
}
 
}
  
.rsw-infobox {
+
.ribbon {
     background: #ffffff;
+
     position: absolute;
     font-size: .85em;
+
     right: -0.5em;
    width: 300px;
+
     top: -0.5em;
    margin: .5em 0 1em 1em;
 
     border-collapse: collapse;
 
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
 
    float: right;
 
}
 
 
 
.rsw-infobox .infobox-header {
 
    background: #246c97;
 
 
     color: #ffffff;
 
     color: #ffffff;
     font-size: 1.15em;
+
    background: #6bc71f;
     line-height: 1.4em;
+
     font-size: .7em;
     padding: .5em 0;
+
    font-weight: bold;
 +
    letter-spacing: .045em;
 +
     line-height: 2.25em;
 +
     padding: 0 .55em;
 +
    border-radius: .35em;
 +
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
 +
    pointer-events: none;
 
}
 
}
  
.rsw-infobox .infobox-subheader {
+
.mainpage-recent-updates .tile-halves {
     background: #6ba5c8;
+
     flex: 1;
    color: #ffffff;
+
     align-content: flex-start;
     line-height: 2em;
+
     margin-right: 0.9rem;
    border-top: 0.5em solid #ffffff;
 
     border-bottom: 0.5em solid #ffffff;
 
 
}
 
}
  
.rsw-infobox .infobox-subheader a {
+
.mainpage-recent-updates .tile-halves:hover .tile-top img {
     color: #ffffff;
+
     transform: scale(1.04);
 
}
 
}
  
.rsw-infobox .infobox-image {
+
.mainpage-recent-updates .tile-halves:last-child {
     text-align: center;
+
     margin-right: 0;
 
}
 
}
  
.rsw-infobox .infobox-image.bordered-image {
+
body.wgl-readermode .mainpage-recent-updates .tile-image {
     border: 1px solid #e4eaee;
+
     max-height: 10.5em;
    border-bottom: none;
 
    padding: .4em;
 
 
}
 
}
  
.rsw-infobox .infobox-image a.image + a.image {
+
.mainpage-recent-updates .tile-bottom.link-button a {
     margin-left: .1em;
+
     text-align: left;
 +
    padding: 1rem 1.5rem .75rem;
 
}
 
}
  
.rsw-infobox .infobox-image img {
+
.mainpage-recent-updates h2 {
     max-width: 300px;
+
     margin: -0.5em 0 0.3em;
    height: auto;
 
 
}
 
}
  
.rsw-infobox .infobox-map {
+
.mainpage-recent-updates p:not(.byline) {
     border-top: 0.5em solid #ffffff;
+
     font-size: .9em;
     text-align: center;
+
     line-height: 1.75em;
 +
    color: #444e5a;
 
}
 
}
  
.rsw-infobox .infobox-map img {
+
.mainpage-contents .tile-halves {
     max-width: 300px;
+
     flex: 1;
     height: auto;
+
     margin-right: 0.9rem;
 
}
 
}
  
.rsw-infobox th:not(.infobox-header):not(.infobox-subheader) {
+
.mainpage-contents .tile-halves:hover .tile-top img {
     text-align: right;
+
     transform: scale(1.04);
    vertical-align: top;
 
    border-left: 1px solid #e4eaee;
 
    border-right: 0.175em solid #6ba5c8;
 
    padding: 0.2em 0.5em;
 
 
}
 
}
  
.rsw-infobox td:not(.infobox-image):not(.infobox-map) {
+
.mainpage-contents .tile-halves:last-child {
     border-right: 1px solid #e4eaee;
+
     margin-right: 0;
    padding: 0.25em 0.5em;
 
    line-height: 1.6em;
 
 
}
 
}
  
.rsw-infobox td[colspan="2"]:not(.infobox-image):not(.infobox-map) {
+
.mainpage-contents .tile-top {
     border: 1px solid #e4eaee;
+
     height: 4.5rem;
     padding-bottom: .6em;
+
     position: relative;
 
}
 
}
  
.rsw-infobox .infobox-cell-hidden {
+
.mainpage-contents .tile-top h2 a {
     display: none;
+
     display: block;
}
 
 
 
.rsw-infobox .infobox-template-links {
 
 
     text-align: center;
 
     text-align: center;
 +
    text-decoration: none;
 +
    line-height: 4.5rem;
 +
    padding-left: .45rem;
 
}
 
}
  
.infobox-wrapper {
+
.mainpage-contents h2 {
     display: table;
+
     margin: 0;
     float: right;
+
     padding: 0;
 
}
 
}
  
.infobox-item .infobox-image {
+
.mainpage-wikinews .news-date {
     image-rendering: -moz-crisp-edges;
+
     font-weight: bold;
     image-rendering: pixelated;
+
     margin-bottom: .3em;
    image-rendering: crisp-edges;
 
 
}
 
}
  
.infobox-monster {
+
.mainpage-wikinews p:not(.news-date) {
     text-align: center;
+
     margin-left: 1em;
 
}
 
}
  
.infobox-monster th:not(.infobox-header):not(.infobox-subheader) {
+
.mainpage-social {
    text-align: center;
+
    border: none;
 +
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.3);
 
}
 
}
  
.infobox-monster .offensive-header {
+
.mainpage-social .tile-top {
     background-color: #861c10;
+
     display: flex;
     color: #fff;
+
     align-items: center;
     font-variant: small-caps;
+
     padding: 1em 1.75em;
 
}
 
}
  
.infobox-monster .offensive-subheader {
+
.mainpage-social .tile-top a {
     background-color: #ecccc6;
+
     flex: 1;
     font-variant: small-caps;
+
    position: relative;
 +
     text-decoration: none;
 
}
 
}
  
.infobox-monster .offensive-subheader a {
+
.mainpage-social .tile-top a:hover .arrow {
     color: #861c10 !important;
+
     transform: translateX(50%);
 
}
 
}
  
.infobox-monster .defensive-header {
+
.mainpage-social .tile-bottom {
     background-color: #438ab5;
+
     border: none;
     color: #fff;
+
     padding: 1em 1.75em;
    font-variant: small-caps;
 
 
}
 
}
  
.infobox-monster .defensive-subheader {
+
.mainpage-social .tile-bottom p {
     background-color: #c1deed;
+
     color: #ffffff;
     font-variant: small-caps;
+
     font-weight: bold;
}
+
    font-size: .9em;
 
+
     text-align: center;
.infobox-monster .defensive-subheader a {
+
    text-transform: uppercase;
     color: #32637c !important;
+
     letter-spacing: .03em;
}
+
     margin: 0;
 
 
.infobox-monster .slayer-header {
 
    background: #464646;
 
     color: #fff;
 
     font-variant: small-caps;
 
 
}
 
}
  
.infobox-bottom-links {
+
.mainpage-social .social-icon {
     clear: right;
+
     margin-right: .75em;
    float: right;
+
     width: 60px;
     font-size: xx-small;
 
    margin-top: -1.5em;
 
}
 
 
 
.infobox-buttons {
 
 
     text-align: center;
 
     text-align: center;
    max-width: 250px;
 
    display: none;
 
    margin: 0 auto;
 
 
}
 
}
  
.infobox-buttons .button {
+
.mainpage-social .social-header {
     margin: 0 3px;
+
    color: #ffffff;
 +
    font-weight: bold;
 +
    font-size: 1.15em;
 +
     margin: 0.5em 0 -0.15em;
 
}
 
}
  
.infobox-switch-resources {
+
body.wgl-readermode .mainpage-social .social-header {
     display: none;
+
     font-size: 1.05em;
 
}
 
}
  
.infobox .infobox-cell-hidden {
+
.mainpage-social .social-tagline {
     display: none;
+
     color: rgba(255, 255, 255, 0.9);
 +
    margin-bottom: .5em;
 
}
 
}
  
.switch-infobox .switch-infobox-triggers,
+
.mainpage-social .arrow {
.switch-infobox .loading-button {
+
     position: absolute;
     clear: left;
+
    top: calc(50% - .5em);
}
+
     right: 0;
 
+
     height: 1em;
.infobox .nestedinfo td table {
+
     width: .7em;
     min-width: 263px;
+
     background-size: .7em 1em;
     margin: -1px;
+
     transition: 0.3s ease-out;
     width: calc(100% + 2px) !important;
 
}
 
 
 
.infobox .nestedinfo td {
 
     width: 100%;
 
     padding: 0;
 
 
}
 
}
  
.infobox {
+
.mainpage-social.mainpage-discord .tile-top {
    border: 1px solid #aaaaaa;
+
     background: #7289da;
     background-color: #f9f9f9;
 
    color: inherit !important;
 
    margin: 0 0 0.5em 0.2em !important;
 
    padding: 0.2em;
 
    float: right;
 
    clear: right;
 
 
}
 
}
  
.infobox td,
+
.mainpage-social.mainpage-discord .tile-bottom {
.infobox th {
+
     background: #697ec4;
     vertical-align: top;
 
 
}
 
}
  
.infobox caption {
+
.mainpage-social.mainpage-twitter .tile-top {
    font-size: larger;
+
     background: #1da1f2;
    padding-bottom: 10px !important;
 
    margin-left: 0 !important;
 
     color: inherit !important;
 
 
}
 
}
  
.infobox.bordered {
+
.mainpage-social.mainpage-twitter .tile-bottom {
     border-collapse: collapse;
+
     background: #1e96e0;
 
}
 
}
  
.infobox.bordered td,
+
.mainpage-editing {
.infobox.bordered th {
+
     border: none;
     border: 1px solid #aaaaaa;
+
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.3);
 
}
 
}
  
.infobox.bordered .borderless td,
+
.mainpage-editing .tile-top {
.infobox.bordered .borderless th {
+
     background: #438ab5;
     border: 0;
 
 
}
 
}
  
.infobox ul {
+
.mainpage-editing .tile-bottom {
     margin: 0.3em 0 0 1.6em;
+
     background: #3980ab;
 +
    border: none;
 +
    padding: .8rem 1.5rem .4rem;
 
}
 
}
  
.infobox .wikitable.mw-collapsible {
+
.mainpage-editing h2,
    margin: -1px;
+
.mainpage-editing a,
    width: calc(100% + 2px) !important;
+
.mainpage-editing a:visited,
}
+
.mainpage-editing a:active {
 
+
     color: #ffffff;
.infobox a.image + a.image {
 
     margin-left: 3px;
 
 
}
 
}
  
.infobox .infobox-image {
+
.mainpage-editing p {
     text-align: center;
+
     color: rgba(255, 255, 255, 0.9);
    word-spacing: -4px;
 
 
}
 
}
  
.infobox .infobox-image img {
+
.mainpage-editing ul {
     height: inherit;
+
     list-style-image: url(/f/current/d/d1/Transparent-chevron.svg);
    max-width: 250px;
 
 
}
 
}
  
.infobox td .new {
+
.mainpage-poll .ajaxpoll {
     word-spacing: 0;
+
     padding: 0;
 +
    width: 100%;
 +
    border: none;
 +
    box-shadow: none;
 
}
 
}
  
.infobox input#QtyCalc {
+
.mainpage-fimg img {
     width: 50px !important;
+
     margin: .7em 0 1.15em;
 +
    -webkit-filter: drop-shadow(0 0.15em 0.25em rgba(0, 0, 0, 0.15));
 +
    filter: drop-shadow(0 0.15em 0.25em rgba(0, 0, 0, 0.15));
 
}
 
}
  
.infobox .infobox-cell-hidden {
+
.mainpage-fimg .tile-top p:not(.byline) {
     display: none;
+
    font-size: .9em;
 +
     line-height: 1.8em;
 
}
 
}
  
.infobox-bonuses {
+
@media only screen and (max-width: 65.999rem) {
     border-collapse: collapse;
+
     .mainpage-recent-updates .tile-halves:last-child {
    margin-top: 10px;
+
          display: none;
}
+
    }
  
.infobox-bonuses th {
+
    .mainpage-recent-updates .tile-halves:nth-last-child(2) {
    border: 1px solid #aaaaaa;
+
          margin-right: 0;
    padding: 1px 3px;
+
     }
    background: #f2f2f2;
 
    white-space: nowrap;
 
    margin: 0;
 
     width: 70px !important;
 
}
 
  
.infobox-bonuses td {
+
    .mainpage-recent-updates .tile-top {
    border: 1px solid #aaaaaa;
+
          height: 18vw;
    background: #f9f9f9;
+
     }
    padding: 1px 5px 1px 3px;
 
     margin: 0;
 
}
 
  
.infobox-bonuses .combat-attributes .image {
+
    .mainpage-contents .tile-halves:nth-child(1),
     width: 23px;
+
     .mainpage-contents .tile-halves:nth-child(2),
     display: inline-block;
+
     .mainpage-contents .tile-halves:nth-child(3) {
    margin-right: 4px;
+
          margin-bottom: 0.9rem;
}
+
    }
  
@media screen and (max-width: 499px) {
+
    .mainpage-contents .tile-halves:nth-child(3) {
    .infobox-bonuses {
+
           margin-right: 0;
           font-size: 0.9rem;
 
 
     }
 
     }
  
     .infobox-bonuses th {
+
     .mainpage-contents .line-break {
           min-width: 50px !important;
+
           width: 100%;
 
     }
 
     }
  
}
+
    .mainpage-skills ul {
 +
          columns: 2 9em;
 +
    }
  
@media screen and (min-width: 499px) and (max-width: 1023px) {
+
    .mainpage-skills .skill-thieving {
    .infobox-bonuses {
+
           display: none;
           font-size: 0.9rem;
 
 
     }
 
     }
  
     .infobox-bonuses th {
+
     .mainpage-header .header-stats,
           min-width: 50px !important;
+
    .mainpage-onthisday {
 +
           display: none;
 
     }
 
     }
  
 
}
 
}
  
.infotableBonuses .attribute-value {
+
@media only screen and (min-width: 66rem) and (max-width: 81.999rem) {
    background: #f5f5f5;
+
    .mainpage-contents .tile-halves:last-child {
}
+
          display: none;
 +
    }
  
.infotableBonuses .attribute-total {
+
    .mainpage-contents .tile-halves:nth-last-child(2) {
    background: #f2f2f2;
+
          margin-right: 0;
}
+
    }
  
.infotableBonuses .attribute-total .attribute-value {
+
    .mainpage-header .header-stats,
    background: #f2f2f2;
+
    .mainpage-contents .line-break {
}
+
          display: none;
 +
    }
  
.inventorytable {
 
    background-image: url(/f/current/e/ee/Inventory_interface.png);
 
    background-repeat: no-repeat;
 
    background-position: top left;
 
    width: 174px;
 
    height: 328px;
 
    padding: 37px 0 42px;
 
    border-spacing: 0;
 
 
}
 
}
  
.inventorytable td {
+
@media only screen and (min-width: 82rem) {
     padding: 0 !important;
+
     .mainpage-header .header-intro {
    border: 0 !important;
+
          margin-right: 2em;
    text-align: center;
+
     }
    position: relative;
 
    width: 46px;
 
     height: 36px;
 
}
 
  
.keypress {
+
    .mainpage-contents .line-break {
    background: #eeeeee;
+
          display: none;
    color: #333333;
+
     }
    font-family: monospace;
 
    text-shadow: 0 1px 0 #ffffff;
 
    border: 1px solid #cccccc;
 
    -webkit-border-radius: 3px;
 
    -moz-border-radius: 3px;
 
    border-radius: 3px;
 
    margin: 0 0.1em;
 
    padding: 0.1em 0.5em;
 
    line-height: 1.4;
 
    white-space: nowrap;
 
     display: inline-block;
 
}
 
  
.license {
+
    body.wgl-readermode .mainpage-contents .tile-halves:last-child {
    background: #cfd8eb;
+
          display: none;
    border: none;
+
    }
}
 
  
.license th {
+
    body.wgl-readermode .mainpage-contents .tile-halves:nth-last-child(2) {
    padding-right: 0.4em;
+
          margin-right: 0;
     background-color: #617ebc;
+
     }
    color: #fff;
 
    width: 25%;
 
}
 
  
.license th[colspan="2"] {
 
    font-size: 16px;
 
 
}
 
}
  
.license a {
+
.page-Special_CreateAccount .firstHeading,
     color: #556d97;
+
.page-Special_UserLogin .firstHeading {
 +
     width: 32rem;
 +
    margin: 1.5em auto .4em;
 
}
 
}
  
.musicplayer {
+
.page-Special_CreateAccount #contentSub,
    border: 1px solid #e4eaee;
+
.page-Special_UserLogin #contentSub {
    font-size: 90%;
+
     display: none;
    line-height: 1.6em;
 
    background: #ffffff;
 
    -webkit-box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
 
    -moz-box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
 
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
 
    max-width: 300px;
 
    margin: 0 0 1em 1em;
 
    padding: .75em;
 
     spacing: 0px;
 
 
}
 
}
  
.musicplayer .mediaContainer {
+
.page-Special_CreateAccount .mw-ui-container,
     margin-top: .75em;
+
.page-Special_UserLogin .mw-ui-container {
 +
    width: 32rem;
 +
     margin: 3em auto;
 
}
 
}
  
.messagebox {
+
.page-Special_CreateAccount .mw-ui-container #userloginForm,
    width: 65%;
+
.page-Special_UserLogin .mw-ui-container #userloginForm {
    margin-left: auto;
+
     float: unset;
    margin-right: auto;
+
     margin: 0;
    margin-top: 0.5em;
 
     margin-bottom: 0.5em;
 
     padding: 3px 3px 3px 0;
 
    border-left: 15px solid #90c2dd;
 
    background-color: #f1f1f1;
 
 
}
 
}
  
.messagebox.obsolete {
+
.page-Special_CreateAccount .mw-ui-container .mw-ui-vform,
     background-color: #cfcfcf;
+
.page-Special_UserLogin .mw-ui-container .mw-ui-vform {
     border-color: #464646;
+
     margin: 2.5em auto 0;
 +
     width: 22rem;
 
}
 
}
  
.messagebox.obsolete a,
+
#signupstart,
.messagebox.obsolete a:visited,
+
#userloginprompt {
.messagebox.obsolete a:active {
+
     border: 1px solid #e4eaee;
     color: #6c6c6c;
+
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
}
+
     padding: 1.5em 2em 1em;
 
 
.messagebox.info {
 
    background-color: #ebebeb;
 
     border-color: #898989;
 
 
}
 
}
  
.messagebox.info a,
+
.signup-realname-tip {
.messagebox.info a:visited,
+
    color: #656565;
.messagebox.info a:active {
+
    font-size: .9em;
     color: #6c6c6c;
+
    line-height: 1.8em;
 +
     margin: -0.75em 0 0.75em;
 
}
 
}
  
.messagebox.action {
+
.mw-createacct-benefits-container {
     background-color: #cbdae2;
+
     display: none;
    border-color: #45697D;
 
 
}
 
}
  
.messagebox.action a,
+
.mw-plusminus-pos {
.messagebox.action a:visited,
+
     color: #006500;
.messagebox.action a:active {
 
     color: #3c5c6e;
 
 
}
 
}
  
.messagebox.file {
+
.mw-plusminus-neg {
     background-color: #cfd8eb;
+
     color: #8b0000;
    border-color: #617ebc;
 
 
}
 
}
  
.messagebox.file a,
+
.mw-tag-markers,
.messagebox.file a:visited,
+
.mw-tag-markers a {
.messagebox.file a:active {
+
    color: red;
     color: #556d97;
+
     font-weight: bold;
 
}
 
}
  
.messagebox.warn {
+
.mw-tag-marker-visualeditor a,
     background-color: #ecd8d5;
+
.mw-tag-marker-visualeditor-needcheck a {
     border-color: #861c10;
+
     color: #e49f10;
 +
     font-weight: normal;
 
}
 
}
  
.messagebox.warn a,
+
.mw-recentchanges-toplinks {
.messagebox.warn a:visited,
+
     font-size: .85em;
.messagebox.warn a:active {
 
     color: #861c10;
 
 
}
 
}
  
.messagebox.disambig {
+
.mw-recentchanges-toplinks table {
    background-color: #ebebeb;
+
     margin: 3.5em auto 2em;
    border-color: #898989;
 
     margin-top: 20px !important;
 
    margin-bottom: 30px !important;
 
 
}
 
}
  
.messagebox.disambig a,
+
.mw-recentchanges-toplinks th {
.messagebox.disambig a:visited,
+
     text-align: right;
.messagebox.disambig a:active {
+
     padding-right: 5px;
    color: #6c6c6c;
 
}
 
 
 
.messagebox.safe {
 
     background-color: #d8f0d3;
 
     border-color: #1b8408;
 
 
}
 
}
  
.messagebox.safe a,
+
.mw-recentchanges-toplinks .speedy-delete a,
.messagebox.safe a:visited,
+
.mw-recentchanges-toplinks .speedy-move a {
.messagebox.safe a:active {
+
     color: #f54636;
     color: #1b8408;
 
 
}
 
}
  
.messagebox.unsafe {
+
#mw-searchoptions table {
     background-color: #ffee88;
+
     margin-right: 0;
    border-color: #997700;
 
 
}
 
}
  
.messagebox.unsafe a,
+
#mw-searchoptions table tr td:first-of-type {
.messagebox.unsafe a:visited,
+
     font-weight: bold;
.messagebox.unsafe a:active {
 
     color: #997700;
 
 
}
 
}
  
.messagebox.easter {
+
#mw-searchoptions table td {
     background-color: #e5f9c2;
+
     width: 18vw;
     border-color: #598014;
+
     padding: 0;
 
}
 
}
  
.messagebox.easter a,
+
#mw-searchoptions h4 {
.messagebox.easter a:visited,
+
     font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif;
.messagebox.easter a:active {
 
     color: #598014;
 
 
}
 
}
  
.messagebox.halloween {
+
.mw-search-results li {
     background-color: #e8d8ea;
+
     padding-bottom: 1.75em;
    border-color: #794080;
 
 
}
 
}
  
.messagebox.halloween a,
+
.mw-search-results li a {
.messagebox.halloween a:visited,
+
     font-size: 125%;
.messagebox.halloween a:active {
 
     color: #794080;
 
 
}
 
}
  
.messagebox.thanksgiving {
+
.page-Special_ListFiles a.image img {
     background-color: #f0cba8;
+
     width: inherit;
     border-color: #a65800;
+
     height: inherit;
 
}
 
}
  
.messagebox.thanksgiving a,
+
.page-Special_ListFiles .TablePager_col_thumb {
.messagebox.thanksgiving a:visited,
+
     text-align: center;
.messagebox.thanksgiving a:active {
 
     color: #a65800;
 
 
}
 
}
  
.messagebox.christmas {
+
.page-Special_NewFiles .thumbimage {
     background-color: #d4eaf6;
+
     max-height: 212px !important;
     border-color: #428bb5;
+
     max-width: 212px !important;
 +
    margin: 0 !important;
 
}
 
}
  
.messagebox.christmas a,
+
.watchlistredir a,
.messagebox.christmas a:visited,
+
.allpagesredirect a {
.messagebox.christmas a:active {
+
     color: #888;
     color: #3a799d;
+
    font-style: italic;
 
}
 
}
  
.messagebox.stub {
+
.not-patrolled {
    width: 40%;
 
}
 
 
 
.messagebox.welcomenotice {
 
    padding: 1em;
 
    width: 90%;
 
}
 
 
 
.messagebox.hasdialogue {
 
    width: auto;
 
}
 
 
 
.messagebox.alphabetical {
 
    width: auto;
 
    font-size: 95%;
 
    padding: 5px 10px;
 
    text-align: center;
 
    border-radius: 5px;
 
 
     background-color: #f9f9f9;
 
     background-color: #f9f9f9;
     border: 1px solid #eee;
+
     border-right: 10px solid #eee;
 +
    padding-right: 15px;
 
}
 
}
  
.wikipedia {
+
.mw-special-AbuseLog .mw-abuselog-details {
    border: solid #aaa 1px;
+
     table-layout: fixed;
    font-size: 90%;
 
    background: #f9f9f9;
 
    padding: 4px;
 
    spacing: 0px;
 
    margin-top: 10px;
 
}
 
 
 
.menaphite-script {
 
    word-spacing: 15px;
 
    width: 85%;
 
}
 
 
 
.menaphite-script img {
 
     padding: 0 3px;
 
}
 
 
 
.menaphite-script p:first-of-type {
 
    margin-top: 1em;
 
}
 
 
 
.menaphite-script .js-tooltip-click {
 
    font-size: 12px;
 
    border-radius: 5px;
 
    background-color: #898989;
 
    border-color: #898989;
 
    padding-right: 0.4em;
 
    margin-left: 0.5em;
 
}
 
 
 
.navbox {
 
    font-size: .85em;
 
    background: #ffffff;
 
    border-collapse: collapse;
 
    margin: 15px auto;
 
 
     width: 100%;
 
     width: 100%;
    clear: both;
 
}
 
 
.navbox:not(.navbox-collapsible) {
 
    box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.1);
 
}
 
 
.navbox .navbox-title {
 
    font-size: 110%;
 
    background: #438ab5;
 
    color: #ffffff;
 
    text-align: center;
 
    padding: 3px 8px;
 
}
 
 
.navbox .navbox-title .mw-collapsible-toggle {
 
    font-size: .9em;
 
    margin-left: 6em;
 
    float: right;
 
}
 
 
.navbox .navbox-title a {
 
    color: #ffffff;
 
}
 
 
.navbox .navbox-title a:visited {
 
    color: #ffffff;
 
}
 
 
.navbox .navbox-footer {
 
    background: #438ab5;
 
    border-top: 1px;
 
    text-align: center;
 
    font-size: smaller;
 
}
 
 
.navbox .navbox-footer a {
 
    color: #ffffff;
 
}
 
 
.navbox .navbox-footer a:visited {
 
    color: #ffffff;
 
}
 
 
.navbox .navbox-group {
 
    background: #e4eaee;
 
    border: 1px solid #d8e5ff;
 
    border-width: 0 1px 1px 0;
 
    font-weight: bold;
 
    padding: 0 10px 5px 10px;
 
    width: 100px;
 
}
 
 
.navbox .navbox-group a:visited {
 
    color: #438ab5;
 
}
 
 
.navbox .navbox-list {
 
    border-bottom: 1px solid #d8e5ff;
 
    padding: 0 7px 5px 7px;
 
}
 
 
.navbox .navbox-list ul {
 
    margin: 0;
 
}
 
 
.navbox .navbox-list li {
 
    display: inline-block;
 
}
 
 
.navbox .navbox-list li + li::before {
 
    content: ' • ';
 
}
 
 
.navbox .navbox-subgroup {
 
    border-spacing: 0;
 
    width: 100%;
 
}
 
 
.navbox .navbox-subgroup .navbox-group {
 
    padding-bottom: 5px;
 
}
 
 
.navbox .navbox.navbox-collapsible {
 
    font-size: 100%;
 
    margin: 5px 0 0;
 
}
 
 
.navbox .navbox.navbox-collapsible .navbox-title {
 
    background: #6ba5c8;
 
    padding: 0 8px;
 
}
 
 
.navbox img {
 
    height: auto;
 
    width: auto;
 
    max-height: 1.6em;
 
    padding: 0 1px;
 
}
 
 
.navbox + .navbox {
 
    margin-top: -8px;
 
}
 
 
.mw-collapsible.mw-collapsed {
 
    min-width: 250px;
 
}
 
 
.mw-collapsible .mw-collapsible-toggle {
 
    font-weight: normal;
 
}
 
 
.perk-link {
 
    background: #09222F;
 
    border-radius: 111px;
 
    width: 35px;
 
    height: 35px;
 
    line-height: 30px;
 
    display: inline-table;
 
}
 
 
.gizmo-interface {
 
    background-image: url(/f/current/8/83/Empty_gizmo_interface.png);
 
    background-repeat: no-repeat;
 
    min-height: 132px;
 
    padding: 11px 53px;
 
    width: 216px;
 
}
 
 
.gizmo-interface td {
 
    border: 0;
 
    height: 32px;
 
    padding: 1px;
 
    text-align: center;
 
    vertical-align: middle;
 
    width: 32px;
 
}
 
 
.gizmo-interface-parts a {
 
    position: relative;
 
}
 
 
.gizmo-interface-parts a:hover {
 
    text-decoration: none;
 
}
 
 
.gizmo-interface-parts a:before {
 
    color: #fff;
 
    content: "5";
 
    font-family: runescape-small;
 
    font-size: 12pt;
 
    margin-left: 1px;
 
    margin-top: -4px;
 
    position: absolute;
 
    text-shadow: 1px 1px 1px #000;
 
}
 
 
.normal-POH {
 
    line-height: normal !important;
 
}
 
 
.normal-POH a,
 
.normal-POH .mw-selflink {
 
    color: #4c4c4c;
 
}
 
 
.portal-link-wrapper {
 
    text-align: center;
 
    margin-bottom: 0.5em;
 
}
 
 
.portal-link {
 
    display: inline-flex;
 
}
 
 
.portal-link a {
 
    height: 120px;
 
    width: 300px;
 
    display: inline-flex;
 
    justify-content: center !important;
 
    align-items: center !important;
 
    margin: 7px;
 
    border-radius: 5px;
 
    font-size: 20px;
 
    letter-spacing: 1px;
 
    line-height: 1.4em;
 
    font-family: 'League Spartan', sans-serif;
 
    text-transform: uppercase;
 
    background-color: #fafafa;
 
    color: #404040;
 
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.03);
 
    -webkit-transition: 0.2s;
 
    -moz-transition: 0.2s;
 
    transition: 0.2s;
 
}
 
 
.portal-link a:hover {
 
    text-decoration: none;
 
    background-color: #f2f2f2;
 
}
 
 
.portal-link.wide a {
 
    width: 618px;
 
}
 
 
.portal-link.compact a {
 
    font-size: 15px;
 
    height: 100px;
 
    width: 200px;
 
}
 
 
.portal-link.article a {
 
    border-top: 8px solid #90c2dd;
 
}
 
 
.portal-link.article a:hover {
 
    background-color: #90c2dd;
 
    color: #ffffff;
 
}
 
 
.portal-link.file a {
 
    border-top: 8px solid #617ebc;
 
    background-color: #cfd8eb;
 
}
 
 
.portal-link.file a:hover {
 
    background-color: #617ebc;
 
    color: #ffffff;
 
}
 
 
.portal-link.template a {
 
    border-top: 8px solid #898989;
 
    background-color: #ebebeb;
 
}
 
 
.portal-link.template a:hover {
 
    background-color: #898989;
 
    color: #ffffff;
 
}
 
 
.questdetails,
 
.trainingdetails {
 
    text-align: left;
 
    margin: 0 auto 10px;
 
    padding: 1px;
 
    background-color: #ffffff;
 
    border: 1px solid #aaaaaa;
 
}
 
 
.questdetails .questdetails-header,
 
.trainingdetails .questdetails-header {
 
    width: 15%;
 
    padding: 0 1em;
 
    font-weight: bold;
 
    background-color: #f2f2f2;
 
    vertical-align: top;
 
}
 
 
.questdetails .questdetails-info,
 
.trainingdetails .questdetails-info {
 
    width: 85%;
 
    padding-left: 1em;
 
}
 
 
.questreq ul {
 
    margin-left: 0;
 
    padding-left: 10px;
 
    list-style: none;
 
    border-left: 1px dotted #333333;
 
}
 
 
.questreq ul ul {
 
    margin-left: 25px;
 
}
 
 
.quote-source {
 
    text-align: right;
 
}
 
 
.quote-source::before {
 
    content: '— ';
 
}
 
 
blockquote {
 
color: #929292;
 
font-family: 'Merriweather', serif !important;
 
    font-size: 0.75rem;
 
    font-style: italic;
 
    margin: 2.5rem 0;
 
    text-align: center;
 
}
 
 
blockquote::before {
 
    color: #c9c9c9;
 
    content: '“';
 
    display: block;
 
    font-family: 'IBM Plex Sans','Helvetica Neue','Arial',sans-serif;
 
    font-size: 3.5rem;
 
    font-style: normal;
 
    font-weight: 800;
 
    height: 2rem;
 
    line-height: 4rem;
 
    margin-bottom: 1.385rem;
 
    overflow: hidden;
 
}
 
 
.pullquote {
 
    border-collapse: collapse;
 
    border: none;
 
    margin: 1em auto;
 
}
 
 
.pullquote .quotation-mark {
 
    color: #949eaa;
 
    font-size: 3em;
 
    font-family: serif;
 
    font-weight: bold;
 
    padding: .3em;
 
    -webkit-user-select: none;
 
    -moz-user-select: none;
 
    -ms-user-select: none;
 
    user-select: none;
 
}
 
 
.pullquote .quotation-mark.left {
 
    text-align: left;
 
    vertical-align: top;
 
}
 
 
.pullquote .quotation-mark.right {
 
    text-align: right;
 
    vertical-align: bottom;
 
}
 
 
.pullquote .quotation-text {
 
    vertical-align: top;
 
    padding: .2em .5em;
 
}
 
 
.pullquote .quotation-source {
 
    text-align: right;
 
}
 
 
.rsw-infobox .recolour-table {
 
    margin: auto;
 
}
 
 
.recolour-table .rec-empty-row,
 
.recolour-table .rec-empty-cell {
 
    padding: 0;
 
    border: none;
 
}
 
 
.recolour-table .rec-empty-row {
 
    height: 9px;
 
}
 
 
.recolour-table .rec-empty-cell {
 
    width: 9px;
 
}
 
 
.recolour-table .rec-cell {
 
    border: 2px ridge #8c8264 !important;
 
    padding: 0 !important;
 
    height: 15px;
 
    width: 15px;
 
}
 
 
ol.references {
 
    font-size: 100%;
 
}
 
 
.references-small {
 
    font-size: 90%;
 
}
 
 
.hideQuotes .refhide {
 
    display: none;
 
}
 
 
.hideRefBacklinks .references a {
 
    display: none;
 
}
 
 
.shortcut {
 
    background: #ffffff;
 
    border: 1px solid #e4eaee;
 
    margin: 0.5em 0 0.5em 1em;
 
    padding: 0.5em;
 
    text-align: center;
 
    font-size: 75%;
 
    float: right;
 
    width: 15vw;
 
}
 
 
.statbox {
 
    width: 197px;
 
    height: 280px;
 
    cursor: default;
 
    font-family: runescape;
 
    font-size: 16px;
 
    color: #ff8c00;
 
    text-shadow: #000 1px 1px 0;
 
    background-color: #000;
 
    background-image: url(/f/current/9/9a/Statstable_bg.png);
 
    background-repeat: no-repeat;
 
    border-spacing: 0;
 
    padding: 7px;
 
}
 
 
.statbox td {
 
    position: relative;
 
    background-image: url(/f/current/0/09/Statstable_background.png);
 
    background-repeat: no-repeat;
 
    vertical-align: middle;
 
    text-align: right;
 
    width: 62px;
 
    height: 25px;
 
    padding: 0 10px 0 4px;
 
    border-spacing: 0;
 
}
 
 
.statbox td img {
 
    float: left;
 
    margin-bottom: -3px;
 
    margin-top: -1px;
 
}
 
 
.statbox td img[height^="1"] {
 
    margin-top: 4px;
 
}
 
 
.statbox td .xpbox {
 
    display: none;
 
    z-index: 3;
 
    position: absolute;
 
    text-align: left;
 
    background-color: #0d0d0d;
 
    border: 1px solid #ebece6;
 
    color: #f5b241;
 
    text-shadow: none;
 
    padding: 2px 1px 0 1px;
 
    font-family: runescape;
 
    min-width: 119px;
 
    line-height: 15px;
 
    margin-left: 7px;
 
}
 
 
.statbox td .xpbox span {
 
    float: right;
 
}
 
 
.statbox td:hover .xpbox {
 
    display: inline-block;
 
}
 
 
.statbox td[colspan="3"] {
 
    background: none;
 
    text-align: left;
 
    padding: 20px 0 0 90px;
 
    color: #fff;
 
}
 
 
.succession {
 
    width: 50%;
 
    text-align: center;
 
}
 
 
.succession th {
 
    width: 33%;
 
    font-size: 90%;
 
    background: #cccccc;
 
}
 
 
.succession td {
 
    background: #eeeeee;
 
}
 
 
.tabber {
 
    margin: 1em 0;
 
}
 
 
.tabber .tabbertab {
 
    background-color: #ffffff;
 
    border: 1px solid #e4eaee;
 
    padding: 1em 1.5em;
 
}
 
 
ul.tabbernav {
 
    border: none;
 
    margin-left: 2em;
 
    margin-bottom: 0;
 
    padding: 0.55em 0;
 
    font-family: inherit;
 
}
 
 
ul.tabbernav li.tabberactive a:hover {
 
    background-color: #ffffff;
 
}
 
 
ul.tabbernav li a {
 
    background: #f9fafa;
 
    color: #444e5a;
 
    font-size: 110%;
 
    border-color: #e4eaee;
 
    padding: 0.5em 1em;
 
    -webkit-transition: 0.2s ease;
 
    -moz-transition: 0.2s ease;
 
    transition: 0.2s ease;
 
}
 
 
ul.tabbernav li a:hover {
 
    background-color: #f1f3f3;
 
}
 
 
ul.tabbernav li a:link,
 
ul.tabbernav li a:visited {
 
    color: #444e5a;
 
}
 
 
.THGem-common {
 
    background-image: url(/f/current/f/fc/THGem-common.png);
 
}
 
 
.THGem-fairly-common {
 
    background-image: url(/f/current/b/b4/THGem-fairly-common.png);
 
}
 
 
.THGem-uncommon {
 
    background-image: url(/f/current/1/18/THGem-uncommon.png);
 
}
 
 
.THGem-rare {
 
    background-image: url(/f/current/9/93/THGem-rare.png);
 
}
 
 
.THGem-very-rare {
 
    background-image: url(/f/current/0/0e/THGem-very-rare.png);
 
}
 
 
.THGem-ultra-rare {
 
    background-image: url(/f/current/a/ad/THGem-ultra-rare.png);
 
}
 
 
.THGem-none {
 
    background-image: url(/f/current/7/75/THGem-none.png);
 
}
 
 
#toc,
 
.toc {
 
    font-size: .9em;
 
    background: #ffffff;
 
    margin-top: .75em;
 
    padding: 0;
 
    border: none;
 
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
 
}
 
 
#toc .toctitle,
 
.toc .toctitle {
 
    background: #eeeeee;
 
    padding: .25em 1em;
 
}
 
 
#toc .toctitle h2,
 
.toc .toctitle h2,
 
#toc .toctitle a,
 
.toc .toctitle a {
 
    font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif;
 
    color: #333333;
 
}
 
 
#toc .toclevel-1 a,
 
.toc .toclevel-1 a {
 
    color: #515151;
 
}
 
 
#toc .toclevel-2 a,
 
.toc .toclevel-2 a {
 
    color: #777777;
 
}
 
 
#toc > ul,
 
.toc > ul {
 
    border: 1px solid #eeeeee;
 
    border-top: none;
 
    line-height: 1.8em;
 
    padding: .75em 1.75em;
 
    margin: 0;
 
}
 
 
#toc ul ul,
 
.toc ul ul {
 
    border-left: 1px dotted #cccccc;
 
    padding-left: .5em;
 
}
 
 
.toctoggle {
 
    padding-left: .2em;
 
}
 
 
.tocnumber {
 
    display: none;
 
}
 
 
.toclimit-2 #toc .toclevel-2,
 
.toclimit-3 #toc .toclevel-3,
 
.toclimit-4 #toc .toclevel-4,
 
.toclimit-5 #toc .toclevel-5,
 
.toclimit-6 #toc .toclevel-6,
 
.toclimit-7 #toc .toclevel-7 {
 
    display: none;
 
}
 
 
.wikitable.towers {
 
    display: inline-table;
 
    width: 160px;
 
    height: 150px;
 
    margin-right: 1em;
 
    text-align: center;
 
}
 
 
.update-list:hover a {
 
    text-decoration: none;
 
}
 
 
.update-list a {
 
    color: white;
 
    background: #229ce6;
 
    font-size: 80%;
 
    font-weight: bold;
 
    text-transform: uppercase;
 
    border-radius: 3px;
 
    padding: 2px 5px;
 
}
 
 
.update-list a:visited {
 
    color: white;
 
}
 
 
.update-list.hidden a,
 
.update-list.ninja a {
 
    background: #444e5a;
 
}
 
 
.update-list.patch a {
 
    background: #6bc71f;
 
}
 
 
.update-list.hotfix a,
 
.update-list.coldfix a {
 
    background: #f54636;
 
}
 
 
.update-history {
 
    max-height: 50vh;
 
    overflow-y: auto;
 
    background: #ffffff;
 
    border: 1px solid #e4eaee;
 
}
 
 
.update-history > ul {
 
    margin: .75em 2em;
 
}
 
 
.update-history > ul > li {
 
    margin-bottom: .5em;
 
}
 
 
.update-history > ul > li > ul {
 
    margin-bottom: 0;
 
}
 
 
.official {
 
    background: #ffffff;
 
    border: 1px solid #e4eaee;
 
    margin: 1em 0 1.5em;
 
    padding: .5em;
 
    text-align: center;
 
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
 
}
 
 
.production-selected {
 
    background: #c3ebc5;
 
    color: #506553;
 
}
 
 
table.wikitable {
 
    background: #ffffff;
 
    font-size: .9em;
 
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
 
}
 
 
table.wikitable > * > tr > th {
 
    color: #ffffff;
 
    background: #438ab5;
 
    border-color: #356e90;
 
}
 
 
table.wikitable > * > tr > th a {
 
    color: #ffffff;
 
}
 
 
table.wikitable > * > tr > th a:visited {
 
    color: #ffffff;
 
}
 
 
table.wikitable > * > tr > td {
 
    border-color: #e6e6e6;
 
    padding: .25em .45em;
 
}
 
 
table.wikitable .header-top {
 
    background: #448fba;
 
}
 
 
table.align-right-1 td:nth-of-type(1),
 
table.align-right-2 td:nth-of-type(2),
 
table.align-right-3 td:nth-of-type(3),
 
table.align-right-4 td:nth-of-type(4),
 
table.align-right-5 td:nth-of-type(5),
 
table.align-right-6 td:nth-of-type(6),
 
table.align-right-7 td:nth-of-type(7),
 
table.align-right-8 td:nth-of-type(8),
 
table.align-right-9 td:nth-of-type(9),
 
table.align-right-10 td:nth-of-type(10) {
 
    text-align: right;
 
}
 
 
table.align-center-1 td:nth-of-type(1),
 
table.align-center-2 td:nth-of-type(2),
 
table.align-center-3 td:nth-of-type(3),
 
table.align-center-4 td:nth-of-type(4),
 
table.align-center-5 td:nth-of-type(5),
 
table.align-center-6 td:nth-of-type(6),
 
table.align-center-7 td:nth-of-type(7),
 
table.align-center-8 td:nth-of-type(8),
 
table.align-center-9 td:nth-of-type(9),
 
table.align-center-10 td:nth-of-type(10) {
 
    text-align: center;
 
}
 
 
table.align-left-1 td:nth-of-type(1),
 
table.align-left-2 td:nth-of-type(2),
 
table.align-left-3 td:nth-of-type(3),
 
table.align-left-4 td:nth-of-type(4),
 
table.align-left-5 td:nth-of-type(5),
 
table.align-left-6 td:nth-of-type(6),
 
table.align-left-7 td:nth-of-type(7),
 
table.align-left-8 td:nth-of-type(8),
 
table.align-left-9 td:nth-of-type(9),
 
table.align-left-10 td:nth-of-type(10) {
 
    text-align: left;
 
}
 
 
table.alternating-rows tr:nth-child(odd),
 
table.alternating-cols td:nth-child(odd) {
 
    background: #f9f9f9;
 
}
 
 
.table-bg-red {
 
    background: #fbc0ba;
 
    color: #731911;
 
}
 
 
.table-bg-red a {
 
    color: #8e221a;
 
    text-decoration: underline;
 
}
 
 
.table-bg-orange {
 
    background: #fbcfa6;
 
    color: #80440e;
 
}
 
 
.table-bg-orange a {
 
    color: #b55e0c;
 
    text-decoration: underline;
 
}
 
 
.table-bg-yellow {
 
    background: #fcea94;
 
    color: #7f6900;
 
}
 
 
.table-bg-yellow a {
 
    color: #b69800;
 
    text-decoration: underline;
 
}
 
 
.table-bg-green {
 
    background: #c3e8a3;
 
    color: #2e5e05;
 
}
 
 
.table-bg-green a {
 
    color: #3c780a;
 
    text-decoration: underline;
 
}
 
 
.table-bg-blue {
 
    background: #aad9f5;
 
    color: #03436b;
 
}
 
 
.table-bg-blue a {
 
    color: #0b5884;
 
    text-decoration: underline;
 
}
 
 
.table-bg-purple {
 
    background: #e4bbf7;
 
    color: #641b87;
 
}
 
 
.table-bg-purple a {
 
    color: #75269b;
 
    text-decoration: underline;
 
}
 
 
.table-bg-pink {
 
    background: #f5c8ec;
 
    color: #6d3662;
 
}
 
 
.table-bg-pink a {
 
    color: #984c89;
 
    text-decoration: underline;
 
}
 
 
.table-bg-gray,
 
.table-bg-grey {
 
    background: #e4eaee;
 
    color: #444e5a;
 
}
 
 
.table-bg-gray a,
 
.table-bg-grey a {
 
    color: #5d6773;
 
    text-decoration: underline;
 
}
 
 
.discussiontable.noresults .topic,
 
.discussiontable.noresults .edited,
 
.discussiontable.noresults .edited-by,
 
.discussiontable.noresults .yg-archive {
 
    color: #000000;
 
    background-color: #e6e6e6;
 
}
 
 
.discussiontable.noresults th {
 
    background-color: #cccccc;
 
}
 
 
.discussiontable.noresults th a {
 
    color: #000000;
 
}
 
 
.discussiontable th {
 
    color: #ffffff;
 
    background-color: #438ab5;
 
}
 
 
.discussiontable th a {
 
    color: #ffffff;
 
}
 
 
.discussiontable th a:hover {
 
    text-decoration: none;
 
}
 
 
.discussiontable .topic,
 
.discussiontable .edited,
 
.discussiontable .edited-by,
 
.discussiontable .yg-archive {
 
    color: #000000;
 
    background-color: #e6e6e6;
 
}
 
 
.dpltable {
 
    margin-top: -4px;
 
}
 
 
.dpltable td {
 
    padding-left: 5px;
 
}
 
 
.dpltable,
 
.discussiontable {
 
    width: 100%;
 
}
 
 
.dpltable .topic,
 
.discussiontable .topic {
 
    width: 40%;
 
}
 
 
.dpltable .edited,
 
.discussiontable .edited,
 
.dpltable .edited-by,
 
.discussiontable .edited-by {
 
    width: 30%;
 
}
 
 
.dpltable .yg-archive,
 
.discussiontable .yg-archive {
 
    width: 20%;
 
}
 
 
body.page-Main_Page .mw-parser-output {
 
    max-width: 75em;
 
    margin: 0 auto;
 
}
 
 
body.page-Main_Page.action-view .catlinks,
 
body.page-Main_Page.action-view #contentSub,
 
body.page-Main_Page.action-view #firstHeading,
 
body.page-Main_Page.action-view #siteNotice {
 
    display: none;
 
}
 
 
.mainpage-header {
 
    display: flex;
 
    margin: 2.6em 1.75em 1.5em;
 
}
 
 
.mainpage-header .header-intro {
 
    flex: 2;
 
}
 
 
.mainpage-header .header-intro h1 {
 
    font-size: 2.5em;
 
    border: none;
 
    margin: 0 0 .15em;
 
}
 
 
.mainpage-header .header-intro p {
 
    font-size: 1.1em;
 
    line-height: 1.7em;
 
}
 
 
.mainpage-header .header-stats {
 
    flex: 1;
 
    display: flex;
 
    justify-content: center;
 
    align-items: center;
 
    margin-top: -1em;
 
}
 
 
.mainpage-header .header-stats ul {
 
    list-style: none;
 
}
 
 
.mainpage-header .announcement {
 
    margin: .5em 0 1.5em;
 
}
 
 
.mainpage-header .announcement a {
 
    background: #f9fafa;
 
    border: 1px solid #e4eaee;
 
    color: #5d6773;
 
    font-size: .9em;
 
    line-height: 1.25em;
 
    padding: .25em .75em;
 
    border-radius: 10em;
 
    transition: .25s ease;
 
    display: inline-flex;
 
    align-items: center;
 
}
 
 
.mainpage-header .announcement a:hover {
 
    text-decoration: none;
 
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
 
}
 
 
.mainpage-header .announcement .announcement-pill {
 
    background: #6bc71f;
 
    color: #ffffff;
 
    font-size: .85em;
 
    font-weight: bold;
 
    text-transform: uppercase;
 
    border-radius: 10em;
 
    padding: .1em .6em;
 
    margin: 0 0.5em 0 -0.5em;
 
}
 
 
.mainpage-header .announcement .arrow.dark {
 
    margin-left: .5em;
 
    filter: invert(50%);
 
}
 
 
.mainpage-body {
 
    display: flex;
 
    flex-flow: row wrap;
 
}
 
 
.mainpage-body h2 a {
 
    color: #444e5a;
 
}
 
 
.mainpage-body .tile {
 
    padding-left: 1.75em;
 
    padding-right: 1.75em;
 
    max-width: 100%;
 
}
 
 
.mainpage-body .tile-row {
 
    width: 100%;
 
    margin-bottom: 0.9rem;
 
}
 
 
.mainpage-left {
 
    flex: 2;
 
    display: flex;
 
    flex-flow: column wrap;
 
    margin-right: 0.9rem;
 
}
 
 
.mainpage-left > * {
 
    margin: 0 0 0.9rem;
 
}
 
 
.mainpage-right {
 
    flex: 1;
 
    display: flex;
 
    flex-flow: column wrap;
 
}
 
 
.mainpage-right > * {
 
    margin: 0 0 0.9rem;
 
}
 
 
.arrow {
 
    background: url(https://kingkiller.wiki/w/images/d/d1/Transparent-chevron.svg) no-repeat;
 
    display: inline-block;
 
    height: .7rem;
 
    width: .45rem;
 
    vertical-align: middle;
 
}
 
 
.arrow.dark {
 
    filter: invert(80%);
 
}
 
 
.ribbon {
 
    position: absolute;
 
    right: -0.5em;
 
    top: -0.5em;
 
    color: #ffffff;
 
    background: #6bc71f;
 
    font-size: .7em;
 
    font-weight: bold;
 
    letter-spacing: .045em;
 
    line-height: 2.25em;
 
    padding: 0 .55em;
 
    border-radius: .35em;
 
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
 
    pointer-events: none;
 
}
 
 
.mainpage-recent-updates .tile-halves {
 
    flex: 1;
 
    align-content: flex-start;
 
    margin-right: 0.9rem;
 
}
 
 
.mainpage-recent-updates .tile-halves:hover .tile-top img {
 
    transform: scale(1.04);
 
}
 
 
.mainpage-recent-updates .tile-halves:last-child {
 
    margin-right: 0;
 
}
 
 
.mainpage-recent-updates .tile-bottom.link-button a {
 
    text-align: left;
 
    padding: 1rem 1.5rem .75rem;
 
}
 
 
.mainpage-recent-updates h2 {
 
    margin: -0.5em 0 0.3em;
 
}
 
 
.mainpage-recent-updates p:not(.byline) {
 
    font-size: .9em;
 
    line-height: 1.75em;
 
    color: #444e5a;
 
}
 
 
.mainpage-recent-updates .jagex-promotion .byline {
 
    color: #ba40f3;
 
}
 
 
.mainpage-contents .tile-halves {
 
    flex: 1;
 
    margin-right: 0.9rem;
 
}
 
 
.mainpage-contents .tile-halves:hover .tile-top img {
 
    transform: scale(1.04);
 
}
 
 
.mainpage-contents .tile-halves:last-child {
 
    margin-right: 0;
 
}
 
 
.mainpage-contents .tile-top {
 
    height: 4.5rem;
 
    position: relative;
 
}
 
 
.mainpage-contents .tile-top h2 a {
 
    display: block;
 
    text-align: center;
 
    text-decoration: none;
 
    line-height: 4.5rem;
 
    padding-left: .45rem;
 
}
 
 
.mainpage-contents h2 {
 
    margin: 0;
 
    padding: 0;
 
}
 
 
.mainpage-wikinews .news-date {
 
    font-weight: bold;
 
    margin-bottom: .3em;
 
}
 
 
.mainpage-wikinews p:not(.news-date) {
 
    margin-left: 1em;
 
}
 
 
.mainpage-social {
 
    border: none;
 
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.3);
 
}
 
 
.mainpage-social .tile-top {
 
    display: flex;
 
    align-items: center;
 
    padding: 1em 1.75em;
 
}
 
 
.mainpage-social .tile-top a {
 
    flex: 1;
 
    position: relative;
 
    text-decoration: none;
 
}
 
 
.mainpage-social .tile-top a:hover .arrow {
 
    transform: translateX(50%);
 
}
 
 
.mainpage-social .tile-bottom {
 
    border: none;
 
    padding: 1em 1.75em;
 
}
 
 
.mainpage-social .tile-bottom p {
 
    color: #ffffff;
 
    font-weight: bold;
 
    font-size: .9em;
 
    text-align: center;
 
    text-transform: uppercase;
 
    letter-spacing: .03em;
 
    margin: 0;
 
}
 
 
.mainpage-social .social-icon {
 
    margin-right: .75em;
 
    width: 60px;
 
    text-align: center;
 
}
 
 
.mainpage-social .social-header {
 
    color: #ffffff;
 
    font-weight: bold;
 
    font-size: 1.25em;
 
    margin: 0.5em 0 -0.15em;
 
}
 
 
.mainpage-social .social-tagline {
 
    color: rgba(255, 255, 255, 0.9);
 
    margin-bottom: .5em;
 
}
 
 
.mainpage-social .arrow {
 
    position: absolute;
 
    top: calc(50% - .5em);
 
    right: 0;
 
    height: 1em;
 
    width: .7em;
 
    background-size: .7em 1em;
 
    transition: 0.3s ease-out;
 
}
 
 
.mainpage-social.mainpage-discord .tile-top {
 
    background: #7289da;
 
}
 
 
.mainpage-social.mainpage-discord .tile-bottom {
 
    background: #697ec4;
 
}
 
 
.mainpage-social.mainpage-twitter .tile-top {
 
    background: #1da1f2;
 
}
 
 
.mainpage-social.mainpage-twitter .tile-bottom {
 
    background: #1e96e0;
 
}
 
 
.mainpage-editing {
 
    border: none;
 
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.3);
 
}
 
 
.mainpage-editing .tile-top {
 
    background: #438ab5;
 
}
 
 
.mainpage-editing .tile-bottom {
 
    background: #3980ab;
 
    border: none;
 
    padding: .8rem 1.5rem .4rem;
 
}
 
 
.mainpage-editing h2,
 
.mainpage-editing a,
 
.mainpage-editing a:visited,
 
.mainpage-editing a:active {
 
    color: #ffffff;
 
}
 
 
.mainpage-editing p {
 
    color: rgba(255, 255, 255, 0.9);
 
}
 
 
.mainpage-editing ul {
 
    list-style-image: url(https://kingkiller.wiki/w/images/d/d1/Transparent-chevron.svg);
 
}
 
 
.mainpage-poll .ajaxpoll {
 
    padding: 0;
 
    width: 100%;
 
    border: none;
 
    box-shadow: none;
 
}
 
 
.mainpage-fimg img {
 
    margin: .7em 0 1.15em;
 
    -webkit-filter: drop-shadow(0 0.15em 0.25em rgba(0, 0, 0, 0.15));
 
    filter: drop-shadow(0 0.15em 0.25em rgba(0, 0, 0, 0.15));
 
}
 
 
.mainpage-fimg .tile-top p:not(.byline) {
 
    font-size: .9em;
 
    line-height: 1.8em;
 
}
 
 
@media only screen and (max-width: 65.999rem) {
 
    .mainpage-recent-updates .tile-halves:last-child {
 
          display: none;
 
    }
 
 
    .mainpage-recent-updates .tile-halves:nth-last-child(2) {
 
          margin-right: 0;
 
    }
 
 
    .mainpage-recent-updates .tile-top {
 
          height: 18vw;
 
    }
 
 
    .mainpage-contents .tile-halves:nth-child(1),
 
    .mainpage-contents .tile-halves:nth-child(2),
 
    .mainpage-contents .tile-halves:nth-child(3) {
 
          margin-bottom: 0.9rem;
 
    }
 
 
    .mainpage-contents .tile-halves:nth-child(3) {
 
          margin-right: 0;
 
    }
 
 
    .mainpage-contents .line-break {
 
          width: 100%;
 
    }
 
 
    .mainpage-skills ul {
 
          columns: 2 9em;
 
    }
 
 
    .mainpage-skills .skill-thieving {
 
          display: none;
 
    }
 
 
    .mainpage-header .header-stats,
 
    .mainpage-onthisday {
 
          display: none;
 
    }
 
 
}
 
 
@media only screen and (min-width: 66rem) and (max-width: 81.999rem) {
 
    .mainpage-contents .tile-halves:last-child {
 
          display: none;
 
    }
 
 
    .mainpage-contents .tile-halves:nth-last-child(2) {
 
          margin-right: 0;
 
    }
 
 
    .mainpage-header .header-stats,
 
    .mainpage-contents .line-break {
 
          display: none;
 
    }
 
 
}
 
 
@media only screen and (min-width: 82rem) {
 
    .mainpage-header .header-intro {
 
          margin-right: 2em;
 
    }
 
 
    .mainpage-contents .line-break {
 
          display: none;
 
    }
 
 
}
 
 
.page-Special_CreateAccount .firstHeading,
 
.page-Special_UserLogin .firstHeading {
 
    width: 32rem;
 
    margin: 1.5em auto .4em;
 
}
 
 
.page-Special_CreateAccount #contentSub,
 
.page-Special_UserLogin #contentSub {
 
    display: none;
 
}
 
 
.page-Special_CreateAccount .mw-ui-container,
 
.page-Special_UserLogin .mw-ui-container {
 
    width: 32rem;
 
    margin: 3em auto;
 
}
 
 
.page-Special_CreateAccount .mw-ui-container #userloginForm,
 
.page-Special_UserLogin .mw-ui-container #userloginForm {
 
    float: unset;
 
    margin: 0;
 
}
 
 
.page-Special_CreateAccount .mw-ui-container .mw-ui-vform,
 
.page-Special_UserLogin .mw-ui-container .mw-ui-vform {
 
    margin: 2.5em auto 0;
 
    width: 22rem;
 
}
 
 
#signupstart,
 
#userloginprompt {
 
    border: 1px solid #e4eaee;
 
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
 
    padding: 1.5em 2em 1em;
 
}
 
 
.signup-realname-tip {
 
    color: #656565;
 
    font-size: .9em;
 
    line-height: 1.8em;
 
    margin: -0.75em 0 0.75em;
 
}
 
 
.mw-createacct-benefits-container {
 
    display: none;
 
}
 
 
.mw-plusminus-pos {
 
    color: #006500;
 
}
 
 
.mw-plusminus-neg {
 
    color: #8b0000;
 
}
 
 
.mw-tag-markers,
 
.mw-tag-markers a {
 
    color: red;
 
    font-weight: bold;
 
}
 
 
.mw-tag-marker-visualeditor a,
 
.mw-tag-marker-visualeditor-needcheck a {
 
    color: #e49f10;
 
    font-weight: normal;
 
}
 
 
.mw-recentchanges-toplinks {
 
    font-size: .85em;
 
}
 
 
.mw-recentchanges-toplinks table {
 
    margin: 3.5em auto 2em;
 
}
 
 
.mw-recentchanges-toplinks th {
 
    text-align: right;
 
    padding-right: 5px;
 
}
 
 
.mw-recentchanges-toplinks .speedy-delete a,
 
.mw-recentchanges-toplinks .speedy-move a {
 
    color: #cb1c00;
 
}
 
 
#mw-searchoptions table {
 
    margin-right: 0;
 
}
 
 
#mw-searchoptions table tr td:first-of-type {
 
    font-weight: bold;
 
}
 
 
#mw-searchoptions table td {
 
    width: 18vw;
 
    padding: 0;
 
}
 
 
#mw-searchoptions h4 {
 
    font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif;
 
}
 
 
.mw-search-results li {
 
    padding-bottom: 1.75em;
 
}
 
 
.mw-search-results li a {
 
    font-size: 125%;
 
}
 
 
.page-Special_ListFiles a.image img {
 
    width: inherit;
 
    height: inherit;
 
}
 
 
.page-Special_ListFiles .TablePager_col_thumb {
 
    text-align: center;
 
}
 
 
.page-Special_NewFiles .thumbimage {
 
    max-height: 212px !important;
 
    max-width: 212px !important;
 
    margin: 0 !important;
 
}
 
 
.smwb-title {
 
    background-color: #ededed;
 
    border: 1px solid #dddddd;
 
    border-bottom: 0;
 
    font-size: 1.6em;
 
}
 
 
.smwb-title a {
 
    padding-left: 10px;
 
}
 
 
.smwb-factbox,
 
.smwb-ifactbox {
 
    border-collapse: collapse;
 
    border: 0;
 
}
 
 
.smwb-propvalue .smwb-prophead,
 
.smwb-ipropvalue .smwb-prophead {
 
    background-color: #f5f5f5;
 
    border: 1px solid #dddddd;
 
    font-size: .9em;
 
}
 
 
.smwb-propvalue .smwb-propval,
 
.smwb-ipropvalue .smwb-propval {
 
    background-color: #fafafa;
 
    border: 1px solid #dddddd;
 
    font-size: .9em;
 
}
 
 
.smwb-center {
 
    background-color: #f5f5f5;
 
    border: 1px solid #dddddd;
 
    border-top: 0;
 
    padding: 4px 8px;
 
}
 
 
.smwb-center a {
 
    padding-left: 10px;
 
}
 
 
.smwb-bottom {
 
    border-bottom: 0;
 
}
 
 
.watchlistredir a,
 
.allpagesredirect a {
 
    color: #888;
 
    font-style: italic;
 
}
 
 
.not-patrolled {
 
    background-color: #f9f9f9;
 
    border-right: 10px solid #eee;
 
    padding-right: 15px;
 
}
 
 
.mw-special-AbuseLog .mw-abuselog-details {
 
    table-layout: fixed;
 
    width: 100%;
 
}
 
 
.category .firstHeading {
 
    display: none;
 
}
 
 
.category .header-intro {
 
    margin: 2.6em 1.75em;
 
}
 
 
.category .header-intro h1 {
 
    font-size: 2.5em;
 
    border: none;
 
    margin: 0 0 .15em;
 
}
 
 
.category .header-intro p {
 
    font-size: 1.1em;
 
    line-height: 1.7em;
 
}
 
 
.category .tile-halves {
 
    width: 45%;
 
    max-width: 30em;
 
    margin: 0 1em 2em;
 
}
 
 
.color-container {
 
    display: flex;
 
    margin: 2em auto;
 
    width: 80%;
 
    max-width: 60em;
 
}
 
 
.color-column {
 
    flex: 1;
 
    margin-right: 1em;
 
}
 
 
.color-column:last-child {
 
    margin-right: 0;
 
}
 
 
.color-column h3 {
 
    padding: 0;
 
}
 
 
.color-group {
 
    color: #333333;
 
    padding: 1em 1.5em;
 
    transition: 0.2s ease-out;
 
}
 
 
.color-group:hover {
 
    transform: scale(1.03);
 
}
 
 
.color-group.dark {
 
    color: #ffffff;
 
}
 
 
.color-group .variable,
 
.color-group .hexcode {
 
    font-family: monospace;
 
    font-size: 1.1em;
 
    -webkit-user-select: all;
 
    -moz-user-select: all;
 
    -ms-user-select: all;
 
    user-select: all;
 
    margin: 0;
 
}
 
 
body.wgl-readermode .color-group .variable,
 
body.wgl-readermode .color-group .hexcode {
 
    font-size: inherit;
 
}
 
 
.color-group .variable {
 
    font-weight: bold;
 
}
 
 
.forumlist th.forum_title {
 
    padding-left: 25px;
 
}
 
 
.forumlist td {
 
    padding: 0;
 
}
 
 
.forumlist td span {
 
    display: block;
 
    padding-left: 15px;
 
    font-size: smaller;
 
}
 
 
.forumlist td span.forum_author {
 
    padding-left: 30px;
 
}
 
 
.forumlist td span a {
 
    text-decoration: none;
 
}
 
 
.forumlist .forum_edited a {
 
    text-decoration: none;
 
}
 
 
.forumlist .forum_title .forum_new {
 
    font-weight: bold;
 
    background: url(/f/current/7/71/Forum_new.png) center left no-repeat;
 
    padding-top: 2px;
 
    padding-bottom: 1px;
 
}
 
 
.forumlist .forum_title a {
 
    padding-left: 25px;
 
}
 
 
.forumheader {
 
    border-left: 15px solid #ccc;
 
    background-color: #f1f1f1;
 
    margin: 1em 0;
 
    padding: 12px;
 
}
 
 
.forumlist td.forum_title a.forum_new:visited {
 
    background: none repeat scroll 0 0 transparent !important;
 
}
 
 
.forumactiveheader,
 
.forumarchiveheader,
 
.forumoldarchives {
 
    background-color: #438ab5;
 
    color: #ffffff;
 
}
 
 
.forumoldarchives a {
 
    color: #ffffff;
 
}
 
 
.forumcolumnheader {
 
    background-color: #e6e6e6;
 
    color: #000000;
 
    text-align: left;
 
    padding-left: 5px;
 
}
 
 
.forumsearchbox {
 
    float: right;
 
    width: auto;
 
    padding: 0.5em;
 
    margin-left: 0.5em;
 
    text-align: center;
 
    font-size: 90%;
 
    background-color: #f1f1f1;
 
}
 
 
#overlay {
 
    background-attachment: scroll;
 
    background-color: #000;
 
    background-image: none;
 
    background-position: 0 0;
 
    background-repeat: repeat;
 
    border-width: 0;
 
    display: none;
 
    height: 2500px;
 
    left: 0;
 
    margin: 0;
 
    opacity: 0.70;
 
    padding: 0;
 
    position: fixed;
 
    top: 0;
 
    width: 100%;
 
    z-index: 50;
 
    -moz-background-clip: -moz-initial;
 
    -moz-background-origin: -moz-initial;
 
    -moz-background-inline-policy: -moz-initial;
 
}
 
 
#modal,
 
#GEchartpopup {
 
    background: #fff;
 
    border: 3px solid #000;
 
    color: #000;
 
    font-size: 10pt;
 
    left: 0;
 
    padding: 10px;
 
    position: fixed;
 
    top: 150px;
 
    width: 975px;
 
    z-index: 52;
 
}
 
 
#GEchartpopup {
 
    min-width: 700px;
 
    min-height: 525px;
 
    width: 85%;
 
    height: 80%;
 
    left: 7%;
 
    top: 10%;
 
    overflow: auto;
 
}
 
 
#GEchartpopup,
 
.highcharts-container,
 
.highcharts-range-selector,
 
form[id^="chartProperties"],
 
form[id^="chartProperties"] *,
 
[id^="addedItems"] {
 
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
 
    font-size: 12px;
 
}
 
 
#GEchartpopup #closepopup {
 
    float: right;
 
    margin-bottom: 5px;
 
    z-index: 100;
 
}
 
 
#GEchartpopup #itemstats {
 
    bottom: 50px;
 
    font-size: 11px;
 
    position: absolute;
 
    right: 45px;
 
    width: 200px;
 
    z-index: 10;
 
}
 
 
#GEchartpopup #itemstats caption {
 
    cursor: pointer;
 
    text-align: right;
 
}
 
 
#GEpopupchart {
 
    height: 500px;
 
    margin-right: 100px;
 
}
 
 
.highcharts-container .highcharts-range-selector {
 
    font-size: 11px;
 
}
 
 
.GEPermLink {
 
    float: right;
 
    font-size: 14px;
 
}
 
 
.GEPermLink ~ .GEdatachart {
 
    clear: right;
 
}
 
 
form[id^="chartProperties"] button {
 
    margin: 3px;
 
}
 
 
.smallChart .highcharts-range-selector {
 
    display: none;
 
}
 
 
.smallChart .highcharts-button title + rect {
 
    display: none;
 
}
 
 
.smallChart .highcharts-title {
 
    white-space: nowrap !important;
 
}
 
 
.smallChart .zoomButton,
 
.smallChart svg > text:first-of-type,
 
.smallChart .highcharts-input-group {
 
    display: none;
 
}
 
 
.smallChart .highcharts-scrollbar,
 
.mediumChart .highcharts-scrollbar {
 
    display: none;
 
}
 
 
#rsw-exchange-overlay .oo-ui-popupWidget-anchor {
 
    z-index: 101;
 
}
 
 
#rsw-exchange-overlay .oo-ui-labelElement-label {
 
    font-weight: bold;
 
}
 
 
.timer-modal {
 
    width: 38em;
 
    background: #ffffff;
 
    filter: drop-shadow(0 0.13em 0.2em rgba(0, 0, 0, 0.2));
 
    position: relative;
 
}
 
 
.timer-modal h3 {
 
    font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif;
 
}
 
 
.timer-modal::after {
 
    content: " ";
 
    border: solid transparent;
 
    border-bottom-color: #ffffff;
 
    border-width: .75em;
 
    position: absolute;
 
    bottom: 100%;
 
    right: 2em;
 
}
 
 
.timer-top {
 
    display: flex;
 
}
 
 
.timer-top > * {
 
    flex: 1;
 
}
 
 
.timer-top > *:first-child {
 
    padding: .5em 1em 1.25em 2em;
 
}
 
 
.timer-top > *:last-child {
 
    padding: .5em 2em 1.25em 1em;
 
}
 
 
.timer-bottom {
 
    background: #f9fafa;
 
    display: flex;
 
}
 
 
.timer-bottom > * {
 
    flex: 1;
 
}
 
 
.timer-bottom > *:first-child {
 
    padding: 1.25em 1em 1.25em 2em;
 
}
 
 
.timer-bottom > *:last-child {
 
    padding: 1.25em 2em 1.25em 1em;
 
}
 
 
.timer-group table {
 
    width: 100%;
 
    border-spacing: 0 .15em;
 
}
 
 
.timer-group td:last-of-type {
 
    font-weight: bold;
 
    text-align: right;
 
}
 
 
.timer-resets {
 
    display: flex;
 
}
 
 
.timer-resets > * {
 
    flex: 1;
 
}
 
 
.timer-footer {
 
    padding: 0em 0em 1.25em 2.5em;
 
    font-size: 12px;
 
    color: gray;
 
}
 
 
.oo-ui-textInputWidget input,
 
.oo-ui-textInputWidget > .oo-ui-labelElement-label {
 
    line-height: initial;
 
}
 
 
.rs-ex-modal .oo-ui-window-frame {
 
    width: 600px !important;
 
    height: 540px !important;
 
}
 
 
.rs-ex-modal .oo-ui-flaggedElement-primary {
 
    margin-left: 15px;
 
}
 
 
#rs-ex-status {
 
    color: #949eaa;
 
    margin: 10px 15px 5px;
 
}
 
 
#rs-ex-form .oo-ui-fieldsetLayout-header {
 
    font-family: 'PT Serif', 'Palatino', 'Georgia', serif;
 
    font-size: 1.3em;
 
    margin: 0 15px 10px;
 
}
 
 
#rs-ex-form .oo-ui-fieldsetLayout-group {
 
    margin-bottom: 15px;
 
}
 
 
#rs-ex-form .oo-ui-fieldLayout-header {
 
    width: 15%;
 
    margin-right: 23px;
 
}
 
 
#rs-ex-form .oo-ui-fieldLayout-field {
 
    width: 70%;
 
}
 
 
#rs-ex-form .oo-ui-fieldLayout-help {
 
    margin-right: 1em;
 
    margin-left: -1.8em;
 
}
 
 
#rs-ex-icon .oo-ui-labelElement-label {
 
    padding-right: 0;
 
}
 
 
#rs-ex-icon .oo-ui-inputWidget-input {
 
    padding-left: 33px !important;
 
}
 
 
#repairForm {
 
    padding: 7px;
 
}
 
 
#repairForm .oo-ui-fieldLayout-header {
 
    width: 45%;
 
}
 
 
#repairForm .oo-ui-fieldLayout-header .oo-ui-labelElement-label {
 
    margin-top: 3px;
 
}
 
 
#repairForm .oo-ui-fieldLayout-field {
 
    width: 50%;
 
}
 
 
#repairForm .oo-ui-buttonElement {
 
    margin: 0 auto;
 
    display: block;
 
    padding-top: 5px;
 
}
 
 
#repairForm .oo-ui-fieldsetLayout-header > .oo-ui-labelElement-label {
 
    display: none;
 
}
 
 
.qc-in-progress {
 
    display: inline-block;
 
    background: #f9d000;
 
    width: .75em;
 
    height: .75em;
 
    border-radius: 50%;
 
}
 
 
.seealso {
 
    margin: .8em 1.6em;
 
    font-style: italic;
 
}
 
 
.seealso + .seealso {
 
    margin-top: -0.8em;
 
}
 
 
.navbox .perk-link img {
 
    padding: 2.5px 0 0 0 !important;
 
    border-spacing: 2px !important;
 
}
 
 
.sic {
 
    color: #15F;
 
    font-style: italic;
 
    cursor: help;
 
    border-bottom: dotted 1px black;
 
}
 
 
.nowraplinks a {
 
    white-space: nowrap;
 
}
 
 
.boldlinks a {
 
    font-weight: bold;
 
}
 
 
.center,
 
.centre {
 
    display: block;
 
    text-align: center;
 
}
 
 
.center table,
 
table.center,
 
.centre table,
 
table.centre {
 
    margin: 0 auto;
 
}
 
 
.right table,
 
span.right {
 
    float: right;
 
}
 
 
.left table,
 
span.left {
 
    float: left;
 
}
 
 
.small {
 
    font-size: smaller;
 
}
 
 
.non-mobile-hide {
 
    display: none;
 
}
 
 
.sg-red,
 
.nocell {
 
    background: #ecccc6;
 
    color: #861c10;
 
}
 
 
.sg-yellow,
 
.maybecell {
 
    background: #f3f0b0;
 
    color: #6e5d45;
 
}
 
 
.sg-green,
 
.yescell {
 
    background: #c3ebc5;
 
    color: #506553;
 
}
 
 
.sg-red a,
 
.sg-yellow a,
 
.sg-green a,
 
.nocell a,
 
.maybecell a,
 
.yescell a {
 
    color: #04f;
 
}
 
 
ul.smalllistmargin,
 
.smalllistmargin ul,
 
ol.smalllistmargin,
 
.smalllistmargin ol {
 
    margin-left: 1.5em;
 
}
 
 
#spreport {
 
    border: 1px solid #808080;
 
    padding: 10px;
 
    text-align: center;
 
}
 
 
.rcsitenotice-dismiss {
 
    float: right;
 
    font-weight: normal;
 
}
 
 
table.wikitable + table.wikitable {
 
    margin-top: -1px;
 
}
 
 
#file img,
 
table.filehistory img {
 
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAAAAAA6mKC9AAAAGElEQVQYV2N4DwX/oYBhgARgDJjEAAkAAEC99wFuu0VFAAAAAElFTkSuQmCC) repeat;
 
}
 
 
table.filehistory button img,
 
#file button img {
 
    background: none;
 
}
 
 
.catlinks {
 
    background: #ffffff;
 
    border: 1px solid #e4eaee;
 
    padding: 8px 15px;
 
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
 
}
 
 
.thumbcaption {
 
    word-wrap: break-word;
 
    padding: 0;
 
}
 
 
.article-thumb {
 
    padding: 2px;
 
}
 
 
#mw-content-text q:before {
 
    content: open-quote;
 
}
 
 
#mw-content-text q:after {
 
    content: close-quote;
 
}
 
 
td.famtreesub {
 
    margin: 0;
 
    padding: 0;
 
}
 
 
td.famtreesub table {
 
    border-spacing: 0;
 
    margin: 0;
 
    padding: 0;
 
}
 
 
td.famtreesub table td {
 
    height: 1em;
 
    width: 1em;
 
}
 
 
td.famtreeleaf {
 
    background: #dfdfdf;
 
    padding: .2em;
 
}
 
 
.status-active {
 
    background-color: #98e553;
 
    color: #245200;
 
}
 
 
.status-active a {
 
    color: inherit !important;
 
}
 
 
.status-inactive {
 
    background-color: #ececec;
 
    color: #777777;
 
}
 
 
.status-inactive a {
 
    color: inherit !important;
 
}
 
 
.clickpic a.image {
 
    margin-left: 2px !important;
 
    margin-right: 2px !important;
 
    line-height: 34px;
 
    vertical-align: middle;
 
}
 
 
.gifgallery img {
 
    background: #d9e7f0;
 
    border: 1px solid #438ab5;
 
}
 
 
.gifgallery a[rel='nofollow'] {
 
    display: block;
 
    max-height: 187px;
 
    padding: 25px;
 
    background: #d9e7f0;
 
    border: 1px solid #438ab5;
 
}
 
 
.gifgallery a[rel='nofollow']:after {
 
    display: block;
 
    color: #999;
 
    content: '(File does not exist)';
 
}
 
 
.gifgallery div {
 
    margin: 10px auto 30px;
 
}
 
 
.gifgallery .lightbox-caption {
 
    display: block;
 
    margin: 8px 0 5px;
 
}
 
 
.table-na {
 
    background: #f3f3f3;
 
    color: #aaa;
 
    vertical-align: middle;
 
    text-align: center;
 
    cursor: default;
 
    -webkit-user-select: none;
 
    -moz-user-select: none;
 
    -ms-user-select: none;
 
    user-select: none;
 
}
 
 
.gallery-image-wrapper {
 
    border: none !important;
 
}
 
 
.accent {
 
    background-color: transparent !important;
 
}
 
 
.smwprops {
 
    width: 80% !important;
 
    max-width: 500px;
 
    white-space: nowrap;
 
    overflow: auto;
 
    display: inline-block;
 
}
 
 
.prewrap p {
 
    white-space: pre-wrap;
 
}
 
 
.mw-editsection,
 
.mw-editsection-like {
 
    font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif;
 
}
 
 
.ping, .channel, .role {
 
    color: #7289da;
 
    background-color: #f1f3fb;
 
    border: 1px #7289da solid;
 
    border-radius: 2px;
 
    font-family: Helvetica,Arial,sans-serif;
 
    padding: 2px 4px;
 
}
 
.ping a, .channel a, .role a {
 
    color: #7289da;
 
}
 
 
/* Tree style lists */
 
.treeview ul {
 
    padding: 0;
 
    margin: 0;
 
}
 
.treeview li {
 
    padding: 0;
 
    margin: 0;
 
    list-style-type: none;
 
    list-style-image: none;
 
}
 
.treeview li li {
 
    background: url("//kingkiller.wiki/w/images/f/f2/Treeview-grey-line.png") no-repeat 0 -2979px;
 
    /* @noflip */
 
    padding-left: 20px;
 
    text-indent: 0.3em;
 
}
 
.treeview li li.lastline {
 
    background-position: 0 -5968px;
 
}
 
.treeview li.emptyline > ul {
 
    /* @noflip */
 
    margin-left: -1px;
 
}
 
.treeview li.emptyline > ul > li:first-child {
 
    background-position: 0 9px;
 
 
}
 
}

Revision as of 12:06, 20 December 2018

/* <pre> */
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,400i,700,700i|PT+Serif:400,400i,700,700i|Merriweather');
a,
image a,
div.vectorTabs li a,
div.vectorMenu li a,
#mw-panel .portal .body li a {
    color: #327ba7;
}

a:visited,
image a:visited,
div.vectorTabs li a:visited,
div.vectorMenu li a:visited,
#mw-panel .portal .body li a:visited,
a:active,
image a:active,
div.vectorTabs li a:active,
div.vectorMenu li a:active,
#mw-panel .portal .body li a:active {
    color: #327ba7;
}

a.new,
image a.new,
div.vectorTabs li a.new,
div.vectorMenu li a.new,
#mw-panel .portal .body li a.new {
    color: #ba0000;
}

a.new:visited,
image a.new:visited,
div.vectorTabs li a.new:visited,
div.vectorMenu li a.new:visited,
#mw-panel .portal .body li a.new:visited {
    color: #ba0000;
}

.mw-body-content a.external,
.mw-body-content a.extiw {
    color: #3869bb;
}

.mw-body-content a.external:visited,
.mw-body-content a.extiw:visited,
.mw-body-content a.external:active,
.mw-body-content a.extiw:active {
    color: #3869bb;
}

td.diff-context {
    background: #fdfdfd;
    border-color: #f1f1f1;
    opacity: .8;
}

td.diff-addedline {
    background: #ffffff;
    border-color: #438ab5;
}

td.diff-addedline .diffchange {
    background: #bddff2;
}

td.diff-deletedline {
    background: #ffffff;
    border-color: #379541;
}

td.diff-deletedline .diffchange {
    background: #c1edbf;
}

hr.diff-hr {
    display: none;
}

body {
    font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif;
}

.mw-body {
    color: #36414f;
    background-color: #fbfbfb;
}

.mw-body-content {
    font-size: .9em;
    line-height: 1.8em;
}

.mw-body-content p {
    margin: 0 0 .8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444e5a;
    border-color: #e4eaee;
}

h1 {
    font-weight: bold;
}

.mw-body h1,
.mw-body-content h1,
.mw-body-content h2,
.mw-body-content h3,
.mw-body-content h4,
.mw-body-content h5,
.mw-body-content h6 {
    font-family: 'PT Serif', 'Palatino', 'Georgia', serif;
    margin-bottom: .3em;
}

.mw-body h1,
.mw-body-content h1,
.mw-body-content h2 {
    padding: 0 0 .15em;
}

pre,
code {
    color: inherit;
    background-color: #ffffff;
    border-color: #e4eaee;
    overflow: auto;
}

ul {
    list-style-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='5' height='13'%3E %3Ccircle cx='2.5' cy='9.5' r='2.5' fill='%234c4c4c'/%3E %3C/svg%3E");
}

.mw-content-ltr ul {
    margin-bottom: .8em;
}

.mw-content-ltr ol {
    margin-bottom: .8em;
}

dl {
    margin: 0;
}

dd {
    min-width: 17.85em;
}

hr {
    border-color: #e4eaee;
    border-style: solid;
    border-width: 1px 0 0 0;
    height: initial;
}

#viewingold-warning,
#viewingnew-warning {
    background: #ffffff;
    border: 1px solid #e4eaee;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.4em;
    margin: 1em 0 .5em;
    padding: .75em 1.5em;
}

#mw-revision-reason {
    font-style: italic;
}

#mw-revision-nav {
    text-align: center;
}

div.mw-warning-with-logexcerpt,
#sp-contributions-footer {
    background-color: #ffffff;
    border: 1px solid #e4eaee;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
}

div.mw-warning-with-logexcerpt {
    padding: 1em 1.5em;
}

#sp-contributions-footer {
    font-size: .9em;
    text-align: center;
    padding: 1em 1.5em .5em;
    margin-top: 1.5em;
}

.warningbox {
    padding: 1em 1.5em .5em;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
}

.mw-editform #editpage-copywarn {
    line-height: 1.6em;
    padding: 0 0 .5em;
}

.mw-warning {
    color: #705000;
    border: 1px solid #fde29b;
    background-color: #fdf1d1;
    box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.1);
    margin: 1em 5em;
}

div.thumbinner {
    border: none;
    background: none;
    padding: 0;
}

html .thumbimage {
    border: none;
}

html .thumbcaption {
    color: #5d6773;
    background: #ffffff;
    border: 1px solid #e4eaee;
    padding: .4em .6em;
    margin: 0 auto;
    width: calc(100% - 2px);
    box-sizing: border-box;
}

.thumbcaption .magnify {
    display: none;
}

li.gallerybox div.thumb {
    background: #ffffff;
    border-color: #e4eaee;
}

div.gallerytext {
    color: #5d6773;
    font-size: .85em;
    line-height: 1.6em;
}

div.gallerytext p {
    margin: .5em 0;
}

#filetoc {
    background: #ffffff;
    border: 1px solid #e4eaee;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 1.5em;
}

#pagehistory {
    margin: 15px 0;
    list-style: none;
}

#pagehistory li {
    padding: 1px 10px;
}

#pagehistory li.selected {
    border: 1px solid #e4eaee;
    background: #ffffff;
}

#pagehistory .mw-history-histlinks {
    padding-right: 5px;
}

#pagehistory .mw-userlink {
    font-weight: bold;
}

.updatedmarker {
    color: #1b8408;
}

.updatedmarker:before {
    content: '(';
}

.updatedmarker:after {
    content: ')';
}

.mw-headline:target {
    color: #3c780a;
}

body.wgl-stickyheader.action-view .mw-headline:target::before {
    display: block;
    content: "";
    margin-top: -3rem;
    height: 3rem;
    visibility: hidden;
    pointer-events: none;
}

.mw-headline:target::after {
    content: '#';
    position: absolute;
    left: -1rem;
}

body.wgl-readermode .mw-headline:target::after {
    left: 1rem;
}

#contentSub {
    margin-left: 0;
}

.smwfact {
    display: none;
}

body.wgl-stickyheader .mw-notification-area {
    padding-top: 4.5em;
}

@keyframes slide-up {
    from {
          opacity: 0;
          transform: translateY(1rem);
    }

    to {
          opacity: 1;
          transform: translateY(0);
    }

}

@keyframes slide-down {
    from {
          opacity: 0;
          transform: translateY(-1rem);
    }

    to {
          opacity: 1;
          transform: translateY(0);
    }

}

.slide-up {
    animation: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both slide-up;
}

.slide-up-2 {
    animation: 0.8s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both slide-up;
}

.slide-up-3 {
    animation: 0.8s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both slide-up;
}

.slide-down {
    animation: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both slide-down;
}

.slide-down-2 {
    animation: 0.8s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both slide-down;
}

.slide-down-3 {
    animation: 0.8s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both slide-down;
}

.nodesktop {
    display: none;
}

.tile {
    background: #ffffff;
    border: 1px solid #e4eaee;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
    padding: 1.5em 2em 1em;
    max-width: 40em;
}

.tile h2 {
    font-size: 1.4em;
    font-weight: bold;
    border: none;
    margin: 0 0 .4em;
}

.tile .byline + h2 {
    margin-top: -0.5em;
}

.tile.dark {
    color: #ffffff;
    background: #5d6773;
    border: none;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.3);
}

.tile.dark h2 {
    color: #ffffff;
}

.tile.dark a {
    color: #ccc;
}

.tile.dark .byline {
    color: rgba(255, 255, 255, 0.7);
}

.byline {
    font-size: .9em;
    color: #949eaa;
}

.byline a {
    color: #949eaa;
}

.tile-row {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 1em;
}

.tile-halves {
    display: flex;
    flex-flow: row wrap;
    border: 1px solid #e4eaee;
    background: #ffffff;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
}

.tile-halves h2 {
    font-size: 1.4em;
    font-weight: bold;
    border: none;
    margin: 0 0 .4em;
}

.tile-halves .byline + h2 {
    margin-top: -0.5em;
}

.tile-top {
    width: 100%;
    padding: 1.3rem 1.5rem .6rem;
}

.tile-top.tile-image {
    display: flex;
    align-items: center;
    background-color: #949eaa;
    overflow: hidden;
    padding: 0;
    height: 13vw;
    max-height: 12em;
}

.tile-top.tile-image a {
    width: 100%;
}

.tile-top.tile-image img {
    width: 100%;
    height: auto;
    transition: 0.4s ease-out;
}

.tile-bottom {
    background: #ffffff;
    border-top: 1px solid #e4eaee;
    width: 100%;
    padding: 1rem 1.5rem .6rem;
}

.tile-bottom.link-button {
    align-self: flex-end;
    padding: 0;
}

.tile-bottom.link-button a {
    display: block;
    text-align: center;
    padding: .75em 1.5em .8em;
    text-decoration: none;
}

.tile-bottom.read-more {
    background: #f9fafa;
    transition: 0.3s ease-out;
}

.tile-bottom.read-more a {
    color: #949eaa;
    font-weight: bold;
    text-align: right;
}

.tile-bottom.read-more:hover {
    background: #f2f4f4;
}

.tile-bottom.read-more:hover .arrow {
    transform: translateX(50%);
}

.tile-bottom.read-more .arrow {
    filter: invert(43%) sepia(50%) hue-rotate(175deg);
    margin-left: .4em;
    transition: 0.3s ease-out;
}

table.wikitable {
    background: #ffffff;
    font-size: .9em;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
}

table.wikitable > * > tr > th {
    color: #ffffff;
    background: #438ab5;
    border-color: #356e90;
}

table.wikitable > * > tr > th a,
table.wikitable > * > tr > th a:visited {
    color: #ffffff;
}

table.wikitable > * > tr > td {
    border-color: #e6e6e6;
    padding: .25em .45em;
}

table.wikitable .header-top {
    background: #448fba;
}

table.align-right-1 td:nth-of-type(1),
table.align-right-2 td:nth-of-type(2),
table.align-right-3 td:nth-of-type(3),
table.align-right-4 td:nth-of-type(4),
table.align-right-5 td:nth-of-type(5),
table.align-right-6 td:nth-of-type(6),
table.align-right-7 td:nth-of-type(7),
table.align-right-8 td:nth-of-type(8),
table.align-right-9 td:nth-of-type(9),
table.align-right-10 td:nth-of-type(10) {
    text-align: right;
}

table.align-center-1 td:nth-of-type(1),
table.align-center-2 td:nth-of-type(2),
table.align-center-3 td:nth-of-type(3),
table.align-center-4 td:nth-of-type(4),
table.align-center-5 td:nth-of-type(5),
table.align-center-6 td:nth-of-type(6),
table.align-center-7 td:nth-of-type(7),
table.align-center-8 td:nth-of-type(8),
table.align-center-9 td:nth-of-type(9),
table.align-center-10 td:nth-of-type(10) {
    text-align: center;
}

table.align-left-1 td:nth-of-type(1),
table.align-left-2 td:nth-of-type(2),
table.align-left-3 td:nth-of-type(3),
table.align-left-4 td:nth-of-type(4),
table.align-left-5 td:nth-of-type(5),
table.align-left-6 td:nth-of-type(6),
table.align-left-7 td:nth-of-type(7),
table.align-left-8 td:nth-of-type(8),
table.align-left-9 td:nth-of-type(9),
table.align-left-10 td:nth-of-type(10) {
    text-align: left;
}

table.alternating-rows tr:nth-child(odd),
table.alternating-cols td:nth-child(odd) {
    background: #f9f9f9;
}

.table-bg-red {
    background: #fbc0ba;
    color: #731911;
}

.table-bg-red a {
    color: #8e221a;
    text-decoration: underline;
}

.table-bg-orange {
    background: #fbcfa6;
    color: #80440e;
}

.table-bg-orange a {
    color: #b55e0c;
    text-decoration: underline;
}

.table-bg-yellow {
    background: #fcea94;
    color: #7f6900;
}

.table-bg-yellow a {
    color: #b69800;
    text-decoration: underline;
}

.table-bg-green {
    background: #c3e8a3;
    color: #2e5e05;
}

.table-bg-green a {
    color: #3c780a;
    text-decoration: underline;
}

.table-bg-blue {
    background: #aad9f5;
    color: #03436b;
}

.table-bg-blue a {
    color: #0b5884;
    text-decoration: underline;
}

.table-bg-purple {
    background: #e4bbf7;
    color: #641b87;
}

.table-bg-purple a {
    color: #75269b;
    text-decoration: underline;
}

.table-bg-pink {
    background: #f5c8ec;
    color: #6d3662;
}

.table-bg-pink a {
    color: #984c89;
    text-decoration: underline;
}

.table-bg-gray,
.table-bg-grey {
    background: #e4eaee;
    color: #444e5a;
}

.table-bg-gray a,
.table-bg-grey a {
    color: #5d6773;
    text-decoration: underline;
}

body.page-Main_Page .mw-parser-output {
    max-width: 75em;
    margin: 0 auto;
}

body.page-Main_Page.action-view .catlinks,
body.page-Main_Page.action-view #contentSub,
body.page-Main_Page.action-view #firstHeading,
body.page-Main_Page.action-view #siteNotice {
    display: none;
}

.mainpage-header {
    display: flex;
    margin: 2.6em 1.75em 1.5em;
}

.mainpage-header .header-intro {
    flex: 2;
}

.mainpage-header .header-intro h1 {
    font-size: 2.5em;
    border: none;
    margin: 0 0 .15em;
}

body.wgl-readermode .mainpage-header .header-intro h1 {
    font-size: 2.25em;
}

.mainpage-header .header-intro p {
    font-size: 1.1em;
    line-height: 1.7em;
}

.mainpage-header .header-stats {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1em;
}

.mainpage-header .header-stats ul {
    list-style: none;
}

.mainpage-header .announcement {
    margin: .5em 0 1.5em;
}

.mainpage-header .announcement a {
    background: #f9fafa;
    border: 1px solid #e4eaee;
    color: #5d6773;
    font-size: .9em;
    line-height: 1.25em;
    padding: .25em .75em;
    border-radius: 10em;
    transition: .25s ease;
    display: inline-flex;
    align-items: center;
}

.mainpage-header .announcement a:hover {
    text-decoration: none;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
}

.mainpage-header .announcement .announcement-pill {
    background: #6bc71f;
    color: #ffffff;
    font-size: .85em;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 10em;
    padding: .1em .6em;
    margin: 0 0.5em 0 -0.5em;
}

.mainpage-header .announcement .arrow.dark {
    margin-left: .5em;
    filter: invert(50%);
}

.mainpage-body {
    display: flex;
    flex-flow: row wrap;
}

.mainpage-body h2 a {
    color: #444e5a;
}

.mainpage-body .tile {
    padding-left: 1.75em;
    padding-right: 1.75em;
    max-width: 100%;
}

.mainpage-body .tile-row {
    width: 100%;
    margin-bottom: 0.9rem;
}

.mainpage-left {
    flex: 2;
    display: flex;
    flex-flow: column wrap;
    margin-right: 0.9rem;
}

.mainpage-left > * {
    margin: 0 0 0.9rem;
}

.mainpage-right {
    flex: 1;
    display: flex;
    flex-flow: column wrap;
}

.mainpage-right > * {
    margin: 0 0 0.9rem;
}

.arrow {
    background: url(/f/current/2/2c/White-chevron.svg) no-repeat;
    display: inline-block;
    height: .7rem;
    width: .45rem;
    vertical-align: middle;
}

.arrow.dark {
    filter: invert(80%);
}

.ribbon {
    position: absolute;
    right: -0.5em;
    top: -0.5em;
    color: #ffffff;
    background: #6bc71f;
    font-size: .7em;
    font-weight: bold;
    letter-spacing: .045em;
    line-height: 2.25em;
    padding: 0 .55em;
    border-radius: .35em;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
    pointer-events: none;
}

.mainpage-recent-updates .tile-halves {
    flex: 1;
    align-content: flex-start;
    margin-right: 0.9rem;
}

.mainpage-recent-updates .tile-halves:hover .tile-top img {
    transform: scale(1.04);
}

.mainpage-recent-updates .tile-halves:last-child {
    margin-right: 0;
}

body.wgl-readermode .mainpage-recent-updates .tile-image {
    max-height: 10.5em;
}

.mainpage-recent-updates .tile-bottom.link-button a {
    text-align: left;
    padding: 1rem 1.5rem .75rem;
}

.mainpage-recent-updates h2 {
    margin: -0.5em 0 0.3em;
}

.mainpage-recent-updates p:not(.byline) {
    font-size: .9em;
    line-height: 1.75em;
    color: #444e5a;
}

.mainpage-contents .tile-halves {
    flex: 1;
    margin-right: 0.9rem;
}

.mainpage-contents .tile-halves:hover .tile-top img {
    transform: scale(1.04);
}

.mainpage-contents .tile-halves:last-child {
    margin-right: 0;
}

.mainpage-contents .tile-top {
    height: 4.5rem;
    position: relative;
}

.mainpage-contents .tile-top h2 a {
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 4.5rem;
    padding-left: .45rem;
}

.mainpage-contents h2 {
    margin: 0;
    padding: 0;
}

.mainpage-wikinews .news-date {
    font-weight: bold;
    margin-bottom: .3em;
}

.mainpage-wikinews p:not(.news-date) {
    margin-left: 1em;
}

.mainpage-social {
    border: none;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.3);
}

.mainpage-social .tile-top {
    display: flex;
    align-items: center;
    padding: 1em 1.75em;
}

.mainpage-social .tile-top a {
    flex: 1;
    position: relative;
    text-decoration: none;
}

.mainpage-social .tile-top a:hover .arrow {
    transform: translateX(50%);
}

.mainpage-social .tile-bottom {
    border: none;
    padding: 1em 1.75em;
}

.mainpage-social .tile-bottom p {
    color: #ffffff;
    font-weight: bold;
    font-size: .9em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .03em;
    margin: 0;
}

.mainpage-social .social-icon {
    margin-right: .75em;
    width: 60px;
    text-align: center;
}

.mainpage-social .social-header {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.15em;
    margin: 0.5em 0 -0.15em;
}

body.wgl-readermode .mainpage-social .social-header {
    font-size: 1.05em;
}

.mainpage-social .social-tagline {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: .5em;
}

.mainpage-social .arrow {
    position: absolute;
    top: calc(50% - .5em);
    right: 0;
    height: 1em;
    width: .7em;
    background-size: .7em 1em;
    transition: 0.3s ease-out;
}

.mainpage-social.mainpage-discord .tile-top {
    background: #7289da;
}

.mainpage-social.mainpage-discord .tile-bottom {
    background: #697ec4;
}

.mainpage-social.mainpage-twitter .tile-top {
    background: #1da1f2;
}

.mainpage-social.mainpage-twitter .tile-bottom {
    background: #1e96e0;
}

.mainpage-editing {
    border: none;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.3);
}

.mainpage-editing .tile-top {
    background: #438ab5;
}

.mainpage-editing .tile-bottom {
    background: #3980ab;
    border: none;
    padding: .8rem 1.5rem .4rem;
}

.mainpage-editing h2,
.mainpage-editing a,
.mainpage-editing a:visited,
.mainpage-editing a:active {
    color: #ffffff;
}

.mainpage-editing p {
    color: rgba(255, 255, 255, 0.9);
}

.mainpage-editing ul {
    list-style-image: url(/f/current/d/d1/Transparent-chevron.svg);
}

.mainpage-poll .ajaxpoll {
    padding: 0;
    width: 100%;
    border: none;
    box-shadow: none;
}

.mainpage-fimg img {
    margin: .7em 0 1.15em;
    -webkit-filter: drop-shadow(0 0.15em 0.25em rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 0.15em 0.25em rgba(0, 0, 0, 0.15));
}

.mainpage-fimg .tile-top p:not(.byline) {
    font-size: .9em;
    line-height: 1.8em;
}

@media only screen and (max-width: 65.999rem) {
    .mainpage-recent-updates .tile-halves:last-child {
          display: none;
    }

    .mainpage-recent-updates .tile-halves:nth-last-child(2) {
          margin-right: 0;
    }

    .mainpage-recent-updates .tile-top {
          height: 18vw;
    }

    .mainpage-contents .tile-halves:nth-child(1),
    .mainpage-contents .tile-halves:nth-child(2),
    .mainpage-contents .tile-halves:nth-child(3) {
          margin-bottom: 0.9rem;
    }

    .mainpage-contents .tile-halves:nth-child(3) {
          margin-right: 0;
    }

    .mainpage-contents .line-break {
          width: 100%;
    }

    .mainpage-skills ul {
          columns: 2 9em;
    }

    .mainpage-skills .skill-thieving {
          display: none;
    }

    .mainpage-header .header-stats,
    .mainpage-onthisday {
          display: none;
    }

}

@media only screen and (min-width: 66rem) and (max-width: 81.999rem) {
    .mainpage-contents .tile-halves:last-child {
          display: none;
    }

    .mainpage-contents .tile-halves:nth-last-child(2) {
          margin-right: 0;
    }

    .mainpage-header .header-stats,
    .mainpage-contents .line-break {
          display: none;
    }

}

@media only screen and (min-width: 82rem) {
    .mainpage-header .header-intro {
          margin-right: 2em;
    }

    .mainpage-contents .line-break {
          display: none;
    }

    body.wgl-readermode .mainpage-contents .tile-halves:last-child {
          display: none;
    }

    body.wgl-readermode .mainpage-contents .tile-halves:nth-last-child(2) {
          margin-right: 0;
    }

}

.page-Special_CreateAccount .firstHeading,
.page-Special_UserLogin .firstHeading {
    width: 32rem;
    margin: 1.5em auto .4em;
}

.page-Special_CreateAccount #contentSub,
.page-Special_UserLogin #contentSub {
    display: none;
}

.page-Special_CreateAccount .mw-ui-container,
.page-Special_UserLogin .mw-ui-container {
    width: 32rem;
    margin: 3em auto;
}

.page-Special_CreateAccount .mw-ui-container #userloginForm,
.page-Special_UserLogin .mw-ui-container #userloginForm {
    float: unset;
    margin: 0;
}

.page-Special_CreateAccount .mw-ui-container .mw-ui-vform,
.page-Special_UserLogin .mw-ui-container .mw-ui-vform {
    margin: 2.5em auto 0;
    width: 22rem;
}

#signupstart,
#userloginprompt {
    border: 1px solid #e4eaee;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
    padding: 1.5em 2em 1em;
}

.signup-realname-tip {
    color: #656565;
    font-size: .9em;
    line-height: 1.8em;
    margin: -0.75em 0 0.75em;
}

.mw-createacct-benefits-container {
    display: none;
}

.mw-plusminus-pos {
    color: #006500;
}

.mw-plusminus-neg {
    color: #8b0000;
}

.mw-tag-markers,
.mw-tag-markers a {
    color: red;
    font-weight: bold;
}

.mw-tag-marker-visualeditor a,
.mw-tag-marker-visualeditor-needcheck a {
    color: #e49f10;
    font-weight: normal;
}

.mw-recentchanges-toplinks {
    font-size: .85em;
}

.mw-recentchanges-toplinks table {
    margin: 3.5em auto 2em;
}

.mw-recentchanges-toplinks th {
    text-align: right;
    padding-right: 5px;
}

.mw-recentchanges-toplinks .speedy-delete a,
.mw-recentchanges-toplinks .speedy-move a {
    color: #f54636;
}

#mw-searchoptions table {
    margin-right: 0;
}

#mw-searchoptions table tr td:first-of-type {
    font-weight: bold;
}

#mw-searchoptions table td {
    width: 18vw;
    padding: 0;
}

#mw-searchoptions h4 {
    font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif;
}

.mw-search-results li {
    padding-bottom: 1.75em;
}

.mw-search-results li a {
    font-size: 125%;
}

.page-Special_ListFiles a.image img {
    width: inherit;
    height: inherit;
}

.page-Special_ListFiles .TablePager_col_thumb {
    text-align: center;
}

.page-Special_NewFiles .thumbimage {
    max-height: 212px !important;
    max-width: 212px !important;
    margin: 0 !important;
}

.watchlistredir a,
.allpagesredirect a {
    color: #888;
    font-style: italic;
}

.not-patrolled {
    background-color: #f9f9f9;
    border-right: 10px solid #eee;
    padding-right: 15px;
}

.mw-special-AbuseLog .mw-abuselog-details {
    table-layout: fixed;
    width: 100%;
}