Tech, Bureaucrats, emailconfirmed, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Suppressors, Administrators, threadmoderator
118,870
edits
No edit summary Tags: Mobile edit Mobile web edit |
(Ah well, merging them together) Tags: Mobile edit Mobile web edit |
||
Line 291: | Line 291: | ||
--p-shadow-wide: 0 -6px 0 16px var(--background-shade); | --p-shadow-wide: 0 -6px 0 16px var(--background-shade); | ||
--section-shadow: 0 3px 0 0 var(--background-shade); | --section-shadow: 0 3px 0 0 var(--background-shade); | ||
} | |||
:root.skin-citizen-dark { | |||
--color-surface-5: var(--primary-12); | |||
} | |||
:root.skin-citizen-light { | |||
--color-surface-5: var(--accent-12); | |||
} | } | ||
} | } | ||
Line 804: | Line 810: | ||
TABLET MODE | TABLET MODE | ||
=================== */ | =================== */ | ||
@ | |||
/* CSS here will be loaded for mobile users on tablet-sized screens */ | |||
/* ============================= | |||
Version 1.0 March 2024 | |||
============================= | |||
Building on the main mobile skin, | |||
tablet mode presents an experience | |||
optimised for tablet/computer users | |||
in mobile. Designed by [[User:SOTO]]. | |||
Work in progress. (Haven't set variables | |||
and such yet. Will also want to check what | |||
code works well on regular mobile too, or | |||
can be adapted.) | |||
*/ | |||
/* | |||
@media screen and (min-width: 1120px) { | |||
.citizen-body-header--sticky .mw-body-header { | |||
z-index: 105; | |||
} | |||
.citizen-header__logo { | |||
position: relative; | |||
left: -2px; | |||
z-index: 1000; | |||
height: 134px; | |||
padding-top: 15px; | |||
margin-top: -34px; | |||
width: 134px; | |||
margin-bottom: -13px; | |||
background: #20355a; | |||
/* box-shadow: 0 -85px 0 #1f3458 inset, 1px 1px 0 #3c4c66, 4px 1.5px 0 #1a2e53, 10px 1.5px 0 #061b40; */ | |||
box-shadow: 0 -85px 0 #1f3458 inset, 0.2px 0.4px 0 #3c4c66, 6px 1.5px 0 #162a50, 11px 1.5px 0 #15284c; | |||
transition: transform .7s, boxshadow .1s; | |||
transform: translateX(-9.8px); | |||
padding-left: 2px; | |||
} | |||
.citizen-scroll--up .citizen-header__logo { | |||
box-shadow: 0 -85px 0 #25395d inset, 70px -100px 0 #0a2149, 70px 0 0 #25395d; | |||
padding-left: 1.8px; | |||
/* transition: transform .8s, box-shadow .2s!important; */ | |||
transform: translateX(-6.25px); | |||
} | |||
.action-edit.citizen-scroll--up .citizen-header__logo { | |||
box-shadow: 0 -85px 0 #25395d inset, 45px -123px 0 #162e56, 45px 0 0 #25395d; | |||
} | |||
.skin-citizen-light .citizen-scroll--up .citizen-header__logo { | |||
box-shadow: 0 -85px 0 #2f4574 inset, -2.5em 8px 0 #516898, -4.05em 26px 0 #2d416c, -4.05em 34px 0 #3c568d, 59px -100px 0 #233860, 59px -83px 0 #2c4374, 62px 0 0 #47597e, 64px -14px 0 #8892a7; | |||
margin-bottom: -8px; | |||
} | |||
.skin-citizen-light .action-edit.citizen-scroll--up .citizen-header__logo { | |||
box-shadow: 0 -85px 0 #2f4574 inset, -2.5em 8px 0 #516898, -4.05em 26px 0 #2d416c, -4.05em 34px 0 #3c568d, 59px -100px 0 #233860, 59px -83px 0 #2c4374, 62px 0 0 #47597e; | |||
transition: transform 2s, box-shadow 6s; | |||
} | |||
.citizen-scroll--down.citizen-body-header--sticky .citizen-header__logo { | |||
transition: transform .8s, box-shadow 10s, left 8s; | |||
transform: translateX(-12.12px); | |||
padding-left: 3.98px!important; | |||
padding-right: 132.5px!important; | |||
margin-right: -1px; | |||
box-shadow: 0 -85px 0 #25395d inset; | |||
box-shadow: 0 -85px 0 #1f3458 inset, 1px 1px 0 #3c4c66, 3px 1.5px 0 #1a2e53, 6px -70px 0 #283b62; | |||
} | |||
.skin-citizen-light .citizen-scroll--down.citizen-body-header--sticky .citizen-header__logo { | |||
box-shadow: 16px -85px 0 #294476 inset, 0 15px 0 #1f3764 inset, 0 7px 0 #39528d, 7px 7px 0 #30477e; | |||
background: #243c72; | |||
} | |||
.citizen-scroll--up.citizen-body-header--sticky .citizen-header__logo { | |||
transform: translateX(-7.44px); | |||
padding-left: 1.5px!important; | |||
padding-right: 0.2px!important; | |||
margin-right: 4px; | |||
box-shadow: 0 -85px 0 #1f3458 inset, 1px 1px 0 #3c4c66, 1px 1.5px 0 #1a2e53, 5px -70px 0 #283b62; | |||
} | |||
.skin-citizen-light .citizen-scroll--up.citizen-body-header--sticky .citizen-header__logo { | |||
box-shadow: 0 -85px 0 #294476 inset, 0 15px 0 #1f3764 inset, 0 7px 0 #39528d, 7px 7px 0 #30477e; | |||
} | |||
.mw-logo { | |||
width: 130px; | |||
height: 99px; | |||
margin-top: 9px; | |||
margin-left: 1.8px; | |||
} | |||
.mw-logo-icon { | |||
width: 119.2px!important; | |||
position: relative; | |||
top: -7px!important; | |||
left: -2px!important; | |||
} | |||
.citizen-scroll--up .mw-body-header { | |||
transition: box-shadow .38s; | |||
box-shadow: 2em 93vh 0 #031534; | |||
} | |||
.citizen-scroll--down .mw-body-header { | |||
transition: box-shadow .38s; | |||
box-shadow: 2em 96.2vh 0 #031534; | |||
} | |||
.citizen-scroll--up .citizen-header { | |||
transition: box-shadow .38s; | |||
box-shadow: 1.04em 0 #1a2f56; | |||
} | |||
.skin-citizen-light .citizen-body-header--sticky .citizen-header { | |||
background: #364c7c; | |||
transition: background 5s, box-shadow .38s; | |||
} | |||
.skin-citizen-light .citizen-body-header--sticky .mw-body-header { | |||
background: #3b5283; | |||
} | |||
.skin-citizen-light .citizen-body-header--sticky .mw-body-header:before { | |||
background: #485d8b; | |||
} | |||
.citizen-body-header--sticky .citizen-scroll--up .citizen-header { | |||
transition: box-shadow .38s; | |||
box-shadow: 1.18em 0 #1a2f56, 2.39em 0 #0d1f40; | |||
} | |||
.skin-citizen-light .citizen-scroll--up .citizen-header { | |||
box-shadow: 0.6em 7em #2b4574; | |||
} | |||
.citizen-scroll--down .citizen-header { | |||
transition: box-shadow .38s; | |||
box-shadow: .6em 0 #1a2f56; | |||
z-index: 200!important; | |||
} | |||
.action-edit.citizen-scroll--down .citizen-header { | |||
box-shadow: 2.47em 0 #1a2f56, 4.97em 0 #162a50; | |||
} | |||
.skin-citizen-light .citizen-scroll--down .citizen-header { | |||
box-shadow: .6em 0 #2d4167; | |||
} | |||
#siteNotice { | |||
background: #0b1f44; | |||
margin-bottom: 1px; | |||
padding-left: 10.29em; | |||
padding-right: 10em; | |||
} | |||
.mw-dismissable-notice { | |||
margin-top: -5.9px; | |||
} | |||
.mw-dismissable-notice-close { | |||
position: relative; | |||
left: 17px; | |||
} | |||
.mw-body-header { | |||
background: #162a50; | |||
box-shadow: 0 -200px 0 #051b40; | |||
margin-top: -14px; | |||
} | |||
.skin-citizen-light .citizen-header__logo { | |||
background: #2a437a; | |||
box-shadow: 0 -85px 0 #2b487c inset, 0 15px 0 #1f3764 inset, 0 7px 0 #39528d, 7px 7px 0 #30477e; | |||
} | |||
.skin-citizen-light .mw-body-header #siteSub { | |||
font-size: 1em; | |||
} | |||
.skin-citizen-light #siteNotice { | |||
background: #c5c2c1; | |||
color: #474240; | |||
box-shadow: 0 -10px 0 #949393, 150px 0 0 #b2b2b2 inset; | |||
} | |||
.skin-citizen-light #siteNotice a, | |||
.skin-citizen-light #siteNotice a:visited { | |||
color: #2d529d; | |||
font-weight: 700; | |||
} | |||
.skin-citizen-light .mw-body-header { | |||
background: #516898; | |||
color: white; | |||
box-shadow: 0 -210px 0 #a49d9b, 0 -11.2em 0 #405581; | |||
margin-top: -14px; | |||
} | |||
.skin-citizen-light .citizen-body-header--sticky .mw-body-header { | |||
background: #3b5283; | |||
} | |||
.skin-citizen-light .citizen-body-header--sticky .mw-body-header:before { | |||
background: #485d8b; | |||
} | |||
.skin-citizen-light .mw-body-header h1, | |||
.skin-citizen-light .mw-body-header a { | |||
color: white; | |||
} | |||
.skin-citizen-light .mw-body-header #siteSub { | |||
color: #cfd4df; | |||
} | |||
h3 { | |||
margin-top: 24px!important; | |||
margin-bottom: 19.8px; | |||
margin-left: -0.06em; | |||
} | |||
.citizen-body .pi-image a.image:not(.lazy):not(.new) > img { | |||
transform: scale(1.07); | |||
margin-left: 1.2%; | |||
margin-top: -.6%; | |||
margin-bottom: .8%; | |||
} | |||
.citizen-body .pi-image a.image:hover:not(.lazy):not(.new) > img { | |||
transform: scale(1.02); | |||
} | |||
.tleft .thumbinner, | |||
.tleft .thumbimage { | |||
width: 307px!important; | |||
height: auto!important; | |||
margin-top: 5.2px; | |||
margin-right: .338em; | |||
} | |||
.tright .thumbinner, | |||
.tright .thumbimage { | |||
max-width: 290px; | |||
height: auto!important; | |||
margin-top: 2.2px; | |||
} | |||
.stub-type { | |||
transform: rotate(90deg); | |||
position: absolute; | |||
top: 21em; | |||
left: 51.4em; | |||
filter: invert(1) hue-rotate(322deg) brightness(0.93) contrast(2.2) saturate(0.58); | |||
z-index: 12; | |||
margin-bottom: 20px; | |||
} | |||
.skin-citizen-light .stub-type { | |||
filter: invert(1) hue-rotate(233deg) brightness(0.83) contrast(2.2) saturate(0.58); | |||
filter: hue-rotate(374deg) brightness(1.2) contrast(1.3); | |||
top: 16.3em; | |||
} | |||
div#inline-box { | |||
width: 23em; | |||
margin-left: 0em; | |||
margin-right: 1.4em; | |||
} | |||
.mw-parser-output section.collapsible-block p { | |||
margin-bottom: 11px; | |||
margin-left: -8px!important; | |||
} | |||
.skin-citizen-light .citizen-toc { | |||
box-shadow: 20px 0 #95979c, 305px 0 #283654, 305px -14em #283654, 227px -14em #475a82, 200px 0 #475a82; | |||
} | |||
. .skin-citizen-light .citizen-toc { | |||
} | |||
div#inline-box { | |||
margin-top: 11.8px; | |||
margin-bottom: -2.4px; | |||
margin-left: 6.09px; | |||
margin-right: 22.6px; | |||
border-radius: 5px 0 8px 2px; | |||
border-color: #8f9ab3; | |||
box-shadow: 0px -6px 0 0 #172d52, -4px -5px 0 0 #273d62, -4px -4px 0 0 #273d62, 1px 0 0 4px inset #061a3c, -7px 0 0 4px inset #172d52, -14px 0 0 4px inset #27406a; | |||
font-size: .82em; | |||
text-align: left; | |||
padding-top: 14px; | |||
padding-left: 12.2px; | |||
} | |||
div#inline-box p { | |||
font-family: "Maven Pro","Nunito","Rubik",sans-serif; | |||
font-size: .821em; | |||
padding-left: .8em; | |||
padding-right: .68em; | |||
margin-top: 11.8px; | |||
margin-bottom: 11.8px; | |||
text-align: center; | |||
} | |||
h2 + div#inline-box, h3 + div#inline-box { | |||
box-shadow: 0px -11.5px 0 0 #172d52, -4px -11px 0 0 #213659ba, -4px -5px 0 0 #273d62, -4px -4px 0 0 #273d62, 1px 0 0 4px inset #061a3c, -7px 0 0 4px inset #172d52, -14px 0 0 4px inset #27406a, -22px 3px 0 #0c1d41, 4px -15px 0 #061736d9, -116px -21px 0 #0b1c3da6; | |||
margin-left: -0.32em; | |||
margin-right: 18px; | |||
margin-top: 3.1px; | |||
margin-bottom: 3px; | |||
} | |||
.thumb.tleft { | |||
margin-right: 1.18em; | |||
} | |||
.thumb.tright { | |||
margin-right: .5em; | |||
margin-bottom: 1.08em; | |||
} | |||
.skin-citizen-dark .mw-parser-output section.collapsible-block h3 + p { | |||
-moz-box-shadow: var(--p-shadow-wide), -12.3px -11.8px 0 #17305ca6, -123px -16px 0 #06122840, -51.7em 19.8em 0 #04183c4a, -123px 25em 0 #0c20436b; | |||
-webkit-box-shadow: var(--p-shadow-wide), -12.3px -11.8px 0 #17305ca6, -123px -16px 0 #06122840, -51.7em 19.8em 0 #04183c4a, -123px 25em 0 #0c20436b; | |||
-o-box-shadow: var(--p-shadow-wide), -12.3px -11.8px 0 #17305ca6, -123px -16px 0 #06122840, -51.7em 19.8em 0 #04183c4a, -123px 25em 0 #0c20436b; | |||
-ms-box-shadow: var(--p-shadow-wide), -12.3px -11.8px 0 #17305ca6, -123px -16px 0 #06122840, -51.7em 19.8em 0 #04183c4a, -123px 25em 0 #0c20436b; | |||
box-shadow: var(--p-shadow-wide), -12.3px -11.8px 0 #17305ca6, -123px -16px 0 #06122840, -51.7em 19.8em 0 #04183c4a, -123px 25em 0 #0c20436b; | |||
} | |||
.skin-citizen-dark .mw-parser-output section.collapsible-block h3 + p, | |||
.skin-citizen-dark .mw-parser-output section.collapsible-block > .thumb:first-child + p, | |||
.skin-citizen-dark .mw-parser-output section.collapsible-block h3 + .thumb + div + p, | |||
.skin-citizen-dark .mw-parser-output section.collapsible-block h3 + div + .thumb + p, | |||
.skin-citizen-dark .mw-parser-output section.collapsible-block h3 + ul > ul { | |||
-moz-box-shadow: var(--p-shadow-wide), .3px -12.8px 0 #17305ca6, -236px -16px 0 #05173840, -718px 2em 0 #253c6640, -236px 14em 0 #05173840, -51.7em 19.8em 0 #04183c4a, -123px 25em 0 #0c20436b; | |||
-webkit-box-shadow: var(--p-shadow-wide), .3px -12.8px 0 #17305ca6, -236px -16px 0 #05173840, -718px 2em 0 #253c6640, -236px 14em 0 #05173840, -51.7em 19.8em 0 #04183c4a, -123px 25em 0 #0c20436b; | |||
-o-box-shadow: var(--p-shadow-wide), .3px -12.8px 0 #17305ca6, -236px -16px 0 #05173840, -718px 2em 0 #253c6640, -236px 14em 0 #05173840, -51.7em 19.8em 0 #04183c4a, -123px 25em 0 #0c20436b; | |||
-ms-box-shadow: var(--p-shadow-wide), .3px -12.8px 0 #17305ca6, -236px -16px 0 #05173840, -718px 2em 0 #253c6640, -236px 14em 0 #05173840, -51.7em 19.8em 0 #04183c4a, -123px 25em 0 #0c20436b; | |||
box-shadow: var(--p-shadow-wide), .3px -12.8px 0 #17305ca6, -236px -16px 0 #05173840, -718px 2em 0 #253c6640, -236px 14em 0 #05173840, -51.7em 19.8em 0 #04183c4a, -123px 25em 0 #0c20436b; | |||
margin-left: -0.05em!important; | |||
margin-top: -4px; | |||
padding-top: 8px; | |||
} | |||
.mw-parser-output section.collapsible-block h3 + p, | |||
.mw-parser-output section.collapsible-block > .thumb:first-child + p, | |||
.mw-parser-output section.collapsible-block h3 + .thumb + div + p, | |||
.mw-parser-output section.collapsible-block h3 + div + .thumb + p, | |||
.mw-parser-output section.collapsible-block h3 + ul > ul { | |||
margin-left: -0.05em!important; | |||
margin-top: -4px; | |||
padding-top: 8px; | |||
} | |||
.skin-citizen-dark .mw-parser-output section.collapsible-block h3 + .thumb + p, { | |||
-moz-box-shadow: var(--p-shadow-wide), .3px -12.8px 0 #17305ca6, -236px -16px 0 #05173840, -718px 2em 0 #253c6640, -236px 14em 0 #05173840, -51.7em 19.8em 0 #04183c4a, -123px 25em 0 #0c20436b; | |||
-webkit-box-shadow: var(--p-shadow-wide), .3px -12.8px 0 #17305ca6, -236px -16px 0 #05173840, -718px 2em 0 #253c6640, -236px 14em 0 #05173840, -51.7em 19.8em 0 #04183c4a, -123px 25em 0 #0c20436b; | |||
-o-box-shadow: var(--p-shadow-wide), .3px -12.8px 0 #17305ca6, -236px -16px 0 #05173840, -718px 2em 0 #253c6640, -236px 14em 0 #05173840, -51.7em 19.8em 0 #04183c4a, -123px 25em 0 #0c20436b; | |||
-ms-box-shadow: var(--p-shadow-wide), .3px -12.8px 0 #17305ca6, -236px -16px 0 #05173840, -718px 2em 0 #253c6640, -236px 14em 0 #05173840, -51.7em 19.8em 0 #04183c4a, -123px 25em 0 #0c20436b; | |||
box-shadow: var(--p-shadow-wide), .3px -12.8px 0 #17305ca6, -236px -16px 0 #05173840, -718px 2em 0 #253c6640, -236px 14em 0 #05173840, -51.7em 19.8em 0 #04183c4a, -123px 25em 0 #0c20436b; | |||
} | |||
.mw-editsection { | |||
margin-top: 0.45em; | |||
margin-right: 0.24em!important; | |||
} | |||
.citizen-editsection-icon { | |||
width: 3.56rem; | |||
} | |||
.citizen-editsection-icon::before { | |||
background-size: 1.077em; | |||
} | |||
.mw-parser-output section.collapsible-block h3 ~ dl { | |||
padding-bottom: 6px; | |||
margin-bottom: 2px; | |||
margin-left: 1.1em; | |||
} | |||
.mw-parser-output section.collapsible-block h3 ~ dl + div + p, .mw-parser-output section.collapsible-block h3 + dl + div + .thumb + p, .mw-parser-output section.collapsible-block h3 ~ dl + p, .mw-parser-output section.collapsible-block h3 ~ dl + div + p + p, .mw-parser-output section.collapsible-block h3 + dl + div + .thumb + p, .mw-parser-output section.collapsible-block h3 ~ dl + p + p { | |||
margin-top: -6px!important; | |||
margin-right: -3px; | |||
margin-left: -9px!important; | |||
padding-right: 12px; | |||
} | |||
.mw-parser-output section.collapsible-block h3 ~ .tleft + dl { | |||
margin-top: -8px; | |||
margin-bottom: 14px; | |||
} | |||
.mw-parser-output section.collapsible-block h3 + .thumb, .skin-citizen-dark .mw-parser-output section.collapsible-block h3 + div + .thumb { | |||
margin-top: 14.7px; | |||
margin-bottom: 16.5px; | |||
} | |||
.mw-parser-output section.collapsible-block h3 ~ ul { | |||
background: #0c2043; | |||
box-shadow: -360px 0 #0a1e42; | |||
padding: .52em; | |||
margin: .1em; | |||
margin-top: -8px; | |||
margin-left: -.4em; | |||
margin-right: -1.98em; | |||
padding-right: 3.8em; | |||
} | |||
.mw-parser-output section.collapsible-block h3 + p { | |||
box-shadow: var(--p-shadow-wide), -12.3px -11.8px 0 #17305ca6, -123px -16px 0 #06122814, -51.7em 19.8em 0 #04183c36, -136px 3em 0 #0c20437a; | |||
margin-left: -79px!important; | |||
padding-left: 73px; | |||
} | |||
.mw-parser-output section.collapsible-block h3 ~ p, .skin-citizen-dark .mw-parser-output section.collapsible-block > .thumb:first-child ~ p, .skin-citizen-dark .mw-parser-output section.collapsible-block h3 ~ ul > ul { | |||
margin-left: 0.14em!important; | |||
} | |||
.page-heading { | |||
z-index: 4; | |||
} | |||
.citizen-search { | |||
margin-top: 25px; | |||
margin-bottom: -7px; | |||
} | |||
.mf-section-0 > #subpage-article .citizen-table-wrapper, | |||
.mf-section-0 > .citizen-table-wrapper:first-child, | |||
.mf-section-0 > #subpage-talk .citizen-table-wrapper { | |||
z-index: 200; | |||
top: -30px; | |||
} | |||
/* Dealing with various issues */ | |||
p + .portable-infobox:first-of-type { | |||
top: 214px; | |||
right: calc(26.2em + 4px); | |||
position: absolute; | |||
border-top-right-radius: 5px; | |||
} | |||
.mf-section-0 > p:nth-of-type(1), | |||
.mf-section-0 > p:nth-of-type(2) { | |||
margin-right: calc(18em - 8px); | |||
} | |||
.mf-section-0 > #subpage-article ~ p:nth-of-type(1), | |||
.mf-section-0 > #subpage-article ~ p:nth-of-type(2), | |||
.mf-section-0 > .subpage-tabs-main ~ p:nth-of-type(1), | |||
.mf-section-0 > .subpage-tabs-main ~ p:nth-of-type(2) | |||
.mf-section-0 > #subpage-talk ~ p:nth-of-type(1), | |||
.mf-section-0 > #subpage-talk ~ p:nth-of-type(2) { | |||
z-index: 100; | |||
position: relative; | |||
background: var(--primary-1); | |||
box-shadow: 1.8px -63px 0 8.9px var(--primary-1), 1.8px -102px 0 8px var(--color-surface-5); | |||
} | |||
.citizen-body-header--sticky .citizen-header { | |||
z-index: 124; | |||
} | |||
.citizen-scroll--down .citizen-body-container { | |||
z-index: 200; | |||
position: relative; | |||
} | |||
.citizen-body-header--sticky.citizen-scroll--down .citizen-body-container { | |||
position: static; | |||
z-index: auto; | |||
} | |||
.citizen-scroll--down .mw-body-header { | |||
margin-left: -.89%; | |||
padding-left: 2.42%; | |||
padding-right: 31.6%; | |||
transition: margin 3s, padding 2s; | |||
} | |||
.action-edit.citizen-scroll--down .mw-body-header { | |||
margin-left: -1.89%; | |||
padding-left: 2.42%; | |||
position: relative; | |||
left: 1.4%; | |||
} | |||
.citizen-body-header--sticky.citizen-scroll--down .mw-body-header { | |||
margin-left: -8.8%; | |||
padding-left: 10%; | |||
padding-right: 24%; | |||
transition: transform 3s, box-shadow .38s, margin 2.4s; | |||
} | |||
.citizen-scroll--down .citizen-toc-enabled .citizen-toc { | |||
margin-top: calc(2.36em); | |||
transition: margin-top 1.45s 1.977s; | |||
} | |||
.citizen-scroll--up .citizen-toc-enabled .citizen-toc { | |||
margin-top: 0.25em; | |||
transition: margin-top 1.1s 0.28s; | |||
} | |||
.citizen-body-header--sticky.citizen-scroll--down .citizen-toc-enabled .citizen-toc { | |||
margin-top: inherit; | |||
} | |||
.citizen-body-header--sticky .mf-section-0 > #subpage-article .citizen-table-wrapper, | |||
.citizen-body-header--sticky .mf-section-0 > .citizen-table-wrapper:first-child, | |||
.citizen-body-header--sticky .mf-section-0 > #subpage-talk .citizen-table-wrapper { | |||
position: fixed; | |||
top: .53em; | |||
left: 32vw; | |||
right: 16vw; | |||
background: #1b3460; | |||
box-shadow: -3px 0 0 #1c2f50, 3px 0 0 #1c2f50, 0 3px 0 #1c2f50; | |||
border-radius:8px; | |||
transition: top .4s; | |||
} | |||
.skin-citizen-light .citizen-body-header--sticky .mf-section-0 > #subpage-article .citizen-table-wrapper, | |||
.skin-citizen-light .citizen-body-header--sticky .mf-section-0 > .citizen-table-wrapper:first-child, | |||
.skin-citizen-light .citizen-body-header--sticky .mf-section-0 > #subpage-talk .citizen-table-wrapper { | |||
box-shadow: -1px 0 0 #3d69b9, 1.3px 0 0 #263a5e, 3px 0 0 #7887a3, 0 4px 0 #2e4060; | |||
margin-left: 13px; | |||
margin-top: -3px; | |||
} | |||
.citizen-body-header--sticky .mf-section-0 > #subpage-article .citizen-table-wrapper .subpage-tabs-main, | |||
.citizen-body-header--sticky .mf-section-0 > .citizen-table-wrapper:first-child .subpage-tabs-main, | |||
.citizen-body-header--sticky .mf-section-0 > #subpage-talk .citizen-table-wrapper .subpage-tabs-main { | |||
border-color: #203660; | |||
background: #8194b8; | |||
border-top-left-radius: 7px; | |||
margin-top: -1px; | |||
} | |||
.citizen-body-header--sticky .mf-section-0 > #subpage-article .citizen-table-wrapper .subpage-tabs-tab, | |||
.citizen-body-header--sticky .mf-section-0 > .citizen-table-wrapper:first-child .subpage-tabs-tab, | |||
.citizen-body-header--sticky .mf-section-0 > #subpage-talk .citizen-table-wrapper .subpage-tabs-tab { | |||
background: #20355a; | |||
} | |||
.skin-citizen-light .citizen-body-header--sticky .mf-section-0 > #subpage-article .citizen-table-wrapper .subpage-tabs-tab, | |||
.skin-citizen-light .citizen-body-header--sticky .mf-section-0 > .citizen-table-wrapper:first-child .subpage-tabs-tab, | |||
.skin-citizen-light .citizen-body-header--sticky .mf-section-0 > #subpage-talk .citizen-table-wrapper .subpage-tabs-tab { | |||
background: #344c78; | |||
} | |||
.skin-citizen-dark .citizen-body-header--sticky .mf-section-0 > #subpage-article .citizen-table-wrapper .subpage-tabs-tab:hover, | |||
.skin-citizen-dark .citizen-body-header--sticky .mf-section-0 > .citizen-table-wrapper:first-child .subpage-tabs-tab:hover, | |||
.skin-citizen-dark .citizen-body-header--sticky .mf-section-0 > #subpage-talk .citizen-table-wrapper .subpage-tabs-tab:hover { | |||
background: #1a2c4c; | |||
} | |||
.skin-citizen-light .citizen-body-header--sticky .mf-section-0 > #subpage-article .citizen-table-wrapper .subpage-tabs-tab:hover, | |||
.skin-citizen-light .citizen-body-header--sticky .mf-section-0 > .citizen-table-wrapper:first-child .subpage-tabs-tab:hover, | |||
.skin-citizen-light .citizen-body-header--sticky .mf-section-0 > #subpage-talk .citizen-table-wrapper .subpage-tabs-tab:hover { | |||
background: #3a527c; | |||
} | |||
.skin-citizen-dark .citizen-body-header--sticky .mf-section-0 > #subpage-article .citizen-table-wrapper .subpage-tabs-tab:nth-child(1):hover, | |||
.skin-citizen-dark .citizen-body-header--sticky .mf-section-0 > .citizen-table-wrapper:first-child .subpage-tabs-tab:nth-child(1):hover, | |||
.skin-citizen-dark .citizen-body-header--sticky .mf-section-0 > #subpage-talk .citizen-table-wrapper .subpage-tabs-tab:nth-child(1):hover, | |||
.skin-citizen-dark .citizen-body-header--sticky .mf-section-0 > #subpage-article .citizen-table-wrapper .subpage-tabs-tab:nth-child(2):hover, | |||
.skin-citizen-dark .citizen-body-header--sticky .mf-section-0 > .citizen-table-wrapper:first-child .subpage-tabs-tab:nth-child(2):hover, | |||
.skin-citizen-dark .citizen-body-header--sticky .mf-section-0 > #subpage-talk .citizen-table-wrapper .subpage-tabs-tab:nth-child(2):hover { | |||
background: #2f4875; | |||
} | |||
.skin-citizen-light .citizen-body-header--sticky .mf-section-0 > #subpage-article .citizen-table-wrapper .subpage-tabs-tab:nth-child(2):hover, | |||
.skin-citizen-light .citizen-body-header--sticky .mf-section-0 > .citizen-table-wrapper:first-child .subpage-tabs-tab:nth-child(2):hover, | |||
.skin-citizen-light .citizen-body-header--sticky .mf-section-0 > #subpage-talk .citizen-table-wrapper .subpage-tabs-tab:nth-child(2):hover, | |||
.skin-citizen-light .citizen-body-header--sticky .mf-section-0 > #subpage-article .citizen-table-wrapper .subpage-tabs-tab:nth-child(4):hover, | |||
.skin-citizen-light .citizen-body-header--sticky .mf-section-0 > .citizen-table-wrapper:first-child .subpage-tabs-tab:nth-child(4):hover, | |||
.skin-citizen-light .citizen-body-header--sticky .mf-section-0 > #subpage-talk .citizen-table-wrapper .subpage-tabs-tab:nth-child(4):hover { | |||
background: #354d79; | |||
} | |||
.citizen-body-header--sticky .mf-section-0 > #subpage-article .citizen-table-wrapper .subpage-tabs-tab a, | |||
.citizen-body-header--sticky .mf-section-0 > .citizen-table-wrapper:first-child .subpage-tabs-tab a, | |||
.citizen-body-header--sticky .mf-section-0 > #subpage-talk .citizen-table-wrapper .subpage-tabs-tab a { | |||
color: #cbd0d9; | |||
text-decoration: none!important; | |||
} | |||
.skin-citizen-light .citizen-body-header--sticky .mf-section-0 > #subpage-article .citizen-table-wrapper .subpage-tabs-tab a, | |||
.skin-citizen-light .citizen-body-header--sticky .mf-section-0 > .citizen-table-wrapper:first-child .subpage-tabs-tab a, | |||
.skin-citizen-light .citizen-body-header--sticky .mf-section-0 > #subpage-talk .citizen-table-wrapper .subpage-tabs-tab a { | |||
color: #d1d5dd; | |||
} | |||
.citizen-body-header--sticky .mf-section-0 > #subpage-article .citizen-table-wrapper { | |||
left: calc(52vw / 4 + 32vw); | |||
} | |||
.citizen-body-header--sticky .mf-section-0 > #subpage-article #subpage-article-tab { | |||
display: none; | |||
} | |||
.action-edit .citizen-header { | |||
z-index: 300; | |||
box-shadow: 4.04em 0 #1a2f56; | |||
} | |||
} | |||
.skin-citizen-light .action-edit .citizen-header__logo { | |||
box-shadow: 0 -85px 0 #2f4574 inset, -2.5em 8px 0 #516898, -4.05em 26px 0 #2d416c, -4.05em 34px 0 #3c568d, 59px -100px 0 #233860, 59px -83px 0 #2c4374, 62px 0 0 #47597e, 64px -14px 0 #8892a7; | |||
} | |||
.action-edit .mw-newarticletext { | |||
position: absolute; | |||
top: -52px; | |||
max-width: 93.2%; | |||
right: -2.192em; | |||
background: var(--primary-5); | |||
padding-top: 43px; | |||
overflow-y: scroll; | |||
height: 143px; | |||
/* transition: right 1s .38s; */ | |||
} | |||
.skin-citizen-light .action-edit .mw-newarticletext { | |||
background: #d3cdcd; | |||
box-shadow: 0 90px 0 #3b5385, 200px 90px 0 #3d5484, 200px 0 0 #3d5484; | |||
} | |||
.action-edit .mw-newarticletext #glow { | |||
padding-top: 10.3px; | |||
padding-bottom: 26px; | |||
border-radius: 205px 205px 160px 160px!important; | |||
background: #b2b2b2!important; | |||
border-color: #6d7381!important; | |||
border-width: 2px!important; | |||
} | |||
.skin-citizen-dark .action-edit .mw-newarticletext #glow { | |||
box-shadow: none!important; | |||
} | |||
.action-edit.citizen-scroll--down .mw-newarticletext { | |||
top: -147px; | |||
max-width: 94.2%; | |||
right: 3.11em; | |||
border: none; | |||
} | |||
.skin-citizen-light .action-edit.citizen-scroll--down .mw-newarticletext { | |||
background: var(--primary-5); /*3b5385*/ | |||
/* transition: background 4s 0.2s; */ | |||
} | |||
.action-edit .mw-citizen-body { | |||
background: var(--primary-1); | |||
z-index: 300; | |||
position: relative; | |||
} | |||
.skin-citizen-light .action-edit .citizen-page-container { | |||
background: #e3dfd2; | |||
} | |||
.skin-citizen-light .action-edit #bodyContent { | |||
background: #c3c1ba; | |||
color: black; | |||
} | |||
.skin-citizen-light .action-edit #bodyContent textarea { | |||
background: #d2cecc!important; | |||
color: #0c1832; | |||
} | |||
.action-edit #bodyContent { | |||
padding-left: 1.5em; | |||
} | |||
} |
edits