Шаблон:LinkСard: различия между версиями
Материал из Space Station 14 Вики
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
(не показано 14 промежуточных версий этого же участника) | |||
Строка 1: | Строка 1: | ||
<div class="link-card noExternal mobile-image" style="--background-color:{{{background-color|#383845{{{transparency|f0}}}}}}>{{#if: {{{external|}}}|[{{{external| | <div class="link-card noExternal mobile-image brightness-overlay {{#if:{{{SideStyle|}}}|link-card__side}}" style="--background-color:{{{background-color|#383845{{{transparency|f0}}}}}}> {{#if:{{{external|}}} | [{{{external|}}} <span class="StupidButton"></span>] | {{#if:{{{link|}}} | [[{{{link|}}}|<span class="StupidButton"></span>]] }} }} | ||
<div class="link-card__image">[[ | <div class="link-card__image">[[Файл:{{{image|BikeHorn.png}}}|{{{pixel|64x64px}}}|link=]]</div> | ||
<div class="link-card__name">'''{{{name|Название}}}'''</div> | <div class="link-card__name">'''{{{name|Название}}}'''</div> | ||
</div><!-- | </div> | ||
<!-- | |||
-->{{#css: | -->{{#css: | ||
Строка 12: | Строка 13: | ||
border: 1px outset rgb(0 0 0 / 30%); | border: 1px outset rgb(0 0 0 / 30%); | ||
border-radius: 0.3em; | border-radius: 0.3em; | ||
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35); | box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35); | ||
overflow: hidden; | overflow: hidden; | ||
background: var(--background-color); | |||
transition: all 0.15s ease; | transition: all 0.15s ease; | ||
} | } | ||
.link-card__image { | .link-card__image { | ||
position: relative; | position: relative; | ||
padding: 6px; | padding: 6px; | ||
} | } | ||
Строка 38: | Строка 26: | ||
.link-card__name { | .link-card__name { | ||
position: relative; | position: relative; | ||
width: 100%; | width: 100%; | ||
padding: 2px 4px; | padding: 2px 4px; | ||
Строка 47: | Строка 34: | ||
@media (min-width: 800px) { | @media (min-width: 800px) { | ||
.link-card:hover { | .link-card:not(.link-card__side):hover { | ||
box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.25); | box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.25); | ||
transform: translateY(-4px); | transform: translateY(-4px); | ||
Строка 56: | Строка 43: | ||
.link-card { | .link-card { | ||
display: flex; | display: flex; | ||
box-shadow: 0px | box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.35); | ||
width: 100%; | width: 100%; | ||
text-align: left; | text-align: left; | ||
Строка 63: | Строка 50: | ||
.link-card__name { | .link-card__name { | ||
background: #00000020; | background: #00000020; | ||
padding: 4px | padding: 4px 8px; | ||
font-size: 0.9em; | font-size: 0.9em; | ||
display: flex; | display: flex; | ||
Строка 73: | Строка 60: | ||
} | } | ||
} | } | ||
-- | .link-card__side { | ||
.link- | display: flex ; | ||
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.35); | |||
width: 100%; | |||
text-align: left; | |||
} | |||
.link-card__side .link-card__name { | |||
background: #00000020; | |||
padding: 4px 8px; | |||
font-size: 0.9em; | |||
display: flex; | |||
align-items: center; | |||
} | |||
.link-card__side .link-card__image { | |||
padding: 4px; | |||
} | } | ||
.link-card__side img { | |||
width: 32px; | |||
height: 32px; | |||
} | |||
}} |