Дополнительные действия
Admin (обсуждение | вклад) Нет описания правки |
Admin (обсуждение | вклад) Нет описания правки |
||
(не показаны 42 промежуточные версии этого же участника) | |||
Строка 1: | Строка 1: | ||
/* Размещённый здесь CSS будет применяться ко всем темам оформления */ | /* Размещённый здесь CSS будет применяться ко всем темам оформления */ | ||
/* Основной цвет фона */ | |||
.crownstore-announ img { | |||
max-width:100%; | |||
height:auto; | |||
} | |||
.citizen-overflow-content > .motif { | |||
height: 600px; | |||
overflow: auto; | |||
} | } | ||
body { | body { | ||
background-color: var(--background-color-base, #fff); | background-color: var(--background-color-base, #fff); | ||
Строка 18: | Строка 17: | ||
} | } | ||
.textbox { | .textbox { | ||
overflow: auto; | |||
border-radius: var(--border-radius-large); | |||
font-family: var(--font-family-monospace); | |||
font-size: var(--font-size-small); | |||
color: var(--color-emphasized); | |||
background-color: var(--color-surface-2); | |||
border: var(--border-width-base) solid var(--border-color-base); | |||
} | } | ||
.admin-only { | .admin-only { | ||
Строка 59: | Строка 62: | ||
background-color:#eaecf0; | background-color:#eaecf0; | ||
border: 1px solid #ddd; | border: 1px solid #ddd; | ||
} | } | ||
.client-js .sortable:not(.jquery-tablesorter) > * > tr:first-child > th:not(.unsortable), .jquery-tablesorter th.headerSort { | .client-js .sortable:not(.jquery-tablesorter) > * > tr:first-child > th:not(.unsortable), .jquery-tablesorter th.headerSort { | ||
background-image: url( | background-image: url(/resources/src/jquery.tablesorter.styles/images/sort_both.svg?0e440); | ||
cursor: pointer; | cursor: pointer; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
Строка 168: | Строка 158: | ||
#skin-client-pref-skin-theme-value-os { display:none!important; } | #skin-client-pref-skin-theme-value-os { display:none!important; } | ||
#ca-talk { display:none!important; } | #ca-talk { display:none!important; } | ||
.mw-body h1,.mw-body-content h1,.mw-body-content h2 { | .mw-body h1,.mw-body-content h1,.mw-body-content h2 { | ||
Строка 242: | Строка 229: | ||
.smw-highlighter { | .smw-highlighter { | ||
cursor: help; | cursor: help; | ||
} | } | ||
Строка 383: | Строка 369: | ||
table.jquery-tablesorter th.headerSort { | table.jquery-tablesorter th.headerSort { | ||
background-image: url(/resources/src/jquery.tablesorter.styles/images/sort_both.svg?0e440); | |||
position: sticky; | position: sticky; | ||
z-index: 1 | z-index: 1 | ||
} | } | ||
Строка 480: | Строка 466: | ||
} | } | ||
.menu_cont-cards { | |||
display:flex; | |||
flex-wrap: wrap; | |||
justify-content: center; | |||
} | |||
.menu_cont { | .menu_cont { | ||
display:flex; | display:flex; | ||
Строка 766: | Строка 757: | ||
.last-update { | .last-update { | ||
width: 300px; | width: 300px; | ||
background: rgba(var(--color-base-rgb),0.02); | |||
border: 1px solid rgba(var(--color-base-rgb),0.1); | |||
margin-bottom: 2rem | |||
} | } | ||
.last-update-header { | .last-update-header { | ||
background-color: | background-color: var(--color-surface-2); | ||
padding: | border: 1px solid var(--border-color-base); | ||
font-weight: 600 | border-radius: 10px 10px 0px 0px; | ||
padding: 1rem; | |||
font-weight: 600; | |||
overflow: hidden; | |||
white-space: nowrap; | |||
text-overflow: ellipsis | |||
} | } | ||
.last-update-body { | .last-update-body { | ||
border: 1px solid | border: 1px solid var(--border-color-base); | ||
border-radius: 0px 0px 10px 10px; | |||
border-top: 0px; | border-top: 0px; | ||
padding: | height: 220px; | ||
padding: 0 1rem 1rem 1rem; | |||
box-sizing: border-box; | |||
overflow: hidden | |||
} | } | ||
Строка 1249: | Строка 1250: | ||
.showcase2 { | .showcase2 { | ||
position: absolute; | position: absolute; | ||
top: | top: 110px; | ||
color: gold; | color: gold; | ||
font-family: var(--font-family-monospace); | |||
font-size: var(--font-size-small); | |||
border-radius: 0px 20px 20px 0px; | |||
padding: 0.2em; | |||
left: 0px; | left: 0px; | ||
background-color: rgb(16 18 19 / 80%); | background-color: rgb(16 18 19 / 80%); | ||
Строка 1256: | Строка 1261: | ||
.showcase3 { | .showcase3 { | ||
position: absolute; | position: absolute; | ||
top: | top: 110px; | ||
color: red; | color: red; | ||
padding: 0.2em; | |||
border-radius: 0px 20px 20px 0px; | |||
font-family: var(--font-family-monospace); | |||
font-size: var(--font-size-small); | |||
left: 0px; | |||
background-color: rgb(16 18 19 / 80%); | |||
} | |||
.showcase4 { | |||
position: absolute; | |||
top: 100px; | |||
padding: 0.2em; | |||
border-radius: 0px 20px 20px 0px; | |||
font-family: var(--font-family-monospace); | |||
font-size: var(--font-size-small); | |||
left: 0px; | left: 0px; | ||
background-color: rgb(16 18 19 / 80%); | background-color: rgb(16 18 19 / 80%); | ||
Строка 1263: | Строка 1282: | ||
.card1 { | .card1 { | ||
position: relative; | |||
top: 0; | |||
left: 0; | |||
z-index: 1; | |||
} | } | ||
.card2 { | .card2 { | ||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
z-index: 2; | |||
} | |||
.card3 { | |||
position: absolute; | |||
top: 165px; | |||
left: 0px; | |||
right:0px; | |||
color: #ffffff; | |||
text-align:center; | |||
z-index: 3; | |||
text-shadow: 2px 2px 1px #000; | |||
} | |||
.card4 { | |||
position: absolute; | |||
top: 185px; | |||
left: 0px; | |||
right:0px; | |||
color: #ffffff; | |||
text-align:center; | |||
z-index: 4; | |||
text-shadow: 2px 2px 1px #000; | |||
} | } | ||
Строка 1953: | Строка 1994: | ||
/* Темная тема */ | /* Темная тема */ | ||
@media screen { | @media screen { | ||
html.skin-theme-clientpref-night . | html.skin-theme-clientpref-night client-js .sortable:not(.jquery-tablesorter) > * > tr:first-child > th:not(.unsortable), .jquery-tablesorter th.headerSort { | ||
background-image: url(/w/resources/src/jquery.tablesorter.styles/images/sort_both_inverted.svg?d764d); | |||
} | } | ||
html.skin-theme-clientpref-night table.overview { | html.skin-theme-clientpref-night table.overview { | ||
Строка 2015: | Строка 2046: | ||
min-height: 40px; | min-height: 40px; | ||
} | } | ||
html.skin-theme-clientpref-night .Drops { | |||
padding: 10px !important; | |||
margin-top: 2rem !important; | |||
color: var(--color-progressive) !important; | |||
border-bottom: 1px solid var(--color-progressive) !important; | |||
html.skin-theme-clientpref-night .Drops { | |||
padding: 10px !important; | |||
margin-top: 2rem !important; | |||
color: var(--color-progressive) !important; | |||
border-bottom: 1px solid var(--color-progressive) !important; | |||
min-width: 150px; | min-width: 150px; | ||
} | } | ||
Строка 2067: | Строка 2083: | ||
border: 1pt solid #212836; | border: 1pt solid #212836; | ||
padding: 0.5em; | padding: 0.5em; | ||
} | } | ||
} | } | ||
Строка 2077: | Строка 2089: | ||
/* Автоматический режим */ | /* Автоматический режим */ | ||
@media screen and (prefers-color-scheme: dark) { | @media screen and (prefers-color-scheme: dark) { | ||
html.skin-theme-clientpref-os table.overview { | html.skin-theme-clientpref-os table.overview { | ||
background-color: #1C1D21; | background-color: #1C1D21; | ||
Строка 2099: | Строка 2097: | ||
html.skin-theme-clientpref-os .mw-parser-output > span.mw-default-size img, html.skin-theme-clientpref-os section .mw-heading ~ div > span.mw-default-size img, html.skin-theme-clientpref-os section > span.mw-default-size img, html.skin-theme-clientpref-os dd > span.mw-default-size img, html.skin-theme-clientpref-os p > span.mw-default-size img, html.skin-theme-clientpref-os .mw-parser-output > figure[typeof='mw:File'] img, html.skin-theme-clientpref-os section .mw-heading ~ div > figure[typeof='mw:File'] img, html.skin-theme-clientpref-os section > figure[typeof='mw:File'] img, html.skin-theme-clientpref-os dd > figure[typeof='mw:File'] img, html.skin-theme-clientpref-os p > figure[typeof='mw:File'] img, html.skin-theme-clientpref-os .mw-parser-output > figure[typeof='mw:File/Thumb'] img, html.skin-theme-clientpref-os section .mw-heading ~ div > figure[typeof='mw:File/Thumb'] img, html.skin-theme-clientpref-os section > figure[typeof='mw:File/Thumb'] img, html.skin-theme-clientpref-os dd > figure[typeof='mw:File/Thumb'] img, html.skin-theme-clientpref-os p > figure[typeof='mw:File/Thumb'] img, html.skin-theme-clientpref-os .mw-parser-output > figure[typeof='mw:File/Frameless'] img, html.skin-theme-clientpref-os section .mw-heading ~ div > figure[typeof='mw:File/Frameless'] img, html.skin-theme-clientpref-os section > figure[typeof='mw:File/Frameless'] img, html.skin-theme-clientpref-os dd > figure[typeof='mw:File/Frameless'] img, html.skin-theme-clientpref-os p > figure[typeof='mw:File/Frameless'] img { | html.skin-theme-clientpref-os .mw-parser-output > span.mw-default-size img, html.skin-theme-clientpref-os section .mw-heading ~ div > span.mw-default-size img, html.skin-theme-clientpref-os section > span.mw-default-size img, html.skin-theme-clientpref-os dd > span.mw-default-size img, html.skin-theme-clientpref-os p > span.mw-default-size img, html.skin-theme-clientpref-os .mw-parser-output > figure[typeof='mw:File'] img, html.skin-theme-clientpref-os section .mw-heading ~ div > figure[typeof='mw:File'] img, html.skin-theme-clientpref-os section > figure[typeof='mw:File'] img, html.skin-theme-clientpref-os dd > figure[typeof='mw:File'] img, html.skin-theme-clientpref-os p > figure[typeof='mw:File'] img, html.skin-theme-clientpref-os .mw-parser-output > figure[typeof='mw:File/Thumb'] img, html.skin-theme-clientpref-os section .mw-heading ~ div > figure[typeof='mw:File/Thumb'] img, html.skin-theme-clientpref-os section > figure[typeof='mw:File/Thumb'] img, html.skin-theme-clientpref-os dd > figure[typeof='mw:File/Thumb'] img, html.skin-theme-clientpref-os p > figure[typeof='mw:File/Thumb'] img, html.skin-theme-clientpref-os .mw-parser-output > figure[typeof='mw:File/Frameless'] img, html.skin-theme-clientpref-os section .mw-heading ~ div > figure[typeof='mw:File/Frameless'] img, html.skin-theme-clientpref-os section > figure[typeof='mw:File/Frameless'] img, html.skin-theme-clientpref-os dd > figure[typeof='mw:File/Frameless'] img, html.skin-theme-clientpref-os p > figure[typeof='mw:File/Frameless'] img { | ||
background: transparent; | background: transparent; | ||
} | } | ||
Строка 2156: | Строка 2139: | ||
border: 1pt solid #212836; | border: 1pt solid #212836; | ||
padding: 0.5em; | padding: 0.5em; | ||
} | } | ||
} | } | ||
Строка 2168: | Строка 2147: | ||
max-width: 350px; | max-width: 350px; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
background: | background: var(--color-surface-2); | ||
border: | border-color: transparent; | ||
border-radius: var(--border-radius-base); | |||
padding: 1.5rem; | padding: 1.5rem; | ||
height: fit-content; | height: fit-content; | ||
Строка 2195: | Строка 2175: | ||
.infobox-row { | .infobox-row { | ||
display: flex; | display: flex; | ||
align-items: flex-start; | |||
justify-content: space-between; | |||
gap: 5px; | |||
position: relative; | |||
padding: 0.5rem 0; | |||
} | |||
.infobox-row-overview { | |||
display: block; | |||
align-items: flex-start; | align-items: flex-start; | ||
justify-content: space-between; | justify-content: space-between; | ||
Строка 2208: | Строка 2196: | ||
left: 0; | left: 0; | ||
right: 0; | right: 0; | ||
height: 1px; | |||
background-color: var(--color-progressive); | |||
opacity: 0.1; | |||
} | |||
.infobox-row-overview::after { | |||
content: ''; | |||
display: block; | |||
position: absolute; | |||
bottom: 0; | |||
left: 0; | |||
right: 60%; | |||
height: 1px; | height: 1px; | ||
background-color: var(--color-progressive); | background-color: var(--color-progressive); | ||
Строка 2248: | Строка 2247: | ||
} | } | ||
.infobox-overview-title { | .infobox-overview-title { | ||
display: | display: block; | ||
align-items: center; | align-items: center; | ||
position: relative; | position: relative; | ||
Строка 2297: | Строка 2296: | ||
margin: 0 0 2rem 0; | margin: 0 0 2rem 0; | ||
} | } | ||
} | |||
/* Цвета кнопок */ | |||
/* Оформление кнопок */ | |||
.mw-parser-output .home-card--row4 { | |||
grid-row: span 4; | |||
} | |||
.mw-parser-output .home-card--col2 { | |||
grid-column: span 2; | |||
} | |||
.mw-parser-output .home-card { | |||
position: relative; | |||
padding: var(--space-md); | |||
border: 1px solid var(--border-color-base); | |||
background: var(--color-surface-1); | |||
border-radius: var(--border-radius-medium); | |||
font-size: var(--font-size-small); | |||
} | |||
.mw-parser-output .home-card__badge, .mw-parser-output .home-card__label { | |||
color: var(--color-subtle); | |||
font-size: var(--font-size-small); | |||
letter-spacing: 0.05em; | |||
} | |||
.mw-parser-output .home-link { | |||
display: grid; | |||
margin-top: var(--space-xs); | |||
font-size: var(--font-size-small); | |||
font-weight: var(--font-weight-medium); | |||
grid-gap: var(--space-xs); | |||
text-align: center; | |||
} | |||
.mw-parser-output .home-link__button { | |||
display: flex; | |||
} | |||
.mw-parser-output .home-link__button a { | |||
flex-grow: 1; | |||
padding: var(--space-xs); | |||
border: 1px solid var(--border-color-base); | |||
background: var(--color-surface-2); | |||
border-radius: var(--border-radius-medium); | |||
color: var(--color-emphasized)!important; | |||
line-height: var(--line-height-xxx-small); | |||
text-decoration: none!important; | |||
} | |||
.mw-parser-output .home-link__button a:hover { | |||
background: var(--color-surface-2--hover) | |||
} | |||
.mw-parser-output .home-link__button a:active { | |||
background: var(--color-surface-2--active) | |||
} | } |