MediaWiki:Common.css: Skirtumas tarp puslapio versijų

2 253 pridėti baitai ,  14 balandžio 2025
S
nėra keitimo aprašymo
SNėra keitimo santraukos
SNėra keitimo santraukos
 
(nerodomos 4 tarpinės versijos, sukurtos to paties naudotojo)
1 102 eilutė: 1 102 eilutė:
     padding: 1.5em 2em 1em;
     padding: 1.5em 2em 1em;
     max-width: 40em;
     max-width: 40em;
}
body.wgl-theme-dark .tile {
    background-color: #484b54;
}
}


1 148 eilutė: 1 152 eilutė:
.byline a {
.byline a {
     color: var(--byline-color);
     color: var(--byline-color);
}
body.wgl-theme-dark .byline {
    color: white !important;
}
}


1 525 eilutė: 1 533 eilutė:
}
}


body.wgl-theme-dark .update {
background: #596279 !important;
}


:root {
:root {
1 571 eilutė: 1 582 eilutė:
     background-color: #dfefe3;
     background-color: #dfefe3;
     box-sizing: border-box;
     box-sizing: border-box;
}
body.wgl-theme-dark .messagebox {
color: black;
}
}


1 670 eilutė: 1 685 eilutė:
     padding: 0 10px;
     padding: 0 10px;
     width: auto;
     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: "•";
}
}