|
|
(62 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
− | /* <pre> */ | + | /* CSS placed here will be applied to all skins */ |
− | @import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,400i,700,700i|PT+Serif:400,400i,700,700i&display=swap');
| |
− | @font-face {
| |
− | font-family: 'runescape';
| |
− | font-style: normal;
| |
− | font-weight: normal;
| |
− | src: local("RuneScape Chat 2"),
| |
− | local("RuneScape Chat"),
| |
− | url('filepath://runescape.woff') format('woff');
| |
− | }
| |
− | | |
− | @font-face {
| |
− | font-family: 'runescape-bold';
| |
− | font-style: normal;
| |
− | font-weight: bold;
| |
− | src: local("RuneScape Chat Bold 2"),
| |
− | local("RuneScape Chat Bold"),
| |
− | url('filepath://Runescape_chat_bold.woff') format('woff');
| |
− | }
| |
− | | |
− | @font-face {
| |
− | font-family: 'runescape-small';
| |
− | font-style: normal;
| |
− | font-weight: normal;
| |
− | src: local("RuneScape Small"),
| |
− | url('filepath://Runescape_small.woff') format('woff');
| |
− | }
| |
− | | |
− | @font-face {
| |
− | font-family: 'runescape-classic';
| |
− | font-style: normal;
| |
− | font-weight: normal;
| |
− | src: local("RuneScape Classic"),
| |
− | url('filepath://Runescape_classic.woff') format('woff');
| |
− | }
| |
− | | |
− | @font-face {
| |
− | font-family: 'KingthingsPetrock';
| |
− | font-style: normal;
| |
− | font-weight: normal;
| |
− | src: local("Kingthings Petrock"),
| |
− | url('filepath://Kingthings_Petrock-webfont.woff') format('woff');
| |
− | }
| |
− | | |
− | @font-face {
| |
− | font-family: 'MuseoSans';
| |
− | font-style: normal;
| |
− | font-weight: normal;
| |
− | src: local("Museo Sans"),
| |
− | url('filepath://Museo_Sans_500.woff') format('woff');
| |
− | }
| |
− | | |
− | @font-face {
| |
− | font-family: 'League Spartan';
| |
− | font-style: normal;
| |
− | font-weight: bold;
| |
− | src: local("League Spartan"),
| |
− | url('filepath://Leaguespartan-bold.woff') format('woff');
| |
− | }
| |
− | | |
− | 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;
| |
− | }
| |
− | | |
− | .jsPurgeLink a.external {
| |
− | color: #327ba7;
| |
− | }
| |
− | | |
− | html {
| |
− | -webkit-text-size-adjust: 100%;
| |
− | }
| |
− | | |
− | 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.75;
| |
− | }
| |
− | | |
− | .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;
| |
− | }
| |
− | | |
− | div.thumbinner {
| |
− | border: 1px solid #e4eaee;
| |
− | background: none;
| |
− | padding: 0;
| |
− | }
| |
− | | |
− | html .thumbimage {
| |
− | border: none;
| |
− | }
| |
− | | |
− | html .thumbcaption {
| |
− | color: #5d6773;
| |
− | background: #ffffff;
| |
− | border-top: 1px solid #e4eaee;
| |
− | padding: .4em .6em;
| |
− | box-sizing: border-box;
| |
− | word-wrap: break-word;
| |
− | }
| |
− | | |
− | .thumbcaption .magnify {
| |
− | display: none;
| |
− | }
| |
− | | |
− | .article-thumb {
| |
− | padding: 2px;
| |
− | }
| |
− | | |
− | 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;
| |
− | }
| |
− | | |
− | .gallery-image-wrapper {
| |
− | border: none !important;
| |
− | }
| |
− | | |
− | #filetoc {
| |
− | background: #ffffff;
| |
− | border: 1px solid #e4eaee;
| |
− | border-radius: 4px;
| |
− | padding: 10px;
| |
− | margin-bottom: 1.5em;
| |
− | }
| |
− | | |
− | .mw-userlink[title="User:Abuse filter"],
| |
− | .mw-userlink[title="User:New user message"],
| |
− | .mw-userlink[title="User:Cresbot"],
| |
− | .mw-userlink[title="User:TyBot"] {
| |
− | color: #f7861b;
| |
− | }
| |
− | | |
− | .mw-userlink[title="User:AvocadoBot"],
| |
− | .mw-userlink[title="User:Botsey"],
| |
− | .mw-userlink[title="User:BrenBot"],
| |
− | .mw-userlink[title="User:Cåmdroid"],
| |
− | .mw-userlink[title="User:CapitalWillowBot"],
| |
− | .mw-userlink[title="User:CookBot"],
| |
− | .mw-userlink[title="User:Gaz Bot"],
| |
− | .mw-userlink[title="User:Iiii I I I's sockpuppet"],
| |
− | .mw-userlink[title="User:JaydenBot"],
| |
− | .mw-userlink[title="User:MAGE-BOT-R"],
| |
− | .mw-userlink[title="User:Michabotbot"],
| |
− | .mw-userlink[title="User:Merds Bot"],
| |
− | .mw-userlink[title="User:MuudyBot"],
| |
− | .mw-userlink[title="User:NBottinger"],
| |
− | .mw-userlink[title="User:NXTGenBot"],
| |
− | .mw-userlink[title="User:ScuzzBot"],
| |
− | .mw-userlink[title="User:SparkyKittyBot"],
| |
− | .mw-userlink[title="User:TailsBot"],
| |
− | .mw-userlink[title="User:Trahaearn automaton"] {
| |
− | color: #e874cf;
| |
− | }
| |
− | | |
− | .mw-userlink[title="User:Jagex Stu"],
| |
− | .mw-userlink[title="User:JagexKieren"],
| |
− | .mw-userlink[title="User:Jimwip"],
| |
− | .mw-userlink[title="User:Kelvin"],
| |
− | .mw-userlink[title="User:Mod Ave"],
| |
− | .mw-userlink[title="User:Mod Jam"],
| |
− | .mw-userlink[title="User:Shaunypwns"] {
| |
− | background: url('filepath://Jagex_moderator_crown.png') left no-repeat;
| |
− | padding-left: 15px;
| |
− | }
| |
− | | |
− | @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
| |
− | .mw-userlink[title="User:Jagex Stu"],
| |
− | .mw-userlink[title="User:JagexKieren"],
| |
− | .mw-userlink[title="User:Jimwip"],
| |
− | .mw-userlink[title="User:Kelvin"],
| |
− | .mw-userlink[title="User:Mod Ave"],
| |
− | .mw-userlink[title="User:Mod Jam"],
| |
− | .mw-userlink[title="User:Shaunypwns"] {
| |
− | image-rendering: -moz-crisp-edges;
| |
− | image-rendering: pixelated;
| |
− | image-rendering: crisp-edges;
| |
− | }
| |
− | | |
− | }
| |
− | | |
− | #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: 1.5em 2em;
| |
− | box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
− | }
| |
− | | |
− | #mw-anon-edit-warning {
| |
− | font-size: .9em;
| |
− | padding: 1.5em 2em .75em;
| |
− | }
| |
− | | |
− | #mw-anon-edit-warning .editwarning-title {
| |
− | font-size: 1.2em;
| |
− | margin-bottom: .4em;
| |
− | }
| |
− | | |
− | .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;
| |
− | }
| |
− | | |
− | #pagehistory {
| |
− | margin: 15px 0;
| |
− | list-style: none;
| |
− | }
| |
− | | |
− | #pagehistory li {
| |
− | padding: 1px 10px;
| |
− | border-color: transparent;
| |
− | }
| |
− | | |
− | #pagehistory li.selected {
| |
− | border: 1px solid #e4eaee;
| |
− | background: #ffffff;
| |
− | }
| |
− | | |
− | #pagehistory .mw-history-histlinks {
| |
− | padding-right: 5px;
| |
− | }
| |
− | | |
− | #pagehistory .mw-userlink {
| |
− | font-weight: bold;
| |
− | }
| |
− | | |
− | #mw-history-compare > div:first-of-type {
| |
− | position: -webkit-sticky;
| |
− | position: sticky;
| |
− | top: 0;
| |
− | background-color: #fbfbfb;
| |
− | border-bottom: 1px solid #e4eaee;
| |
− | padding: .25em 0;
| |
− | }
| |
− | | |
− | .wgl-stickyheader #mw-history-compare > div:first-of-type {
| |
− | top: 2.75em;
| |
− | }
| |
− | | |
− | .updatedmarker {
| |
− | color: #2e5e05;
| |
− | background-color: #c3e8a3;
| |
− | padding: 0 5px;
| |
− | border-radius: 3px;
| |
− | display: inline-block;
| |
− | }
| |
− | | |
− | .updatedmarker::first-letter {
| |
− | text-transform: capitalize;
| |
− | }
| |
− | | |
− | body.wgl-stickyheader.action-view .mw-headline:target::before {
| |
− | display: block;
| |
− | content: '';
| |
− | margin-top: -3rem;
| |
− | height: 3rem;
| |
− | visibility: hidden;
| |
− | pointer-events: none;
| |
− | }
| |
− | | |
− | #contentSub {
| |
− | margin-left: 0;
| |
− | }
| |
− | | |
− | .smwfact {
| |
− | display: none;
| |
− | }
| |
− | | |
− | body.wgl-stickyheader .mw-notification-area {
| |
− | padding-top: 4.5em;
| |
− | }
| |
− | | |
− | body.wgl-stickyheader .postedit-container {
| |
− | top: 4.5em;
| |
− | }
| |
− | | |
− | .subpages + .mw-redirectedfrom {
| |
− | display: block;
| |
− | margin-top: .3em;
| |
− | }
| |
− | | |
− | .smw-column-header {
| |
− | color: inherit;
| |
− | }
| |
− | | |
− | .cm-mw-pagename {
| |
− | text-decoration: none;
| |
− | }
| |
− | | |
− | 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;
| |
− | }
| |
− | | |
− | .ajaxpoll {
| |
− | background: #ffffff;
| |
− | 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 {
| |
− | margin-bottom: 8px;
| |
− | }
| |
− | | |
− | .ajaxpoll input {
| |
− | margin-bottom: 3px;
| |
− | margin-right: 8px;
| |
− | }
| |
− | | |
− | .ajaxpoll .ajaxpoll-answer {
| |
− | margin-bottom: 8px;
| |
− | }
| |
− | | |
− | .ajaxpoll .ajaxpoll-answer-vote {
| |
− | border: none;
| |
− | background: #f6f6f6;
| |
− | width: calc(100% - 40px);
| |
− | margin: 0 auto;
| |
− | }
| |
− | | |
− | .ajaxpoll .ajaxpoll-answer-vote span {
| |
− | font-weight: bold;
| |
− | top: -2px;
| |
− | }
| |
− | | |
− | .ajaxpoll .ajaxpoll-answer-vote div {
| |
− | background: #ccd2d8;
| |
− | border: none;
| |
− | }
| |
− | | |
− | .ajaxpoll .ajaxpoll-our-vote div {
| |
− | top: 0;
| |
− | left: 0;
| |
− | }
| |
− | | |
− | .ajaxpoll .ajaxpoll-hover-revoke,
| |
− | .ajaxpoll .ajaxpoll-hover-vote {
| |
− | background: none;
| |
− | }
| |
− | | |
− | .ajaxpoll .ajaxpoll-ajax {
| |
− | color: #949eaa;
| |
− | font-size: .9em;
| |
− | background: #f9f9f9;
| |
− | border-radius: 3px;
| |
− | padding: 2px 6px;
| |
− | margin-bottom: 8px;
| |
− | }
| |
− | | |
− | .ajaxpoll .ajaxpoll-misc,
| |
− | .ajaxpoll .ajaxpoll-info {
| |
− | color: #949eaa;
| |
− | font-size: .9em;
| |
− | }
| |
− | | |
− | .ajaxpoll .ajaxpoll-info {
| |
− | margin-top: 10px;
| |
− | }
| |
− | | |
− | .ajaxpoll .ajaxpoll-id-info {
| |
− | display: none;
| |
− | }
| |
| | | |
− | .poll-result-outer {
| + | == External image resizing == |
− | cursor: default;
| |
− | background: #f6f6f6;
| |
− | width: 100%;
| |
− | height: 14px;
| |
− | margin-bottom: .5em;
| |
− | }
| |
| | | |
− | .poll-result-inner {
| + | */ |
− | background: #ccd2d8;
| |
− | display: block;
| |
− | height: 100%;
| |
− | font-size: 11px;
| |
− | line-height: 14px;
| |
− | }
| |
| | | |
− | @keyframes slide-up {
| + | .externalimage-holder { |
− | 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;
| |
− | }
| |
− | | |
− | .censored {
| |
− | color: #000000;
| |
− | background-color: #000000;
| |
− | }
| |
− | | |
− | .censored a {
| |
− | color: #000000;
| |
− | text-decoration: underline;
| |
− | }
| |
− | | |
− | .censored:hover {
| |
− | background-color: #ffffff;
| |
− | }
| |
− | | |
− | #mw-content-text .show,
| |
− | #mw-content-text .hover:hover.hide {
| |
− | display: none;
| |
− | }
| |
− | | |
− | #mw-content-text .hover:hover .show {
| |
− | display: inline;
| |
− | }
| |
− | | |
− | #mw-content-text .hover:hover div.show {
| |
− | display: block;
| |
− | }
| |
− | | |
− | #mw-content-text .toc.show {
| |
− | display: table;
| |
− | }
| |
− | | |
− | .ChooseOption {
| |
− | background: #fff;
| |
− | border: 3px double black;
| |
− | color: #c6b895;
| |
− | display: inline-block;
| |
− | line-height: 1.1;
| |
− | }
| |
− | | |
− | .ChooseOption:hover .OptionWindow {
| |
− | display: inline;
| |
− | }
| |
− | | |
− | .ChooseOption.bold {
| |
− | font-weight: bold;
| |
− | }
| |
− | | |
− | .OptionHover {
| |
− | background: #0d1e25;
| |
− | cursor: default;
| |
− | display: inline-block;
| |
− | }
| |
− | | |
− | .OptionHeader {
| |
− | background: #0b0c05;
| |
− | border-bottom: 1px solid #223239;
| |
− | cursor: default;
| |
− | display: block;
| |
− | }
| |
− | | |
− | .OptionWindow {
| |
− | background: white;
| |
− | border: 3px double black;
| |
− | border-radius: 4px 4px 2px 2px;
| |
− | display: none;
| |
− | font-family: runescape;
| |
− | font-size: 16px;
| |
− | font-weight: normal !important;
| |
− | position: absolute;
| |
− | margin-top: -3px;
| |
− | z-index: 3;
| |
− | }
| |
− | | |
− | .OptionWindow .content {
| |
− | background: #0d1e25;
| |
− | display: block;
| |
− | }
| |
− | | |
− | .OptionWindow .content > *:not(.OptionHeader),
| |
− | .OptionWindow a {
| |
− | color: inherit;
| |
− | cursor: default;
| |
− | display: block;
| |
− | padding: 0 1px;
| |
− | text-shadow: #000 1px 1px 0px;
| |
− | white-space: nowrap;
| |
− | }
| |
− | | |
− | .OptionWindow .content > *:not(.OptionHeader):hover,
| |
− | .OptionWindow a:hover {
| |
− | text-decoration: none;
| |
− | background: #1d2e55;
| |
− | }
| |
− | | |
− | .OptionWindow strong,
| |
− | .OptionWindow b,
| |
− | .OptionWindow * {
| |
− | font-weight: normal !important;
| |
− | }
| |
− | | |
− | .OptionWindow .item {
| |
− | color: #ff9040;
| |
− | }
| |
− | | |
− | .OptionWindow .NPC,
| |
− | .OptionWindow .npc {
| |
− | color: #ff0;
| |
− | }
| |
− | | |
− | .OptionWindow .player {
| |
− | color: #fff;
| |
− | }
| |
− | | |
− | .OptionWindow .scenery {
| |
− | color: #0ff;
| |
− | }
| |
− | | |
− | .OptionWindow .cb-min {
| |
− | color: #0f0;
| |
− | }
| |
− | | |
− | .OptionWindow .cb-same {
| |
− | color: #ff0;
| |
− | }
| |
− | | |
− | .OptionWindow .cb-max {
| |
− | color: #f00;
| |
− | }
| |
− | | |
− | .ChooseOption.bold .OptionWindow *,
| |
− | .OptionWindow.bold *,
| |
− | .OptionHeader.bold * {
| |
− | font-family: runescape-bold !important;
| |
− | }
| |
− | | |
− | .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.link-button {
| |
− | padding: 0;
| |
− | }
| |
− | | |
− | .tile.link-button a {
| |
− | color: inherit;
| |
− | display: block;
| |
− | padding: 1.25em 1.5em .75em;
| |
− | text-decoration: none;
| |
− | }
| |
− | | |
− | .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,
| |
− | .tile.dark h3 {
| |
− | color: #ffffff;
| |
− | }
| |
− | | |
− | .tile.dark a {
| |
− | color: #ccd2d8;
| |
− | }
| |
− | | |
− | .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;
| |
− | }
| |
− | | |
− | .tile.oswf-day {
| |
− | margin-left: .5em;
| |
− | }
| |
− | | |
− | .oswf-tile {
| |
− | margin: 1em;
| |
− | }
| |
− | | |
− | .oswf-tile .oswf-img {
| |
− | display: block;
| |
− | max-width: 75px;
| |
− | float: right;
| |
− | }
| |
− | | |
− | .oswf-tile .oswf-img img {
| |
− | max-width: 100%;
| |
− | height: auto;
| |
− | }
| |
− | | |
− | .oswf-tile .oswf-guidance {
| |
− | border-top: 2px solid #eeeeee;
| |
− | padding-top: 0.5em;
| |
− | }
| |
− | | |
− | .js-tooltip-text {
| |
− | padding: 5px;
| |
− | }
| |
− | | |
− | .js-tooltip-wrapper {
| |
− | position: absolute;
| |
− | z-index: 999999;
| |
− | max-width: 75%;
| |
− | padding: 5px;
| |
− | border: 3px solid #438ab5;
| |
− | background: #ffffff;
| |
− | -webkit-box-shadow: 3px 3px 10px -5px #333333;
| |
− | -moz-box-shadow: 3px 3px 10px -5px #333333;
| |
− | box-shadow: 3px 3px 10px -5px #333333;
| |
− | font-size: 12px;
| |
− | }
| |
− | | |
− | .js-tooltip-click {
| |
− | color: white;
| |
− | background: #438ab5;
| |
− | border-radius: 2em;
| |
− | border: 2px solid #438ab5;
| |
− | cursor: pointer;
| |
− | padding: 0 0.3em;
| |
− | -webkit-user-select: none;
| |
− | -moz-user-select: none;
| |
− | -ms-user-select: none;
| |
− | user-select: none;
| |
− | }
| |
− | | |
− | .js-tooltip-arrow {
| |
− | position: absolute;
| |
− | border-color: transparent;
| |
− | border-style: solid;
| |
− | z-index: 900001;
| |
− | width: 0;
| |
− | height: 0;
| |
− | }
| |
− | | |
− | .js-tooltip-arrow.js-tooltip-arrow-pointleft {
| |
− | border-right-color: #438ab5;
| |
− | border-left-color: transparent;
| |
− | border-left-width: 0;
| |
− | }
| |
− | | |
− | .js-tooltip-arrow.js-tooltip-arrow-pointright {
| |
− | border-left-color: #438ab5;
| |
− | border-right-color: transparent;
| |
− | border-right-width: 0;
| |
− | }
| |
− | | |
− | .js-tooltip-close {
| |
− | float: right;
| |
− | margin-left: 10px;
| |
− | margin-right: -5px;
| |
− | margin-top: -5px;
| |
− | margin-bottom: 1px;
| |
− | background: #438ab5;
| |
− | border: 0;
| |
− | }
| |
− | | |
− | .transcript {
| |
− | -webkit-border-radius: 0 0 120px 120px / 0 0 8px 8px;
| |
− | -moz-border-radius: 0 0 120px 120px / 0 0 8px 8px;
| |
− | border-radius: 0 0 120px 120px / 0 0 8px 8px;
| |
− | -webkit-box-shadow: 0 5px 7px -7px rgba(0, 0, 0, 0.4);
| |
− | -moz-box-shadow: 0 5px 7px -7px rgba(0, 0, 0, 0.4);
| |
− | box-shadow: 0 5px 7px -7px rgba(0, 0, 0, 0.4);
| |
− | width: 75%;
| |
− | background: #f1f1f1;
| |
− | margin: 0 0 15px 15px;
| |
− | padding: 5px 20px 15px 20px;
| |
− | }
| |
− | | |
− | .transcript.godletter {
| |
− | margin: 20px auto;
| |
− | padding: 20px 30px;
| |
− | }
| |
− | | |
− | .ns-120 #mw-content-text,
| |
− | .transcript {
| |
− | cursor: default;
| |
− | }
| |
− | | |
− | .ns-120 #mw-content-text > ul,
| |
− | .transcript > ul,
| |
− | .ns-120 #mw-content-text > ul ul,
| |
− | .transcript > ul ul {
| |
− | list-style-type: none;
| |
− | }
| |
− | | |
− | .ns-120 #mw-content-text > ul li,
| |
− | .transcript > ul li,
| |
− | .ns-120 #mw-content-text > ul ul li,
| |
− | .transcript > ul ul li {
| |
− | border-left: 1px dotted #888;
| |
− | padding: 20px 15px 5px 10px;
| |
− | }
| |
− | | |
− | .ns-120 #mw-content-text > ul li b:first-child,
| |
− | .transcript > ul li b:first-child,
| |
− | .ns-120 #mw-content-text > ul ul li b:first-child,
| |
− | .transcript > ul ul li b:first-child { | |
− | color: #129;
| |
| position: relative; | | position: relative; |
− | float: left;
| |
− | margin-right: -100%;
| |
− | bottom: 20px;
| |
− | right: 9px;
| |
− | line-height: 13px;
| |
− | padding: 5px 3px 0 2px;
| |
− | border-bottom: 1px solid;
| |
| } | | } |
− | | + | .externalimage-holder img { |
− | .ns-120 #mw-content-text > ul li:hover, | |
− | .transcript > ul li:hover,
| |
− | .ns-120 #mw-content-text > ul ul li:hover,
| |
− | .transcript > ul ul li:hover {
| |
− | background: #cde5f1;
| |
− | outline: 1px solid #888;
| |
− | opacity: 1.0 !important;
| |
− | }
| |
− | | |
− | .ns-120 #mw-content-text > ul li:hover li,
| |
− | .transcript > ul li:hover li,
| |
− | .ns-120 #mw-content-text > ul ul li:hover li,
| |
− | .transcript > ul ul li:hover li {
| |
− | opacity: 0.7;
| |
− | }
| |
− | | |
− | .ns-120 #mw-content-text > ul li:hover li:hover,
| |
− | .transcript > ul li:hover li:hover,
| |
− | .ns-120 #mw-content-text > ul ul li:hover li:hover,
| |
− | .transcript > ul ul li:hover li:hover,
| |
− | .ns-120 #mw-content-text > ul li:hover li:hover li:hover li:hover,
| |
− | .transcript > ul li:hover li:hover li:hover li:hover,
| |
− | .ns-120 #mw-content-text > ul ul li:hover li:hover li:hover li:hover,
| |
− | .transcript > ul ul li:hover li:hover li:hover li:hover,
| |
− | .ns-120 #mw-content-text > ul li:hover li:hover li:hover li:hover li:hover li:hover,
| |
− | .transcript > ul li:hover li:hover li:hover li:hover li:hover li:hover,
| |
− | .ns-120 #mw-content-text > ul ul li:hover li:hover li:hover li:hover li:hover li:hover,
| |
− | .transcript > ul ul li:hover li:hover li:hover li:hover li:hover li:hover,
| |
− | .ns-120 #mw-content-text > ul li:hover li:hover li:hover li:hover li:hover li:hover li:hover li:hover,
| |
− | .transcript > ul li:hover li:hover li:hover li:hover li:hover li:hover li:hover li:hover,
| |
− | .ns-120 #mw-content-text > ul ul li:hover li:hover li:hover li:hover li:hover li:hover li:hover li:hover,
| |
− | .transcript > ul ul li:hover li:hover li:hover li:hover li:hover li:hover li:hover li:hover {
| |
− | background: #fff;
| |
− | }
| |
− | | |
− | .ns-120 #mw-content-text > ul li:hover li:hover li:hover,
| |
− | .transcript > ul li:hover li:hover li:hover,
| |
− | .ns-120 #mw-content-text > ul ul li:hover li:hover li:hover,
| |
− | .transcript > ul ul li:hover li:hover li:hover,
| |
− | .ns-120 #mw-content-text > ul li:hover li:hover li:hover li:hover li:hover,
| |
− | .transcript > ul li:hover li:hover li:hover li:hover li:hover,
| |
− | .ns-120 #mw-content-text > ul ul li:hover li:hover li:hover li:hover li:hover,
| |
− | .transcript > ul ul li:hover li:hover li:hover li:hover li:hover,
| |
− | .ns-120 #mw-content-text > ul li:hover li:hover li:hover li:hover li:hover li:hover li:hover,
| |
− | .transcript > ul li:hover li:hover li:hover li:hover li:hover li:hover li:hover,
| |
− | .ns-120 #mw-content-text > ul ul li:hover li:hover li:hover li:hover li:hover li:hover li:hover,
| |
− | .transcript > ul ul li:hover li:hover li:hover li:hover li:hover li:hover li:hover {
| |
− | background: #cde5f1;
| |
− | }
| |
− | | |
− | .quest-action {
| |
− | text-align: center;
| |
− | font-style: italic;
| |
− | margin: 0 5%;
| |
− | }
| |
− | | |
− | .quest-action:before,
| |
− | .quest-action:after {
| |
− | content: '———';
| |
− | margin: 4px;
| |
− | letter-spacing: -1px;
| |
− | }
| |
− | | |
− | ul.actionbar,
| |
− | ul.actionbar-revolution {
| |
− | -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,
| |
− | ul.actionbar-revolution li {
| |
− | list-style: none;
| |
− | float: left;
| |
− | margin: 0;
| |
− | padding: 0;
| |
− | width: 32px;
| |
− | height: 32px;
| |
− | line-height: 32px;
| |
− | text-align: center;
| |
− | margin-right: 4px;
| |
− | }
| |
− | | |
− | ul.actionbar {
| |
− | background: url('filepath://Template_action_bar.png');
| |
− | }
| |
− | | |
− | ul.actionbar-revolution {
| |
− | background: url('filepath://Template_action_bar_revolution.png');
| |
− | }
| |
− | | |
− | .ability-rotation {
| |
− | border-width: 1px;
| |
− | border-style: solid;
| |
− | border-radius: 2px;
| |
− | line-height: 40px;
| |
− | padding: 0.5em 1em;
| |
− | display: inline-block;
| |
− | margin-top: 0.2em;
| |
− | background-color: #e4eaee;
| |
− | border-color: #bdc5cd;
| |
− | }
| |
− | | |
− | .archive {
| |
− | border: 1px solid #e4eaee;
| |
− | background-color: #ffffff;
| |
− | text-align: center;
| |
− | margin: 5px;
| |
− | padding: 5px;
| |
− | float: right;
| |
− | width: 120px;
| |
− | box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
− | }
| |
− | | |
− | .attack-speed {
| |
− | max-width: 150px;
| |
− | line-height: 1.3em;
| |
− | display: block;
| |
− | text-align: center;
| |
− | }
| |
− | | |
− | .attack-speed b {
| |
| width: 100%; | | width: 100%; |
− | background-color: #dedede;
| |
− | box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.2);
| |
− | display: block;
| |
− | border-radius: 2.5px;
| |
− | height: 5px;
| |
− | }
| |
− |
| |
− | .attack-speed b::after {
| |
− | border-radius: 2.5px;
| |
− | height: 5px;
| |
− | content: "";
| |
− | background-color: #999999;
| |
− | display: inline-block;
| |
− | width: 0%;
| |
− | float: left;
| |
− | box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 1px 0 rgba(0, 0, 0, 0.1);
| |
− | }
| |
− |
| |
− | .attack-speed.weapon {
| |
− | max-width: 150px;
| |
− | }
| |
− |
| |
− | .attack-speed.weapon b {
| |
− | background-color: #c6dce8;
| |
− | }
| |
− |
| |
− | .attack-speed.weapon b::after {
| |
− | background-color: #438ab5;
| |
− | }
| |
− |
| |
− | .attack-speed.monster {
| |
− | max-width: 123px;
| |
− | }
| |
− |
| |
− | .attack-speed.monster b {
| |
− | background-color: #ecccc6;
| |
− | }
| |
− |
| |
− | .attack-speed.monster b::after {
| |
− | background-color: #861c10;
| |
− | }
| |
− |
| |
− | .attack-speed.weapon.fastest b::after {
| |
− | width: 100%;
| |
− | }
| |
− |
| |
− | .attack-speed.weapon.fast b::after {
| |
− | width: 80%;
| |
− | }
| |
− |
| |
− | .attack-speed.weapon.average b::after {
| |
− | width: 60%;
| |
− | }
| |
− |
| |
− | .attack-speed.weapon.slow b::after {
| |
− | width: 40%;
| |
− | }
| |
− |
| |
− | .attack-speed.weapon.slowest b::after {
| |
− | width: 20%;
| |
− | }
| |
− |
| |
− | .attack-speed.monster.t1 b::after {
| |
− | width: 100%;
| |
− | }
| |
− |
| |
− | .attack-speed.monster.t2 b::after {
| |
− | width: 90%;
| |
− | }
| |
− |
| |
− | .attack-speed.monster.t3 b::after {
| |
− | width: 80%;
| |
− | }
| |
− |
| |
− | .attack-speed.monster.t4 b::after {
| |
− | width: 70%;
| |
− | }
| |
− |
| |
− | .attack-speed.monster.t5 b::after {
| |
− | width: 60%;
| |
− | }
| |
− |
| |
− | .attack-speed.monster.t6 b::after {
| |
− | width: 50%;
| |
− | }
| |
− |
| |
− | .attack-speed.monster.t7 b::after {
| |
− | width: 40%;
| |
− | }
| |
− |
| |
− | .attack-speed.monster.t8 b::after {
| |
− | width: 30%;
| |
− | }
| |
− |
| |
− | .attack-speed.monster.t9 b::after {
| |
− | width: 20%;
| |
− | }
| |
− |
| |
− | .attack-speed.monster.t10 b::after {
| |
− | width: 10%;
| |
− | }
| |
− |
| |
− | @-webkit-keyframes "random-speed" {
| |
− | 0% {
| |
− | width: 20%;
| |
− | }
| |
− |
| |
− | 25% {
| |
− | width: 40%;
| |
− | }
| |
− |
| |
− | 50% {
| |
− | width: 60%;
| |
− | }
| |
− |
| |
− | 75% {
| |
− | width: 80%;
| |
− | }
| |
− |
| |
− | 100% {
| |
− | width: 100%;
| |
− | }
| |
− |
| |
− | }
| |
− |
| |
− | @keyframes "random-speed" {
| |
− | 0% {
| |
− | width: 20%;
| |
− | }
| |
− |
| |
− | 25% {
| |
− | width: 40%;
| |
− | }
| |
− |
| |
− | 50% {
| |
− | width: 60%;
| |
− | }
| |
− |
| |
− | 75% {
| |
− | width: 80%;
| |
− | }
| |
− |
| |
− | 100% {
| |
− | width: 100%;
| |
− | }
| |
− |
| |
− | }
| |
− |
| |
− | .attack-speed.random b::after {
| |
− | -webkit-animation-name: random-speed;
| |
− | -webkit-animation-duration: 5s;
| |
− | -webkit-animation-iteration-count: infinite;
| |
− | -webkit-animation-direction: alternate;
| |
− | animation-name: random-speed;
| |
− | animation-duration: 5s;
| |
− | animation-iteration-count: infinite;
| |
− | animation-direction: alternate;
| |
− | }
| |
− |
| |
− | .chat-options span {
| |
− | padding: 0 1px;
| |
− | }
| |
− |
| |
− | .chat-options .chat-options-underline {
| |
− | border-bottom: 1px dotted #15f;
| |
− | cursor: help;
| |
− | }
| |
− |
| |
− | .chat-options-dialogue {
| |
− | color: inherit;
| |
− | background: #ffffff;
| |
− | border: 1px solid #e4eaee;
| |
− | border-radius: 5px;
| |
− | margin-left: 3px;
| |
− | }
| |
− |
| |
− | .clear-both {
| |
− | clear: both;
| |
− | }
| |
− |
| |
− | .clear-left {
| |
− | clear: left;
| |
− | }
| |
− |
| |
− | .clear-right {
| |
− | clear: right;
| |
− | }
| |
− |
| |
− | .coins {
| |
− | color: green;
| |
− | background-position: 0% 50%;
| |
− | background-repeat: no-repeat;
| |
− | display: inline-block;
| |
− | padding: 0;
| |
− | }
| |
− |
| |
− | .coins-pos {
| |
− | color: #014cc0;
| |
− | }
| |
− |
| |
− | .coins-neg {
| |
− | color: #c02614;
| |
− | }
| |
− |
| |
− | .rusty-coins-10000 {
| |
− | background-image: url('filepath://Rusty_coins_10000.png');
| |
− | padding: 7px 0 1px 35px;
| |
− | }
| |
− |
| |
− | .rusty-coins-1000 {
| |
− | background-image: url('filepath://Rusty_coins_1000.png');
| |
− | padding: 1px 0 1px 35px;
| |
− | }
| |
− |
| |
− | .rusty-coins-250 {
| |
− | background-image: url('filepath://Rusty_coins_250.png');
| |
− | padding: 1px 0 1px 35px;
| |
− | }
| |
− |
| |
− | .rusty-coins-100 {
| |
− | background-image: url('filepath://Rusty_coins_100.png');
| |
− | padding: 1px 0px 1px 32px;
| |
− | }
| |
− |
| |
− | .rusty-coins-25 {
| |
− | background-image: url('filepath://Rusty_coins_25.png');
| |
− | padding-left: 30px;
| |
− | }
| |
− |
| |
− | .rusty-coins-5 {
| |
− | background-image: url('filepath://Rusty_coins_5.png');
| |
− | padding-left: 30px;
| |
− | }
| |
− |
| |
− | .rusty-coins-4 {
| |
− | background-image: url('filepath://Rusty_coins_4.png');
| |
− | padding-left: 30px;
| |
− | }
| |
− |
| |
− | .rusty-coins-3 {
| |
− | background-image: url('filepath://Rusty_coins_3.png');
| |
− | padding-left: 30px;
| |
− | }
| |
− |
| |
− | .rusty-coins-2 {
| |
− | background-image: url('filepath://Rusty_coins_2.png');
| |
− | padding-left: 23px;
| |
− | }
| |
− |
| |
− | .rusty-coins-1 {
| |
− | background-image: url('filepath://Rusty_coins_1.png');
| |
− | padding-left: 15px;
| |
− | }
| |
− |
| |
− | .coins-10000 {
| |
− | background-image: url('filepath://Coins_10000.png');
| |
− | padding: 7px 0 1px 35px;
| |
− | }
| |
− |
| |
− | .coins-1000 {
| |
− | background-image: url('filepath://Coins_1000.png');
| |
− | padding: 1px 0 1px 35px;
| |
− | }
| |
− |
| |
− | .coins-250 {
| |
− | background-image: url('filepath://Coins_250.png');
| |
− | padding: 1px 0 1px 35px;
| |
− | }
| |
− |
| |
− | .coins-100 {
| |
− | background-image: url('filepath://Coins_100.png');
| |
− | padding: 1px 0px 1px 32px;
| |
− | }
| |
− |
| |
− | .coins-25 {
| |
− | background-image: url('filepath://Coins_25.png');
| |
− | padding-left: 30px;
| |
− | }
| |
− |
| |
− | .coins-5 {
| |
− | background-image: url('filepath://Coins_5.png');
| |
− | padding-left: 30px;
| |
− | }
| |
− |
| |
− | .coins-4 {
| |
− | background-image: url('filepath://Coins_4.png');
| |
− | padding-left: 30px;
| |
− | }
| |
− |
| |
− | .coins-3 {
| |
− | background-image: url('filepath://Coins_3.png');
| |
− | padding-left: 30px;
| |
− | }
| |
− |
| |
− | .coins-2 {
| |
− | background-image: url('filepath://Coins_2.png');
| |
− | padding-left: 23px;
| |
− | }
| |
− |
| |
− | .coins-1 {
| |
− | background-image: url('filepath://Coins_1.png');
| |
− | padding-left: 15px;
| |
− | }
| |
− |
| |
− | .chimes-1000 {
| |
− | background-image: url('filepath://Chimes_1000.png');
| |
− | padding: 3px 0 3px 33px;
| |
− | }
| |
− |
| |
− | .chimes-100 {
| |
− | background-image: url('filepath://Chimes_100.png');
| |
− | padding: 1px 0 1px 30px;
| |
− | }
| |
− |
| |
− | .chimes-50 {
| |
− | background-image: url('filepath://Chimes_50.png');
| |
− | padding-left: 31px;
| |
− | }
| |
− |
| |
− | .chimes-20 {
| |
− | background-image: url('filepath://Chimes_20.png');
| |
− | padding-left: 24px;
| |
− | }
| |
− |
| |
− | .chimes-1 {
| |
− | background-image: url('filepath://Chimes_1.png');
| |
− | padding-left: 19px;
| |
− | }
| |
− |
| |
− | .zemomark-10000 {
| |
− | background-image: url('filepath://Zemomark_10000.png');
| |
− | padding: 7px 0 1px 26px;
| |
− | }
| |
− |
| |
− | .zemomark-1000 {
| |
− | background-image: url('filepath://Zemomark_1000.png');
| |
− | padding: 1px 0 1px 27px;
| |
− | }
| |
− |
| |
− | .zemomark-250 {
| |
− | background-image: url('filepath://Zemomark_250.png');
| |
− | padding: 1px 0 1px 25px;
| |
− | }
| |
− |
| |
− | .zemomark-100 {
| |
− | background-image: url('filepath://Zemomark_100.png');
| |
− | padding: 1px 0px 1px 30px;
| |
− | }
| |
− |
| |
− | .zemomark-25 {
| |
− | background-image: url('filepath://Zemomark_25.png');
| |
− | padding-left: 30px;
| |
− | }
| |
− |
| |
− | .zemomark-5 {
| |
− | background-image: url('filepath://Zemomark_5.png');
| |
− | padding-left: 30px;
| |
− | }
| |
− |
| |
− | .zemomark-4 {
| |
− | background-image: url('filepath://Zemomark_4.png');
| |
− | padding-left: 25px;
| |
− | }
| |
− |
| |
− | .zemomark-3 {
| |
− | background-image: url('filepath://Zemomark_3.png');
| |
− | padding-left: 25px;
| |
− | }
| |
− |
| |
− | .zemomark-2 {
| |
− | background-image: url('filepath://Zemomark_2.png');
| |
− | padding-left: 23px;
| |
− | }
| |
− |
| |
− | .zemomark-1 {
| |
− | background-image: url('filepath://Zemomark_1.png');
| |
− | padding-left: 18px;
| |
− | }
| |
− |
| |
− | #DisassemblyT .disassembly-border {
| |
− | border-top: 0.5em solid #ffffff;
| |
− | }
| |
− |
| |
− | .documentation {
| |
− | background: #ffffff;
| |
− | border: 1px solid #e4eaee;
| |
− | box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
− | }
| |
− |
| |
− | .documentation pre,
| |
− | .documentation code {
| |
− | background-color: #f9fafa;
| |
− | }
| |
− |
| |
− | .documentation-header {
| |
− | color: #ffffff;
| |
− | background: #949eaa;
| |
− | font-weight: bold;
| |
− | padding: 1em 1.5em;
| |
− | }
| |
− |
| |
− | .documentation-title {
| |
− | font-size: 1.25em;
| |
− | }
| |
− |
| |
− | .documentation-subheader {
| |
− | color: #ffffff;
| |
− | background: #808c9a;
| |
− | padding: .5em 1.5em;
| |
− | }
| |
− |
| |
− | .documentation-subheader a,
| |
− | .documentation-subheader .documentation-links a,
| |
− | .documentation-subheader a:visited,
| |
− | .documentation-subheader .documentation-links a:visited,
| |
− | .documentation-subheader a:active,
| |
− | .documentation-subheader .documentation-links a:active {
| |
− | color: #e4eaee;
| |
− | }
| |
− |
| |
− | .documentation-documentation,
| |
− | .documentation-links {
| |
− | font-size: .85em;
| |
− | }
| |
− |
| |
− | .documentation-content {
| |
− | padding: 1em 1.5em;
| |
− | }
| |
− |
| |
− | .dropsline-noted {
| |
− | color: #949eaa;
| |
− | }
| |
− |
| |
− | .item-drops .beast-version {
| |
− | font-size: smaller;
| |
− | font-style: italic;
| |
− | }
| |
− |
| |
− | .editnotice {
| |
− | font-size: .9em;
| |
− | padding-bottom: .75em;
| |
− | margin-bottom: .6em;
| |
− | }
| |
− |
| |
− | .editnotice .editnotice-title {
| |
− | font-size: 1.2em;
| |
− | font-weight: bold;
| |
− | margin-bottom: .4em;
| |
− | }
| |
− |
| |
− | .equipmenttable {
| |
− | background-image: url('filepath://Worn_equipment_interface_blank.png');
| |
− | background-repeat: no-repeat;
| |
− | background-position: top left;
| |
− | width: 225px;
| |
− | height: 320px;
| |
− | text-align: center;
| |
− | display: inline-block;
| |
− | }
| |
− |
| |
− | .equipmenttable.equipmenttable-float-right {
| |
− | float: right;
| |
− | }
| |
− |
| |
− | .equipmenttable.equipmenttable-float-left {
| |
− | float: left;
| |
− | }
| |
− |
| |
− | .equipmenttable.equipmenttable-float-center {
| |
− | display: block;
| |
− | margin: 0 auto;
| |
− | }
| |
− |
| |
− | .equipmenttable .equipmentrow {
| |
− | position: relative;
| |
− | }
| |
− |
| |
− | .equipmenttable .equipmentrow.equipmentrow1 {
| |
− | top: 64px;
| |
− | }
| |
− |
| |
− | .equipmenttable .equipmentrow.equipmentrow2 {
| |
− | top: 72px;
| |
− | }
| |
− |
| |
− | .equipmenttable .equipmentrow.equipmentrow3 {
| |
− | top: 80px;
| |
− | }
| |
− |
| |
− | .equipmenttable .equipmentrow.equipmentrow4 {
| |
− | top: 87px;
| |
− | }
| |
− |
| |
− | .equipmenttable .equipmentrow.equipmentrow5 {
| |
− | top: 97px;
| |
− | }
| |
− |
| |
− | .equipmenttable .equipmentrow .equipmentslot {
| |
− | display: table-cell;
| |
− | position: relative;
| |
− | height: 32px;
| |
− | width: 32px;
| |
− | vertical-align: middle;
| |
− | }
| |
− |
| |
− | .equipmenttable .equipmentrow .equipmentslot img {
| |
− | max-height: 32px;
| |
− | max-width: 32px;
| |
− | }
| |
− |
| |
− | .equipmenttable .equipmentrow .equipmentslot.emptyslot img {
| |
− | opacity: 0.5;
| |
− | }
| |
− |
| |
− | .equipmenttable .equipmentrow .equipmentslot.auraslot {
| |
− | left: 56px;
| |
− | }
| |
− |
| |
− | .equipmenttable .equipmentrow .equipmentslot.headslot {
| |
− | left: 64px;
| |
− | }
| |
− |
| |
− | .equipmenttable .equipmentrow .equipmentslot.pocketslot {
| |
− | left: 72px;
| |
− | }
| |
− |
| |
− | .equipmenttable .equipmentrow .equipmentslot.sigilslot {
| |
− | left: 16px;
| |
− | }
| |
− |
| |
− | .equipmenttable .equipmentrow .equipmentslot.capeslot {
| |
− | left: 24px;
| |
− | }
| |
− |
| |
− | .equipmenttable .equipmentrow .equipmentslot.neckslot {
| |
− | left: 32px;
| |
− | }
| |
− |
| |
− | .equipmenttable .equipmentrow .equipmentslot.ammoslot {
| |
− | left: 40px;
| |
− | }
| |
− |
| |
− | .equipmenttable .equipmentrow .equipmentslot.weaponslot {
| |
− | left: 36px;
| |
− | }
| |
− |
| |
− | .equipmenttable .equipmentrow .equipmentslot.torsoslot {
| |
− | left: 64px;
| |
− | }
| |
− |
| |
− | .equipmenttable .equipmentrow .equipmentslot.shieldslot {
| |
− | left: 92px;
| |
− | }
| |
− |
| |
− | .equipmenttable .equipmentrow .equipmentslot.legsslot {
| |
− | left: 96px;
| |
− | }
| |
− |
| |
− | .equipmenttable .equipmentrow .equipmentslot.glovesslot {
| |
− | left: 36px;
| |
− | }
| |
− |
| |
− | .equipmenttable .equipmentrow .equipmentslot.bootsslot {
| |
− | left: 64px;
| |
− | }
| |
− |
| |
− | .equipmenttable .equipmentrow .equipmentslot.ringslot {
| |
− | left: 92px;
| |
− | }
| |
− |
| |
− | .extimage div,
| |
− | .extimage a,
| |
− | .extimage img {
| |
− | height: inherit;
| |
− | max-height: inherit;
| |
− | max-width: inherit;
| |
− | width: inherit;
| |
− | }
| |
− |
| |
− | .extimage .caption {
| |
− | color: #696969;
| |
− | padding: 3px 6px;
| |
− | }
| |
− |
| |
− | .fact-text {
| |
− | color: #15f;
| |
− | font-style: italic;
| |
− | cursor: help;
| |
− | border-bottom: dotted 1px black;
| |
− | }
| |
− |
| |
− | .fairycode {
| |
− | font-family: "KingthingsPetrock", sans-serif;
| |
− | font-size: 120%;
| |
− | font-weight: bold;
| |
− | text-transform: lowercase;
| |
− | letter-spacing: 1px;
| |
− | }
| |
− |
| |
− | .fairycode b ~ b:before {
| |
− | content: "•";
| |
− | }
| |
− |
| |
− | .floornumber > .floornumber-us,
| |
− | .floornumber-setting-gb .floornumber > .floornumber-us,
| |
− | .floornumber-setting-us .floornumber > .floornumber-gb {
| |
− | display: none;
| |
− | }
| |
− |
| |
− | .floornumber-setting-gb .floornumber > .floornumber-gb,
| |
− | .floornumber-setting-us .floornumber > .floornumber-us {
| |
− | display: inline;
| |
− | }
| |
− |
| |
− | .floornumber-override-gb .floornumber > .floornumber-us,
| |
− | .floornumber-override-us .floornumber > .floornumber-gb {
| |
− | display: none !important;
| |
− | }
| |
− |
| |
− | .floornumber-override-gb .floornumber > .floornumber-gb,
| |
− | .floornumber-override-us .floornumber > .floornumber-us {
| |
− | display: inline !important;
| |
− | }
| |
− |
| |
− | .rsw-infobox {
| |
− | background: #ffffff;
| |
− | font-size: .85em;
| |
− | width: 300px;
| |
− | 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 {
| |
− | color: #ffffff;
| |
− | font-size: 1.15em;
| |
− | line-height: 1.4em;
| |
− | background: #246c97;
| |
− | border-bottom: 0.5em solid #ffffff;
| |
− | padding: .5em 0;
| |
− | }
| |
− |
| |
− | .rsw-infobox .infobox-subheader {
| |
− | background: #6ba5c8;
| |
− | color: #ffffff;
| |
− | line-height: 2em;
| |
− | border-top: 0.5em solid #ffffff;
| |
− | border-bottom: 0.5em solid #ffffff;
| |
− | }
| |
− |
| |
− | .rsw-infobox .infobox-subheader a {
| |
− | color: #ffffff;
| |
− | }
| |
− |
| |
− | .rsw-infobox .infobox-image {
| |
− | text-align: center;
| |
− | }
| |
− |
| |
− | .rsw-infobox .infobox-image.bordered-image {
| |
− | border: 1px solid #e4eaee;
| |
− | border-bottom: none;
| |
− | padding: .4em;
| |
− | }
| |
− |
| |
− | .rsw-infobox .infobox-image a.image + a.image {
| |
− | margin-left: .1em;
| |
− | }
| |
− |
| |
− | .rsw-infobox .infobox-image img {
| |
− | max-width: 300px;
| |
| height: auto; | | height: auto; |
| } | | } |
| | | |
− | .rsw-infobox .infobox-map {
| + | /* |
− | border-left: 1px solid #e4eaee;
| |
− | border-right: 1px solid #e4eaee;
| |
− | text-align: center;
| |
− | }
| |
| | | |
− | .rsw-infobox .infobox-map img {
| |
− | max-width: 300px;
| |
− | height: auto;
| |
− | margin: .5em 0;
| |
− | }
| |
| | | |
− | .rsw-infobox th:not(.infobox-header):not(.infobox-subheader) {
| + | == Fonts families == |
− | text-align: right;
| |
− | 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) {
| + | /* <pre> */ |
− | border-right: 1px solid #e4eaee;
| + | @import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,400i,700,700i|PT+Serif:400,400i,700,700i&display=swap'); |
− | padding: 0.25em 0.5em;
| |
− | line-height: 1.6em;
| |
− | }
| |
| | | |
− | .rsw-infobox td[colspan="2"]:not(.infobox-image):not(.infobox-map) {
| |
− | border: 1px solid #e4eaee;
| |
− | padding-bottom: .6em;
| |
− | }
| |
| | | |
− | .rsw-infobox td ul {
| + | @font-face { |
− | margin: 0 0 0 1.25em; | + | font-family: 'triforce'; |
| + | font-style: normal; |
| + | font-weight: normal; |
| + | src: url('http://legendsofhyrule.net/5e/fonts/triforce.ttf') format('truetype'), |
| + | url('http://hyrulecastle.org/loh/5e/fonts/triforce.ttf') format('truetype'); |
| } | | } |
| | | |
− | .rsw-infobox .infobox-cell-hidden {
| + | @font-face { |
− | display: none; | + | font-family: 'mreaves'; |
| + | font-style: normal; |
| + | font-weight: normal; |
| + | src: url('http://legendsofhyrule.net/5e/fonts/mreavessmallcaps.otf') format('opentype'), |
| + | url('http://hyrulecastle.org/loh/5e/fonts/mreavessmallcaps.otf') format('opentype'); |
| } | | } |
| | | |
− | .rsw-infobox .infobox-template-links {
| + | @font-face { |
− | text-align: center; | + | font-family: 'bookinsanity'; |
| + | font-style: normal; |
| + | font-weight: normal; |
| + | src: url('http://legendsofhyrule.net/5e/fonts/Bookinsanity.otf') format('opentype'), |
| + | url('http://hyrulecastle.org/loh/5e/fonts/Bookinsanity.otf') format('opentype'); |
| } | | } |
| | | |
− | .infobox-wrapper {
| + | @font-face { |
− | display: table;
| + | font-family: 'scalysans'; |
− | float: right;
| + | font-style: normal; |
− | }
| |
− | | |
− | .rsw-infobox.infobox-monster {
| |
− | text-align: center;
| |
− | table-layout: fixed;
| |
− | }
| |
− | | |
− | .rsw-infobox.infobox-monster th:not(.infobox-header):not(.infobox-subheader):last-child {
| |
− | border-right: 1px solid #e4eaee;
| |
− | }
| |
− | | |
− | .rsw-infobox.infobox-monster td:not(.infobox-image):not(.infobox-map) {
| |
− | border-left: 1px solid #e4eaee;
| |
− | }
| |
− | | |
− | .rsw-infobox.infobox-monster th.combat-subheader {
| |
− | text-align: center;
| |
− | }
| |
− | | |
− | .rsw-infobox.infobox-monster th.offensive-header {
| |
− | background-color: #801c13;
| |
− | color: #ffffff;
| |
− | text-align: center;
| |
− | }
| |
− | | |
− | .rsw-infobox.infobox-monster th.offensive-subheader {
| |
− | background-color: #ecccc6;
| |
− | color: #801c13;
| |
− | text-align: center;
| |
− | }
| |
− | | |
− | .rsw-infobox.infobox-monster th.offensive-subheader a {
| |
− | color: #801c13;
| |
− | }
| |
− | | |
− | .rsw-infobox.infobox-monster th.offensive-subheader:not(:last-child) {
| |
− | border-right: 0.175em solid #801c13;
| |
− | }
| |
− | | |
− | .rsw-infobox.infobox-monster th.defensive-header {
| |
− | background-color: #438ab5;
| |
− | color: #ffffff;
| |
− | text-align: center;
| |
− | }
| |
− | | |
− | .rsw-infobox.infobox-monster th.defensive-subheader {
| |
− | background-color: #c1deed;
| |
− | color: #36414f;
| |
− | text-align: center;
| |
− | }
| |
− | | |
− | .rsw-infobox.infobox-monster th.defensive-subheader a {
| |
− | color: #36414f;
| |
− | }
| |
− | | |
− | .rsw-infobox.infobox-monster th.slayer-header {
| |
− | background: #4c4c4c;
| |
− | color: #ffffff;
| |
− | text-align: center;
| |
− | }
| |
− | | |
− | .rsw-infobox.infobox-monster th.slayer-subheader {
| |
− | background-color: #cccccc;
| |
− | color: #4c4c4c;
| |
− | text-align: center;
| |
− | }
| |
− | | |
− | .rsw-infobox.infobox-monster th.slayer-subheader:not(:last-child) {
| |
− | border-right: 0.175em solid #4c4c4c;
| |
− | }
| |
− | | |
− | .infobox-thieving .thvloot-cell {
| |
− | padding: 0;
| |
− | }
| |
− | | |
− | .infobox-thieving .thvloot-cell .wikitable {
| |
− | margin: -0.5px;
| |
− | width: calc(100% + 1px);
| |
− | }
| |
− | | |
− | .rsw-infobox#infobox-familiar th:last-child:not([colspan="4"]) {
| |
− | border-right: 1px solid #e4eaee;
| |
− | }
| |
− | | |
− | .rsw-infobox#infobox-familiar td.infobox-template-links {
| |
− | border: 1px solid #e4eaee !important;
| |
− | padding-bottom: .6em;
| |
− | }
| |
− | | |
− | .rsw-infobox#infobox-familiar td:first-child {
| |
− | border-left: 1px solid #e4eaee !important;
| |
− | }
| |
− | | |
− | .rsw-infobox#infobox-familiar td:last-child {
| |
− | border-right: 1px solid #e4eaee !important;
| |
− | }
| |
− | | |
− | .rsw-infobox#infobox-familiar td:not(.infobox-image):not(.infobox-map) {
| |
− | border: none;
| |
− | }
| |
− | | |
− | .rsw-infobox#infobox-familiar td[colspan="2"]:not(.infobox-image):not(.infobox-map) {
| |
− | border: none;
| |
− | padding: 0.25em 0.5em;
| |
− | }
| |
− | | |
− | .infobox-bottom-links {
| |
− | clear: right;
| |
− | float: right;
| |
− | font-size: xx-small;
| |
− | margin-top: -1.5em;
| |
− | }
| |
− | | |
− | .infobox-buttons {
| |
− | text-align: center;
| |
− | max-width: 250px;
| |
− | display: none;
| |
− | margin: 0 auto;
| |
− | }
| |
− | | |
− | .infobox-buttons .button {
| |
− | margin: 0 3px;
| |
− | }
| |
− | | |
− | .infobox-switch-resources {
| |
− | display: none;
| |
− | }
| |
− | | |
− | .infobox .infobox-cell-hidden {
| |
− | display: none;
| |
− | }
| |
− | | |
− | .switch-infobox .switch-infobox-triggers,
| |
− | .switch-infobox .loading-button {
| |
− | clear: left;
| |
− | }
| |
− | | |
− | .infobox .nestedinfo td table {
| |
− | min-width: 263px;
| |
− | margin: -1px;
| |
− | width: calc(100% + 2px) !important;
| |
− | }
| |
− | | |
− | .infobox .nestedinfo td {
| |
− | width: 100%;
| |
− | padding: 0;
| |
− | }
| |
− | | |
− | .infobox {
| |
− | border: 1px solid #aaaaaa;
| |
− | background-color: #f9f9f9;
| |
− | color: inherit !important;
| |
− | margin: 0 0 0.5em 0.2em !important;
| |
− | padding: 0.2em;
| |
− | float: right;
| |
− | clear: right;
| |
− | }
| |
− | | |
− | .infobox td,
| |
− | .infobox th {
| |
− | vertical-align: top;
| |
− | }
| |
− | | |
− | .infobox caption {
| |
− | font-size: larger; | |
− | padding-bottom: 10px !important;
| |
− | margin-left: 0 !important;
| |
− | color: inherit !important;
| |
− | }
| |
− | | |
− | .infobox.bordered {
| |
− | border-collapse: collapse;
| |
− | }
| |
− | | |
− | .infobox.bordered td,
| |
− | .infobox.bordered th {
| |
− | border: 1px solid #aaaaaa;
| |
− | }
| |
− | | |
− | .infobox.bordered .borderless td,
| |
− | .infobox.bordered .borderless th {
| |
− | border: 0;
| |
− | }
| |
− | | |
− | .infobox ul {
| |
− | margin: 0.3em 0 0 1.6em;
| |
− | }
| |
− | | |
− | .infobox .wikitable.mw-collapsible {
| |
− | margin: -1px;
| |
− | width: calc(100% + 2px) !important;
| |
− | }
| |
− | | |
− | .infobox a.image + a.image {
| |
− | margin-left: 3px;
| |
− | }
| |
− | | |
− | .infobox .infobox-image {
| |
− | text-align: center;
| |
− | word-spacing: -4px;
| |
− | }
| |
− | | |
− | .infobox .infobox-image img {
| |
− | height: inherit;
| |
− | max-width: 250px;
| |
− | }
| |
− | | |
− | .infobox td .new {
| |
− | word-spacing: 0;
| |
− | }
| |
− | | |
− | .infobox input#QtyCalc {
| |
− | width: 50px !important;
| |
− | }
| |
− | | |
− | .infobox .infobox-cell-hidden {
| |
− | display: none;
| |
− | }
| |
− | | |
− | .infobox-bonuses.wikitable th {
| |
− | padding: .25em .4em;
| |
− | text-align: center;
| |
− | white-space: nowrap;
| |
− | width: 70px !important;
| |
− | }
| |
− | | |
− | .infobox-bonuses.wikitable td {
| |
− | text-align: center;
| |
− | }
| |
− | | |
− | .infobox-bonuses.wikitable .combat-attributes {
| |
− | text-align: left;
| |
− | }
| |
− | | |
− | .infobox-bonuses.wikitable .combat-attributes .image {
| |
− | display: inline-block;
| |
− | margin-right: 4px;
| |
− | width: 23px;
| |
− | }
| |
− | | |
− | .infotableBonuses .attribute-value {
| |
− | background: #f5f5f5;
| |
− | }
| |
− | | |
− | .infotableBonuses .attribute-total {
| |
− | background: #f2f2f2;
| |
− | }
| |
− | | |
− | .infotableBonuses .attribute-total .attribute-value {
| |
− | background: #f2f2f2;
| |
− | }
| |
− | | |
− | .inventorytable {
| |
− | background-image: url('filepath://Inventory_interface.png');
| |
− | background-repeat: no-repeat;
| |
− | background-position: top left;
| |
− | width: 174px;
| |
− | height: 328px;
| |
− | padding: 37px 0 42px;
| |
− | border-spacing: 0;
| |
− | }
| |
− | | |
− | .inventorytable td {
| |
− | padding: 0 !important;
| |
− | border: 0 !important;
| |
− | text-align: center;
| |
− | position: relative;
| |
− | width: 46px;
| |
− | height: 36px;
| |
− | }
| |
− | | |
− | .keypress {
| |
− | background: #eeeeee;
| |
− | 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 {
| |
− | background: #cfd8eb;
| |
− | border: none;
| |
− | }
| |
− | | |
− | .license th {
| |
− | padding-right: 0.4em;
| |
− | background-color: #617ebc;
| |
− | color: #fff;
| |
− | width: 25%;
| |
− | }
| |
− | | |
− | .license th[colspan="2"] {
| |
− | font-size: 16px;
| |
− | }
| |
− | | |
− | .license a {
| |
− | color: #556d97;
| |
− | }
| |
− | | |
− | .musicplayer {
| |
− | border: 1px solid #e4eaee;
| |
− | font-size: 90%;
| |
− | 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 {
| |
− | margin-top: .75em;
| |
− | }
| |
− | | |
− | .messagebox {
| |
− | width: 65%;
| |
− | margin-left: auto;
| |
− | margin-right: auto;
| |
− | margin-top: 0.5em;
| |
− | margin-bottom: 0.5em;
| |
− | padding: 3px 3px 3px 0;
| |
− | border-left: 15px solid #90c2dd;
| |
− | background-color: #f1f1f1;
| |
− | }
| |
− | | |
− | .messagebox.obsolete {
| |
− | background-color: #cfcfcf;
| |
− | border-color: #464646;
| |
− | }
| |
− | | |
− | .messagebox.obsolete a,
| |
− | .messagebox.obsolete a:visited,
| |
− | .messagebox.obsolete a:active {
| |
− | color: #6c6c6c;
| |
− | }
| |
− | | |
− | .messagebox.info {
| |
− | background-color: #ebebeb;
| |
− | border-color: #898989;
| |
− | }
| |
− | | |
− | .messagebox.info a,
| |
− | .messagebox.info a:visited,
| |
− | .messagebox.info a:active {
| |
− | color: #6c6c6c;
| |
− | }
| |
− | | |
− | .messagebox.action {
| |
− | background-color: #cbdae2;
| |
− | border-color: #45697D;
| |
− | }
| |
− | | |
− | .messagebox.action a,
| |
− | .messagebox.action a:visited,
| |
− | .messagebox.action a:active {
| |
− | color: #3c5c6e;
| |
− | }
| |
− | | |
− | .messagebox.file {
| |
− | background-color: #cfd8eb;
| |
− | border-color: #617ebc;
| |
− | }
| |
− | | |
− | .messagebox.file a,
| |
− | .messagebox.file a:visited,
| |
− | .messagebox.file a:active {
| |
− | color: #556d97;
| |
− | }
| |
− | | |
− | .messagebox.warn {
| |
− | background-color: #ecd8d5;
| |
− | border-color: #861c10;
| |
− | }
| |
− | | |
− | .messagebox.warn a,
| |
− | .messagebox.warn a:visited,
| |
− | .messagebox.warn a:active {
| |
− | color: #861c10;
| |
− | }
| |
− | | |
− | .messagebox.disambig {
| |
− | background-color: #ebebeb;
| |
− | border-color: #898989;
| |
− | margin-top: 20px !important;
| |
− | margin-bottom: 30px !important;
| |
− | }
| |
− | | |
− | .messagebox.disambig a,
| |
− | .messagebox.disambig a:visited,
| |
− | .messagebox.disambig a:active {
| |
− | color: #6c6c6c;
| |
− | }
| |
− | | |
− | .messagebox.safe {
| |
− | background-color: #d8f0d3;
| |
− | border-color: #1b8408;
| |
− | }
| |
− | | |
− | .messagebox.safe a,
| |
− | .messagebox.safe a:visited,
| |
− | .messagebox.safe a:active {
| |
− | color: #1b8408;
| |
− | }
| |
− | | |
− | .messagebox.unsafe {
| |
− | background-color: #ffee88;
| |
− | border-color: #997700;
| |
− | }
| |
− | | |
− | .messagebox.unsafe a,
| |
− | .messagebox.unsafe a:visited,
| |
− | .messagebox.unsafe a:active {
| |
− | color: #997700;
| |
− | }
| |
− | | |
− | .messagebox.easter {
| |
− | background-color: #e5f9c2;
| |
− | border-color: #598014;
| |
− | }
| |
− | | |
− | .messagebox.easter a,
| |
− | .messagebox.easter a:visited,
| |
− | .messagebox.easter a:active {
| |
− | color: #598014;
| |
− | }
| |
− | | |
− | .messagebox.halloween {
| |
− | background-color: #e8d8ea;
| |
− | border-color: #794080;
| |
− | }
| |
− | | |
− | .messagebox.halloween a,
| |
− | .messagebox.halloween a:visited,
| |
− | .messagebox.halloween a:active {
| |
− | color: #794080;
| |
− | }
| |
− | | |
− | .messagebox.thanksgiving {
| |
− | background-color: #f0cba8;
| |
− | border-color: #a65800;
| |
− | }
| |
− | | |
− | .messagebox.thanksgiving a,
| |
− | .messagebox.thanksgiving a:visited,
| |
− | .messagebox.thanksgiving a:active {
| |
− | color: #a65800;
| |
− | }
| |
− | | |
− | .messagebox.christmas {
| |
− | background-color: #d4eaf6;
| |
− | border-color: #428bb5;
| |
− | }
| |
− | | |
− | .messagebox.christmas a,
| |
− | .messagebox.christmas a:visited,
| |
− | .messagebox.christmas a:active {
| |
− | color: #3a799d;
| |
− | }
| |
− | | |
− | .messagebox.discord {
| |
− | background-color: #7289DA;
| |
− | border-color: #5a6dad;
| |
− | color: #ffffff;
| |
− | }
| |
− | | |
− | .messagebox.discord a,
| |
− | .messagebox.discord a:visited,
| |
− | .messagebox.discord a:active {
| |
− | color: #d2e5fc;
| |
− | }
| |
− | | |
− | .messagebox.discord a.external.text,
| |
− | .messagebox.discord a:visited.external.text,
| |
− | .messagebox.discord a:active.external.text {
| |
− | color: #d2e5fc;
| |
− | font-style: italic; | |
− | }
| |
− | | |
− | .messagebox.stub {
| |
− | 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;
| |
− | border: 1px solid #eee;
| |
− | }
| |
− | | |
− | .wikipedia {
| |
− | border: solid #aaa 1px;
| |
− | font-size: 90%;
| |
− | background: #f9f9f9;
| |
− | padding: 4px;
| |
− | spacing: 0px;
| |
− | margin-top: 10px;
| |
− | }
| |
− | | |
− | .messagebox2 {
| |
− | background: #ffffff;
| |
− | width: 60vw;
| |
− | max-width: 600px;
| |
− | margin: 1em auto;
| |
− | border-collapse: collapse;
| |
− | box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
− | }
| |
− | | |
− | .messagebox2 + .messagebox2 {
| |
− | margin-top: calc(-1em - 1px);
| |
− | }
| |
− | | |
− | .messagebox-header {
| |
− | background: #ddedf6;
| |
− | border: 1px solid #c5e0ef;
| |
− | border-bottom: 0.3em solid #589ac1;
| |
− | display: flex;
| |
− | }
| |
− | | |
− | .messagebox-image {
| |
− | width: 55px;
| |
− | display: flex;
| |
− | justify-content: center;
| |
− | align-items: center;
| |
− | }
| |
− | | |
− | .messagebox-title {
| |
− | line-height: 1.55em;
| |
− | font-weight: bold;
| |
− | padding: .6em .6em .6em 0;
| |
− | flex: 1;
| |
− | }
| |
− | | |
− | .messagebox-text {
| |
− | font-size: 0.85em;
| |
− | line-height: 1.6em;
| |
− | padding: 0.65em 0.65em 0.65em 55px;
| |
− | border: 1px solid #e4eaee;
| |
− | border-top-width: 0;
| |
− | }
| |
− | | |
− | .messagebox2.warn .messagebox-header {
| |
− | background: #feecea;
| |
− | border-color: #fdd6d2;
| |
− | border-bottom-color: #ed3523;
| |
− | }
| |
− | | |
− | .messagebox2.warn .messagebox-header a {
| |
− | color: #da2412;
| |
− | }
| |
− | | |
− | .messagebox2.action .messagebox-header {
| |
− | background: #fef0e4;
| |
− | border-color: #fde2cb;
| |
− | border-bottom-color: #f67e0c;
| |
− | }
| |
− | | |
− | .messagebox2.action .messagebox-header a {
| |
− | color: #d76d08;
| |
− | }
| |
− | | |
− | .messagebox2.safe .messagebox-header {
| |
− | background: #ecf8e3;
| |
− | border-color: #def3cf;
| |
− | border-bottom-color: #64ba1d;
| |
− | }
| |
− | | |
− | .messagebox2.safe .messagebox-header a {
| |
− | color: #539b18;
| |
− | }
| |
− | | |
− | .messagebox2.file .messagebox-header {
| |
− | background: #e2e9f7;
| |
− | border-color: #cedaf1;
| |
− | border-bottom-color: #5675b7;
| |
− | }
| |
− | | |
− | .messagebox2.file .messagebox-header a {
| |
− | color: #4664a4;
| |
− | }
| |
− | | |
− | .messagebox2.event .messagebox-header {
| |
− | background: #fceef9;
| |
− | border-color: #f8d8f1;
| |
− | border-bottom-color: #e667ca;
| |
− | }
| |
− | | |
− | .messagebox2.event .messagebox-header a {
| |
− | color: #e148c0;
| |
− | }
| |
− | | |
− | .messagebox2.info .messagebox-header {
| |
− | background: #e4eaee;
| |
− | border-color: #d4dee4;
| |
− | border-bottom-color: #8b96a3;
| |
− | }
| |
− | | |
− | .messagebox2.info .messagebox-header a {
| |
− | color: #788493;
| |
− | }
| |
− | | |
− | .messagebox2.obsolete .messagebox-header {
| |
− | background: #eeeeee;
| |
− | border-color: #e1e1e1;
| |
− | border-bottom-color: #6f6f6f;
| |
− | }
| |
− | | |
− | .messagebox2.obsolete .messagebox-header a {
| |
− | color: #5e5e5e;
| |
− | }
| |
− | | |
− | .messagebox2.discord .messagebox-header {
| |
− | background: #7289da;
| |
− | border-color: #5e78d5;
| |
− | border-bottom-color: #5265a5;
| |
− | }
| |
− | | |
− | .messagebox2.discord .messagebox-header a {
| |
− | color: #46578e;
| |
− | }
| |
− | | |
− | .messagebox2.discord .messagebox-title {
| |
− | color: #ffffff;
| |
− | }
| |
− | | |
− | .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%;
| |
− | 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-title {
| |
− | 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-title a:visited {
| |
− | color: #438ab5;
| |
− | }
| |
− | | |
− | .navbox .navbox-list {
| |
− | border-bottom: 1px solid #d8e5ff;
| |
− | padding: 0 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-title {
| |
− | 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;
| |
− | }
| |
− | | |
− | .navbox-data {
| |
− | display: none;
| |
− | }
| |
− | | |
− | .navbox-data + .navbox {
| |
− | margin-top: -8px;
| |
− | }
| |
− | | |
− | .pathmap .wikitable.lighttable > tfoot {
| |
− | display: none;
| |
− | }
| |
− | | |
− | .pathmap table.wikitable.lighttable {
| |
− | width: auto !important;
| |
− | display: table-cell;
| |
− | border: none;
| |
− | }
| |
− | | |
− | .pathmap table.wikitable.lighttable td {
| |
− | height: 30px;
| |
− | width: 30px;
| |
− | padding: 0 !important;
| |
− | border-bottom-width: 2px;
| |
− | }
| |
− | | |
− | .perk-link {
| |
− | background: #09222F;
| |
− | border-radius: 111px;
| |
− | width: 35px;
| |
− | height: 35px;
| |
− | line-height: 30px;
| |
− | display: inline-table;
| |
− | }
| |
− | | |
− | .perk-link.perk-link-nobg {
| |
− | background: transparent;
| |
− | }
| |
− | | |
− | .perk-link > a {
| |
− | margin-left: 5px;
| |
− | }
| |
− | | |
− | .perk-link .perk-link-rank {
| |
− | position: relative;
| |
− | top: -26px;
| |
− | left: 5px;
| |
− | margin-bottom: -28px;
| |
− | line-height: 0;
| |
− | float: left;
| |
− | }
| |
− | | |
− | .gizmo-interface {
| |
− | background-image: url('filepath://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;
| |
− | }
| |
− | | |
− | table.alternating-rows .gizmo-interface tr:nth-child(odd) {
| |
− | background: none;
| |
− | }
| |
− | | |
− | .pic-link + a,
| |
− | .chathead-link + a {
| |
− | margin-left: .25em;
| |
− | }
| |
− | | |
− | .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: #5d6773;
| |
− | }
| |
− | | |
− | blockquote p:not(.quote-source) {
| |
− | border-left: 3px solid #e4eaee;
| |
− | padding-left: 1em;
| |
− | }
| |
− | | |
− | .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;
| |
− | }
| |
− | | |
− | .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('filepath://Statstable_bg.png');
| |
− | background-repeat: no-repeat;
| |
− | border-spacing: 0;
| |
− | padding: 7px;
| |
− | }
| |
− | | |
− | .statbox td {
| |
− | position: relative;
| |
− | background-image: url('filepath://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;
| |
− | border-color: #dbe3e8;
| |
− | }
| |
− | | |
− | ul.tabbernav li a:link,
| |
− | ul.tabbernav li a:visited {
| |
− | color: #444e5a;
| |
− | }
| |
− | | |
− | .thgem {
| |
− | position: relative;
| |
− | display: inline-flex;
| |
− | justify-content: center;
| |
− | align-items: center;
| |
− | height: 90px;
| |
− | width: 66px;
| |
− | }
| |
− | | |
− | .thgem-number {
| |
− | text-shadow: 1px 1px 0px black;
| |
− | font-family: runescape-small;
| |
− | font-size: 16px;
| |
− | position: absolute;
| |
− | top: 20px;
| |
− | left: 15px;
| |
− | pointer-events: none;
| |
− | }
| |
− | | |
− | .thgem-common {
| |
− | background-image: url('filepath://THGem-common.png');
| |
− | }
| |
− | | |
− | .thgem-fairly-common {
| |
− | background-image: url('filepath://THGem-fairly-common.png');
| |
− | }
| |
− | | |
− | .thgem-uncommon {
| |
− | background-image: url('filepath://THGem-uncommon.png');
| |
− | }
| |
− | | |
− | .thgem-rare {
| |
− | background-image: url('filepath://THGem-rare.png');
| |
− | }
| |
− | | |
− | .thgem-very-rare {
| |
− | background-image: url('filepath://THGem-very-rare.png');
| |
− | }
| |
− | | |
− | .thgem-ultra-rare {
| |
− | background-image: url('filepath://THGem-ultra-rare.png');
| |
− | }
| |
− | | |
− | .thgem-none {
| |
− | background-image: url('filepath://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;
| |
− | border: 1px solid #dcdcdc;
| |
− | 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 #e6e6e6;
| |
− | 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-history {
| |
− | max-height: 50vh;
| |
− | overflow-y: auto;
| |
− | background: #ffffff;
| |
− | padding: 1em 1.5em .25em;
| |
− | border: 1px solid #e4eaee;
| |
− | }
| |
− | | |
− | .update-history > ul {
| |
− | margin: 0;
| |
− | }
| |
− | | |
− | .update-history > ul > li {
| |
− | margin-bottom: .75em;
| |
− | list-style: none;
| |
− | }
| |
− | | |
− | .update-history > ul > li > ul {
| |
− | margin-bottom: 0;
| |
− | }
| |
− | | |
− | .update-type:hover a {
| |
− | text-decoration: none;
| |
− | }
| |
− | | |
− | .update-type a {
| |
− | color: white;
| |
− | background: #3ea6e6;
| |
− | font-size: 80%;
| |
− | font-weight: bold;
| |
− | text-transform: uppercase;
| |
− | border-radius: 3px;
| |
− | padding: 2px 5px;
| |
− | }
| |
− | | |
− | .update-type.hidden a,
| |
− | .update-type.ninja a,
| |
− | .update-type.nxt a {
| |
− | background: #444e5a;
| |
− | }
| |
− | | |
− | .update-type.patch a {
| |
− | background: #6bc71f;
| |
− | }
| |
− | | |
− | .update-type.hotfix a,
| |
− | .update-type.coldfix a {
| |
− | background: #ee4231;
| |
− | }
| |
− | | |
− | .update-type.warmfix a {
| |
− | background: #f7861b;
| |
− | }
| |
− | | |
− | .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: #c3e8a3;
| |
− | color: #2e5e05;
| |
− | }
| |
− | | |
− | .infobox-user-stats .infobox-header {
| |
− | border-bottom: 0;
| |
− | }
| |
− | | |
− | .infobox-user-stats .infobox-header a,
| |
− | .infobox-user-stats .infobox-header a:visited {
| |
− | color: #ffffff;
| |
− | }
| |
− | | |
− | .infobox-user-stats .infobox-subheader {
| |
− | border-top: 0;
| |
− | }
| |
− | | |
− | .infobox-user-stats td:last-child {
| |
− | border-right: none;
| |
− | }
| |
− | | |
− | .infobox-user-stats th:not(.infobox-header):not(.infobox-subheader) {
| |
− | border: none;
| |
− | }
| |
− | | |
− | table.wikitable {
| |
− | color: inherit;
| |
− | background: #ffffff;
| |
− | font-size: .9em;
| |
− | box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
− | border: none;
| |
− | }
| |
− | | |
− | table.wikitable > * > tr > th {
| |
− | background-color: #eeeeee;
| |
− | border-color: #dcdcdc;
| |
− | line-height: 1.65em;
| |
− | padding: .4em;
| |
− | }
| |
− | | |
− | table.wikitable > * > tr > td {
| |
− | border-color: #e6e6e6;
| |
− | padding: .25em .45em;
| |
− | }
| |
− | | |
− | table.wikitable .header-top {
| |
− | background: #448fba;
| |
− | }
| |
− | | |
− | 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),
| |
− | table.align-left-11 td:nth-of-type(11),
| |
− | table.align-left-12 td:nth-of-type(12) {
| |
− | text-align: left;
| |
− | }
| |
− | | |
− | 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),
| |
− | table.align-right-11 td:nth-of-type(11),
| |
− | table.align-right-12 td:nth-of-type(12) {
| |
− | 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),
| |
− | table.align-center-11 td:nth-of-type(11),
| |
− | table.align-center-12 td:nth-of-type(12) {
| |
− | text-align: center;
| |
− | }
| |
− | | |
− | table.alternating-rows tr:nth-child(odd),
| |
− | table.alternating-cols td:nth-child(odd) {
| |
− | background: #f9f9f9;
| |
− | }
| |
− | | |
− | .table-bg-red,
| |
− | .table-bg-veryrare {
| |
− | background: #fbc0ba;
| |
− | color: #801c13;
| |
− | }
| |
− | | |
− | .table-bg-red a:not(.mw-selflink),
| |
− | .table-bg-veryrare a:not(.mw-selflink) {
| |
− | color: #9f261e;
| |
− | text-decoration: underline;
| |
− | }
| |
− | | |
− | .table-bg-orange,
| |
− | .table-bg-rare {
| |
− | background: #fbcfa6;
| |
− | color: #7a3f08;
| |
− | }
| |
− | | |
− | .table-bg-orange a:not(.mw-selflink),
| |
− | .table-bg-rare a:not(.mw-selflink) {
| |
− | color: #b55e0c;
| |
− | text-decoration: underline;
| |
− | }
| |
− | | |
− | .table-bg-yellow,
| |
− | .table-bg-uncommon {
| |
− | background: #fcea94;
| |
− | color: #786300;
| |
− | }
| |
− | | |
− | .table-bg-yellow a:not(.mw-selflink),
| |
− | .table-bg-uncommon a:not(.mw-selflink) {
| |
− | color: #a48900;
| |
− | text-decoration: underline;
| |
− | }
| |
− | | |
− | .table-bg-green,
| |
− | .table-bg-common {
| |
− | background: #c3e8a3;
| |
− | color: #2e5e05;
| |
− | }
| |
− | | |
− | .table-bg-green a:not(.mw-selflink),
| |
− | .table-bg-common a:not(.mw-selflink) {
| |
− | color: #3c780a;
| |
− | text-decoration: underline;
| |
− | }
| |
− | | |
− | .table-bg-blue,
| |
− | .table-bg-always {
| |
− | background: #aad9f5;
| |
− | color: #03436b;
| |
− | }
| |
− | | |
− | .table-bg-blue a:not(.mw-selflink),
| |
− | .table-bg-always a:not(.mw-selflink) {
| |
− | color: #0b5884;
| |
− | text-decoration: underline;
| |
− | }
| |
− | | |
− | .table-bg-purple {
| |
− | background: #cfc0f0;
| |
− | color: #3d276b;
| |
− | }
| |
− | | |
− | .table-bg-purple a:not(.mw-selflink) {
| |
− | color: #4f348b;
| |
− | text-decoration: underline;
| |
− | }
| |
− | | |
− | .table-bg-pink,
| |
− | .table-bg-random {
| |
− | background: #f5c8ec;
| |
− | color: #6d3662;
| |
− | }
| |
− | | |
− | .table-bg-pink a:not(.mw-selflink),
| |
− | .table-bg-random a:not(.mw-selflink) {
| |
− | color: #984c89;
| |
− | text-decoration: underline;
| |
− | }
| |
− | | |
− | .table-bg-gray,
| |
− | .table-bg-grey,
| |
− | .table-bg-default {
| |
− | background: #e4eaee;
| |
− | color: #444e5a;
| |
− | }
| |
− | | |
− | .table-bg-gray a:not(.mw-selflink),
| |
− | .table-bg-grey a:not(.mw-selflink),
| |
− | .table-bg-default a:not(.mw-selflink) {
| |
− | color: #5d6773;
| |
− | text-decoration: underline;
| |
− | }
| |
− | | |
− | .table-na {
| |
− | background: #f9f9f9;
| |
− | 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;
| |
− | }
| |
− | | |
− | table.lighttable .highlight-over .table-na {
| |
− | color: rgba(60, 120, 10, 0.4);
| |
− | background: #e1f4d3;
| |
− | }
| |
− | | |
− | table.lighttable .highlight-on .table-na {
| |
− | color: rgba(60, 120, 10, 0.55);
| |
− | background: #b6e38f;
| |
− | }
| |
− | | |
− | .mw-collapsible.mw-collapsed {
| |
− | min-width: 250px;
| |
− | }
| |
− | | |
− | .mw-collapsible .mw-collapsible-toggle {
| |
| font-weight: normal; | | font-weight: normal; |
− | margin-left: .5em; | + | src: url('http://legendsofhyrule.net/5e/fonts/scalysans.otf') format('opentype'), |
| + | url('http://hyrulecastle.org/loh/5e/fonts/scalysans.otf') format('opentype'); |
| } | | } |
| | | |
− | .discussiontable.noresults .topic,
| + | @font-face { |
− | .discussiontable.noresults .edited,
| + | font-family: 'scalysanscaps'; |
− | .discussiontable.noresults .edited-by,
| + | font-style: normal; |
− | .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-RuneScape_Wiki .mw-parser-output {
| |
− | max-width: 75em;
| |
− | margin: 0 auto;
| |
− | }
| |
− | | |
− | body.page-RuneScape_Wiki.action-view .catlinks,
| |
− | body.page-RuneScape_Wiki.action-view #contentSub,
| |
− | body.page-RuneScape_Wiki.action-view #firstHeading,
| |
− | body.page-RuneScape_Wiki.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('filepath://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;
| |
− | }
| |
− | | |
− | .tile.big-tile {
| |
− | background: linear-gradient(to left, rgba(255, 255, 255, 0.5), #ffffff 50%), url("filepath://Weapon_diversity_beta.png") right / auto 100% no-repeat #ffffff;
| |
− | margin-bottom: 0.9rem;
| |
− | padding-right: 8vw;
| |
− | }
| |
− | | |
− | .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-recent-updates .jagex-promotion .byline {
| |
− | color: #855cd8;
| |
− | }
| |
− | | |
− | .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-skills ul {
| |
− | columns: 3;
| |
− | margin: 1em .7em .7em 1em;
| |
− | }
| |
− | | |
− | .mainpage-skills li {
| |
− | display: flex;
| |
− | margin-bottom: .4em;
| |
− | isolation: isolate;
| |
− | }
| |
− | | |
− | .mainpage-skills li a:first-child {
| |
− | border-radius: 3px;
| |
− | padding: 4px;
| |
− | width: 25px;
| |
− | height: 25px;
| |
− | }
| |
− | | |
− | .mainpage-skills li a:last-child {
| |
− | flex: 1;
| |
− | display: flex;
| |
− | align-items: center;
| |
− | color: #36414f;
| |
− | font-weight: bold; | |
− | padding-left: .7em;
| |
− | text-decoration: none;
| |
− | }
| |
− | | |
− | .mainpage-skills li:hover a:first-child {
| |
− | border-radius: 3px 0 0 3px;
| |
− | }
| |
− | | |
− | .mainpage-skills li:hover a:last-child {
| |
− | color: rgba(255, 255, 255, 0.9);
| |
− | border-radius: 0 3px 3px 0;
| |
− | }
| |
− | | |
− | .skill-agility a:first-child,
| |
− | .skill-melee a:first-child {
| |
− | background: #bc483d;
| |
− | }
| |
− | | |
− | .skill-agility:hover a:last-child,
| |
− | .skill-melee:hover a:last-child {
| |
− | background: #932419;
| |
− | }
| |
− | | |
− | .skill-ranged a:first-child {
| |
− | background: #748d36;
| |
− | }
| |
− | | |
− | .skill-ranged:hover a:last-child {
| |
− | background: #4c6215;
| |
− | }
| |
− | | |
− | .skill-magic a:first-child {
| |
− | background: #6274ab;
| |
− | }
| |
− | | |
− | .skill-magic:hover a:last-child {
| |
− | background: #304791;
| |
− | }
| |
− | | |
− | .skill-fishing a:first-child,
| |
− | .skill-fletching a:first-child {
| |
− | background: #3e8e9a;
| |
− | }
| |
− | | |
− | .skill-fishing:hover a:last-child,
| |
− | .skill-fletching:hover a:last-child {
| |
− | background: #1a6671;
| |
− | }
| |
− | | |
− | .skill-cooking a:first-child,
| |
− | .skill-divination a:first-child,
| |
− | .skill-thieving a:first-child {
| |
− | background: #91689e;
| |
− | }
| |
− | | |
− | .skill-cooking:hover a:last-child,
| |
− | .skill-divination:hover a:last-child,
| |
− | .skill-thieving:hover a:last-child {
| |
− | background: #713684;
| |
− | }
| |
− | | |
− | .skill-farming a:first-child,
| |
− | .skill-woodcutting a:first-child {
| |
− | background: #59924f;
| |
− | }
| |
− | | |
− | .skill-farming:hover a:last-child,
| |
− | .skill-woodcutting:hover a:last-child {
| |
− | background: #306f25;
| |
− | }
| |
− | | |
− | .skill-mining a:first-child,
| |
− | .skill-summoning a:first-child {
| |
− | background: #6385a8;
| |
− | }
| |
− | | |
− | .skill-mining:hover a:last-child,
| |
− | .skill-summoning:hover a:last-child {
| |
− | background: #315f8d;
| |
− | }
| |
− | | |
− | .skill-invention a:first-child,
| |
− | .skill-smithing a:first-child {
| |
− | background: #d2b244;
| |
− | }
| |
− | | |
− | .skill-invention:hover a:last-child,
| |
− | .skill-smithing:hover a:last-child {
| |
− | background: #b69213;
| |
− | }
| |
− | | |
− | .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.5em;
| |
− | }
| |
− | | |
− | .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('filepath://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;
| |
− | }
| |
− | | |
− | }
| |
− | | |
− | .smw-callout-error {
| |
− | background-color: #feecea;
| |
− | border-color: #feecea;
| |
− | border-left-color: #ee4231;
| |
− | }
| |
− | | |
− | .smw-callout-info {
| |
− | background-color: #e5f3fc;
| |
− | border-color: #e5f3fc;
| |
− | border-left-color: #3ea6e6;
| |
− | }
| |
− | | |
− | .smw-callout-success {
| |
− | background-color: #ecf8e3;
| |
− | border-color: #ecf8e3;
| |
− | border-left-color: #6bc71f;
| |
− | }
| |
− | | |
− | .smw-callout-warning {
| |
− | background-color: #fef9de;
| |
− | border-color: #fef9de;
| |
− | border-left-color: #f9d000;
| |
− | }
| |
− | | |
− | .property-page-results .header-title {
| |
− | color: inherit;
| |
− | }
| |
− | | |
− | .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;
| |
− | }
| |
− | | |
− | #userloginForm label {
| |
− | display: block;
| |
− | margin-bottom: .25em;
| |
− | }
| |
− | | |
− | #userloginForm label[for="mw-input-captchaWord"] {
| |
− | margin-bottom: .5em;
| |
− | }
| |
− | | |
− | .signup-realname-tip {
| |
− | color: #656565;
| |
− | font-size: .9em;
| |
− | margin: -0.75em 0 0.75em;
| |
− | }
| |
− | | |
− | .mw-createacct-benefits-container {
| |
− | display: none;
| |
− | }
| |
− | | |
− | .mw-plusminus-pos {
| |
− | color: #407813;
| |
− | }
| |
− | | |
− | .mw-plusminus-neg {
| |
− | color: #b41e0f;
| |
− | }
| |
− | | |
− | .client-js .mw-changeslist ul,
| |
− | .client-js .mw-changeslist table.mw-enhanced-rc {
| |
− | margin-left: 0;
| |
− | }
| |
− | | |
− | .client-js .mw-changeslist.mw-rcfilters-ui-changesListWrapperWidget-highlighted ul,
| |
− | .client-js .mw-changeslist.mw-rcfilters-ui-changesListWrapperWidget-highlighted table.mw-enhanced-rc {
| |
− | margin-left: 1.5em;
| |
− | }
| |
− | | |
− | .mw-changeslist-legend {
| |
− | display: none;
| |
− | }
| |
− | | |
− | .mw-recentchanges-toplinks {
| |
− | font-size: .85em;
| |
− | }
| |
− | | |
− | .mw-recentchanges-toplinks table {
| |
− | margin: 3.5em auto 2em;
| |
− | }
| |
− | | |
− | .mw-rcfilters-ui-rcTopSectionWidget-topLinks-top .mw-recentchanges-toplinks table {
| |
− | margin: 0 auto 1em;
| |
− | }
| |
− | | |
− | .mw-recentchanges-toplinks th {
| |
− | text-align: right;
| |
− | padding-right: 5px;
| |
− | }
| |
− | | |
− | .mw-recentchanges-toplinks .speedy-delete a,
| |
− | .mw-recentchanges-toplinks .speedy-move a {
| |
− | color: #ee4231;
| |
− | }
| |
− | | |
− | .mw-tag-markers,
| |
− | .mw-tag-markers a {
| |
− | font-weight: bold;
| |
− | }
| |
− | | |
− | .mw-tag-marker-visualeditor a,
| |
− | .mw-tag-marker-visualeditor-needcheck a {
| |
− | color: #e49f10;
| |
| font-weight: normal; | | font-weight: normal; |
| + | src: url('http://legendsofhyrule.net/5e/fonts/scalysanscaps.otf') format('opentype'), |
| + | url('http://hyrulecastle.org/loh/5e/fonts/scalysanscaps.otf') format('opentype'); |
| } | | } |
| | | |
− | #mw-searchoptions table {
| + | @font-face { |
− | margin-right: 0;
| + | font-family: 'nodestocaps'; |
− | }
| + | font-style: normal; |
− | | |
− | #mw-searchoptions table:nth-child(odd) {
| |
− | border-right: 1px solid #172136;
| |
− | margin-right: 2em;
| |
− | }
| |
− | | |
− | #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; | |
− | }
| |
− | | |
− | .searchresult {
| |
− | line-height: 1.5;
| |
− | }
| |
− | | |
− | .searchalttitle,
| |
− | #mw-search-interwiki li {
| |
− | font-size: 90%;
| |
− | }
| |
− | | |
− | .mw-search-result-data {
| |
− | color: inherit;
| |
− | opacity: .6;
| |
− | }
| |
− | | |
− | .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;
| |
− | }
| |
− | | |
− | #editcount table[border="1"] {
| |
− | background-color: #ffffff !important;
| |
− | margin-top: .5em;
| |
− | }
| |
− | | |
− | #editcount table[border="1"] th,
| |
− | #editcount table[border="1"] td {
| |
− | padding: .25em .45em;
| |
− | }
| |
− | | |
− | #editcount table[border="1"] th {
| |
− | background: #eeeeee;
| |
− | border: 1px solid #dcdcdc;
| |
− | }
| |
− | | |
− | #editcount table[border="1"] td {
| |
− | border: 1px solid #e6e6e6;
| |
− | }
| |
− | | |
− | #editcount table[border="1"] tr:nth-child(odd) {
| |
− | background-color: #f9f9f9;
| |
− | }
| |
− | | |
− | .smwb-title {
| |
− | background-color: #eeeeee;
| |
− | border: 1px solid #dcdcdc;
| |
− | 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: #f6f6f6;
| |
− | border: 1px solid #dcdcdc;
| |
− | font-size: .9em;
| |
− | }
| |
− | | |
− | .smwb-propvalue .smwb-propval,
| |
− | .smwb-ipropvalue .smwb-propval {
| |
− | background-color: #ffffff;
| |
− | border: 1px solid #e6e6e6;
| |
− | font-size: .9em;
| |
− | }
| |
− | | |
− | .smwb-center {
| |
− | background-color: #f6f6f6;
| |
− | border: 1px solid #dcdcdc;
| |
− | 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%;
| |
− | }
| |
− | | |
− | .fileupload-results {
| |
− | margin-left: 0;
| |
− | }
| |
− | | |
− | .rootpage-RuneScape_Editing:not(.action-edit) #firstHeading,
| |
− | .page-RuneScape_Editing:not(.action-edit) #firstHeading,
| |
− | .rootpage-RuneScape_Editing:not(.action-edit) #contentSub,
| |
− | .page-RuneScape_Editing:not(.action-edit) #contentSub,
| |
− | .rootpage-RuneScape_Editing .mw-parser-output,
| |
− | .page-RuneScape_Editing .mw-parser-output {
| |
− | max-width: 60rem;
| |
− | margin-left: auto;
| |
− | margin-right: auto;
| |
− | }
| |
− | | |
− | .page-RuneScape_Editing:not(.action-edit) #firstHeading,
| |
− | .page-RuneScape_Editing:not(.action-edit) .mw-redirectedfrom {
| |
− | display: none;
| |
− | }
| |
− | | |
− | .page-RuneScape_Editing .header-intro {
| |
− | margin: 2.6em 1.75em;
| |
− | }
| |
− | | |
− | .page-RuneScape_Editing .header-intro h1 {
| |
− | font-size: 2.5em;
| |
− | border: none;
| |
− | margin: 0 0 .15em;
| |
− | }
| |
− | | |
− | .page-RuneScape_Editing .header-intro p {
| |
− | font-size: 1.1em;
| |
− | line-height: 1.7em;
| |
− | }
| |
− | | |
− | .page-RuneScape_Editing .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;
| |
− | }
| |
− | | |
− | .page-RuneScape_Theme #toc a[href^="#The_quick_brown_fox"] {
| |
− | display: none;
| |
− | }
| |
− | | |
− | .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('filepath://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;
| |
− | }
| |
− | | |
− | body.ns-110 #ca-talk {
| |
− | display: none;
| |
− | }
| |
− | | |
− | .jcConfig,
| |
− | .jcCookies,
| |
− | .jcSub {
| |
− | display: none;
| |
− | }
| |
− | | |
− | #SkillCalcForm .jcSubmit {
| |
− | margin: 0 auto;
| |
− | display: block;
| |
− | padding-top: 10px;
| |
− | }
| |
− | | |
− | .gemw-container {
| |
− | width: 90%;
| |
− | max-width: 60em;
| |
− | margin: 4em auto;
| |
− | }
| |
− | | |
− | .gemw-header {
| |
− | display: flex;
| |
− | border-left-width: .25em;
| |
− | border-left-style: solid;
| |
− | padding-left: 1em;
| |
− | margin-bottom: 3em;
| |
− | }
| |
− | | |
− | .gemw-header.positive {
| |
− | border-color: #6bc71f;
| |
− | }
| |
− | | |
− | .gemw-header.negative {
| |
− | border-color: #ee4231;
| |
− | }
| |
− | | |
− | .gemw-header.unchanged {
| |
− | border-color: #3ea6e6;
| |
− | }
| |
− | | |
− | .gemw-header .gemw-section-left {
| |
− | flex: 1;
| |
− | margin-right: 2em;
| |
− | }
| |
− | | |
− | .gemw-header .gemw-image {
| |
− | float: left;
| |
− | margin: .5em 1em 0 0;
| |
− | }
| |
− | | |
− | .gemw-header .gemw-name {
| |
− | font-size: 1.15em;
| |
− | font-weight: bold;
| |
− | margin-bottom: 0;
| |
− | }
| |
− | | |
− | .gemw-header .gemw-name a {
| |
− | color: #444e5a;
| |
− | }
| |
− | | |
− | .gemw-header .gemw-examine {
| |
− | color: #949eaa;
| |
− | font-size: 1.05em;
| |
− | font-style: italic;
| |
− | margin-bottom: 0;
| |
− | }
| |
− | | |
− | .gemw-header .gemw-price {
| |
− | display: inline-block;
| |
− | font-size: 2.75em;
| |
− | font-weight: bold;
| |
− | }
| |
− | | |
− | .gemw-header .gemw-price::after {
| |
− | content: ' coins';
| |
− | color: #949eaa;
| |
− | font-size: 1rem;
| |
| font-weight: normal; | | font-weight: normal; |
− | word-spacing: .25em; | + | src: url('http://legendsofhyrule.net/5e/fonts/nodestocapscondensed.otf') format('opentype'), |
| + | url('http://hyrulecastle.org/loh/5e/fonts/nodestocapscondensed.otf') format('opentype'); |
| } | | } |
| | | |
− | .gemw-header .gemw-change {
| + | @font-face { |
− | display: inline-block;
| + | font-family: 'solbera'; |
− | font-size: 1rem; | + | font-style: normal; |
− | font-weight: bold; | |
− | margin-left: 2em;
| |
− | word-spacing: .5em;
| |
− | }
| |
− | | |
− | .gemw-header .gemw-change img {
| |
− | vertical-align: baseline;
| |
− | }
| |
− | | |
− | .gemw-header .gemw-section-right {
| |
− | text-align: right;
| |
− | }
| |
− | | |
− | .gemw-header .gemw-updated {
| |
− | line-height: 1.5em;
| |
− | }
| |
− | | |
− | .gemw-header .gemw-time {
| |
− | font-weight: bold;
| |
− | }
| |
− | | |
− | .gemw-body {
| |
− | display: flex;
| |
− | }
| |
− | | |
− | .gemw-body .gemw-section-left {
| |
− | width: 40%;
| |
− | margin-right: 2em;
| |
− | }
| |
− | | |
− | .gemw-body .gemw-section-left dl {
| |
− | display: flex;
| |
− | flex-flow: row wrap;
| |
− | justify-content: space-between;
| |
− | margin-bottom: -1.25em;
| |
− | }
| |
− | | |
− | .gemw-body .gemw-section-left > div {
| |
− | margin-top: 2em;
| |
− | }
| |
− | | |
− | .gemw-body .gemw-section-left a {
| |
− | color: #949eaa;
| |
− | }
| |
− | | |
− | .gemw-body .gemw-property {
| |
− | width: 30%;
| |
− | border-top: 0.15em dotted #e4eaee;
| |
− | padding-top: .25em;
| |
− | margin-bottom: 1.5em;
| |
− | }
| |
− | | |
− | .gemw-body .gemw-property dt {
| |
− | color: #949eaa;
| |
| font-weight: normal; | | font-weight: normal; |
| + | src: url('http://legendsofhyrule.net/5e/fonts/solberaimitation.otf.otf') format('opentype'), |
| + | url('http://hyrulecastle.org/loh/5e/fonts/solberaimitation.otf.otf') format('opentype'); |
| } | | } |
| | | |
− | .gemw-body .gemw-property dd {
| + | @font-face { |
− | font-weight: bold;
| + | font-family: 'zatanna'; |
− | margin: -0.25em 0 0;
| + | font-style: normal; |
− | }
| |
− | | |
− | .gemw-body .gemw-links {
| |
− | color: #949eaa;
| |
− | margin-bottom: .35em;
| |
− | }
| |
− | | |
− | .gemw-body .gemw-section-right {
| |
− | width: 60%;
| |
− | }
| |
− | | |
− | .gemw-body .gemw-section-right .highcharts-container {
| |
− | border: 1px solid #e4eaee;
| |
− | box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
− | }
| |
− | | |
− | #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 #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;
| |
− | }
| |
− | | |
− | .event-active {
| |
− | font-weight: bold;
| |
− | color: #6bc71f;
| |
− | }
| |
− | | |
− | .event-secondary {
| |
− | color: #949eaa;
| |
− | font-size: .9em;
| |
− | margin-bottom: -0.25em;
| |
− | }
| |
− | | |
− | #rsevents-main {
| |
− | max-width: 300px;
| |
− | }
| |
− | | |
− | #rsevents-events {
| |
− | width: 100%;
| |
− | }
| |
− | | |
− | .rsevents-item {
| |
− | max-height: 35px;
| |
− | display: flex;
| |
− | }
| |
− | | |
− | .rsevents-item-name {
| |
− | width: 70%;
| |
− | }
| |
− | | |
− | .rsevents-item-time {
| |
− | width: 30%;
| |
− | }
| |
− | | |
− | .rsevents-item-reminder {
| |
− | display: inline-block;
| |
− | min-width: 20px;
| |
− | }
| |
− | | |
− | .rsevents-item-reminder > img {
| |
− | height: 16px;
| |
− | width: 16px;
| |
− | }
| |
− | | |
− | .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;
| |
− | }
| |
− | | |
− | .ve-ui-overlay {
| |
− | font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif; | |
− | }
| |
− | | |
− | .ve-ui-mwSaveDialog-license {
| |
− | line-height: 1.65em;
| |
− | }
| |
− | | |
− | .ve-ui-mwSaveDialog-savePanel .mw-summary-preview {
| |
− | border-bottom: 1px solid #cccccc;
| |
− | line-height: 1.65em;
| |
− | padding-bottom: 1em;
| |
− | margin-bottom: 1.5em;
| |
− | }
| |
− | | |
− | [data-diff-action='remove'],
| |
− | table[data-diff-action='remove'] > caption,
| |
− | figure[data-diff-action='remove'] > figcaption {
| |
− | background: #fbc0ba !important;
| |
− | box-shadow: 0 0 0 1px #fbc0ba;
| |
− | }
| |
− | | |
− | del[data-diff-action='remove'],
| |
− | [data-diff-action='remove'] > del {
| |
− | text-decoration: initial;
| |
− | }
| |
− | | |
− | [data-diff-action='insert'],
| |
− | table[data-diff-action='insert'] > caption,
| |
− | figure[data-diff-action='insert'] > figcaption {
| |
− | background: #c3e8a3 !important;
| |
− | box-shadow: 0 0 0 1px #c3e8a3;
| |
− | }
| |
− | | |
− | .qc-in-progress {
| |
− | display: inline-block;
| |
− | background: #f9d000;
| |
− | width: .75em;
| |
− | height: .75em;
| |
− | border-radius: 50%;
| |
− | }
| |
− | | |
− | .qc-table .quest-completed {
| |
− | background-color: #c3e8a3;
| |
− | }
| |
− | | |
− | .qc-table .quest-started {
| |
− | background-color: #fcea94;
| |
− | }
| |
− | | |
− | .seealso {
| |
− | margin: .8em 1.6em;
| |
− | font-style: italic; | |
− | }
| |
− | | |
− | .seealso + .seealso {
| |
− | margin-top: -0.8em;
| |
− | }
| |
− | | |
− | .level-up-table td li {
| |
− | padding: 0 10px 0 10px;
| |
− | }
| |
− | | |
− | .level-up-table ul {
| |
− | list-style-type: disc;
| |
− | }
| |
− | | |
− | .level-up-table .lvlupmem {
| |
− | background: #f6ab58;
| |
− | color: #582e00;
| |
− | }
| |
− | | |
− | .level-up-table .lvlupfree {
| |
− | background: #98e553;
| |
− | color: #245200;
| |
− | }
| |
− | | |
− | .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; | | font-weight: normal; |
| + | src: url('http://legendsofhyrule.net/5e/fonts/zatannamisdirection.otf') format('opentype'), |
| + | url('http://hyrulecastle.org/loh/5e/fonts/zatannamisdirection.otf') format('opentype'); |
| } | | } |
| | | |
− | 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);
| |
− | }
| |
− |
| |
− | .ns-0 #charmguide + div + form .mw-summary,
| |
− | .ns-0 #charmguide + div + form .module_content {
| |
− | display: none;
| |
− | }
| |
− |
| |
− | #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;
| |
− | }
| |
− |
| |
− | .TH_Gem-common img,
| |
− | .TH_Gem-fairly-common img,
| |
− | .TH_Gem-rare img,
| |
− | .TH_Gem-uncommon img,
| |
− | .TH_Gem-very-rare img,
| |
− | .TH_Gem-none img {
| |
− | image-rendering: pixelated;
| |
− | }
| |
− |
| |
− | .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;
| |
− | }
| |
− |
| |
− | @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
| |
− | .inventory-image {
| |
− | image-rendering: -moz-crisp-edges;
| |
− | image-rendering: pixelated;
| |
− | image-rendering: crisp-edges;
| |
− | }
| |
− |
| |
− | .navbox .inventory-image {
| |
− | image-rendering: auto;
| |
− | }
| |
| | | |
− | }
| + | == header fonts == |
| | | |
− | .update-redirect {
| + | #firstHeading{font-size: 36px; font-family: "mreaves"; } |
− | text-align: center;
| + | #content h1 {font-size: 36px; font-family: "mreaves"; } |
− | background: #fffbf1;
| + | #content h2 {font-size: 28px; font-family: "mreaves"; } |
− | border: 1px solid #909090;
| + | #content h3 {font-family: "scalysanscaps"; } |
− | font-weight: 600;
| + | #content h4 {font-family: "scalysanscaps"; } |
− | font-size: 2em;
| |
− | line-height: 1em;
| |
− | padding: 1em;
| |
− | color: #000 !important;
| |
− | } | |
| | | |
− | .update-redirect.nuke {
| + | == content font == |
− | margin-bottom: 25%;
| |
− | }
| |
| | | |
− | .text-red {
| + | #content {font-size: 16px; font-family: "bookinsanity"; } |
− | color: #c22010;
| |
− | } | |
| | | |
− | .text-orange {
| |
− | color: #bf6007;
| |
− | }
| |
| | | |
− | .text-yellow {
| + | == search bar held in place with duct tape == |
− | color: #ad9000;
| |
− | }
| |
| | | |
− | .text-green {
| + | div#sidebar {position: fixed; top: 220px; width: 100%; z-index: 100; } |
− | color: #478515;
| |
− | }
| |
− | | |
− | .text-blue {
| |
− | color: #1980bf;
| |
− | }
| |
− | | |
− | .text-purple {
| |
− | color: #5c2dbb;
| |
− | }
| |
− | | |
− | .text-pink {
| |
− | color: #dd32b8;
| |
− | } | |