Дополнительные действия
Admin (обсуждение | вклад) Нет описания правки |
Admin (обсуждение | вклад) Нет описания правки |
||
(не показано 47 промежуточных версий этого же участника) | |||
Строка 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); | ||
Строка 14: | Строка 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 { | ||
Строка 56: | Строка 63: | ||
border: 1px solid #ddd; | border: 1px solid #ddd; | ||
} | } | ||
.client-js .sortable:not(.jquery-tablesorter) > * > tr:first-child > th:not(.unsortable), .jquery-tablesorter th.headerSort { | |||
. | background-image: url(/resources/src/jquery.tablesorter.styles/images/sort_both.svg?0e440); | ||
cursor: pointer; | |||
background-repeat: no-repeat; | |||
background-position: center right; | |||
padding-right: 21px; | |||
} | } | ||
.RadiantApexRewards { | .RadiantApexRewards { | ||
padding: 10px !important; | padding: 10px !important; | ||
Строка 78: | Строка 86: | ||
min-width: 150px; | min-width: 150px; | ||
} | } | ||
. | .LegendaryRewards { | ||
padding: 10px !important; | |||
margin-top: 2rem !important; | |||
color: #CCAA1A !important; | |||
border-bottom: 1px solid #CCAA1A !important; | |||
min-width: 150px; | |||
} | |||
.EpicRewards { | |||
padding: 10px !important; | padding: 10px !important; | ||
margin-top: 2rem !important; | margin-top: 2rem !important; | ||
color: # | color: #A02EF7 !important; | ||
border-bottom: 1px solid # | border-bottom: 1px solid #A02EF7 !important; | ||
min-width: 150px; | min-width: 150px; | ||
} | } | ||
. | .SuperiorRewards { | ||
padding: 10px !important; | padding: 10px !important; | ||
margin-top: 2rem !important; | margin-top: 2rem !important; | ||
color: # | color: #3A92FF !important; | ||
border-bottom: 1px solid # | border-bottom: 1px solid #3A92FF !important; | ||
min-width: 150px; | min-width: 150px; | ||
} | } | ||
Строка 143: | Строка 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 { | ||
Строка 217: | Строка 229: | ||
.smw-highlighter { | .smw-highlighter { | ||
cursor: help; | cursor: help; | ||
} | } | ||
Строка 358: | Строка 369: | ||
table.jquery-tablesorter th.headerSort { | table.jquery-tablesorter th.headerSort { | ||
background- | background-image: url(/resources/src/jquery.tablesorter.styles/images/sort_both.svg?0e440); | ||
position: sticky; | position: sticky; | ||
z-index: 1 | z-index: 1 | ||
} | } | ||
Строка 456: | Строка 466: | ||
} | } | ||
.menu_cont { | .menu_cont-cards { | ||
display:flex; | display:flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
justify-content: center; | justify-content: center; | ||
gap: 10px; | } | ||
.menu_cont { | |||
display:flex; | |||
flex-wrap: wrap; | |||
justify-content: center; | |||
gap: 10px; | |||
} | } | ||
Строка 742: | Строка 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 | |||
} | } | ||
Строка 1225: | Строка 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%); | ||
Строка 1232: | Строка 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%); | ||
Строка 1239: | Строка 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; | |||
} | } | ||
Строка 1929: | Строка 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 { | ||
Строка 1990: | Строка 2045: | ||
padding-left: 55px; | padding-left: 55px; | ||
min-height: 40px; | min-height: 40px; | ||
} | } | ||
html.skin-theme-clientpref-night .Drops { | html.skin-theme-clientpref-night .Drops { | ||
Строка 2049: | Строка 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; | ||
Строка 2072: | Строка 2098: | ||
background: transparent; | background: transparent; | ||
} | } | ||
html.skin-theme-clientpref-os .Drops { | |||
padding: 10px !important; | |||
margin-top: 2rem !important; | |||
color: var(--color-progressive) !important; | |||
border-bottom: 1px solid var(--color-progressive) !important; | |||
min-width: 150px; | |||
} | } | ||
html.skin-theme-clientpref-os .Applied { | |||
background-color:#13b4a7; | |||
} | } | ||
html.skin-theme-clientpref-os .Applied { | |||
background-color:#1b71b7; | |||
} | } | ||
html.skin-theme-clientpref-os .Video { | |||
html.skin-theme-clientpref-os .Video { | |||
background-color:#1b71b7; | background-color:#1b71b7; | ||
} | } | ||
Строка 2163: | Строка 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; | ||
Строка 2190: | Строка 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; | ||
Строка 2203: | Строка 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); | ||
Строка 2243: | Строка 2247: | ||
} | } | ||
.infobox-overview-title { | .infobox-overview-title { | ||
display: | display: block; | ||
align-items: center; | align-items: center; | ||
position: relative; | position: relative; | ||
Строка 2292: | Строка 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) | |||
} | } |