Шаблон:Main page/navigation/styles7.css: различия между версиями

Материал из МК14 | Space Station 14 Wiki
(Новая страница: «.home-grid { display: grid; grid: auto-flow dense/repeat( auto-fit, minmax( 9.375rem, 1fr ) ); grid-auto-rows: minmax( 3rem, auto ); grid-gap: calc(0.5 * 1rem); } .home-grid--col2 { grid-template-columns: 1fr 1fr; } .home-grid a.external { background-image: none; } .home-card { position: relative; padding: 1rem; background: hsl(220,25%,12%); border: 1px solid rgba(255,255,255,0.05); border-radius: 8px; box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.04...»)
 
Нет описания правки
Строка 1: Строка 1:
.home-grid {
.home-grid {
display: grid;
    display: grid;
grid: auto-flow dense/repeat( auto-fit, minmax( 9.375rem, 1fr ) );
    grid: auto-flow dense / repeat(auto-fit, minmax(9.375rem, 1fr));
grid-auto-rows: minmax( 3rem, auto );
    grid-auto-rows: minmax(3rem, auto);
grid-gap: calc(0.5 * 1rem);
    grid-gap: calc(0.5 * 1rem);
}
}


.home-grid--col2 {
.home-grid--col2 {
grid-template-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
}


.home-grid a.external {
.home-grid a.external {
background-image: none;
    background-image: none;
}
}


.home-card {
.home-card {
position: relative;
    position: relative;
padding: 1rem;
    padding: 1rem;
background: hsl(220,25%,12%);
    background: hsl(220, 25%, 12%);
border: 1px solid rgba(255,255,255,0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
border-radius: 8px;
    border-radius: 8px;
box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.04 ), 0 3px 6px rgba( 0, 0, 0, 0.0575 );
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04), 0 3px 6px rgba(0, 0, 0, 0.0575);
font-size: 0.875rem;
    font-size: 0.875rem;
    overflow: hidden;
}
 
.home-card a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    text-decoration: none;
}
}


.home-card table.timeline {
.home-card table.timeline {
margin-top: 0.2rem;
    margin-top: 0.2rem;
}
}


.home-card--col2 {
.home-card--col2 {
grid-column: span 2;
    grid-column: span 2;
}
}


.home-card--row3 {
.home-card--row3 {
grid-row: span 3;
    grid-row: span 3;
}
}


.home-card--row4 {
.home-card--row4 {
grid-row: span 4;
    grid-row: span 4;
}
}


.home-card--row8 {
.home-card--row8 {
grid-row: span 8 / auto;
    grid-row: span 8 / auto;
}
}


.home-card__label {
.home-card__label {
color: #72777d;
    color: #72777d;
font-size: 0.8125rem;
    font-size: 0.8125rem;
letter-spacing: 0.75px;
    letter-spacing: 0.75px;
}
}


.home-card__header {
.home-card__header {
color: #202122;
    color: #202122;
font-size: 1rem;
    font-size: 1rem;
     font-weight: 600;
     font-weight: 600;
     line-height: 1.25;
     line-height: 1.25;
Строка 58: Строка 69:


.home-card__header a {
.home-card__header a {
display: flex;
    display: flex;
align-items: center;
    align-items: center;
justify-content: space-between;
    justify-content: space-between;
}
}


.home-card__header a:after {
.home-card__header a:after {
content: '▶';
    content: '▶';
font-size: 0.8125rem;
    font-size: 0.8125rem;
}
}


.home-card__background {
.home-card__background {
position: absolute;
    position: absolute;
top: 0;
    top: 0;
right: 0;
    right: 0;
bottom: 0;
    bottom: 0;
left: 0;
    left: 0;
background: #242a31;
    background: #242a31;
border-radius: 8px;
    border-radius: 8px;
    z-index: 1;
}
}


.home-card__background:after {
.home-card__background:after {
position: absolute;
    position: absolute;
top: 0;
    top: 0;
bottom: 0;
    bottom: 0;
left: 0;
    left: 0;
     right: 0;
     right: 0;
     display: block;
     display: block;
flex-direction: column;
     background: linear-gradient(to right, #000, transparent);
justify-content: center;
     background: linear-gradient(to right,#000,transparent);
     content: "";
     content: "";
}
}
Строка 93: Строка 103:
.home-card__background picture,
.home-card__background picture,
.home-card__background img {
.home-card__background img {
width: 100%;
    width: 100%;
height: 100%;
    height: 100%;
}
}


.home-card__background img {
.home-card__background img {
object-fit: cover;
    object-fit: cover;
object-position: center;
    object-position: center;
}
}


.home-card__foreground {
.home-card__foreground {
position: absolute;
    position: relative;
top: 0;
    z-index: 2;
bottom: 0;
    padding: 1rem;
left: 0;
    display: flex;
right: 0;
    flex-direction: column;
padding: 1rem;
    justify-content: center;
display: flex;
    gap: calc(0.25 * 1rem);
flex-direction: column;
    color: #fff;
justify-content: center;
    line-height: 1.25;
gap: calc(0.25 * 1rem);
color: #fff;
line-height: 1.25;
}
}


.home-card__foreground .home-card__header {
.home-card__foreground .home-card__header {
color: #fff;
    color: #fff;
}
}


.home-card__foreground .home-card__label {
.home-card__foreground .home-card__label {
color: #bababa;
    color: #bababa;
}
}


.home-card p {
.home-card p {
/* margin-top: calc(0.5 * 1rem); */
    margin-top: calc(0 * 1rem);
margin-top: calc(0 * 1rem);  
    font-size: 0.875rem;
font-size: 0.875rem;
}
}


.home-card.home-card--button {
.home-card.home-card--button {
overflow: hidden;
    overflow: hidden;
padding: 0;
    padding: 0;
background: #242a31;
    background: #242a31;
border: 0;
    border: 0;
}
}


.home-card--button a {
.home-card--button a {
display: flex;
    display: flex;
height: 100%;
    height: 100%;
justify-content: center;
    justify-content: center;
align-items: center;
    align-items: center;
padding: 0 1rem;
    padding: 0 1rem;
background: transparent;
    background: transparent;
color: #fff;
    color: #fff;
font-weight: 500;
    font-weight: 500;
}
}


.home-card--button--navigation a {
.home-card--button--navigation a {
/* display: flex; */
    display: contents;
display: contents;
    height: 100%;
height: 100%;
    justify-content: center;
justify-content: center;
    align-items: center;
align-items: center;
    padding: 0 1rem;
padding: 0 1rem;
    background: transparent;
background: transparent;
    color: #fff;
color: #fff;
    font-weight: 500;
font-weight: 500;
}
}


.home-card--button .home-card__background a {
.home-card--button .home-card__background a {
padding: 0;
    padding: 0;
}
}


.home-card--button img {
.home-card--button img {
transition: transform 0.2s ease;
    transition: transform 0.2s ease;
}
}


.home-card--button:hover img {
.home-card--button:hover img {
transform: scale(1.1);
    transform: scale(1.1);
}
}


.home-link {
.home-link {
display: grid;
    display: grid;
margin-top: calc(0.5 * 1rem);
    margin-top: calc(0.5 * 1rem);
font-size: 0.875rem;
    font-size: 0.875rem;
font-weight: 500;
    font-weight: 500;
grid-gap: calc(0.5 * 1rem);
    grid-gap: calc(0.5 * 1rem);
text-align: center;
    text-align: center;
}
}


.home-link__button {
.home-link__button {
display: flex;
    display: flex;
}
}


.home-link__button a {
.home-link__button a {
flex-grow: 1;
    flex-grow: 1;
padding: calc(0.5 * 1rem);
    padding: calc(0.5 * 1rem);
border: 1px solid rgba(255,255,255,0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
background: hsl(220,25%,15%);
    background: hsl(220, 25%, 15%);
border-radius: 8px;
    border-radius: 8px;
color: #fff !important;
    color: #fff !important;
     line-height: 1.25;
     line-height: 1.25;
     text-decoration: none !important;
     text-decoration: none !important;
Строка 199: Строка 203:


.home-link__button a:hover {
.home-link__button a:hover {
background: hsl(220,30%,19%);
    background: hsl(220, 30%, 19%);
}
}


.home-link__button a:active {
.home-link__button a:active {
background: hsl(220,30%,11%);
    background: hsl(220, 30%, 11%);
}
}


#home-content {
#home-content {
margin-top: calc(1.25 * 1rem);
    margin-top: calc(1.25 * 1rem);
}
}


.home-card .template-statsbar {
.home-card .template-statsbar {
margin: 0;
    margin: 0;
}
}


#home-card-discord {
#home-card-discord {
background: #5865f2;
    background: #5865f2;
}
}


#home-card-patreon {
#home-card-patreon {
background: #ff424d;
    background: #ff424d;
}
}


#home-card-kofi {
#home-card-kofi {
background: #ff5e5b;
    background: #ff5e5b;
}
}


#home-card-reddit {
#home-card-reddit {
background: #ff4500;
    background: #ff4500;
}
}


.home-footer {
.home-footer {
font-size: 0.8125rem;
    font-size: 0.8125rem;
font-family: monospace;
    font-family: monospace;
text-align: center;
    text-align: center;
}
}

Версия от 20:59, 26 октября 2024

.home-grid {
    display: grid;
    grid: auto-flow dense / repeat(auto-fit, minmax(9.375rem, 1fr));
    grid-auto-rows: minmax(3rem, auto);
    grid-gap: calc(0.5 * 1rem);
}

.home-grid--col2 {
    grid-template-columns: 1fr 1fr;
}

.home-grid a.external {
    background-image: none;
}

.home-card {
    position: relative;
    padding: 1rem;
    background: hsl(220, 25%, 12%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04), 0 3px 6px rgba(0, 0, 0, 0.0575);
    font-size: 0.875rem;
    overflow: hidden;
}

.home-card a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    text-decoration: none;
}

.home-card table.timeline {
    margin-top: 0.2rem;
}

.home-card--col2 {
    grid-column: span 2;
}

.home-card--row3 {
    grid-row: span 3;
}

.home-card--row4 {
    grid-row: span 4;
}

.home-card--row8 {
    grid-row: span 8 / auto;
}

.home-card__label {
    color: #72777d;
    font-size: 0.8125rem;
    letter-spacing: 0.75px;
}

.home-card__header {
    color: #202122;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
}

.home-card__header a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-card__header a:after {
    content: '▶';
    font-size: 0.8125rem;
}

.home-card__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #242a31;
    border-radius: 8px;
    z-index: 1;
}

.home-card__background:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: linear-gradient(to right, #000, transparent);
    content: "";
}

.home-card__background picture,
.home-card__background img {
    width: 100%;
    height: 100%;
}

.home-card__background img {
    object-fit: cover;
    object-position: center;
}

.home-card__foreground {
    position: relative;
    z-index: 2;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: calc(0.25 * 1rem);
    color: #fff;
    line-height: 1.25;
}

.home-card__foreground .home-card__header {
    color: #fff;
}

.home-card__foreground .home-card__label {
    color: #bababa;
}

.home-card p {
    margin-top: calc(0 * 1rem);
    font-size: 0.875rem;
}

.home-card.home-card--button {
    overflow: hidden;
    padding: 0;
    background: #242a31;
    border: 0;
}

.home-card--button a {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    background: transparent;
    color: #fff;
    font-weight: 500;
}

.home-card--button--navigation a {
    display: contents;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    background: transparent;
    color: #fff;
    font-weight: 500;
}

.home-card--button .home-card__background a {
    padding: 0;
}

.home-card--button img {
    transition: transform 0.2s ease;
}

.home-card--button:hover img {
    transform: scale(1.1);
}

.home-link {
    display: grid;
    margin-top: calc(0.5 * 1rem);
    font-size: 0.875rem;
    font-weight: 500;
    grid-gap: calc(0.5 * 1rem);
    text-align: center;
}

.home-link__button {
    display: flex;
}

.home-link__button a {
    flex-grow: 1;
    padding: calc(0.5 * 1rem);
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: hsl(220, 25%, 15%);
    border-radius: 8px;
    color: #fff !important;
    line-height: 1.25;
    text-decoration: none !important;
}

.home-link__button a:hover {
    background: hsl(220, 30%, 19%);
}

.home-link__button a:active {
    background: hsl(220, 30%, 11%);
}

#home-content {
    margin-top: calc(1.25 * 1rem);
}

.home-card .template-statsbar {
    margin: 0;
}

#home-card-discord {
    background: #5865f2;
}

#home-card-patreon {
    background: #ff424d;
}

#home-card-kofi {
    background: #ff5e5b;
}

#home-card-reddit {
    background: #ff4500;
}

.home-footer {
    font-size: 0.8125rem;
    font-family: monospace;
    text-align: center;
}