MediaWiki:Common.css: Skirtumas tarp puslapio versijų

S
nėra keitimo aprašymo
Nėra keitimo santraukos
SNėra keitimo santraukos
 
(nerodomos 38 tarpinės versijos, sukurtos to paties naudotojo)
9 eilutė: 9 eilutė:
  */
  */


/* Minecraft font
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;600&display=swap');
* [[File:Minecraft.woff2]] [[File:Minecraft.woff]]
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3&display=swap');
@font-face {
 
font-family: Minecraft;
/* Main body text */
src: url('filepath://Minecraft.woff2') format('woff2'),
body {
    url('filepath://Minecraft.woff') format('woff');
    font-family: 'Source Sans 3', 'Atkinson Hyperlegible', Arial, sans-serif !important;
    line-height: 1.6;
    font-size: 16px;
}
 
/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans 3', 'Atkinson Hyperlegible', Arial, sans-serif !important;
    padding-bottom: 8px !important;
    font-weight: 600;
}
 
/* Code blocks */
code, pre {
    font-family: 'JetBrains Mono', monospace !important;
}
 
 
.mw-editsection {
  float: right;
  margin-left: 8px;
}
 
.mw-editsection-bracket {
  display: none;
}
 
.mw-editsection a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 6px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
}
 
.mw-editsection a:hover {
  opacity: 1;
}
}


body {
/* Base icon */
font-family: "Liberation Sans", Arial, Helvetica, FreeSans, sans-serif;
.mw-editsection a::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
 
  /* IMPORTANT for dark themes */
  filter: invert(1);
}
 
/* Base */
.mw-editsection a::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1);
}
 
/* Visual (first link) */
.mw-editsection a:first-of-type::before {
  background-image: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/icons/pencil.svg");
}
 
/* Source (second link) */
.mw-editsection a:last-of-type::before {
  background-image: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/icons/code-slash.svg");
}
}


932 eilutė: 1 005 eilutė:
}
}


.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-full {
@media only screen and (max-width: 720px) {
     background: var(--tile-background-color);
     .mainpage-trailblazer .tile-row {
     border: 1px solid var(--tile-border-color);
          grid-template-columns: none;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
     }
     padding: 1.5em 2em 1em;
 
    .mainpage-trailblazer .tile-row .tile-top {
          height: 20vw;
          min-height: 9em;
     }
 
}
}


.tile h2 {
@media only screen and (max-width: 1200px) {
     font-size: 1.4em;
     .mainpage-contents {
    font-weight: bold;
          grid-template-columns: repeat(3, 1fr);
     border: none;
     }
    margin: 0 0 0.4em;
}


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


.tile.dark {
@media only screen and (max-width: 1000px) {
    color: var(--tile-dark-color);
     .mainpage-body {
     background: var(--tile-dark-bg);
          grid-template-areas: "event event event" "update update update" "content content content" "left left left" "right right right";
    border: none;
     }
     box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.3);
}


.tile.dark h2 {
    .mainpage-recent-updates {
    color: var(--tile-dark-header-color);
          grid-template-columns: repeat(2, 1fr);
}
    }
 
    .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-top {
          height: 18vw;
          min-height: 9em;
    }


.tile.dark a {
    .mainpage-header .header-stats {
    color: var(--tile-dark-link-color);
          display: none;
}
    }


.tile.dark .byline {
    .mainpage-left > *:last-child,
     color: var(--tile-dark-byline-color);
     .mainpage-right > *:last-child {
}
          margin-bottom: 0;
    }


.byline {
    .popular-pages ul {
    font-size: 0.9em;
          grid-template-columns: repeat(2, 1fr);
    color: var(--byline-color);
    }
}


.byline a {
    color: var(--byline-color);
}
}


.tile-row {
@media only screen and (max-width: 720px) {
    display: flex;
    .mainpage-recent-updates {
     flex-flow: row wrap;
          grid-template-columns: none;
     margin-bottom: 1em;
    }
 
    .mainpage-recent-updates .tile-halves:last-child {
          display: flex;
     }
 
    .mainpage-contents {
          grid-template-columns: repeat(2, 1fr);
    }
 
}
 
.tile {
    background: #ffffff;
    border: 1px solid #146433;
     box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
    padding: 1.5em 2em 1em;
    max-width: 40em;
}
 
body.wgl-theme-dark .tile {
    background-color: #484b54;
}
}


.tile-halves {
.tile-full {
     display: flex;
     background: #ffffff;
    flex-flow: row wrap;
     border: 1px solid #146433;
     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);
     box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
    padding: 1.5em 2em 1em;
}
}


.tile-halves h2 {
.tile h2 {
     font-size: 1.4em;
     font-size: 1.4em;
     font-weight: bold;
     font-weight: bold;
1 007 eilutė: 1 103 eilutė:
}
}


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


.tile-top {
.tile.dark {
     width: 100%;
    color: var(--tile-dark-color);
     padding: 1.3rem 1.5rem 0.6rem;
    background: var(--tile-dark-bg);
     border: none;
     box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.3);
}
}


.tile-top.tile-image {
.tile.dark h2 {
     display: flex;
     color: var(--tile-dark-header-color);
    align-items: center;
    background-color: var(--byline-color);
    overflow: hidden;
    padding: 0;
    height: 13vw;
    max-height: 12em;
    transition: 0.4s ease-out;
}
}


.tile-halves:hover .tile-top.tile-image img {
.tile.dark a {
     transform: scale(1.1);
     color: var(--tile-dark-link-color);
    transition: 0.5s ease-out;
}
}


.tile-top.tile-image a {
.tile.dark .byline {
     width: 100%;
     color: var(--tile-dark-byline-color);
}
}


.tile-top.tile-image img {
.byline {
     width: 100%;
     font-size: 0.9em;
     object-fit: cover;
     color: var(--byline-color);
    max-height: 200px;
    transition: 0.4s ease-out;
}
}


.tile-bottom {
.byline a {
     background: var(--tile-background-color);
     color: var(--byline-color);
    border-top: 1px solid var(--tile-border-color);
    width: 100%;
    padding: 1rem 1.5rem 0.6rem;
}
}


.tile-bottom.link-button {
body.wgl-theme-dark .byline {
     align-self: flex-end;
     color: white !important;
    padding: 0;
}
}


.tile-bottom.link-button a {
.tile-row {
     display: block;
     display: flex;
     text-align: center;
     flex-flow: row wrap;
     padding: 0.75em 1.5em 0.8em;
     margin-bottom: 1em;
    text-decoration: none;
}
}


.tile-bottom.read-more {
.tile-halves {
     background: var(--tile-link-button-color);
    display: flex;
     transition: 0.3s ease-out;
    flex-flow: row wrap;
    border: 1px solid #146433;
     background: #ffffff;
     box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
}
}


.tile-bottom.read-more a {
.tile-halves h2 {
     color: var(--byline-color);
     font-size: 1.4em;
     font-weight: bold;
     font-weight: bold;
     text-align: right;
     border: none;
    margin: 0 0 0.4em;
}
}


.tile-bottom.read-more:hover {
.tile-halves .byline + h2 {
     background: var(--tile-link-button-highlight-color);
     margin-top: -0.5em;
}
}


.tile-bottom.read-more:hover .arrow {
.tile-top {
     transform: translateX(50%);
     width: 100%;
    padding: 1.3rem 1.5rem 0.6rem;
}
}


.tile-bottom.read-more .arrow {
.tile-top.tile-image {
     filter: var(--byline-arrow-filter);
     display: flex;
     margin-left: 0.4em;
    align-items: center;
     transition: 0.3s ease-out;
    background-color: var(--byline-color);
     overflow: hidden;
    padding: 0;
    height: 13vw;
    max-height: 12em;
     transition: 0.4s ease-out;
}
}


.tile.oswf-day {
.tile-halves:hover .tile-top.tile-image img {
     margin-left: 0.5em;
     transform: scale(1.1);
    transition: 0.5s ease-out;
}
}


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


body.page-Sveiki_atvykę_į_MCSlime_LT_Viki .mw-parser-output {
.tile-top.tile-image img {
     max-width: 75em;
    width: 100%;
     margin: 0 auto;
    object-fit: cover;
     max-height: 200px;
     transition: 0.4s ease-out;
}
}


body.page-Sveiki_atvykę_į_MCSlime_LT_Viki.action-view .catlinks,
.tile-bottom {
body.page-Sveiki_atvykę_į_MCSlime_LT_Viki.action-view #contentSub,
    background: #ffffff;
body.page-Sveiki_atvykę_į_MCSlime_LT_Viki.action-view #siteNotice {
    border-top: 1px solid #146433;
     display: none;
    width: 100%;
     padding: 1rem 1.5rem 0.6rem;
}
}


.mainpage-header {
.tile-bottom.link-button {
     display: flex;
     align-self: flex-end;
     margin: 2.6em 1.75em 1.5em;
     padding: 0;
}
}


.mainpage-header .header-intro {
.tile-bottom.link-button a {
     flex: 2;
     display: block;
    text-align: center;
    padding: 0.75em 1.5em 0.8em;
    text-decoration: none;
}
}


.mainpage-header .header-intro h1 {
.tile-bottom.read-more {
     font-size: 2.5em;
     background: var(--tile-link-button-color);
    font-weight: bold;
     transition: 0.3s ease-out;
    border: none;
     margin: 0 0 0.15em;
}
}


.mainpage-header .header-intro p {
.tile-bottom.read-more a {
     font-size: 1.1em;
    color: var(--byline-color);
     line-height: 1.7em;
     font-weight: bold;
     text-align: right;
}
}


.mainpage-header .header-stats {
.tile-bottom.read-more:hover {
     flex: 1;
     background: var(--tile-link-button-highlight-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1em;
}
}


.mainpage-body {
.tile-bottom.read-more:hover .arrow {
    display: grid;
     transform: translateX(50%);
    grid-template-areas: "event event event" "update update update" "content content content" "left left right";
    gap: 0.9rem;
     grid-template-columns: repeat(3, 1fr);
}
}


.mainpage-body h2 a {
.tile-bottom.read-more .arrow {
     color: var(--text-color);
     filter: var(--byline-arrow-filter);
    margin-left: 0.4em;
    transition: 0.3s ease-out;
}
}


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


.mainpage-body .tile-row {
 
     width: 100%;
body.page-Sveiki_atvykę_į_MCSlime_LT_Viki .mw-parser-output {
     margin-bottom: 0;
     max-width: 75em;
     margin: 0 auto;
}
}


.mainpage-body .tile-row {
body.page-Sveiki_atvykę_į_MCSlime_LT_Viki.action-view .catlinks,
     display: grid;
body.page-Sveiki_atvykę_į_MCSlime_LT_Viki.action-view #contentSub,
    gap: 0.9rem;
body.page-Sveiki_atvykę_į_MCSlime_LT_Viki.action-view #siteNotice {
     display: none;
}
}


.mainpage-left {
.mainpage-header {
    grid-area: left;
    flex: 2;
     display: flex;
     display: flex;
     flex-flow: column wrap;
     margin: 2.6em 1.75em 1.5em;
}
}


.mainpage-left > * {
.mainpage-header .header-intro {
     margin: 0 0 0.9rem;
     flex: 2;
}
}


.mainpage-right {
.mainpage-header .header-intro h1 {
     grid-area: right;
     font-size: 2.5em;
     flex: 1;
     font-weight: bold;
     display: flex;
     border: none;
     flex-flow: column wrap;
     margin: 0 0 0.15em;
}
}


.mainpage-right > * {
.mainpage-header .header-intro p {
     margin: 0 0 0.9rem;
     font-size: 1.1em;
    line-height: 1.7em;
}
}


.arrow {
.mainpage-header .header-stats {
     background: url('filepath://White-chevron.svg') no-repeat;
     flex: 1;
     display: inline-block;
     display: flex;
     height: 0.7rem;
     justify-content: center;
     width: 0.45rem;
     align-items: center;
     vertical-align: middle;
     margin-top: -1em;
}
}


.arrow.dark {
.mainpage-body {
     filter: invert(80%);
     display: grid;
}
    grid-template-areas: "event event event" "update update update" "content content content" "left left right";
 
     gap: 0.9rem;
.mainpage-recent-updates {
     grid-area: update;
     grid-template-columns: repeat(3, 1fr);
     grid-template-columns: repeat(3, 1fr);
}
}


.mainpage-recent-updates .tile-halves {
.mainpage-body h2 a {
     flex: 1;
     color: var(--text-color);
    align-content: flex-start;
}
}


.mainpage-recent-updates .tile-halves:hover .tile-top img {
.mainpage-body .tile {
     transform: scale(1.04);
    padding-left: 1.75em;
     padding-right: 1.75em;
    max-width: 100%;
}
}


.mainpage-recent-updates .tile-bottom.link-button a {
.mainpage-body .tile-row {
     text-align: left;
     width: 100%;
     padding: 1rem 1.5rem 0.75rem;
     margin-bottom: 0;
}
}


.mainpage-recent-updates h2 {
.mainpage-body .tile-row {
     margin: -0.5em 0 0.3em;
     display: grid;
    gap: 0.9rem;
}
}


.mainpage-recent-updates p:not(.byline) {
.mainpage-left {
     font-size: 0.9em;
     grid-area: left;
     line-height: 1.75em;
     flex: 2;
     color: var(--text-color);
     display: flex;
    flex-flow: column wrap;
}
}


.mainpage-contents {
.mainpage-left > * {
     grid-area: content;
     margin: 0 0 0.9rem;
    grid-template-columns: repeat(6, 1fr);
}
}


.mainpage-contents .tile-halves {
.mainpage-right {
    grid-area: right;
     flex: 1;
     flex: 1;
    display: flex;
    flex-flow: column wrap;
}
}


.mainpage-contents .tile-top {
.mainpage-right > * {
     position: relative;
     margin: 0 0 0.9rem;
}
}


.mainpage-contents h2 {
.arrow {
     margin: 0;
    background: url('filepath://White-chevron.svg') no-repeat;
     padding: 0;
    display: inline-block;
     height: 0.7rem;
     width: 0.45rem;
    vertical-align: middle;
}
}


.mainpage-contents .tile-bottom.link-button a {
.arrow.dark {
     padding: 0.75em 0.2em;
     filter: invert(80%);
}
}


.mainpage-skills ul {
.mainpage-recent-updates {
     columns: 3 9em;
     grid-area: update;
     margin: 1em 0.7em 0.7em 1em;
     grid-template-columns: repeat(3, 1fr);
}
}


.mainpage-skills li {
.mainpage-recent-updates .tile-halves {
     display: flex;
     flex: 1;
     margin-bottom: 0.29em;
     align-content: flex-start;
}
}


.mainpage-skills li a:first-child {
.mainpage-recent-updates .tile-halves:hover .tile-top img {
    border-radius: 2px;
     transform: scale(1.04);
    padding: 4px;
    width: 25px;
    height: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
     align-items: center;
}
}


.mainpage-skills li a:last-child {
.mainpage-recent-updates .tile-bottom.link-button a {
     flex: 1;
     text-align: left;
    display: flex;
     padding: 1rem 1.5rem 0.75rem;
    align-items: center;
    font-weight: bold;
     padding-left: 0.7em;
    text-decoration: none;
}
}


.mainpage-skills li:hover a:first-child {
.mainpage-recent-updates h2 {
     border-radius: 2px 0 0 2px;
     margin: -0.5em 0 0.3em;
}
}


.mainpage-skills li:hover a:last-child {
.mainpage-recent-updates p:not(.byline) {
     color: rgba(255, 255, 255, 0.9);
     font-size: 0.9em;
     border-radius: 0 2px 2px 0;
     line-height: 1.75em;
    color: var(--text-color);
}
}


body.ns-110 #ca-talk {
.mainpage-contents {
     display: none;
    grid-area: content;
     grid-template-columns: repeat(6, 1fr);
}
}


.update {
.mainpage-contents .tile-halves {
     border-radius: 2px;
     flex: 1;
    background: var(--body-mid);
}
     box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0,0,0,0.1);
 
     margin: 1em 0;
.mainpage-contents .tile-top {
     padding: 0.75em 1em;
     position: relative;
    text-align: center;
}
    border: 2px solid #004e00;
 
.mainpage-contents h2 {
     margin: 0;
     padding: 0;
}
}


.mainpage-contents .tile-bottom.link-button a {
    padding: 0.75em 0.2em;
}


:root {
.mainpage-skills ul {
     --messagebox-obsolete-background: #cfcfcf;
     columns: 3 9em;
    --messagebox-obsolete-border: #464646;
     margin: 1em 0.7em 0.7em 1em;
    --messagebox-obsolete-color: var(--text-color);
    --messagebox-obsolete-link-color: #6c6c6c;
    --messagebox-info-background: #ebebeb;
    --messagebox-info-border: #898989;
    --messagebox-info-color: var(--text-color);
    --messagebox-info-link-color: #6c6c6c;
    --messagebox-action-background: #c7e8fa;
     --messagebox-action-border: #0b5884;
    --messagebox-action-color: var(--text-color);
    --messagebox-action-link-color: #03436b;
    --messagebox-warn-background: #dfc0ba;
    --messagebox-warn-border: #861c10;
    --messagebox-warn-color: var(--text-color);
    --messagebox-warn-link-color: #8e221a;
    --messagebox-safe-background: #d8f0d3;
    --messagebox-safe-border: #1b8408;
    --messagebox-safe-color: var(--text-color);
    --messagebox-safe-link-color: #1b8408;
    --messagebox-disambig-background: #ebebeb;
    --messagebox-disambig-border: #898989;
    --messagebox-disambig-color: var(--text-color);
    --messagebox-disambig-link-color: #6c6c6c;
    --messagebox-discord-background: #5865f2;
    --messagebox-discord-border: #4c57d0;
    --messagebox-discord-link-color: #d2e5fc;
}
}


.mw-message-box,
.mainpage-skills li {
.mw-message-box-error,
     display: flex;
.mw-message-box-warning,
    margin-bottom: 0.29em;
.mw-message-box-success,
.usermessage {
     color: var(--text-color);
}
}


.messagebox {
.mainpage-skills li a:first-child {
     width: 65%;
    border-radius: 2px;
     margin: 0.5em auto;
    padding: 4px;
     border-left: 15px solid;
     width: 25px;
     border-color: #1eaa00;
     height: 25px;
     background-color: #dfefe3;
     text-align: center;
     box-sizing: border-box;
     display: flex;
     justify-content: center;
     align-items: center;
}
}


.messagebox.obsolete {
.mainpage-skills li a:last-child {
     background-color: var(--messagebox-obsolete-background);
     flex: 1;
     border-color: var(--messagebox-obsolete-border);
    display: flex;
     color: var(--messagebox-obsolete-color);
     align-items: center;
}
     font-weight: bold;
 
    padding-left: 0.7em;
.messagebox.obsolete a,
     text-decoration: none;
.messagebox.obsolete a:visited,
.messagebox.obsolete a:active {
     color: var(--messagebox-obsolete-link-color);
}
}


.messagebox.info {
.mainpage-skills li:hover a:first-child {
    background-color: var(--messagebox-info-background);
     border-radius: 2px 0 0 2px;
     border-color: var(--messagebox-info-border);
    color: var(--messagebox-info-color);
}
}


.messagebox.info a,
.mainpage-skills li:hover a:last-child {
.messagebox.info a:visited,
     color: rgba(255, 255, 255, 0.9);
.messagebox.info a:active {
    border-radius: 0 2px 2px 0;
     color: var(--messagebox-info-link-color);
}
}


.messagebox.action {
body.ns-110 #ca-talk {
    background-color: var(--messagebox-action-background);
     display: none;
     border-color: var(--messagebox-action-border);
    color: var(--messagebox-action-color);
}
}


.messagebox.action a,
.mainpage-discord {
.messagebox.action a:visited,
    border: none;
.messagebox.action a:active {
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.3);
    color: var(--messagebox-action-link-color);
}
}


.messagebox.warn {
.mainpage-discord .tile-top {
     background-color: var(--messagebox-warn-background);
     display: flex;
     border-color: var(--messagebox-warn-border);
    align-items: center;
     color: var(--messagebox-warn-color);
     background: #5865f2;
     padding: 1em 1.75em;
}
}


.messagebox.warn a,
.mainpage-discord .tile-top a {
.messagebox.warn a:visited,
    flex: 1;
.messagebox.warn a:active {
    position: relative;
     color: var(--messagebox-warn-link-color);
     text-decoration: none;
}
}


.messagebox.safe {
.mainpage-discord .tile-top a:hover .arrow {
    background-color: var(--messagebox-safe-background);
     transform: translateX(50%);
    border-color: var(--messagebox-safe-border);
     color: var(--messagebox-safe-color);
}
}


.messagebox.safe a,
.mainpage-discord .tile-bottom {
.messagebox.safe a:visited,
    background: #525ee0;
.messagebox.safe a:active {
    border: none;
     color: var(--messagebox-safe-link-color);
    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;
}
}


.messagebox.disambig {
.update {
     background-color: var(--messagebox-disambig-background);
    border-radius: 2px;
     border-color: var(--messagebox-disambig-border);
    background: var(--body-mid);
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0,0,0,0.1);
    margin: 1em 0;
    padding: 0.75em 1em;
    text-align: center;
    border: 2px solid #004e00;
}
 
body.wgl-theme-dark .update {
background: #343434 !important;
}
 
:root {
    --messagebox-obsolete-background: #cfcfcf;
    --messagebox-obsolete-border: #464646;
    --messagebox-obsolete-color: var(--text-color);
    --messagebox-obsolete-link-color: #6c6c6c;
    --messagebox-info-background: #ebebeb;
    --messagebox-info-border: #898989;
    --messagebox-info-color: var(--text-color);
    --messagebox-info-link-color: #6c6c6c;
    --messagebox-action-background: #c7e8fa;
    --messagebox-action-border: #0b5884;
    --messagebox-action-color: var(--text-color);
    --messagebox-action-link-color: #03436b;
    --messagebox-warn-background: #dfc0ba;
    --messagebox-warn-border: #861c10;
    --messagebox-warn-color: var(--text-color);
    --messagebox-warn-link-color: #8e221a;
    --messagebox-safe-background: #d8f0d3;
    --messagebox-safe-border: #1b8408;
    --messagebox-safe-color: var(--text-color);
    --messagebox-safe-link-color: #1b8408;
    --messagebox-disambig-background: #ebebeb;
    --messagebox-disambig-border: #898989;
    --messagebox-disambig-color: var(--text-color);
    --messagebox-disambig-link-color: #6c6c6c;
    --messagebox-discord-background: #5865f2;
    --messagebox-discord-border: #4c57d0;
    --messagebox-discord-link-color: #d2e5fc;
}
 
.mw-message-box,
.mw-message-box-error,
.mw-message-box-warning,
.mw-message-box-success,
.usermessage {
    color: var(--text-color);
}
 
.messagebox {
  width: 65%;
  margin: 0.5em auto;
  border-left: 10px solid;
  border-color: #232222;
  background-color: #343434;
  box-sizing: border-box;
  color: white !important;
}
 
.messagebox-image {
padding: 10px;
}
 
body.wgl-theme-dark .messagebox {
color: black;
}
 
.messagebox.obsolete {
    background-color: var(--messagebox-obsolete-background);
    border-color: var(--messagebox-obsolete-border);
    color: var(--messagebox-obsolete-color);
}
 
.messagebox.obsolete a,
.messagebox.obsolete a:visited,
.messagebox.obsolete a:active {
    color: var(--messagebox-obsolete-link-color);
}
 
.messagebox.info {
    background-color: var(--messagebox-info-background);
    border-color: var(--messagebox-info-border);
    color: var(--messagebox-info-color);
}
 
.messagebox.info a,
.messagebox.info a:visited,
.messagebox.info a:active {
    color: var(--messagebox-info-link-color);
}
 
.messagebox.action {
    background-color: var(--messagebox-action-background);
    border-color: var(--messagebox-action-border);
    color: var(--messagebox-action-color);
}
 
.messagebox.action a,
.messagebox.action a:visited,
.messagebox.action a:active {
    color: var(--messagebox-action-link-color);
}
 
.messagebox.warn {
    background-color: var(--messagebox-warn-background);
    border-color: var(--messagebox-warn-border);
    color: var(--messagebox-warn-color);
}
 
.messagebox.warn a,
.messagebox.warn a:visited,
.messagebox.warn a:active {
    color: var(--messagebox-warn-link-color);
}
 
.messagebox.safe {
    background-color: var(--messagebox-safe-background);
    border-color: var(--messagebox-safe-border);
    color: var(--messagebox-safe-color);
}
 
.messagebox.safe a,
.messagebox.safe a:visited,
.messagebox.safe a:active {
    color: var(--messagebox-safe-link-color);
}
 
.messagebox.disambig {
     background-color: var(--messagebox-disambig-background);
     border-color: var(--messagebox-disambig-border);
     color: var(--messagebox-disambig-color);
     color: var(--messagebox-disambig-color);
}
}


.messagebox.disambig a,
.messagebox.disambig a,
.messagebox.disambig a:visited,
.messagebox.disambig a:visited,
.messagebox.disambig a:active {
.messagebox.disambig a:active {
     color: var(--messagebox-disambig-link-color);
     color: var(--messagebox-disambig-link-color);
}
}
 
 
.messagebox.discord {
.messagebox.discord {
     background-color: var(--messagebox-discord-background);
     background-color: var(--messagebox-discord-background);
     border-color: var(--messagebox-discord-border);
     border-color: var(--messagebox-discord-border);
     color: #fff;
     color: #fff;
}
}
 
 
.messagebox.discord a,
.messagebox.discord a,
.messagebox.discord a:visited,
.messagebox.discord a:visited,
.messagebox.discord a:active {
.messagebox.discord a:active {
     color: var(--messagebox-discord-link-color);
     color: var(--messagebox-discord-link-color);
}
}
 
 
.messagebox.discord a.external,
.messagebox.discord a.external,
.messagebox.discord a:visited.external,
.messagebox.discord a:visited.external,
.messagebox.discord a:active.external {
.messagebox.discord a:active.external {
     font-style: italic;
     font-style: italic;
}
 
.messagebox.stub {
    width: 50%;
}
 
.messagebox.hasdialogue {
    padding: 0 10px;
    width: auto;
}
 
 
:root {
    --documentation-background: #f9fafa;
    --documentation-link-color: #e4eaee;
    --documentation-headers-color: #fff;
    --documentation-header-background: #949eaa;
    --documentation-subheader-background: #808c9a;
    --documentation-border: #e4eaee;
}
 
.documentation {
    background: var(--documentation-background);
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
    margin: 1em 0;
}
 
body.wgl-theme-dark .documentation {
background: #3b3b3b;
}
 
.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:not(:empty) {
    column-count: 3;
    border-top: 1px solid var(--body-border);
    margin-bottom: 0.5em;
}
 
.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(--subtle-color);
    font-style: italic;
}
 
.fairycode {
    font-family: 'PT Serif', 'Palatino', 'Georgia', serif;
    font-size: 120%;
    font-weight: bold;
    text-transform: lowercase;
    letter-spacing: 1px;
}
 
.fairycode b ~ b:before {
    content: "•";
}
 
/*NEW LOOK TEST*/
/* ==== Modern UI baseline (safe, global) ==== */
:root {
  --ui-radius: 10px;
  --ui-radius-sm: 7px;
  --ui-border: #d6d9df;
  --ui-surface: #ffffff;
  --ui-surface-2: #f7f8fa;
  --ui-shadow: 0 8px 24px -18px rgba(0, 0, 0, 0.35);
  --ui-focus: #3b82f6;
}
 
/* Cleaner links */
a {
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
}
 
/* Better keyboard accessibility */
:focus-visible {
  outline: 2px solid var(--ui-focus);
  outline-offset: 2px;
}
 
/* Modern cards/surfaces */
.mw-body,
.mw-parser-output .wikitable,
.thumbinner,
#toc, .toc,
.mw-message-box,
.archive-box,
.documentation {
  border-radius: var(--ui-radius);
  box-shadow: var(--ui-shadow);
}
 
/* Inputs/buttons consistency */
.mw-ui-button,
.cdx-button,
.oo-ui-buttonElement-button,
.mw-ui-input,
.cdx-text-input__input,
.oo-ui-inputWidget-input,
textarea,
select {
  border-radius: var(--ui-radius-sm);
}
}


.messagebox.stub {
/* Slightly smoother interactions (respects reduced-motion) */
     width: 40%;
@media (prefers-reduced-motion: no-preference) {
  a, .mw-ui-button, .cdx-button, .oo-ui-buttonElement-button {
     transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
  }
}
}


.messagebox.hasdialogue {
@media screen and (min-width: 982px) {
     padding: 0 10px;
  .mw-body,
    width: auto;
  #mw-head-base,
  #left-navigation,
  #mw-data-after-content,
  .mw-footer {
     margin-left: 13em !important;
  }
 
  .vector-legacy-sidebar {
width: 12.5em !important;
  }
}
}