MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
23,616 bytes added ,  16:34, 29 March 2022
no edit summary
No edit summary
No edit summary
Line 169: Line 169:
a[href="/User:Mackan"] {
a[href="/User:Mackan"] {
   color: var(--bearcat-green);
   color: var(--bearcat-green);
}
:root {
  --documentation-background: #f9fafa;
  --documentation-link-color: #e4eaee;
  --documentation-headers-color: #fff;
  --documentation-header-background: #949eaa;
  --documentation-subheader-background: #808c9a;
  --documentation-border: #e4eaee;
  --mw-templatedata-doc-muted-color: #888;
}
.documentation {
  background: var(--documentation-background);
  box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
}
.documentation pre,
.documentation code {
  background-color: var(--documentation-background);
  border-color: var(--documentation-border);
}
.documentation h2,
.documentation hr {
  border-color: var(--documentation-border);
}
.documentation-header {
  color: var(--documentation-headers-color);
  background: var(--documentation-header-background);
  font-weight: bold;
  padding: 1em 1.5em;
}
.documentation-title {
  font-size: 1.25em;
}
.documentation-subheader {
  color: var(--documentation-headers-color);
  background: var(--documentation-subheader-background);
  padding: 0.5em 1.5em;
}
.documentation-subheader a,
.documentation-subheader a:visited,
.documentation-subheader a:active {
  color: var(--documentation-link-color);
}
.documentation-documentation,
.documentation-links {
  font-size: 0.85em;
}
.documentation-content {
  padding: 1em 1.5em;
}
.mw-templatedata-doc-params dl {
  column-count: 3;
  border-top: 1px solid var(--body-border);
  margin-bottom: 0.7em;
}
.mw-templatedata-doc-params dt::after {
  content: ":";
}
.mw-templatedata-doc-params dd,
.mw-templatedata-doc-params dt {
  margin: 0.1em 2em;
  min-width: auto;
}
.mw-templatedata-doc-muted {
  color: var(--mw-templatedata-doc-muted-color);
  font-style: italic;
}
.mw-echo-ui-notificationsInboxWidget-toolbarWrapper {
  background: var(--body-main);
}
.mw-echo-ui-crossWikiUnreadFilterWidget {
  border-color: var(--border-body);
}
.mw-echo-ui-notificationItemWidget {
  background-color: var(--body-main);
  border-color: var(--body-border);
}
.mw-echo-ui-notificationItemWidget:hover,
.mw-echo-ui-notificationItemWidget.mw-echo-ui-notificationItemWidget-unread:hover {
  background-color: var(--body-mid);
}
.mw-echo-ui-notificationItemWidget.mw-echo-ui-notificationItemWidget-unread {
  background-color: var(--search-box);
}
.mw-echo-ui-notificationItemWidget-content-message-header,
.mw-echo-ui-notificationItemWidget-content-message-body,
.mw-echo-ui-menuItemWidget > .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
  color: var(--ooui-text);
}
.mw-echo-ui-bundleNotificationItemWidget-group {
  background-color: var(--body-main);
}
.mw-echo-ui-notificationItemWidget:last-child {
  border-bottom-color: var(--body-border);
}
.mw-echo-ui-notificationBadgeButtonPopupWidget-footer .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
  background-color: var(--body-mid);
}
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-head,
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer,
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer .mw-echo-ui-notificationBadgeButtonPopupWidget-footer-buttons .oo-ui-buttonElement:last-child {
  border-color: var(--ooui-interface-border);
}
:root {
  --note-obsolete-background: #cfcfcf;
  --note-obsolete-border: #464646;
  --note-obsolete-color: #6c6c6c;
  --note-info-background: #ebebeb;
  --note-info-border: #898989;
  --note-info-color: #6c6c6c;
  --note-action-background: #c7e8fa;
  --note-action-border: #0b5884;
  --note-action-color: #03436b;
  --note-warn-background: #dfc0ba;
  --note-warn-border: #861c10;
  --note-warn-color: #8e221a;
  --note-safe-background: #d8f0d3;
  --note-safe-border: #1b8408;
  --note-safe-color: #1b8408;
  --note-disambig-background: #ebebeb;
  --note-disambig-border: #898989;
  --note-disambig-color: #6c6c6c;
  --note-discord-background: #5865f2;
  --note-discord-border: #4c57d0;
  --note-discord-color: #d2e5fc;
}
.note {
  color: var(--text-color);
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border: 0;
  border-left: 15px solid var(--body-dark);
  background-color: var(--body-light);
  padding: 0;
}
.note.obsolete {
  background-color: var(--note-obsolete-background);
  border-color: var(--note-obsolete-border);
}
.note.obsolete a,
.note.obsolete a:visited,
.note.obsolete a:active {
  color: var(--note-obsolete-color);
}
.note.info {
  background-color: var(--note-info-background);
  border-color: var(--note-info-border);
}
.note.info a,
.note.info a:visited,
.note.info a:active {
  color: var(--note-info-color);
}
.note.action {
  background-color: var(--note-action-background);
  border-color: var(--note-action-border);
}
.note.action a,
.note.action a:visited,
.note.action a:active {
  color: var(--note-action-color);
}
.note.warn {
  background-color: var(--note-warn-background);
  border-color: var(--note-warn-border);
}
.note.warn a,
.note.warn a:visited,
.note.warn a:active {
  color: var(--note-warn-color);
}
.note.safe {
  background-color: var(--note-safe-background);
  border-color: var(--note-safe-border);
}
.note.safe a,
.note.safe a:visited,
.note.safe a:active {
  color: var(--note-safe-color);
}
.note.disambig {
  background-color: var(--note-disambig-background);
  border-color: var(--note-disambig-border);
}
.note.disambig a,
.note.disambig a:visited,
.note.disambig a:active {
  color: var(--note-disambig-color);
}
.note.discord {
  background-color: var(--note-discord-background);
  border-color: var(--note-discord-border);
  color: white;
}
.note.discord a,
.note.discord a:visited,
.note.discord a:active {
  color: var(--note-discord-color);
}
.note.discord a.external.text,
.note.discord a:visited.external.text,
.note.discord a:active.external.text {
  color: var(--note-discord-color);
  font-style: italic;
}
.note.stub {
  width: 40%;
}
.note.hasdialogue {
  padding: 0 10px;
  width: auto;
}
.mw-notification {
  background-color: var(--body-light);
  border-color: var(--body-border);
  color: var(--text-color);
}
:root {
  --ooui-text: var(--text-color);
  --ooui-interface: var(--body-light);
  --ooui-interface-border: var(--body-border);
  --ooui-window-background: rgba(255, 255, 255, 0.5);
  --oo-ui-pending-background-image: repeating-linear-gradient(-45deg, var(--search-box), var(--search-box) 20px, var(--body-main) 20px, var(--body-main) 30px);
}
@keyframes stripe {
  100% {
    background-position: 100%;
  }
}
.oo-ui-widget {
  color: var(--ooui-text);
}
.oo-ui-panelLayout-framed {
  border-color: var(--sidebar);
}
.oo-ui-window-content {
  background-color: var(--ooui-interface);
  color: var(--ooui-text);
}
.oo-ui-window-content .oo-ui-window-body,
.oo-ui-window-content .oo-ui-window-head {
  outline-color: var(--ooui-interface-border);
}
.oo-ui-window-content .oo-ui-actionWidget,
.oo-ui-window-content .oo-ui-window-foot {
  border-color: var(--ooui-interface-border);
  outline-color: var(--ooui-interface-border);
}
.oo-ui-windowManager-modal.oo-ui-windowManager-floating > .oo-ui-dialog > .oo-ui-window-frame {
  border-color: var(--ooui-interface-border);
}
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
  color: var(--ooui-text);
}
.oo-ui-popupWidget-popup {
  background-color: var(--ooui-interface);
  border-color: var(--ooui-interface-border);
}
.oo-ui-icon-advanced {
  background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Eadvanced%3C/title%3E%3Cpath d=%22M10 2.5a7.5 7.5 0 1 0 7.5 7.5A7.5 7.5 0 0 0 10 2.5zm0 11a3.5 3.5 0 1 1 3.5-3.5 3.5 3.5 0 0 1-3.5 3.5z%22/%3E%3Cpath d=%22M12 3.29L11.5 0h-3L8 3.29a7 7 0 0 1 4 0zM8 16.71L8.5 20h3l.5-3.29a7 7 0 0 1-4 0zm8.16-10.04l2-2.68L16 1.87l-2.68 2a7 7 0 0 1 2.83 2.83zM3.84 13.33L1.87 16 4 18.13l2.68-2a7 7 0 0 1-2.83-2.83zM16.71 12l3.29-.5v-3L16.71 8a7 7 0 0 1 0 4zM3.29 8L0 8.5v3l3.29.5a7 7 0 0 1 0-4zm10.04 8.16l2.68 2L18.13 16l-2-2.68a7 7 0 0 1-2.83 2.83zM6.67 3.84L4 1.87 1.87 4l2 2.68a7 7 0 0 1 2.8-2.84z%22/%3E%3C/svg%3E");
}
.oo-ui-icon-clear {
  background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Eclear%3C/title%3E%3Cpath d=%22M10 0a10 10 0 1 0 10 10A10 10 0 0 0 10 0zm5.66 14.24l-1.41 1.41L10 11.41l-4.24 4.25-1.42-1.42L8.59 10 4.34 5.76l1.42-1.42L10 8.59l4.24-4.24 1.41 1.41L11.41 10z%22/%3E%3C/svg%3E");
}
.oo-ui-popupWidget-anchored-start .oo-ui-popupWidget-anchor:after {
  border-right-color: var(--ooui-interface);
}
.oo-ui-popupWidget-anchored-start .oo-ui-popupWidget-anchor:before {
  border-right-color: var(--ooui-interface-border);
}
.oo-ui-popupWidget-anchored-end .oo-ui-popupWidget-anchor:after {
  border-left-color: var(--ooui-interface);
}
.oo-ui-popupWidget-anchored-end .oo-ui-popupWidget-anchor:before {
  border-left-color: var(--ooui-interface-border);
}
.oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor:after {
  border-bottom-color: var(--ooui-interface);
}
.oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor:before {
  border-bottom-color: var(--ooui-interface-border);
}
.oo-ui-popupWidget-anchored-bottom .oo-ui-popupWidget-anchor:after {
  border-top-color: var(--ooui-interface);
}
.oo-ui-popupWidget-anchored-bottom .oo-ui-popupWidget-anchor:before {
  border-top-color: var(--ooui-interface-border);
}
.oo-ui-pendingElement-pending {
  background-image: var(--oo-ui-pending-background-image);
  background-size: 200%;
  animation: stripe 6s linear infinite;
}
.oo-ui-windowManager-modal > .oo-ui-dialog {
  background-color: var(--ooui-window-background);
}
:root {
  --tabber-tab-bg: var(--body-light);
  --tabber-tab-border-color: var(--body-border);
  --tabber-active-tab-bg: var(--body-light);
  --tabber-active-tab-color: var(--text-color);
  --tabber-active-tab-hover-bg: var(--body-light);
  --tabber-active-tab-hover-border-color: var(--body-border);
  --tabber-active-tab-hover-color: var(--text-color);
  --tabber-active-tab-border-hider-color: var(--body-light);
  --tabber-inactive-tab-bg: var(--body-background-color);
  --tabber-inactive-tab-border-color: var(--body-border);
  --tabber-inactive-tab-color: var(--text-color);
  --tabber-inactive-tab-hover-bg: var(--body-light);
  --tabber-inactive-tab-hover-border-color: var(--body-border);
}
.tabber {
  margin: 1em 0;
}
.tabber .tabbertab {
  background-color: var(--tabber-tab-bg);
  border: 1px solid var(--tabber-tab-border-color);
  box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
  padding: 1em 1.5em;
}
ul.tabbernav {
  border: none;
  margin-left: 2em;
  margin-bottom: 0;
  margin-right: 2em;
  padding: 0;
  font-family: inherit;
}
ul.tabbernav li.tabberactive > a {
  background-color: var(--tabber-active-tab-bg);
  color: var(--tabber-active-tab-color);
  border-bottom: none;
  position: relative;
}
ul.tabbernav li.tabberactive > a:hover {
  color: var(--tabber-active-tab-hover-color);
  background-color: var(--tabber-active-tab-hover-bg);
  border-color: var(--tabber-active-tab-hover-border-color);
  border-bottom: none;
}
ul.tabbernav li.tabberactive > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  border-bottom: 2px solid var(--tabber-active-tab-border-hider-color);
}
ul.tabbernav li a {
  background-color: var(--tabber-inactive-tab-bg);
  border-bottom: transparent;
  border-color: var(--tabber-inactive-tab-border-color);
  color: var(--tabber-inactive-tab-color);
  display: inline-block;
  font-size: 110%;
  padding: 0.5em 1em;
}
ul.tabbernav li a:hover {
  background-color: var(--tabber-inactive-tab-hover-bg);
  border-color: var(--tabber-inactive-tab-hover-border-color);
}
ul.tabbernav li a:link,
ul.tabbernav li a:visited {
  color: var(--tabber-inactive-tab-color);
}
.js-tooltip-text {
  padding: 5px;
}
.js-tooltip-wrapper {
  position: absolute;
  z-index: 110;
  max-width: 75%;
  padding: 10px 15px;
  background: var(--body-light);
  border: 2px solid var(--body-border);
  box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
  font-size: 0.7em;
}
.js-tooltip-click {
  color: var(--button-color);
  background: var(--button-background);
  border-radius: 2em;
  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;
  width: 0;
  height: 0;
}
.js-tooltip-arrow.js-tooltip-arrow-pointleft {
  border-right-color: var(--body-border);
  border-left-color: transparent;
  border-left-width: 0;
}
.js-tooltip-arrow.js-tooltip-arrow-pointright {
  border-left-color: var(--body-border);
  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: var(--button-background);
  border: 0;
  cursor: pointer;
}
}


Line 424: Line 923:


:root {
:root {
   --ooui-text: var(--text-color);
   --tile-border-color: #CABE9B;
   --ooui-interface: var(--body-light);
  --tile-background-color: #F9F3EB;
   --ooui-interface-border: var(--body-border);
  --byline-color: #5C6168;
   --ooui-window-background: rgba(255, 255, 255, 0.5);
  --tile-link-button-color: #F5E9DB;
   --oo-ui-pending-background-image: repeating-linear-gradient(-45deg, var(--search-box), var(--search-box) 20px, var(--body-main) 20px, var(--body-main) 30px);
  --tile-link-button-highlight-color: #dfccb0;
  --tile-dark-color: #fff;
  --tile-dark-bg: #5d6773;
  --tile-dark-link-color: #ccc;
  --tile-dark-byline-color: rgba(255, 255, 255, 0.7);
  --tile-dark-header-color: #fff;
}
 
.tile {
  background: var(--tile-background-color);
  border: 1px solid var(--tile-border-color);
  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 0.4em;
}
 
.tile .byline + h2 {
  margin-top: -0.5em;
}
 
.tile.dark {
  color: var(--tile-dark-color);
  background: var(--tile-dark-bg);
  border: none;
  box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.3);
}
 
.tile.dark h2 {
  color: var(--tile-dark-header-color);
}
 
.tile.dark a {
  color: var(--tile-dark-link-color);
}
 
.tile.dark .byline {
  color: var(--tile-dark-byline-color);
}
 
.byline {
  font-size: 0.9em;
  color: var(--byline-color);
}
 
.byline a {
  color: var(--byline-color);
}
 
.tile-row {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 1em;
}
 
.tile-halves {
  display: flex;
  flex-flow: row wrap;
  border: 1px solid var(--tile-border-color);
  background: var(--tile-background-color);
  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 0.4em;
}
 
.tile-halves .byline + h2 {
  margin-top: -0.5em;
}
 
.tile-top {
  width: 100%;
  padding: 1.3rem 1.5rem 0.6rem;
}
 
.tile-top.tile-image {
  display: flex;
  align-items: center;
  background-color: var(--byline-color);
  overflow: hidden;
  padding: 0;
  height: 13vw;
  max-height: 12em;
  transition: 0.4s ease-out;
}
 
.tile-top.tile-image:hover img {
  transform: scale(1.1);
  transition: 0.5s ease-out;
}
 
.tile-top.tile-image a {
  width: 100%;
}
 
.tile-top.tile-image img {
  width: 100%;
  object-fit: cover;
  max-height: 200px;
  transition: 0.4s ease-out;
}
 
.tile-bottom {
  background: var(--tile-background-color);
  border-top: 1px solid var(--tile-border-color);
  width: 100%;
  padding: 1rem 1.5rem 0.6rem;
}
 
.tile-bottom.link-button {
  align-self: flex-end;
  padding: 0;
}
 
.tile-bottom.link-button a {
  display: block;
  text-align: center;
  padding: 0.75em 1.5em 0.8em;
  text-decoration: none;
}
 
.tile-bottom.read-more {
  background: var(--tile-link-button-color);
  transition: 0.3s ease-out;
}
 
.tile-bottom.read-more a {
  color: var(--byline-color);
  font-weight: bold;
  text-align: right;
}
 
.tile-bottom.read-more:hover {
  background: var(--tile-link-button-highlight-color);
}
 
.tile-bottom.read-more:hover .arrow {
  transform: translateX(50%);
}
 
.tile-bottom.read-more .arrow {
  filter: invert(36%) sepia(9%) saturate(463%) hue-rotate(175deg) brightness(94%) contrast(80%);
  margin-left: 0.4em;
  transition: 0.3s ease-out;
}
 
.tile.oswf-day {
  margin-left: 0.5em;
}
 
.oswf-tile {
  margin: 1em;
}
 
.oswf-tile.oswf-complete {
  opacity: 0.65;
}
 
.oswf-tile .oswf-summary {
  font-size: 105%;
  line-height: 1.6;
  margin-top: -0.4em;
}
 
.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: 1px solid #eeeeee;
  padding-top: 1em;
}
 
:root {
   --toc-bg: var(--body-light);
   --toc-title-bg: var(--body-dark);
  --toc-border-color: var(--body-border);
   --toc-subheader-left-border-color: #c7b67b;
}
 
.toc {
  font-size: 0.9em;
  background: var(--toc-bg);
  margin-top: 0.75em;
  padding: 0;
  border-color: var(--toc-border-color);
  box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
  clear: left;
}
 
.toc .toctitle {
  background: var(--toc-title-bg);
  padding: 0.25em 1em;
}
 
.toc .toctitle h2,
.toc .toctitle a {
  font-family: inherit;
}
 
.toc .toctogglespan {
  padding-left: 0.2em;
}
 
.toc .tocnumber {
  display: none;
}
 
.toc > ul {
  line-height: 1.8em;
  padding: 0.75em 1.75em;
  margin: 0;
}
 
.toc ul ul {
  border-left: 1px dotted var(--toc-subheader-left-border-color);
  padding-left: 0.5em;
}
 
.toctogglelabel {
  color: var(--link-color);
}
 
.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;
}
 
:root {
  --mainpage-body-h2-links: var(--base-heading-color);
   --mainpage-recent-updates-description-color: #444e5a;
  --bigtile-background-color: #F9F3EB;
  --bigtile-background-fade-zero: rgba(249, 243, 235, 0);
  --bigtile-background-fade-seventyfive: rgba(249, 243, 235, 0.75);
}
 
body.page-Main_Page .mw-parser-output {
  max-width: 75em;
  margin: 0 auto;
}
 
body.page-Main_Page.action-view .catlinks,
body.page-Main_Page.action-view #contentSub,
body.page-Main_Page.action-view #firstHeading,
body.page-Main_Page.action-view #siteNotice {
  display: none;
}
 
.mainpage-header {
  display: flex;
  margin: 2.6em 1.75em 1.5em;
}
 
.mainpage-header .header-intro {
  flex: 2;
}
 
.mainpage-header .header-intro h1 {
  font-size: 2.5em;
  font-weight: bold;
  border: none;
  margin: 0 0 0.15em;
}
 
.mainpage-header .header-intro p {
  font-size: 1.1em;
  line-height: 1.7em;
}
 
.mainpage-header .header-stats {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -1em;
}
 
.mainpage-header .header-stats ul {
  list-style: none;
}
 
.mainpage-body {
  display: flex;
  flex-flow: row wrap;
}
 
.mainpage-body h2 a {
  color: var(--mainpage-body-h2-links);
}
 
.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: 0.7rem;
  width: 0.45rem;
  vertical-align: middle;
}
 
.arrow.dark {
  filter: invert(80%);
}
 
.mainpage-recent-updates .tile-halves {
  flex: 1;
  align-content: flex-start;
  margin-right: 0.9rem;
}
 
.mainpage-recent-updates .tile-halves:hover .tile-top img {
  transform: scale(1.04);
}
 
.mainpage-recent-updates .tile-halves:last-child {
  margin-right: 0;
}
 
.mainpage-recent-updates .tile-bottom.link-button a {
  text-align: left;
  padding: 1rem 1.5rem 0.75rem;
}
 
.mainpage-recent-updates h2 {
  margin: -0.5em 0 0.3em;
}
 
.mainpage-recent-updates p:not(.byline) {
  font-size: 0.9em;
  line-height: 1.75em;
  color: var(--mainpage-recent-updates-description-color);
}
 
.mainpage-contents .tile-halves {
  flex: 1;
  margin-right: 0.9rem;
}
 
.mainpage-contents .tile-halves:last-child {
  margin-right: 0;
}
 
.mainpage-contents .tile-top {
  position: relative;
}
 
.mainpage-contents h2 {
  margin: 0;
  padding: 0;
}
 
.mainpage-skills ul {
  columns: 3;
  margin: 1em 0.7em 0.7em 1em;
}
 
.mainpage-skills li {
  display: flex;
  margin-bottom: 0.29em;
}
 
.mainpage-skills li a:first-child {
  border-radius: 3px;
  padding: 4px;
  width: 25px;
  height: 25px;
  text-align: center;
}
 
.mainpage-skills li a:last-child {
  flex: 1;
  display: flex;
  align-items: center;
  color: var(--base-text-color);
  font-weight: bold;
  padding-left: 0.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-thieving a:first-child {
  background: #91689e;
}
 
.skill-cooking: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 {
  background: #6385a8;
}
 
.skill-mining:hover a:last-child {
  background: #315f8d;
}
 
.skill-smithing a:first-child {
  background: #d2b244;
}
 
.skill-smithing:hover a:last-child {
  background: #b69213;
}
 
.mainpage-wikinews .news-date {
  font-weight: bold;
  margin-bottom: 0.3em;
}
 
.mainpage-wikinews p:not(.news-date) {
  margin-left: 1em;
}
 
.popular-pages ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.6em;
  margin: 1em 0 0.7em 0;
}
 
.mp-popular-page-light {
  display: flex;
  align-items: center;
  list-style: none;
  background-color: var(--button-background);
  transition: 0.2s;
}
 
.mp-popular-page-light a {
  flex: 1;
  display: block;
  color: white;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 0.7em 1em;
}
 
.mp-popular-page-light:hover {
  filter: brightness(115%);
  transition: 0.2s;
}
}


@keyframes stripe {
@media screen and (max-width: 1000px) {
   100% {
   .popular-pages ul {
     background-position: 100%;
     grid-template-columns: repeat(2, 1fr);
   }
   }
}
}
.oo-ui-widget {
.mainpage-discord {
   color: var(--ooui-text);
  border: none;
  box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.3);
}
 
.mainpage-discord .tile-top {
  display: flex;
  align-items: center;
  background: #5865f2;
  padding: 1em 1.75em;
}
 
.mainpage-discord .tile-top a {
  flex: 1;
  position: relative;
  text-decoration: none;
}
 
.mainpage-discord .tile-top a:hover .arrow {
  transform: translateX(50%);
}
 
.mainpage-discord .tile-bottom {
  background: #525ee0;
  border: none;
  padding: 1em 1.75em;
}
 
.mainpage-discord .tile-bottom p {
   color: #fff;
  font-weight: bold;
  font-size: 0.9em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 0;
}
 
.mainpage-discord .partner-icon {
  margin-right: 0.75em;
}
 
.mainpage-discord .server-name {
  color: #fff;
  font-weight: bold;
  font-size: 1.25em;
  margin: 0.5em 0 -0.15em;
}
 
.mainpage-discord .server-tagline {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.5em;
}
 
.mainpage-discord .arrow {
  position: absolute;
  top: calc(50% - .5em);
  right: 0;
  height: 1em;
  width: 0.7em;
  background-size: 0.7em 1em;
  transition: 0.3s ease-out;
}
 
.mainpage-twitter {
  border: none;
  box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.3);
}
}


.oo-ui-panelLayout-framed {
.mainpage-twitter .tile-top {
   border-color: var(--sidebar);
   display: flex;
  align-items: center;
  background: #00aced;
  padding: 1em 1.75em;
}
}


.oo-ui-window-content {
.mainpage-twitter .tile-top a {
   background-color: var(--ooui-interface);
   flex: 1;
   color: var(--ooui-text);
   position: relative;
  text-decoration: none;
}
}


.oo-ui-window-content .oo-ui-window-body,
.mainpage-twitter .tile-top a:hover .arrow {
.oo-ui-window-content .oo-ui-window-head {
   transform: translateX(50%);
   outline-color: var(--ooui-interface-border);
}
}


.oo-ui-window-content .oo-ui-actionWidget,
.mainpage-twitter .tile-bottom {
.oo-ui-window-content .oo-ui-window-foot {
  background: #0084b4;
   border-color: var(--ooui-interface-border);
   border: none;
   outline-color: var(--ooui-interface-border);
   padding: 1em 1.75em;
}
}


.oo-ui-windowManager-modal.oo-ui-windowManager-floating > .oo-ui-dialog > .oo-ui-window-frame {
.mainpage-twitter .tile-bottom p {
   border-color: var(--ooui-interface-border);
  color: #fff;
  font-weight: bold;
  font-size: 0.9em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.03em;
   margin: 0;
}
}


.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
.mainpage-twitter .twitter-logo {
   color: var(--ooui-text);
   margin-right: 0.75em;
}
}


.oo-ui-popupWidget-popup {
.mainpage-twitter .twitter-name {
   background-color: var(--ooui-interface);
   color: #fff;
   border-color: var(--ooui-interface-border);
  font-weight: bold;
  font-size: 1.25em;
   margin: 0.5em 0 -0.15em;
}
}


.oo-ui-icon-advanced {
.mainpage-twitter .twitter-tagline {
   background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Eadvanced%3C/title%3E%3Cpath d=%22M10 2.5a7.5 7.5 0 1 0 7.5 7.5A7.5 7.5 0 0 0 10 2.5zm0 11a3.5 3.5 0 1 1 3.5-3.5 3.5 3.5 0 0 1-3.5 3.5z%22/%3E%3Cpath d=%22M12 3.29L11.5 0h-3L8 3.29a7 7 0 0 1 4 0zM8 16.71L8.5 20h3l.5-3.29a7 7 0 0 1-4 0zm8.16-10.04l2-2.68L16 1.87l-2.68 2a7 7 0 0 1 2.83 2.83zM3.84 13.33L1.87 16 4 18.13l2.68-2a7 7 0 0 1-2.83-2.83zM16.71 12l3.29-.5v-3L16.71 8a7 7 0 0 1 0 4zM3.29 8L0 8.5v3l3.29.5a7 7 0 0 1 0-4zm10.04 8.16l2.68 2L18.13 16l-2-2.68a7 7 0 0 1-2.83 2.83zM6.67 3.84L4 1.87 1.87 4l2 2.68a7 7 0 0 1 2.8-2.84z%22/%3E%3C/svg%3E");
   color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.5em;
}
}


.oo-ui-icon-clear {
.mainpage-twitter .arrow {
   background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Eclear%3C/title%3E%3Cpath d=%22M10 0a10 10 0 1 0 10 10A10 10 0 0 0 10 0zm5.66 14.24l-1.41 1.41L10 11.41l-4.24 4.25-1.42-1.42L8.59 10 4.34 5.76l1.42-1.42L10 8.59l4.24-4.24 1.41 1.41L11.41 10z%22/%3E%3C/svg%3E");
   position: absolute;
  top: calc(50% - .5em);
  right: 0;
  height: 1em;
  width: 0.7em;
  background-size: 0.7em 1em;
  transition: 0.3s ease-out;
}
}


.oo-ui-popupWidget-anchored-start .oo-ui-popupWidget-anchor:after {
.mainpage-editing {
   border-right-color: var(--ooui-interface);
   border: none;
  box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.3);
}
}


.oo-ui-popupWidget-anchored-start .oo-ui-popupWidget-anchor:before {
.mainpage-editing .tile-top {
   border-right-color: var(--ooui-interface-border);
   background: #438ab5;
}
}


.oo-ui-popupWidget-anchored-end .oo-ui-popupWidget-anchor:after {
.mainpage-editing .tile-bottom {
   border-left-color: var(--ooui-interface);
  background: #3980ab;
   border: none;
  padding: 0.8rem 1.5rem 0.4rem;
}
}


.oo-ui-popupWidget-anchored-end .oo-ui-popupWidget-anchor:before {
.mainpage-editing h2,
   border-left-color: var(--ooui-interface-border);
.mainpage-editing a {
   color: #fff;
}
}


.oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor:after {
.mainpage-editing p {
   border-bottom-color: var(--ooui-interface);
   color: rgba(255, 255, 255, 0.9);
}
}


.oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor:before {
.mainpage-editing ul {
   border-bottom-color: var(--ooui-interface-border);
   list-style-image: url("filepath://Transparent-chevron.svg");
}
}


.oo-ui-popupWidget-anchored-bottom .oo-ui-popupWidget-anchor:after {
.mainpage-poll .ajaxpoll {
   border-top-color: var(--ooui-interface);
   border: none;
  background-color: transparent;
  padding: 0;
  width: auto;
}
}


.oo-ui-popupWidget-anchored-bottom .oo-ui-popupWidget-anchor:before {
@media only screen and (max-width: 65.999rem) {
   border-top-color: var(--ooui-interface-border);
  .mainpage-recent-updates .tile-halves:last-child {
    display: none;
  }
 
  .mainpage-recent-updates .tile-halves:hover .tile-top img {
    transform: scale(1.04);
  }
 
  .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-header .header-stats {
    display: none;
  }
}
}
@media only screen and (min-width: 66rem) and (max-width: 81.999rem) {
  .mainpage-contents .contents-minigames {
    display: none;
  }


.oo-ui-pendingElement-pending {
  .mainpage-contents .contents-calculators {
  background-image: var(--oo-ui-pending-background-image);
    margin-right: 0;
  background-size: 200%;
  }
   animation: stripe 6s linear infinite;
 
  .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;
  }


.oo-ui-windowManager-modal > .oo-ui-dialog {
  body.wgl-readermode .mainpage-contents .tile-halves:nth-last-child(2) {
  background-color: var(--ooui-window-background);
    margin-right: 0;
  }
}
}

Navigation menu