891
pakeitimas
Nėra keitimo santraukos |
SNėra keitimo santraukos |
||
| (nerodomos 8 tarpinės versijos, sukurtos to paties naudotojo) | |||
| 18 eilutė: | 18 eilutė: | ||
} | } | ||
@font-face { | |||
font-family: 'IBM Plex Sans'; | |||
font-weight: normal; | |||
font-style: normal; | |||
font-display: swap; | |||
src: url('filepath:///resources/assets/IBMPlexSans-Regular.woff2') format('woff2'); | |||
} | |||
@font-face { | |||
font-family: 'IBM Plex Sans'; | |||
font-weight: normal; | |||
font-style: italic; | |||
font-display: swap; | |||
src: url('filepath:///resources/assets/IBMPlexSans-Italic.woff2') format('woff2'); | |||
} | |||
@font-face { | |||
font-family: 'IBM Plex Sans'; | |||
font-weight: bold; | |||
font-style: normal; | |||
font-display: swap; | |||
src: url('filepath:///resources/assets/IBMPlexSans-Bold.woff2') format('woff2'); | |||
} | |||
@font-face { | |||
font-family: 'IBM Plex Sans'; | |||
font-weight: bold; | |||
font-style: italic; | |||
font-display: swap; | |||
src: url('filepath:///resources/assets/IBMPlexSans-BoldItalic.woff2') format('woff2'); | |||
} | |||
@font-face { | |||
font-family: 'PT Serif'; | |||
font-weight: normal; | |||
font-style: normal; | |||
font-display: swap; | |||
src: url('filepath:///resources/assets/PT-Serif_Regular.woff2') format('woff2'); | |||
} | } | ||
/** Color variables for tweaking by different themes **/ | @font-face { | ||
:root { | font-family: 'PT Serif'; | ||
--navbox-background-color: #FFF; | font-weight: normal; | ||
--navbox-border-color: #CCC; | font-style: italic; | ||
--navbox-header-color: #CCC; | font-display: swap; | ||
--navbox-secondary-header-color: #DDD; | src: url('filepath:///resources/assets/PT-Serif_Italic.woff2') format('woff2'); | ||
--navbox-tertiary-header-color: #EEE; | } | ||
--navbox-section-color: #EEE; | |||
--byline-arrow-filter: invert(29%) sepia(0%) saturate(376%) hue-rotate(172deg) brightness(87%) contrast(80%); | @font-face { | ||
--tile-border-color: #cabe9b; | font-family: 'PT Serif'; | ||
--tile-background-color: #f9f3eb; | font-weight: bold; | ||
--tile-link-button-color: #f5e9db; | font-style: normal; | ||
--tile-link-button-highlight-color: #dfccb0; | font-display: swap; | ||
--tile-dark-color: #fff; | src: url('filepath:///resources/assets/PT-Serif_Bold.woff2') format('woff2'); | ||
--tile-dark-bg: #5d6773; | } | ||
--tile-dark-link-color: #ccc; | |||
--tile-dark-byline-color: rgba(255, 255, 255, 0.7); | @font-face { | ||
--tile-dark-header-color: #fff; | font-family: 'PT Serif'; | ||
font-weight: bold; | |||
--body-main: #e2dbc8; | font-style: italic; | ||
--body-light: #d8ccb4; | font-display: swap; | ||
--body-mid: #eafff0; | src: url('filepath:///resources/assets/PT-Serif_Bold-Italic.woff2') format('woff2'); | ||
--body-dark: #b8a282; | } | ||
--body-border: #94866d; | |||
--body-background-color: #c0a886; | @font-face { | ||
--button-background: #605443; | font-family: 'RuneScape'; | ||
--button-color: #fff; | font-style: normal; | ||
--button-border: #3c352a; | font-weight: normal; | ||
--button-dark: #18140c; | src: local("RuneScape Plain 12"), | ||
--button-light: #3a301d; | url('filepath:///resources/assets/RuneScape.woff2') format('woff2'); | ||
--sidebar: #cfc08d; | } | ||
--background-text-color: #444; | |||
--background-link-color: #52351e; | @font-face { | ||
--search-box: #efeee6; | font-family: 'RuneScape'; | ||
--link-color: #936039; | font-style: normal; | ||
--redlink-color: #ba0000; | font-weight: bold; | ||
--text-color: #000; | src: local("RuneScape Bold"), | ||
--byline-color: #4c4c4c; | local("RuneScape Bold 12"), | ||
--subtle-color: #777; | local("RuneScape Chat 2"), | ||
--admin-blue: #332e75; | local("RuneScape Chat"), | ||
--bearcat-green: #13592e; | url('filepath:///resources/assets/RuneScape_Bold.woff2') format('woff2'); | ||
--awb-purple: #933b96; | } | ||
--rsw-blue: #438ab6; | |||
--osrsw-brown: #605443; | @font-face { | ||
--thumb-bg: var(--body-light); | font-family: 'RuneScape Small'; | ||
--thumb-caption-bg: var(--body-mid); | font-style: normal; | ||
--sourceeditor-input-background: #fff; | font-weight: normal; | ||
--sourceeditor-background: var(--body-light); | src: local("RuneScape Plain 12"), | ||
--sourceeditor-background-secondary: var(--body-light); | url('filepath:///resources/assets/RuneScape_Small.woff2') format('woff2'); | ||
--sourceeditor-border: var(--body-mid); | } | ||
--codemirror-gutter-background: var(--body-mid) | |||
body { | |||
font-family: "Liberation Sans", Arial, Helvetica, FreeSans, sans-serif; | |||
} | |||
/** Color variables for tweaking by different themes **/ | |||
:root { | |||
--navbox-background-color: #FFF; | |||
--navbox-border-color: #CCC; | |||
--navbox-header-color: #CCC; | |||
--navbox-secondary-header-color: #DDD; | |||
--navbox-tertiary-header-color: #EEE; | |||
--navbox-section-color: #EEE; | |||
--byline-arrow-filter: invert(29%) sepia(0%) saturate(376%) hue-rotate(172deg) brightness(87%) contrast(80%); | |||
--tile-border-color: #cabe9b; | |||
--tile-background-color: #f9f3eb; | |||
--tile-link-button-color: #f5e9db; | |||
--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; | |||
--body-main: #e2dbc8; | |||
--body-light: #d8ccb4; | |||
--body-mid: #eafff0; | |||
--body-dark: #b8a282; | |||
--body-border: #94866d; | |||
--body-background-color: #c0a886; | |||
--button-background: #605443; | |||
--button-color: #fff; | |||
--button-border: #3c352a; | |||
--button-dark: #18140c; | |||
--button-light: #3a301d; | |||
--sidebar: #cfc08d; | |||
--background-text-color: #444; | |||
--background-link-color: #52351e; | |||
--search-box: #efeee6; | |||
--link-color: #936039; | |||
--redlink-color: #ba0000; | |||
--text-color: #000; | |||
--byline-color: #4c4c4c; | |||
--subtle-color: #777; | |||
--admin-blue: #332e75; | |||
--bearcat-green: #13592e; | |||
--awb-purple: #933b96; | |||
--rsw-blue: #438ab6; | |||
--osrsw-brown: #605443; | |||
--thumb-bg: var(--body-light); | |||
--thumb-caption-bg: var(--body-mid); | |||
--sourceeditor-input-background: #fff; | |||
--sourceeditor-background: var(--body-light); | |||
--sourceeditor-background-secondary: var(--body-light); | |||
--sourceeditor-border: var(--body-mid); | |||
--codemirror-gutter-background: var(--body-mid); | |||
} | } | ||
.ns-10000 .mw-page-title-namespace, | body.wgl-theme-dark { | ||
.ns-10002 .mw-page-title-namespace, | --navbox-background-color: #333; | ||
--navbox-border-color: #444; | |||
--navbox-header-color: #111; | |||
--navbox-secondary-header-color: #181818; | |||
--navbox-tertiary-header-color: #222; | |||
--navbox-section-color: #222; | |||
} | |||
/* Page display title */ | |||
.mw-page-title-separator { | |||
margin-right: 0.25em; | |||
} | |||
.ns-10000 .mw-page-title-namespace, | |||
.ns-10002 .mw-page-title-namespace, | |||
.ns-10004 .mw-page-title-namespace, | .ns-10004 .mw-page-title-namespace, | ||
.ns-10006 .mw-page-title-namespace, | .ns-10006 .mw-page-title-namespace, | ||
| 932 eilutė: | 1 024 eilutė: | ||
} | } | ||
@media only screen and (max-width: 720px) { | |||
.mainpage-trailblazer .tile-row { | |||
grid-template-columns: none; | |||
} | |||
.mainpage-trailblazer .tile-row .tile-top { | |||
height: 20vw; | |||
min-height: 9em; | |||
} | |||
} | } | ||
@media only screen and (max-width: 1200px) { | |||
.mainpage-contents { | |||
grid-template-columns: repeat(3, 1fr); | |||
} | |||
} | |||
} | } | ||
@media only screen and (max-width: 1000px) { | |||
.mainpage-body { | |||
grid-template-areas: "event event event" "update update update" "content content content" "left left left" "right right right"; | |||
} | |||
} | |||
. | .mainpage-recent-updates { | ||
grid-template-columns: repeat(2, 1fr); | |||
} | } | ||
.tile. | .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; | |||
} | |||
.mainpage-header .header-stats { | |||
display: none; | |||
} | |||
.mainpage-left > *:last-child, | |||
.mainpage-right > *:last-child { | |||
margin-bottom: 0; | |||
} | |||
.popular-pages ul { | |||
grid-template-columns: repeat(2, 1fr); | |||
} | |||
} | } | ||
. | @media only screen and (max-width: 720px) { | ||
.mainpage-recent-updates { | |||
grid-template-columns: none; | |||
} | } | ||
.mainpage-recent-updates .tile-halves:last-child { | |||
display: flex; | |||
} | |||
. | .mainpage-contents { | ||
grid-template-columns: repeat(2, 1fr); | |||
} | } | ||
} | } | ||
.tile | .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-full { | |||
background: #ffffff; | |||
border: 1px solid #146433; | |||
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 | .tile h2 { | ||
font-size: 1.4em; | font-size: 1.4em; | ||
font-weight: bold; | font-weight: bold; | ||
| 1 007 eilutė: | 1 122 eilutė: | ||
} | } | ||
.tile | .tile .byline + h2 { | ||
margin-top: -0.5em; | margin-top: -0.5em; | ||
} | } | ||
.tile- | .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 | .tile.dark h2 { | ||
color: var(--tile-dark-header-color); | |||
} | } | ||
.tile | .tile.dark a { | ||
color: var(--tile-dark-link-color); | |||
} | } | ||
.tile | .tile.dark .byline { | ||
color: var(--tile-dark-byline-color); | |||
} | } | ||
. | .byline { | ||
font-size: 0.9em; | |||
color: var(--byline-color); | |||
} | } | ||
. | .byline a { | ||
color: var(--byline-color); | |||
} | } | ||
. | body.wgl-theme-dark .byline { | ||
color: white !important; | |||
} | } | ||
.tile- | .tile-row { | ||
display: | display: flex; | ||
flex-flow: row wrap; | |||
margin-bottom: 1em; | |||
} | } | ||
.tile- | .tile-halves { | ||
background: | display: flex; | ||
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- | .tile-halves h2 { | ||
font-size: 1.4em; | |||
font-weight: bold; | font-weight: bold; | ||
border: none; | |||
margin: 0 0 0.4em; | |||
} | } | ||
.tile- | .tile-halves .byline + h2 { | ||
margin-top: -0.5em; | |||
} | } | ||
.tile- | .tile-top { | ||
width: 100%; | |||
padding: 1.3rem 1.5rem 0.6rem; | |||
} | } | ||
.tile- | .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-halves:hover .tile-top.tile-image 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: #ffffff; | |||
border-top: 1px solid #146433; | |||
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: var(--byline-arrow-filter); | |||
margin- | margin-left: 0.4em; | ||
transition: 0.3s ease-out; | |||
} | } | ||
. | .tile.oswf-day { | ||
margin-left: 0.5em; | |||
} | } | ||
. | |||
body.page-Sveiki_atvykę_į_MCSlime_LT_Viki .mw-parser-output { | |||
max-width: 75em; | |||
margin: 0 auto; | |||
} | } | ||
. | body.page-Sveiki_atvykę_į_MCSlime_LT_Viki.action-view .catlinks, | ||
body.page-Sveiki_atvykę_į_MCSlime_LT_Viki.action-view #contentSub, | |||
body.page-Sveiki_atvykę_į_MCSlime_LT_Viki.action-view #siteNotice { | |||
display: none; | |||
} | } | ||
.mainpage- | .mainpage-header { | ||
display: flex; | display: flex; | ||
margin: 2.6em 1.75em 1.5em; | |||
} | } | ||
.mainpage- | .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- | .mainpage-header .header-stats { | ||
flex: 1; | |||
display: flex; | |||
justify-content: center; | |||
align-items: center; | |||
margin-top: -1em; | |||
} | } | ||
.mainpage- | .mainpage-body { | ||
display: grid; | |||
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- | .mainpage-body h2 a { | ||
color: var(--text-color); | |||
} | } | ||
.mainpage- | .mainpage-body .tile { | ||
padding-left: 1.75em; | |||
padding: | padding-right: 1.75em; | ||
max-width: 100%; | |||
} | } | ||
.mainpage- | .mainpage-body .tile-row { | ||
margin: | width: 100%; | ||
margin-bottom: 0; | |||
} | } | ||
.mainpage- | .mainpage-body .tile-row { | ||
display: grid; | |||
gap: 0.9rem; | |||
} | } | ||
.mainpage- | .mainpage-left { | ||
grid-area: | grid-area: left; | ||
flex: 2; | |||
display: flex; | |||
flex-flow: column wrap; | |||
} | } | ||
.mainpage- | .mainpage-left > * { | ||
margin: 0 0 0.9rem; | |||
} | } | ||
.mainpage- | .mainpage-right { | ||
grid-area: right; | |||
flex: 1; | |||
display: flex; | |||
flex-flow: column wrap; | |||
} | } | ||
.mainpage- | .mainpage-right > * { | ||
margin: 0 | 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- | .mainpage-recent-updates { | ||
grid-area: update; | |||
grid-template-columns: repeat(3, 1fr); | |||
} | } | ||
.mainpage- | .mainpage-recent-updates .tile-halves { | ||
. | |||
flex: 1; | flex: 1; | ||
align-content: flex-start; | |||
align- | |||
} | } | ||
.mainpage- | .mainpage-recent-updates .tile-halves:hover .tile-top img { | ||
transform: scale(1.04); | |||
} | } | ||
.mainpage- | .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(--text-color); | |||
text- | |||
} | } | ||
.mainpage-contents { | |||
grid-area: content; | |||
grid-template-columns: repeat(6, 1fr); | |||
} | |||
.mainpage-contents .tile-halves { | |||
flex: 1; | |||
} | |||
.mainpage-contents .tile-top { | |||
position: relative; | |||
} | |||
.mainpage-contents h2 { | |||
margin: 0; | |||
padding: 0; | |||
} | |||
.mainpage-contents .tile-bottom.link-button a { | |||
padding: 0.75em 0.2em; | |||
} | } | ||
. | .mainpage-skills ul { | ||
columns: 3 9em; | |||
margin: 1em 0.7em 0.7em 1em; | |||
. | |||
. | |||
} | } | ||
. | .mainpage-skills li { | ||
display: flex; | |||
margin: 0. | margin-bottom: 0.29em; | ||
} | } | ||
. | .mainpage-skills li a:first-child { | ||
border-radius: 2px; | |||
padding: 4px; | |||
width: 25px; | |||
height: 25px; | |||
text-align: center; | |||
display: flex; | |||
justify-content: center; | |||
align-items: center; | |||
} | } | ||
. | .mainpage-skills li a:last-child { | ||
flex: 1; | |||
display: flex; | |||
align-items: center; | |||
font-weight: bold; | |||
padding-left: 0.7em; | |||
text-decoration: none; | |||
} | } | ||
. | .mainpage-skills li:hover a:first-child { | ||
border-radius: 2px 0 0 2px; | |||
border- | |||
} | } | ||
. | .mainpage-skills li:hover a:last-child { | ||
color: rgba(255, 255, 255, 0.9); | |||
border-radius: 0 2px 2px 0; | |||
color: | |||
} | } | ||
. | body.ns-110 #ca-talk { | ||
display: none; | |||
border | } | ||
.mainpage-discord { | |||
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-color: | background: #525ee0; | ||
border: none; | |||
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 a, | .update { | ||
.messagebox.disambig a:visited, | border-radius: 2px; | ||
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: #596279 !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: 15px solid; | |||
border-color: #1eaa00; | |||
background-color: #dfefe3; | |||
box-sizing: border-box; | |||
} | |||
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); | |||
} | |||
.messagebox.disambig a, | |||
.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:visited.external, | |||
.messagebox.discord a:active.external { | |||
font-style: italic; | |||
} | |||
.messagebox.stub { | |||
width: 40%; | |||
} | |||
.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: "•"; | |||
} | } | ||