|
|
| 1 eilutė: |
1 eilutė: |
| /* All CSS here will be loaded for users of the MinervaNeue skin */ | | /* All CSS here will be loaded for users of the MinervaNeue skin */ |
| /* <pre> */
| |
| body {
| |
| font-family: system-ui, -apple-system, Roboto, Helvetica, sans-serif;
| |
| }
| |
|
| |
|
| @media all and (max-width: 320px) {
| | /** |
| body {
| | * See [[MediaWiki:Common.css]] for desktop and mobile styles, e.g. templates. |
| font-size: 0.9em;
| | * |
| }
| | * See [[MediaWiki:Vector.css]] for desktop theme related styles. |
| | * See [[MediaWiki:Vector-theme-dark.css]] for desktop dark theme related styles. |
| | * |
| | * See [[MediaWiki:Minerva-theme-dark.css]] for mobile dark theme related styles. |
| | */ |
|
| |
|
| | /* Default styles [[File:Mobile-header.png]] */ |
| | :root { |
| | --mobile-header-background: url('filepath://Mobile-header.png'); |
| | --mobile-header-background-color: #58B5FE; |
| | --content-background-color: #E6EFF4; |
| | --content-text-color: #202122; |
| } | | } |
|
| |
|
| .content { | | /* Dungeons [[File:Mobile-header-dungeons.png]] */ |
| line-height: 1.7;
| | html body.rootpage-Minecraft_Dungeons, |
| | html body.rootpage-Talk_Minecraft_Dungeons, |
| | html body.ns-10000, |
| | html body.ns-10001 { |
| | --mobile-header-background: url('filepath://Mobile-header-dungeons.png'); |
| | --mobile-header-background-color: #FEA158; |
| | --content-background-color: #F2EEE7; |
| } | | } |
|
| |
|
| .pre-content h1, | | /* Earth [[File:Mobile-header-earth.png]] */ |
| .content h1, | | html body.rootpage-Minecraft_Earth, |
| .content h2 { | | html body.rootpage-Talk_Minecraft_Earth, |
| font-weight: bold;
| | html body.ns-10002, |
| | html body.ns-10003 { |
| | --mobile-header-background: url('filepath://Mobile-header-earth.png'); |
| | --mobile-header-background-color: #58B5FE; |
| | --content-background-color: #E5EDFF; |
| } | | } |
|
| |
|
| body { | | /* Legends [[File:Mobile-header-legends.png]] */ |
| background: var(--body-background-color);
| | html body.rootpage-Minecraft_Legends, |
| color: var(--text-color);
| | html body.rootpage-Talk_Minecraft_Legends, |
| | html body.ns-10006, |
| | html body.ns-10007 { |
| | --mobile-header-background: url('filepath://Mobile-header-legends.png'); |
| | --mobile-header-background-color: #58B5FE; |
| | --content-background-color: #DAEAE9; |
| } | | } |
|
| |
|
| select {
| | /* Story Mode [[File:Mobile-header-storymode.png]] */ |
| color: var(--text-color);
| | body.rootpage-Minecraft_Story_Mode, |
| | body.rootpage-Talk_Minecraft_Story_Mode, |
| | body.rootpage-Minecraft_Story_Mode_-_Season_Two, |
| | body.rootpage-Talk_Minecraft_Story_Mode_-_Season_Two, |
| | body.ns-10004, |
| | body.ns-10005 { |
| | --mobile-header-background: url('filepath://Mobile-header-storymode.png'); |
| | --mobile-header-background-color: #9E9AE4; |
| | --content-background-color: #f9eddc; |
| } | | } |
|
| |
|
| a:not( [ href ] ) {
| | /* Movie [[File:Mobile-header-movie.png]] */ |
| color: inherit; | | body.rootpage-A_Minecraft_Movie, |
| | body.rootpage-Talk_A_Minecraft_Movie, |
| | body.ns-10012, |
| | body.ns-10013 { |
| | --mobile-header-background: url('filepath://Mobile-header-movie.png'); |
| | --mobile-header-background-color: #70A8E6; |
| | --content-background-color: #E8E3E1; |
| } | | } |
|
| |
|
| a.external,
| | /** Minecraft skin **/ |
| .mw-parser-output a.external { | | .overlay.search-overlay, |
| background-image: var(--external-icon);
| | .overlay.editor-overlay { |
| | padding-top: 90px; |
| } | | } |
|
| |
|
| blockquote {
| | input#searchInput, |
| border-color: var(--body-mid); | | input { |
| font-family: inherit;
| | color: #000000; |
| } | | } |
|
| |
|
| .pre-content h1 { | | /* Grass header background */ |
| text-align: center;
| | .skin-minerva #mw-mf-page-center .header-container, |
| }
| | .skin-minerva .search-overlay .header-container { |
| | | position: relative; |
| .mw-parser-output h2:first-of-type { | | background: var(--mobile-header-background) left bottom repeat-x,linear-gradient(0deg,var(--content-background-color) 50%,var(--mobile-header-background-color) 50%); |
| clear: both; | | background-size: 48px auto; |
| }
| | right: 0; |
| | | left: 0; |
| .content .mw-parser-output > h2,
| | height: 96px; |
| .content .section-heading {
| |
| border-color: var(--sidebar);
| |
| }
| |
| | |
| .content .mw-parser-output > h2,
| |
| .content .section-heading {
| |
| border-color: var(--sidebar); | |
| } | | } |
|
| |
|
| .content .plainlist ol, | | .skin-minerva .header-container { |
| .content .plainlist ul {
| |
| padding: 0;
| |
| }
| |
| | |
| .content p {
| |
| margin: 0.5em 0;
| |
| }
| |
| | |
| .content hr {
| |
| background: none;
| |
| border-color: var(--sidebar);
| |
| border-style: solid;
| |
| border-width: 1px 0 0 0;
| |
| height: initial;
| |
| }
| |
| | |
| .content kbd,
| |
| .content samp {
| |
| border: none;
| |
| }
| |
| | |
| .content code,
| |
| .content pre {
| |
| background-color: var(--mw-code-background-color);
| |
| border: 1px solid var(--body-border);
| |
| }
| |
| | |
| :root {
| |
| --searchbutton-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='%23000'%3E%3Cpath d='M12.2 13.6a7 7 0 1 1 1.4-1.4l5.4 5.4-1.4 1.4-5.4-5.4zM3 8a5 5 0 1 0 10 0A5 5 0 1 0 3 8z'/%3E%3C/g%3E%3C/svg%3E");
| |
| --external-icon: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cg fill='%23906039'%3E%3Cpath d='M8.9 8.9H1.1V1.1h2.8V0H1.1C.5 0 0 .5 0 1.1v7.8C0 9.5.5 10 1.1 10h7.8c.6 0 1.1-.5 1.1-1.1V6.1H8.9v2.8z'/%3E%3Cpath d='M10 0H5.6l1.8 1.8L4.2 5l.8.8 3.2-3.2L10 4.4V0z'/%3E%3C/g%3E%3C/svg%3E");
| |
| }
| |
| | |
| #mw-mf-page-center {
| |
| background-color: transparent; | | background-color: transparent; |
| | box-shadow: none; |
| } | | } |
|
| |
|
| .header { | | .overlay-header, |
| border-top: none;
| | .minerva-header { |
| | padding-top: 7px; |
| } | | } |
|
| |
|
| .header-container.header-chrome { | | /* Hide grass when editing on small screens to maximise editing space */ |
| background: var(--body-background-image) var(--body-background-color) no-repeat;
| | @media all and (max-width: 999px) { |
| background-color: var(--body-background-color);
| | .overlay-enabled .editor-overlay { |
| background-size: 900px;
| | padding-top: 3.35em; |
| box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.1);
| | } |
| | .overlay-enabled .overlay.editor-overlay .header-container:after { |
| | bottom: 0; |
| | background-position: left bottom -29px; |
| | } |
| } | | } |
|
| |
|
| .header-container .notification-count { | | .overlay .overlay-header-container.header-container { |
| border-radius: 50%;
| | z-index: 2; |
| } | | } |
|
| |
|
| .header-container .notification-count.notification-unseen { | | .minerva-header .branding-box { |
| background: none;
| |
| }
| |
| | |
| .header-container .branding-box {
| |
| opacity: 1; | | opacity: 1; |
| } | | } |
|
| |
|
| .search-box { | | .notification-count { |
| text-align: right;
| | background: none; |
| }
| |
| | |
| .search-box .search {
| |
| background-color: var(--search-box);
| |
| border-color: var(--search-box);
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
| }
| |
| | |
| .search-box .search::placeholder {
| |
| color: var(--byline-color);
| |
| }
| |
| | |
| .client-nojs .search-box .search:focus,
| |
| .search-overlay .search-box .search:focus {
| |
| border-color: var(--link-color);
| |
| box-shadow: inset 0 0 0 1px var(--link-color), 0 1px 1px rgba(0, 0, 0, 0.05);
| |
| }
| |
| | |
| .mw-ui-background-icon-search {
| |
| background-image: var(--searchbutton-icon);
| |
| }
| |
| | |
| .overlay {
| |
| background: var(--body-main);
| |
| }
| |
| | |
| .overlay textarea {
| |
| color: var(--text-color);
| |
| }
| |
| | |
| .overlay.search-overlay {
| |
| background: var(--body-main);
| |
| }
| |
| | |
| .overlay.search-overlay .results,
| |
| .overlay.search-overlay .search-feedback {
| |
| background-color: var(--body-light);
| |
| } | | } |
|
| |
|
| .overlay.search-overlay .search-content { | | /* Background color */ |
| border-color: var(--body-mid);
| | .overlay-enabled, |
| | .overlay-content, |
| | .mw-body { |
| | background-color: var(--content-background-color); |
| } | | } |
|
| |
|
| .overlay .license {
| | /* Fix editor colour */ |
| color: var(--base-text-color);
| | #wikitext-editor { |
| }
| | background-color: #FFF; |
| | |
| .overlay .panel {
| |
| border-color: var(--sidebar);
| |
| }
| |
| | |
| .overlay .content-header {
| |
| background-color: var(--body-light);
| |
| border-color: transparent;
| |
| }
| |
| | |
| .overlay.overlay-loading {
| |
| background: var(--ooui-window-background);
| |
| }
| |
| | |
| .overlay .overlay-content {
| |
| background: var(--body-main);
| |
| }
| |
| | |
| .page-summary h2,
| |
| .page-summary h3 {
| |
| color: var(--text-color);
| |
| }
| |
| | |
| .page-list li,
| |
| .topic-title-list li,
| |
| .site-link-list li {
| |
| border-color: var(--body-mid);
| |
| }
| |
| | |
| .overlay-enabled .overlay:not(.editor-overlay),
| |
| .overlay-enabled #mw-mf-page-center {
| |
| overflow-y: scroll;
| |
| }
| |
| | |
| .overlay-header-container,
| |
| .overlay-footer-container {
| |
| background-color: var(--body-background-color);
| |
| border-color: transparent;
| |
| }
| |
| | |
| .editor-overlay .wikitext-editor {
| |
| color: var(--text-color);
| |
| }
| |
| | |
| .editor-overlay .overlay-header {
| |
| outline-color: transparent;
| |
| }
| |
| | |
| .editor-overlay .summary-request {
| |
| color: var(--text-color);
| |
| }
| |
| | |
| .editor-overlay .editor-switcher {
| |
| border: none;
| |
| }
| |
| | |
| .action-submit .mw-editnotice .action-edit .mw-editnotice,
| |
| .action-submit .mw-editTools,
| |
| .action-edit .mw-editTools,
| |
| .action-submit .preview-limit-report-wrapper,
| |
| .action-edit .preview-limit-report-wrapper,
| |
| .action-submit .diff-otitle,
| |
| .action-edit .diff-otitle,
| |
| .action-submit .diff-ntitle,
| |
| .action-edit .diff-ntitle,
| |
| .action-submit #section_0,
| |
| .action-edit #section_0,
| |
| .action-submit #editpage-copywarn,
| |
| .action-edit #editpage-copywarn,
| |
| .action-submit #mw-anon-edit-warning,
| |
| .action-edit #mw-anon-edit-warning {
| |
| color: var(--byline-color);
| |
| }
| |
| | |
| .wikitext-editor {
| |
| background-color: var(--body-main);
| |
| }
| |
| | |
| .ve-mobile-fakeToolbar {
| |
| border: none;
| |
| }
| |
| | |
| .ve-mobile-fakeToolbar-container {
| |
| background: var(--body-background-color);
| |
| border: none;
| |
| }
| |
| | |
| .ve-mobile-fakeToolbar .mw-ui-icon-mf-spinner {
| |
| border-color: transparent;
| |
| }
| |
| | |
| .ve-ui-targetToolbar-mobile .oo-ui-toolbar-tools > .ve-ui-toolbar-group-back {
| |
| border-color: transparent;
| |
| }
| |
| | |
| .ve-ui-mobileContext {
| |
| background-color: var(--body-light);
| |
| border-color: var(--body-light);
| |
| }
| |
| | |
| .ve-ui-mobileContext .ve-ui-linearContextItem-body-action-wrapper {
| |
| border-color: var(--body-border);
| |
| }
| |
| | |
| .ve-ui-linearContextItem-foot:not(:empty) {
| |
| border-color: var(--body-border);
| |
| }
| |
| | |
| .ve-ui-mwSaveDialog-options {
| |
| backgroubd-color: var(--body-light);
| |
| border-color: var(--body-mid);
| |
| }
| |
| | |
| .page-actions-menu {
| |
| border-color: var(--sidebar);
| |
| }
| |
| | |
| #language-selector { | |
| display: none;
| |
| }
| |
| | |
| .minerva__tab-container .minerva__tab {
| |
| color: var(--text-color);
| |
| }
| |
| | |
| .minerva__tab-container .minerva__tab.new,
| |
| .minerva__tab-container .minerva__tab.new:visited,
| |
| .minerva__tab-container .minerva__tab.new:hover,
| |
| .minerva__tab-container .minerva__tab.new:active {
| |
| color: var(--redlink-color);
| |
| }
| |
| | |
| .minerva__tab-container .minerva__tab.selected {
| |
| border-color: var(--body-border);
| |
| }
| |
| | |
| .heading-holder .tagline {
| |
| color: var(--base-heading-color);
| |
| } | | } |
|
| |
|
| | /* Give the footer the stone texture: [[File:Mobile-background.png]] */ |
| .minerva-footer { | | .minerva-footer { |
| border-color: transparent;
| | background: url('filepath://Mobile-background.png') #202020; |
| }
| |
| | |
| .mw-footer > .post-content {
| |
| margin-top: 32px;
| |
| } | | } |
|
| |
|
| .mw-footer > .post-content > .minerva-footer-logo {
| | footer, |
| display: none;
| | footer a:active, |
| | #footer, |
| | #footer a:active { |
| | color: #FFF; |
| } | | } |
|
| |
|
| .mw-footer .hlist li:after {
| | footer a, |
| color: var(--background-text-color); | | #footer a, |
| | footer a:visited, |
| | #footer a:visited { |
| | color: #BFBFBF; |
| } | | } |
|
| |
|
| .last-modified-bar { | | .last-modified-bar { |
| border-top: 1px solid;
| | background-color: #EAECF0; |
| border-color: transparent;
| |
| background: none;
| |
| color: var(--text-color);
| |
| } | | } |
|
| |
|
| .last-modified-bar a, | | /* Fix dumb default styling */ |
| .last-modified-bar a:active, | | .content code, |
| .last-modified-bar a:visited,
| | .content pre { |
| .last-modified-bar .last-modified-text-accent {
| | background-color: #f9f9f9; |
| color: var(--background-text-color);
| | border: 1px solid #ddd; |
| | color: black; |
| } | | } |
|
| |
|
| .last-modified-bar.active, | | .content code { |
| .last-modified-bar.active:active,
| | border-radius: 2px; |
| .last-modified-bar.active:visited,
| |
| .last-modified-bar.active .last-modified-text-accent {
| |
| color: #fff;
| |
| } | | } |
|
| |
|
| .mw-ui-icon-mf-expand-gray:not(.mw-ui-icon-mf-expand-invert):before {
| | @media all and (max-width: 768px) { |
| background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3Eexpand%3C/title%3E%3Cg fill='%2354595d'%3E%3Cpath d='M17.5 4.75l-7.5 7.5-7.5-7.5L1 6.25l9 9 9-9z'/%3E%3C/g%3E%3C/svg%3E");
| | .gallerybox .thumb > div { |
| | margin: 15px !important; |
| | width: auto !important; |
| | } |
| } | | } |
|
| |
|
| .toggle-list__list { | | .wikitable > tbody { |
| background-color: var(--wikitable-bg);
| | background-color: #f8f9fa; |
| } | | } |
|
| |
|
| .toggle-list-item__anchor:visited, | | /* Use black bullet points, instead of blue circles: [[File:List bullet.svg]] */ |
| .toggle-list-item__anchor:active { | | .content ul { |
| color: var(--base-text-color);
| | list-style-image: url('filepath://List_bullet.svg'); |
| } | | } |
|
| |
|
| .toggle-list-item:hover { | | /* Fix footer hlist separator colour */ |
| background: var(--wikitable-bg-lighter);
| | .footer-content .hlist-separated li:after { |
| | color: #FFF; |
| } | | } |
|
| |
|
| .toggle-list-item__label { | | /* Fix hlist gaps being too wide */ |
| color: var(--base-text-color);
| | .hlist > ul li { |
| | margin-right: 0; |
| } | | } |
|
| |
|
| .mw-ui-icon-wikimedia-search-base20:before { | | /* Fix changes autocollapsing in recent changes */ |
| background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3Esearch%3C/title%3E%3Cg fill='white'%3E%3Cpath fill-rule='evenodd' d='M12.2 13.6a7 7 0 111.4-1.4l5.4 5.4-1.4 1.4-5.4-5.4zM13 8A5 5 0 113 8a5 5 0 0110 0z'/%3E%3C/g%3E%3C/svg%3E%0A");
| | .mw-changeslist-edit, .mw-changeslist-line { |
| | display: table-row !important; |
| } | | } |
| | | .mw-changeslist-line-inner { |
| .mw-ui-icon-wikimedia-menu-base20:before { | | padding-top: 1.5em; |
| background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3Emenu%3C/title%3E%3Cg fill='white'%3E%3Cpath d='M1 3v2h18V3zm0 8h18V9H1zm0 6h18v-2H1z'/%3E%3C/g%3E%3C/svg%3E%0A");
| |
| } | | } |
| | | .mw-enhanced-rc-nested { |
| .mw-ui-icon-wikimedia-bellOutline-base20:before {
| | padding-top: 0.5em; |
| background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3Ebell%3C/title%3E%3Cg fill='white'%3E%3Cpath d='M11.5 2.19C14.09 2.86 16 5.2 16 8v6l2 2v1H2v-1l2-2V8c0-2.8 1.91-5.14 4.5-5.81V1.5C8.5.67 9.17 0 10 0s1.5.67 1.5 1.5v.69zM10 4C7.79 4 6 5.79 6 8v7h8V8c0-2.21-1.79-4-4-4zM8 18h4c0 1.1-.9 2-2 2s-2-.9-2-2z'/%3E%3C/g%3E%3C/svg%3E%0A");
| |
| }
| |
| | |
| .mw-ui-icon-minerva-userAvatarOutline:before {
| |
| background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3Euser avatar%3C/title%3E%3Cg fill='white'%3E%3Cpath d='M10 8c1.7 0 3.06-1.35 3.06-3S11.7 2 10 2 6.94 3.35 6.94 5 8.3 8 10 8zm0 2c-2.8 0-5.06-2.24-5.06-5S7.2 0 10 0s5.06 2.24 5.06 5-2.26 5-5.06 5zm-7 8h14v-1.33c0-1.75-2.31-3.56-7-3.56s-7 1.81-7 3.56V18zm7-6.89c6.66 0 9 3.33 9 5.56V20H1v-3.33c0-2.23 2.34-5.56 9-5.56z'/%3E%3C/g%3E%3C/svg%3E%0A");
| |
| }
| |
| | |
| @media all and (min-width: 1000px) {
| |
| .mw-ui-icon-with-label-desktop,
| |
| .mw-ui-icon-with-label-desktop:hover,
| |
| .mw-ui-icon-with-label-desktop:focus,
| |
| .mw-ui-icon-with-label-desktop:active,
| |
| .mw-ui-icon-with-label-desktop:visited {
| |
| color: var(--base-text-color) !important;
| |
| }
| |
| | |
| }
| |
| | |
| .header-action .mw-ui-icon-mf-close-base20:before {
| |
| background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3Eclose%3C/title%3E%3Cg fill='%23fff'%3E%3Cpath d='m4.3 2.9 12.8 12.8-1.4 1.4L2.9 4.3z'/%3E%3Cpath d='M17.1 4.3 4.3 17.1l-1.4-1.4L15.7 2.9z'/%3E%3C/g%3E%3C/svg%3E");
| |
| }
| |
| | |
| #mw-mf-page-left {
| |
| background-color: var(--body-background-color);
| |
| }
| |
| | |
| #mw-mf-page-left .secondary-action {
| |
| border-left-color: var(--body-mid);
| |
| }
| |
| | |
| #mw-mf-page-left ul li {
| |
| background-color: var(--body-main);
| |
| border-color: var(--body-mid);
| |
| }
| |
| | |
| #mw-mf-page-left ul li a {
| |
| color: var(--base-text-color);
| |
| }
| |
| | |
| #mw-mf-page-left ul li a:hover {
| |
| box-shadow: inset 4px 0 0 0 var(--link-color);
| |
| }
| |
| | |
| #mw-mf-page-left ul.hlist li a {
| |
| color: var(--background-link-color);
| |
| }
| |
| | |
| #mw-mf-page-left ul.hlist li a span {
| |
| font-size: 0.8125rem;
| |
| }
| |
| | |
| .notifications-overlay.navigation-drawer {
| |
| box-shadow: -1px 0 8px 0 rgba(0, 0, 0, 0.35);
| |
| }
| |
| | |
| .notifications-overlay .mw-echo-ui-actionMenuPopupWidget-menu {
| |
| border: none;
| |
| }
| |
| | |
| .mw-ui-anchor.mw-ui-progressive,
| |
| .mw-ui-anchor.mw-ui-progressive:active,
| |
| .mw-ui-anchor.mw-ui-progressive:hover, | |
| .mw-ui-anchor.mw-ui-progressive:focus {
| |
| color: var(--link-color); | |
| }
| |
| | |
| .minerva-talk-full-page-button {
| |
| background-color: var(--body-main);
| |
| border-color: var(--body-dark);
| |
| color: var(--link-color);
| |
| }
| |
| | |
| .minerva-talk-content-explained {
| |
| border-color: var(--sidebar);
| |
| color: var(--base-text-color);
| |
| }
| |
| | |
| .talk-overlay .comment .wikitext-editor {
| |
| border-color: var(--body-border);
| |
| }
| |
| | |
| .client-js .skin-minerva--talk-simplified .section-heading {
| |
| border-color: var(--sidebar);
| |
| }
| |
| | |
| .mw-notification a,
| |
| .toast a {
| |
| color: var(--link-color);
| |
| }
| |
| | |
| .drawer {
| |
| background-color: var(--body-light);
| |
| }
| |
| | |
| .drawer.references-drawer {
| |
| background-color: var(--body-light);
| |
| color: var(--text-color);
| |
| }
| |
| | |
| .drawer.references-drawer a {
| |
| color: var(--link-color);
| |
| }
| |
| | |
| .drawer.references-drawer .references-drawer__title {
| |
| color: var(--text-color);
| |
| }
| |
| | |
| .drawer.references-drawer .mw-ui-icon::before {
| |
| filter: brightness(0);
| |
| }
| |
| | |
| .cta-holder {
| |
| background: var(--body-light);
| |
| }
| |
| | |
| .cta-holder .desc {
| |
| color: var(--byline-color);
| |
| }
| |
| | |
| .mw-tag-marker {
| |
| border-color: var(--body-border);
| |
| }
| |
| | |
| .oo-ui-toolGroup {
| |
| background: var(--body-background-color);
| |
| }
| |
| | |
| .load-fail-msg {
| |
| color: var(--text-color);
| |
| }
| |
| | |
| .load-fail-msg-link a {
| |
| color: var(--link-color);
| |
| }
| |
| | |
| .image-carousel .image-loaded {
| |
| background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M0 0h8v16h8V8H0z' opacity='.13'/%3E%3C/svg%3E%0A") repeat;
| |
| }
| |
| | |
| .image-details { | |
| background-color: var(--body-light);
| |
| border-color: transparent;
| |
| } | | } |
|
| |
|
| @media all and (min-width: 720px) {
| | /* Alternating cell background */ |
| .ns-special .pre-content {
| | .alternatecells:nth-child(odd) { |
| background-color: transparent;
| | background-color: #F9F9F9; |
| }
| |
| | |
| .ns-special .mw-body {
| |
| background: var(--body-main);
| |
| }
| |
| | |
| .ns-special .mw-body form {
| |
| background: transparent;
| |
| }
| |
| | |
| } | | } |
|
| |
|
| form.mw-mf-settings .oo-ui-fieldLayout,
| | /* Alternating table rows, primarily used with [[Template:Infobox row]] */ |
| form.mw-mf-settings .oo-ui-fieldLayout:first-child {
| | .alternaterows tr:nth-child(even), |
| border-color: var(--body-mid);
| | .infobox-rows tr:nth-child(even), |
| | .alternaterows tr:nth-child(even) td, |
| | .infobox-rows tr:nth-child(even) td { |
| | background-color: #F9F9F9; |
| } | | } |
|
| |
|
| .ns-special .content-header { | | /* Show TOC */ |
| border-bottom-color: var(--body-dark);
| | @media (max-width: 512px) { |
| | .skin-minerva .toc-mobile { |
| | display: block; |
| | } |
| } | | } |
|
| |
|
| .action-history .mw-history-compareselectedversions { | | /* Turn a list into a tree view style (See [[.minecraft]]) */ |
| background-color: var(--body-main);
| | .treeview { |
| | margin-top: 0.3em; |
| } | | } |
|
| |
|
| .action-history #pagehistory li:not(.selected) { | | .treeview .treeview-header { |
| border-bottom-color: var(--sidebar);
| | padding-left: 3px; |
| | font-weight: bold; |
| } | | } |
| | | .treeview .treeview-header:last-child { |
| ul.mw-contributions-list li,
| | border-color: #636363 !important; |
| ul.special li {
| | border-left-style: dotted; |
| border-color: var(--sidebar);
| |
| } | | } |
| | | .treeview .treeview-header:not(:last-child):before { |
| .page-list li > a:not(.mw-ui-icon-element), | | content: none; |
| .topic-title-list li > a:not(.mw-ui-icon-element),
| |
| .site-link-list li > a:not(.mw-ui-icon-element) {
| |
| color: var(--byline-color);
| |
| }
| |
| | |
| .page-list.side-list .list-thumb,
| |
| .topic-title-list.side-list .list-thumb,
| |
| .site-link-list.side-list .list-thumb {
| |
| color: var(--text-color);
| |
| }
| |
| | |
| .page-list .info,
| |
| .topic-title-list .info,
| |
| .site-link-list .info,
| |
| .page-list .component,
| |
| .topic-title-list .component,
| |
| .site-link-list .component {
| |
| color: var(--byline-color);
| |
| } | | } |
| | | .treeview .treeview-header:last-child:before { |
| .mw-mf-user { | | border-bottom: 0; |
| color: var(--text-color);
| |
| } | | } |
|
| |
|
| .content .mw-index-pager-list-header { | | .treeview ul, |
| background-color: var(--body-mid);
| | .treeview li { |
| color: inherit;
| | margin: 0; |
| font-family: inherit;
| | padding: 0; |
| | list-style-type: none; |
| | list-style-image: none; |
| } | | } |
|
| |
|
| .diff-editfont-monospace { | | .treeview li li { |
| font-family: monospace,monospace;
| | position: relative; |
| | padding-left: 13px; |
| | margin-left: 7px; |
| | border-left: 1px solid #636363; |
| } | | } |
| | | .treeview li li:before { |
| :root { | | content: ""; |
| --diff-deletedline-background: #fbc0ba;
| | position: absolute; |
| | top: 0; |
| | left: -1px; |
| | width: 11px; |
| | height: 11px; |
| | border-bottom: 1px solid #636363; |
| } | | } |
|
| |
|
| .minoredit { | | .treeview li li:last-child:not(.treeview-continue) { |
| background: var(--body-mid);
| | border-color: transparent; |
| } | | } |
| | | .treeview li li:last-child:not(.treeview-continue):before { |
| #mw-mf-diffview .mw-mf-diff-date {
| | border-left: 1px solid #636363; |
| color: var(--byline-color);
| | width: 10px; |
| } | | } |
|
| |
|
| #mw-mf-diffview .mw-diff-inline-deleted del,
| | .nbttree-inherited { |
| #mw-mf-diffview .mw-diff-inline-changed del {
| | background-color: #E6E6FA; |
| background: var(--diff-deletedline-background);
| |
| color: var(--diff-deletedline-color);
| |
| border-radius: 0.33em;
| |
| } | | } |
|
| |
|
| #mw-mf-diffview .mw-diff-inline-added ins,
| | /* Try to use nearest neighbour scaling for pixelated images */ |
| #mw-mf-diffview .mw-diff-inline-changed ins {
| | .pixel-image, |
| background: var(--diff-addedline-background);
| | .invslot-item-image, |
| color: var(--diff-addedline-color);
| | .sprite { |
| border-radius: 0.33em;
| | image-rendering: optimizeSpeed; |
| | image-rendering: -webkit-optimize-contrast; |
| | image-rendering: optimize-contrast; |
| | image-rendering: -moz-crisp-edges; |
| | image-rendering: -o-crisp-edges; |
| | image-rendering: crisp-edges; |
| | image-rendering: pixelated; |
| | -ms-interpolation-mode: nearest-neighbor; |
| } | | } |
|
| |
|
| #mw-mf-diffview .mw-diff-inline-moved { | | /* Simulate link styling for JS only links */ |
| background: var(--diff-context-background);
| | .jslink { |
| | color: #0645AD; |
| | -webkit-user-select: none; |
| | -moz-user-select: none; |
| | -ms-user-select: none; |
| | user-select: none; |
| } | | } |
| | | .jslink:hover { |
| #mw-mf-diffview #mw-mf-userinfo {
| | text-decoration: underline; |
| background: var(--body-light);
| | cursor: pointer; |
| border-top-color: var(--body-border);
| |
| } | | } |
| | | .jslink:active { |
| #mw-mf-diffview #mw-mf-userinfo .mw-mf-edit-count {
| | color: #FAA700; |
| color: var(--text-color);
| |
| } | | } |
|
| |
|
| #mw-mf-diffview #mw-mf-userinfo .mw-mf-edit-count div {
| | /* Hatnotes and disambiguation notices */ |
| color: var(--base-text-color);
| | .hatnote { |
| | font-style: italic; |
| } | | } |
| | | .hatnote i { |
| .content table.relative-location {
| | font-style: normal; |
| display: table;
| |
| } | | } |
|
| |
| .floornumber-us {
| |
| display: none;
| |
| }
| |
|
| |
| div.hatnote { | | div.hatnote { |
| padding: 5px 7px; | | padding-left: 0; |
| color: var(--text-color);
| | margin-bottom: 0.5em; |
| font-size: 0.8125rem; | | font-size: 0.8125rem; |
| background-color: var(--body-light);
| |
| margin: 0 0 0.5em 0;
| |
| overflow: hidden;
| |
| } | | } |
| | | div.hatnote + div.hatnote { |
| .tbz-region .tbz-name { | | margin-top: -0.5em; |
| pointer-events: none;
| |
| } | | } |
| | | div.msgbox { |
| @media all and (max-width: 720px) {
| | font-size: 0.8125rem; |
| .pollquestion {
| | max-width: revert !important; |
| width: auto;
| |
| }
| |
| | |
| .musicplayer {
| |
| clear: both !important;
| |
| float: none !important;
| |
| width: 100%;
| |
| max-width: 100%;
| |
| text-align: center;
| |
| margin-left: 0;
| |
| }
| |
| | |
| .archivelist {
| |
| margin: 1em 0;
| |
| float: none;
| |
| width: 100%;
| |
| } | |
| | |
| .messagebox {
| |
| border-left-width: 7px;
| |
| font-size: 0.9375em;
| |
| } | |
| | |
| }
| |
| | |
| .infobox {
| |
| font-size: 85%;
| |
| background-color: var(--body-light);
| |
| border: 1px solid var(--body-border);
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
| table-layout: fixed;
| |
| }
| |
| | |
| .content .infobox {
| |
| display: table;
| |
| }
| |
| | |
| .content .infobox caption {
| |
| display: table-caption;
| |
| background: none;
| |
| } | | } |
| | | @media all and (min-width: 511px) { |
| .infobox .infobox-header {
| | div.msgbox-subtle { |
| color: var(--infobox-text-color);
| | max-width: 306px !important; |
| font-size: 1.15em;
| | } |
| background: var(--body-dark);
| |
| padding: 0.5em 0;
| |
| text-align: center;
| |
| } | | } |
|
| |
|
| .infobox .infobox-subheader { | | /* Fix animated infobox images shifting the screen when images have different dimensions */ |
| background: var(--body-dark);
| | .content span.animated a > img, |
| line-height: 2em;
| | .content span.animated a > .lazy-image-placeholder, |
| text-align: center; | | .content noscript span.animated > img { |
| | max-width: initial !important; |
| } | | } |
|
| |
|
| .infobox .infobox-subheader a {
| | body.page-Main_Page #firstHeading { |
| color: var(--infobox-text-color);
| |
| }
| |
| | |
| .infobox th:not(.infobox-nested):not(.infobox-subheader):not(.infobox-header) {
| |
| text-align: right;
| |
| vertical-align: top;
| |
| border-right: 2px solid var(--body-dark);
| |
| padding: 0.2em 0.5em;
| |
| }
| |
| | |
| .infobox caption.infobox-caption {
| |
| text-align: center;
| |
| }
| |
| | |
| .infobox td {
| |
| padding: 0.25em 0.5em;
| |
| line-height: 1.6em;
| |
| }
| |
| | |
| .infobox td.infobox-nested {
| |
| padding: 0.25em 0;
| |
| line-height: 1em;
| |
| }
| |
| | |
| .infobox .infobox-padding {
| |
| height: 0.5em;
| |
| padding: 0;
| |
| border: 0;
| |
| }
| |
| | |
| .infobox .infobox-image {
| |
| text-align: center;
| |
| }
| |
| | |
| .infobox .infobox-image.inventory-image {
| |
| height: 32px;
| |
| }
| |
| | |
| .infobox .infobox-nested {
| |
| text-align: center;
| |
| }
| |
| | |
| .infobox .infobox-nested + .infobox-nested {
| |
| border-left: 2px solid var(--body-dark);
| |
| }
| |
| | |
| .infobox .infobox-cell-hidden {
| |
| display: none; | | display: none; |
| } | | } |
|
| |
|
| .infobox .infobox-full-width-content { | | /* Hide nomobile */ |
| max-width: 300px;
| | .nomobile, |
| text-align: center;
| | .msgbox .msgbox-image { |
| overflow-x: hidden;
| | display: none; |
| padding: 0;
| |
| } | | } |
|
| |
|
| .skill-info a[href$="?action=edit"] + a[href$="?action=edit"] { | | /* Remove blank space when editing */ |
| display: none; | | .action-edit .overlay-header-container + .overlay-content { |
| | padding-top: 0; |
| } | | } |
| | | .editor-overlay .content { |
| .infobox-bonuses { | |
| float: none;
| |
| table-layout: fixed;
| |
| font-size: 100%;
| |
| }
| |
| | |
| table.infobox-switch.infobox-bonuses {
| |
| display: block !important;
| |
| }
| |
| | |
| .content .infobox-bonuses {
| |
| display: block;
| |
| }
| |
| | |
| .content .infobox-bonuses.infobox-bonuses-noimage {
| |
| display: table !important;
| |
| }
| |
| | |
| .infobox-bonuses tbody {
| |
| border: 1px solid var(--body-border);
| |
| }
| |
| | |
| .infobox-bonuses .infobox-nested {
| |
| min-width: 40px;
| |
| }
| |
| | |
| .infobox-bonuses .infobox-bonuses-image {
| |
| text-align: center;
| |
| vertical-align: middle;
| |
| border: 1px solid var(--body-border);
| |
| }
| |
| | |
| .infobox-bonuses .infobox-bonuses-image-caption {
| |
| font-size: 0.85em;
| |
| }
| |
| | |
| .infobox-bonuses .infobox-subheader {
| |
| background: var(--body-dark);
| |
| color: var(--infobox-text-color);
| |
| line-height: 2em;
| |
| border-top: none;
| |
| border-bottom: none;
| |
| }
| |
| | |
| .infobox-bonuses .infobox-subheader a {
| |
| color: var(--infobox-text-color);
| |
| }
| |
| | |
| .infobox-bonuses .infobox-subheader + .infobox-subheader {
| |
| border-left: 2px solid var(--body-light);
| |
| }
| |
| | |
| .infobox-bonuses a {
| |
| font-weight: bold;
| |
| }
| |
| | |
| .poh-room {
| |
| background-color: var(--infobox-room-poh-color);
| |
| margin: auto;
| |
| width: 100px;
| |
| }
| |
| | |
| .poh-room img {
| |
| display: block;
| |
| }
| |
| | |
| .poh-room-row {
| |
| display: flex;
| |
| }
| |
| | |
| .poh-room-text {
| |
| margin: auto;
| |
| width: 92px;
| |
| }
| |
| | |
| .infobox-buttons {
| |
| margin-top: 0.5em;
| |
| text-align: center;
| |
| }
| |
| | |
| .infobox-bottom-links {
| |
| display: none;
| |
| }
| |
| | |
| .advanced-data {
| |
| display: none;
| |
| }
| |
| | |
| @media screen and (min-width: 720px) {
| |
| .content table.infobox {
| |
| float: right;
| |
| margin-top: 0.5em;
| |
| margin-left: 1em;
| |
| width: 300px !important;
| |
| }
| |
| | |
| .content table.infobox.skill-info {
| |
| float: none;
| |
| margin: 0 0 1em 0;
| |
| }
| |
| | |
| .content table.infobox.infobox-bonuses {
| |
| display: table;
| |
| float: none;
| |
| margin: 0;
| |
| width: 100% !important;
| |
| max-width: 600px;
| |
| }
| |
| | |
| }
| |
| | |
| .multi-infobox {
| |
| margin-top: 0.5em;
| |
| margin-bottom: 2.5em;
| |
| }
| |
| | |
| .multi-infobox .tabber {
| |
| margin: 0;
| |
| }
| |
| | |
| .multi-infobox .tabber .tabbernav {
| |
| text-align: center;
| |
| margin-left: 0;
| |
| }
| |
| | |
| .mw-body .multi-infobox .tabber .tabbertab {
| |
| padding: 5px;
| |
| }
| |
| | |
| .multi-infobox table.infobox {
| |
| margin: 0;
| |
| }
| |
| | |
| .multi-infobox .infobox-buttons {
| |
| margin-top: 0; | | margin-top: 0; |
| } | | } |
|
| |
|
| @media screen and (min-width: 720px) {
| | /* Add a background color to the overlay header and remove the padding */ |
| .multi-infobox { | | .overlay-header { |
| float: right;
| | background-color: var(--content-background-color); |
| margin-left: 1em;
| | padding-top: 0; |
| width: 300px;
| |
| }
| |
| | |
| } | | } |
|
| |
|
| @media screen and (max-width: 720px) {
| | .content li { |
| .inventorytable.storage-left,
| | margin-bottom: 2px; |
| .lootingbagtable.storage-left,
| |
| .runepouchtable.storage-left {
| |
| margin-right: auto;
| |
| clear: none;
| |
| float: none;
| |
| } | |
| | |
| .inventorytable.storage-right,
| |
| .lootingbagtable.storage-right,
| |
| .runepouchtable.storage-right {
| |
| margin-left: auto;
| |
| clear: none;
| |
| float: none;
| |
| }
| |
| | |
| .runepouchtable.storage-center {
| |
| margin-left: 23px;
| |
| }
| |
| | |
| .runepouchtable.storage-right {
| |
| margin-left: 23px;
| |
| }
| |
| | |
| .equipment-div.equipment-left,
| |
| .equipment-div-buttons.equipment-left {
| |
| margin-right: auto;
| |
| clear: none;
| |
| float: none;
| |
| width: 100%;
| |
| }
| |
| | |
| .equipment-div.equipment-center,
| |
| .equipment-div-buttons.equipment-center {
| |
| width: 100%;
| |
| }
| |
| | |
| .equipment-div.equipment-right,
| |
| .equipment-div-buttons.equipment-right {
| |
| margin-left: auto;
| |
| clear: none;
| |
| float: none;
| |
| width: 100%;
| |
| }
| |
| | |
| } | | } |
|
| |
|
| .tile { | | .content .mw-parser-output > h2, .content .section-heading { |
| padding: 1.5em 2em 1em; | | border-bottom: 1px solid #c8ccd1; |
| } | | } |
|
| |
|
| .tile h2 {
| | dl { |
| font-weight: 600;
| | margin-bottom: 5px; |
| border: none;
| |
| margin-top: 0.4em; | |
| } | | } |
|
| |
|
| .tile .byline + h2 { | | .mcw-mainpage-icons { |
| margin-top: -0.5em;
| |
| }
| |
| | |
| .tile-top {
| |
| padding: 1.3rem 1.5rem 2rem;
| |
| }
| |
| | |
| .tile-bottom {
| |
| padding: 1rem 1.5rem 2rem;
| |
| }
| |
| | |
| .tile-bottom.read-more {
| |
| padding: 0; | | padding: 0; |
| } | | } |
|
| |
|
| .tile-bottom.read-more a {
| | /* Force collapsed navbox headers to full width */ |
| padding: 1em 1.75em;
| | .content table.navbox { |
| }
| | display: table; |
| | | border-collapse: separate; |
| .tile.oswf-day { | |
| float: none !important;
| |
| padding: 0.5em 2em;
| |
| }
| |
| | |
| .tile.oswf-day h2 {
| |
| margin-right: auto;
| |
| margin-left: auto;
| |
| margin-top: -0.5em;
| |
| }
| |
| | |
| .oswf-tile {
| |
| margin-bottom: 1em;
| |
| }
| |
| | |
| .oswf-tile h2 {
| |
| clear: none !important;
| |
| margin-top: 0;
| |
| padding-top: f2em !important;
| |
| }
| |
| | |
| .oswf-tile .oswf-img {
| |
| display: block;
| |
| max-width: 75px;
| |
| float: right;
| |
| }
| |
| | |
| .oswf-tile .oswf-img img {
| |
| max-width: 100%;
| |
| height: auto !important;
| |
| }
| |
| | |
| :root {
| |
| --mobile-navbox-wide-bg-color: #dcd3bf;
| |
| --mobile-navbox-linear-gradient: linear-gradient(to right, rgba(255, 255, 255, 0), var(--body-main) 95%, var(--body-main));
| |
| }
| |
| | |
| .navbox {
| |
| border: 1px solid var(--body-border);
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
| font-size: 0.85em;
| |
| }
| |
| | |
| .content .navbox ul {
| |
| padding-left: 0;
| |
| } | | } |
|
| |
|
| .content .navbox ul li {
| | /* Margin is too big */ |
| margin-bottom: 0;
| | .page-heading { |
| }
| | margin-bottom: 0; |
| | |
| @media screen and (max-width: 719px) {
| |
| .navbox td,
| |
| .navbox th,
| |
| .navbox tr,
| |
| .navbox tbody,
| |
| .navbox .navbox-subgroup {
| |
| display: block;
| |
| }
| |
| | |
| }
| |
| | |
| @media screen and (min-width: 720px) {
| |
| .content table.navbox,
| |
| .content .navbox table {
| |
| width: 100% !important;
| |
| }
| |
| | |
| }
| |
| | |
| .navbox .navbox-subgroup {
| |
| margin: 0;
| |
| }
| |
| | |
| .navbox .navbar {
| |
| display: none;
| |
| }
| |
| | |
| .navbox .plink-template,
| |
| .navbox img {
| |
| display: none;
| |
| }
| |
| | |
| .navbox-title {
| |
| color: var(--text-color);
| |
| background-color: var(--body-dark);
| |
| font-size: 140%;
| |
| text-align: center;
| |
| padding: 0.25em 0.85em;
| |
| }
| |
| | |
| @media screen and (min-width: 720px) {
| |
| .navbox-title {
| |
| border-bottom: 1px solid var(--body-border);
| |
| }
| |
| | |
| }
| |
| | |
| .navbox-group-title {
| |
| background-color: var(--body-mid);
| |
| text-align: left;
| |
| padding: 0.2em 0.85em;
| |
| }
| |
| | |
| @media screen and (max-width: 719px) {
| |
| .navbox-group-title {
| |
| overflow: hidden;
| |
| white-space: nowrap;
| |
| text-overflow: ellipsis;
| |
| }
| |
| | |
| }
| |
| | |
| @media screen and (min-width: 720px) {
| |
| .navbox-group-title {
| |
| border: 1px solid var(--body-border);
| |
| border-width: 0 1px 1px 0;
| |
| width: 12vw;
| |
| }
| |
| | |
| }
| |
| | |
| .navbox-group-title-hidden {
| |
| display: none;
| |
| }
| |
| | |
| .navbox-list {
| |
| padding: 0;
| |
| position: relative;
| |
| }
| |
| | |
| @media screen and (min-width: 720px) {
| |
| .navbox-list {
| |
| border-bottom: 1px solid var(--body-border);
| |
| }
| |
| | |
| }
| |
| | |
| .navbox-list ul {
| |
| display: flex;
| |
| }
| |
| | |
| @media screen and (max-width: 719px) {
| |
| .navbox-list ul {
| |
| white-space: nowrap;
| |
| overflow-x: auto;
| |
| overflow-y: hidden;
| |
| -webkit-overflow-scrolling: touch;
| |
| }
| |
| | |
| }
| |
| | |
| @media screen and (min-width: 720px) {
| |
| .navbox-list ul {
| |
| padding: 0.2em 0.85em 0.5em !important;
| |
| flex-wrap: wrap;
| |
| }
| |
| | |
| }
| |
| | |
| @media screen and (min-width: 720px) {
| |
| .navbox-list[style*="center"] ul {
| |
| justify-content: center;
| |
| }
| |
| | |
| }
| |
| | |
| .navbox-list li {
| |
| display: inline-flex;
| |
| align-items: center;
| |
| height: 3.5em;
| |
| margin: 0 0 0 0.85em;
| |
| }
| |
| | |
| @media screen and (min-width: 720px) {
| |
| .navbox-list li {
| |
| height: 2.1em;
| |
| }
| |
| | |
| .navbox-list li:first-child {
| |
| margin-left: 0;
| |
| }
| |
| | |
| }
| |
| | |
| .navbox-list li + li::before {
| |
| content: '•';
| |
| display: inline-block;
| |
| white-space: pre-wrap;
| |
| position: relative;
| |
| left: -0.425em;
| |
| color: var(--text-color);
| |
| pointer-events: none;
| |
| }
| |
| | |
| .navbox-list li + li > a + a::before {
| |
| display: none;
| |
| }
| |
| | |
| .navbox-list li:last-child {
| |
| margin-right: 2em;
| |
| }
| |
| | |
| .navbox-list::after {
| |
| content: '';
| |
| display: block;
| |
| position: absolute;
| |
| background-image: var(--mobile-navbox-linear-gradient);
| |
| height: 100%;
| |
| width: 2.5em;
| |
| top: 0;
| |
| right: 0;
| |
| pointer-events: none;
| |
| }
| |
| | |
| @media screen and (min-width: 720px) {
| |
| .navbox-list::after {
| |
| display: none;
| |
| }
| |
| | |
| }
| |
| | |
| .navbox-list.navbox-parent {
| |
| border-bottom: 0;
| |
| padding: 0;
| |
| }
| |
| | |
| .navbox-list.navbox-parent::after {
| |
| display: none;
| |
| }
| |
| | |
| .navbox-group .navbox-group .navbox-group-title {
| |
| background-color: var(--body-light);
| |
| padding: 0 0.85em 0 1.7em;
| |
| }
| |
| | |
| @media screen and (min-width: 720px) {
| |
| .navbox-group .navbox-group .navbox-group-title {
| |
| padding-left: 0.85em;
| |
| }
| |
| | |
| }
| |
| | |
| .navbox-group .navbox-group .navbox-list ul {
| |
| padding-left: 1.7em;
| |
| }
| |
| | |
| .navbox-group .navbox-group .navbox-list li {
| |
| margin-bottom: 0;
| |
| }
| |
| | |
| .navbox-group .navbox-group .navbox-list li:first-child {
| |
| margin-left: 0;
| |
| }
| |
| | |
| .navbox-group .navbox-group.navbox-group-split .navbox-list ul {
| |
| padding-left: 0.85em;
| |
| }
| |
| | |
| .navbox-group .navbox-group .navbox-group:first-child .navbox-group-title {
| |
| padding-top: 0.5em;
| |
| }
| |
| | |
| @media screen and (min-width: 720px) {
| |
| .navbox-group .navbox-group .navbox-group:first-child .navbox-group-title {
| |
| padding-top: 0;
| |
| }
| |
| | |
| }
| |
| | |
| .navbox-group .navbox-group .navbox-group .navbox-group-title {
| |
| background-color: transparent;
| |
| padding-left: 2.55em;
| |
| }
| |
| | |
| @media screen and (min-width: 720px) {
| |
| .navbox-group .navbox-group .navbox-group .navbox-group-title {
| |
| background-color: var(--mobile-navbox-wide-bg-color);
| |
| padding-left: 0.85em;
| |
| }
| |
| | |
| }
| |
| | |
| .navbox-group .navbox-group .navbox-group .navbox-list ul {
| |
| padding-left: 2.55em;
| |
| }
| |
| | |
| .navbox-group .navbox-group .navbox-group.navbox-group-split .navbox-list ul {
| |
| padding-left: 1.7em;
| |
| }
| |
| | |
| @media screen and (max-width: 720px) {
| |
| .questdetails-header {
| |
| text-align: center;
| |
| display: block;
| |
| width: auto;
| |
| background-color: rgba(0, 0, 0, 0.1);
| |
| }
| |
| | |
| .questdetails-info {
| |
| display: block;
| |
| margin-top: 10px;
| |
| margin-bottom: 10px;
| |
| }
| |
| | |
| .questdetails tr,
| |
| .questdetails tbody {
| |
| display: block;
| |
| }
| |
| | |
| .questdetails {
| |
| padding: 0;
| |
| }
| |
| | |
| .questdetails ul {
| |
| padding-left: 2px;
| |
| margin-left: 2px;
| |
| }
| |
| | |
| .questdetails-info {
| |
| word-wrap: normal;
| |
| }
| |
| | |
| }
| |
| | |
| @keyframes slide-up {
| |
| from {
| |
| opacity: 0;
| |
| transform: translateY(1rem);
| |
| }
| |
| | |
| to {
| |
| opacity: 1;
| |
| transform: translateY(0);
| |
| }
| |
| | |
| }
| |
| | |
| .mainpage-header {
| |
| margin: 2em 1em 0;
| |
| }
| |
| | |
| @media only screen and (max-width: 1000px) {
| |
| .mainpage-header .header-intro h1 {
| |
| text-align: center;
| |
| font-size: 1.8em;
| |
| }
| |
| | |
| .mainpage-header .header-intro p {
| |
| font-size: 1em;
| |
| }
| |
| | |
| }
| |
| | |
| .mainpage-body .tile-row {
| |
| width: inherit;
| |
| }
| |
| | |
| .mainpage-left .tile {
| |
| padding: 2.5em 1.75em 2em;
| |
| }
| |
| | |
| .mainpage-left .tile h2 {
| |
| padding: 0;
| |
| margin: 0.65em 0.5em;
| |
| }
| |
| | |
| .mainpage-left .tile-halves h2 {
| |
| padding: 0;
| |
| margin: 0.65em 0.5em;
| |
| }
| |
| | |
| .mainpage-recent-updates {
| |
| padding: 1.5em 1em 2.5em;
| |
| }
| |
| | |
| .mainpage-recent-updates::before {
| |
| content: 'Recent updates';
| |
| display: block;
| |
| margin-left: 1.5em;
| |
| color: var(--byline-color);
| |
| font-weight: bold;
| |
| text-transform: uppercase;
| |
| letter-spacing: 0.025em;
| |
| grid-column: 1 / 4;
| |
| }
| |
| | |
| .mainpage-recent-updates .tile-halves {
| |
| display: inline-block;
| |
| width: 100%;
| |
| white-space: initial;
| |
| flex: unset;
| |
| }
| |
| | |
| .mainpage-recent-updates .tile-halves:nth-child(1) {
| |
| animation: 0.9s 0.2s both slide-up;
| |
| }
| |
| | |
| .mainpage-recent-updates .tile-halves:nth-child(2) {
| |
| animation: 0.9s 0.4s both slide-up;
| |
| }
| |
| | |
| .mainpage-recent-updates .tile-halves:nth-child(3) {
| |
| animation: 0.9s 0.6s both slide-up;
| |
| }
| |
| | |
| .mainpage-recent-updates .tile-top {
| |
| height: 9em;
| |
| overflow: hidden;
| |
| }
| |
| | |
| .mainpage-recent-updates .tile-bottom {
| |
| padding-bottom: 0.5rem;
| |
| }
| |
| | |
| .mainpage-recent-updates .byline {
| |
| margin: 0;
| |
| }
| |
| | |
| .mainpage-recent-updates .byline + h2 {
| |
| margin: 0.025em 0 0;
| |
| padding: 0;
| |
| }
| |
| | |
| @media only screen and (max-width: 720px) {
| |
| .mainpage-recent-updates::before {
| |
| text-align: center;
| |
| margin: 0;
| |
| grid-column: auto;
| |
| }
| |
| | |
| }
| |
| | |
| .mainpage-contents {
| |
| background: var(--body-mid);
| |
| padding: 55px 1em 2em 2.5em;
| |
| overflow-x: auto;
| |
| grid-template-columns: repeat(6, 1fr) !important;
| |
| position: relative;
| |
| scroll-snap-align: center;
| |
| }
| |
| | |
| .mainpage-contents::before {
| |
| content: 'Explore';
| |
| margin: 1em;
| |
| position: absolute;
| |
| top: 0;
| |
| color: inherit;
| |
| font-weight: bold;
| |
| text-transform: uppercase;
| |
| letter-spacing: 0.025em;
| |
| grid-column: 1 / 6;
| |
| }
| |
| | |
| .mainpage-contents .tile-halves {
| |
| border: none;
| |
| background: none;
| |
| box-shadow: none;
| |
| width: 200px;
| |
| }
| |
| | |
| .mainpage-contents .tile-top {
| |
| padding: 0;
| |
| height: initial;
| |
| }
| |
| | |
| .mainpage-contents .tile-bottom {
| |
| border: none;
| |
| }
| |
| | |
| .mainpage-contents h2 {
| |
| width: 100%;
| |
| }
| |
| | |
| @media only screen and (max-width: 1000px) {
| |
| .mainpage-skills .tile-top ul {
| |
| margin: 0;
| |
| }
| |
| | |
| }
| |
| | |
| .mainpage-wikinews::before {
| |
| content: 'From the wiki';
| |
| margin-left: 0.75em;
| |
| color: var(--byline-color);
| |
| font-weight: bold;
| |
| text-transform: uppercase;
| |
| letter-spacing: 0.025em;
| |
| }
| |
| | |
| .mainpage-discord .tile-top {
| |
| padding: 1em 2em;
| |
| height: 70px;
| |
| }
| |
| | |
| .mainpage-discord .tile-top .partner-icon {
| |
| margin-right: 1em;
| |
| }
| |
| | |
| .mainpage-discord .tile-top .server-name {
| |
| margin: 0;
| |
| }
| |
| | |
| .mainpage-discord .tile-top .server-tagline { | |
| margin: 0;
| |
| }
| |
| | |
| .mainpage-twitter {
| |
| margin-bottom: 0;
| |
| }
| |
| | |
| .mainpage-twitter .tile-top {
| |
| padding: 1em 2em;
| |
| height: 70px;
| |
| }
| |
| | |
| .mainpage-twitter .tile-top .twitter-logo {
| |
| margin-right: 1em;
| |
| }
| |
| | |
| .mainpage-twitter .tile-top .twitter-name {
| |
| margin: 0;
| |
| }
| |
| | |
| .mainpage-twitter .tile-top .twitter-tagline {
| |
| margin: 0;
| |
| }
| |
| | |
| .ns-120 section ul,
| |
| .transcript ul,
| |
| .ns-120 section ol,
| |
| .transcript ol {
| |
| padding: 0;
| |
| }
| |
| | |
| .ns-120 section ul,
| |
| .transcript ul {
| |
| margin: 5px 0 0 0;
| |
| }
| |
| | |
| .ns-120 section ul ul,
| |
| .transcript ul ul,
| |
| .ns-120 section ul ol,
| |
| .transcript ul ol {
| |
| margin: 5px 0 0 15px;
| |
| }
| |
| | |
| .ns-120 section ul,
| |
| .transcript ul,
| |
| .ns-120 section ul ul,
| |
| .transcript ul ul,
| |
| .ns-120 section ul ol,
| |
| .transcript ul ol {
| |
| list-style: none !important;
| |
| border-left: 1px dashed var(--transcript-border-color);
| |
| }
| |
| | |
| .ns-120 section ul:hover,
| |
| .transcript ul:hover,
| |
| .ns-120 section ul ul:hover,
| |
| .transcript ul ul:hover,
| |
| .ns-120 section ul ol:hover,
| |
| .transcript ul ol:hover {
| |
| border-color: var(--transcript-border-hover-color);
| |
| }
| |
| | |
| .ns-120 section ul li,
| |
| .transcript ul li,
| |
| .ns-120 section ul ul li,
| |
| .transcript ul ul li,
| |
| .ns-120 section ul ol li,
| |
| .transcript ul ol li {
| |
| flex-direction: column;
| |
| padding-left: 10px;
| |
| margin: 14px 0;
| |
| }
| |
| | |
| .ns-120 section ul li:last-of-type,
| |
| .transcript ul li:last-of-type,
| |
| .ns-120 section ul ul li:last-of-type,
| |
| .transcript ul ul li:last-of-type,
| |
| .ns-120 section ul ol li:last-of-type,
| |
| .transcript ul ol li:last-of-type {
| |
| margin-bottom: 0;
| |
| }
| |
| | |
| .smallChart .highcharts-range-selector {
| |
| display: none;
| |
| }
| |
| | |
| .smallChart .highcharts-button title + rect {
| |
| display: none;
| |
| }
| |
| | |
| #GEpopupchart {
| |
| overflow-x: auto !important;
| |
| }
| |
| | |
| .wikitable {
| |
| background: none;
| |
| box-shadow: none;
| |
| }
| |
| | |
| .wikitable tbody {
| |
| background: var(--body-light);
| |
| }
| |
| | |
| .toc {
| |
| background-color: var(--body-light);
| |
| border-color: var(--body-border);
| |
| }
| |
| | |
| #filetoc li {
| |
| display: inline;
| |
| padding-right: 2em;
| |
| }
| |
| | |
| .mw-dismissable-notice-body {
| |
| margin: 0;
| |
| }
| |
| | |
| .mw-dismissable-notice-body .mw-dismissable-notice-close-parent {
| |
| border-radius: 0 !important;
| |
| font-size: 0.75em;
| |
| }
| |
| | |
| :root {
| |
| --thumb-image-background: var(--body-light);
| |
| --thumb-caption-background: var(--body-mid);
| |
| } | | } |
|
| |
|
| .content .thumbinner { | | /* DiscussionTools */ |
| background-color: var(--thumb-bg);
| | .ext-discussiontools-replytool-enabled dl, |
| | .rootpage-Minecraft_Wiki_Admin_noticeboard dl, |
| | .ns-10008 dl, |
| | .ns-talk dl { |
| | border-left: 1px dotted var(--content-text-color); |
| | margin-left: 0; |
| } | | } |
|
| |
|
| .content .thumbimage { | | .ext-discussiontools-replytool-enabled:not(.ns-4) dd, |
| border: 1px solid transparent;
| | .rootpage-Minecraft_Wiki_Admin_noticeboard dd, |
| border-bottom: none;
| | .ns-10008 dd, |
| | .ns-talk dd { |
| | margin-left: 1em; |
| } | | } |
|
| |
|
| .content .thumbcaption { | | .ext-discussiontools-replytool-enabled:not(.ns-4) dl:has(+ dl), |
| margin: 0;
| | .ext-discussiontools-replytool-enabled:not(.ns-4) dl dl, |
| padding: 4px 6px !important;
| | .rootpage-Minecraft_Wiki_Admin_noticeboard dl:has(+ dl), |
| color: inherit;
| | .rootpage-Minecraft_Wiki_Admin_noticeboard dl dl, |
| background: var(--thumb-caption-bg);
| | .ns-10008 dl:has(+ dl), |
| | .ns-10008 dl dl, |
| | .ns-talk dl:has(+ dl), |
| | .ns-talk dl dl { |
| | margin-bottom: -0.5em; |
| | padding-bottom: 0.5em; |
| } | | } |
|
| |
|
| .content table.messagebox { | | body:is( |
| margin: 0.5em auto;
| | .ext-discussiontools-replytool-enabled:not(.ns-4), |
| | .rootpage-Minecraft_Wiki_Admin_noticeboard, |
| | .ns-10008, |
| | .ns-talk |
| | ) dd:first-child:not(:has(> dl:first-child)) { |
| | margin-top: 0.5em; |
| | padding-top: 0.5em; |
| | border-top: 1px dotted var(--content-text-color); |
| } | | } |
|
| |
|
| .content table a > img { | | body:is( |
| max-width: inherit !important;
| | .ext-discussiontools-replytool-enabled:not(.ns-4), |
| height: inherit !important;
| | .rootpage-Minecraft_Wiki_Admin_noticeboard, |
| | .ns-10008, |
| | .ns-talk |
| | ) dd:not(:last-child):has([data-mw-comment-end]) { |
| | margin-bottom: 0.5em; |
| | padding-bottom: 0.5em; |
| | border-bottom: 1px dotted var(--content-text-color); |
| } | | } |
|
| |
|
| .content .infobox a > img { | | /* Hide page title on all main pages */ |
| max-width: 100% !important;
| | body.rootpage-Minecraft_Wiki .page-heading, |
| height: auto !important;
| | body.rootpage-Movie_Wiki .page-heading, |
| | body.rootpage-Dungeons_Wiki .page-heading, |
| | body.rootpage-Legends_Wiki .page-heading, |
| | body.rootpage-Story_Mode_Wiki .page-heading, |
| | body.rootpage-Earth_Wiki .page-heading { |
| | display: none; |
| } | | } |
|
| |
|
| .content .infobox-bonuses a > img { | | /* Hide page/talk and edit bar links to match normal main page */ |
| max-width: inherit !important;
| | body.rootpage-Movie_Wiki .minerva__tab-container, |
| height: inherit !important;
| | body.rootpage-Movie_Wiki .page-actions-menu, |
| | body.rootpage-Dungeons_Wiki .minerva__tab-container, |
| | body.rootpage-Dungeons_Wiki .page-actions-menu, |
| | body.rootpage-Legends_Wiki .minerva__tab-container, |
| | body.rootpage-Legends_Wiki .page-actions-menu, |
| | body.rootpage-Story_Mode_Wiki .minerva__tab-container, |
| | body.rootpage-Story_Mode_Wiki .page-actions-menu, |
| | body.rootpage-Earth_Wiki .minerva__tab-container, |
| | body.rootpage-Earth_Wiki .page-actions-menu { |
| | display: none; |
| } | | } |