Mais ações
mSem resumo de edição |
mSem resumo de edição |
||
| Linha 68: | Linha 68: | ||
/*Home Cards*/ | /*Home Cards*/ | ||
.home-card { | #home-nav { | ||
margin-top: 1rem; | |||
} | |||
#home-nav .home-card__background:after { | |||
position: absolute; | |||
pointer-events: none; | |||
} | top: 0; | ||
.home-grid-- | right: 0; | ||
bottom: 0; | |||
} | left: 0; | ||
.home-card.home-card--button { | display: block; | ||
background: linear-gradient(to right,#000,transparent); | |||
content: ""; | |||
} | |||
#home-nav .home-card__foreground { | |||
pointer-events: none; | |||
height: 100%; | |||
width: 100%; | |||
display: flex; | |||
align-items: center; | |||
padding: 0 15px; | |||
color: #fff; | |||
font-weight: 500; | |||
} | |||
.home-grid { | |||
display: grid; | |||
grid: auto-flow dense/repeat( auto-fit, minmax( 9.375rem, 1fr ) ); | |||
grid-auto-rows: minmax( 3rem, auto ); | |||
grid-gap: 0.625rem; | |||
} | |||
.home-grid--col2 { | |||
} | grid-template-columns: 1fr 1fr; | ||
#home-card-discord { | } | ||
} | .home-grid a.external { | ||
background-image: none; | |||
} | |||
.home-card { | |||
position: relative; | |||
padding: 15px; | |||
background: var( --color-surface-1 ); | |||
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; | |||
} | |||
.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: var( --color-base--subtle ); | |||
font-size: 0.8125rem; | |||
letter-spacing: 0.75px; | |||
} | |||
h3.home-card__header { | |||
margin-top: 0; | |||
font-size: 1rem; | |||
} | |||
.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; | |||
} | |||
.home-card__background img { | |||
width: 100%; | |||
height: 100%; | |||
object-fit: cover; | |||
object-position: center; | |||
} | |||
.home-card__foreground { | |||
position: absolute; | |||
} | |||
.home-card__foreground .home-card__label { | |||
color: #bababa; | |||
} | |||
.home-card__foreground .home-card__header { | |||
color: #fff; | |||
} | |||
.home-card p { | |||
margin-top: 0.2rem; | |||
font-size: 0.875rem; | |||
} | |||
.home-card.home-card--button { | |||
overflow: hidden; | |||
padding: 0; | |||
background: #242a31; | |||
} | |||
.home-card--button a { | |||
display: flex; | |||
height: 100%; | |||
justify-content: center; | |||
align-items: center; | |||
padding: 0 15px; | |||
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: 6px; | |||
font-size: 0.875rem; | |||
font-weight: 500; | |||
grid-gap: 6px; | |||
text-align: center; | |||
} | |||
.home-link__button { | |||
display: flex; | |||
} | |||
.home-link__button a { | |||
flex-grow: 1; | |||
padding: 0.3rem 0.6rem; | |||
border: 1px solid; | |||
border-color: var( --border-color-base ); | |||
background: var( --background-color-framed ); | |||
border-radius: 12px; | |||
color: var( --color-base--emphasized ); | |||
} | |||
.home-link__button a:hover { | |||
background: var( --background-color-framed--hover ); | |||
} | |||
.home-link__button a:active { | |||
background: var( --background-color-framed--active ); | |||
} | |||
#home-content { | |||
margin-top: 1.6rem; | |||
} | |||
.home-stats { | |||
flex-grow: 1; | |||
line-height: 1; | |||
} | |||
.home-stats__value { | |||
font-size: 1.5rem; | |||
font-weight: 600; | |||
} | |||
.home-stats__unit { | |||
margin-top: 0.2rem; | |||
color: var( --color-base--subtle ); | |||
font-size: 0.8125rem; | |||
} | |||
#home-card-discord { | |||
background: #5865f2; | |||
} | |||
#home-card-patreon { | |||
background: #ff424d; | |||
} | |||
#home-card-reddit { | |||
background: #ff4500; | |||
} | |||
.home-footer { | |||
font-size: 0.8125rem; | |||
font-family: monospace; | |||
text-align: center; | |||
} | |||
Edição das 16h40min de 29 de novembro de 2022
/*text formatting*/
@import url('https://fonts.googleapis.com/css2?family=Spectral:wght@300&display=swap');
body {
font-family: 'Spectral', serif;
text-align: justify;
}
a {
color: #A88541;
}
a:hover {
color: #800A0C;
}
#content p {
text-align: justify;
}
#content h1,
#content h2,
#content h3 {
font-family: 'Spectral', serif;
}
th, td {
text-align: justify;
}
/*Custom classes*/
.sublinhado{
border-bottom: 1px solid;
}
.tabulado{
margin-left: 3%;
}
.loretext{
margin-left: 5%;
margin-right: 5%;
font-style: italic;
}
.trait{
margin-left: 3%;
text-indent: -25px
}
.three-column{
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.btn-div{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.btn {
background-color: #800A0C;
border: none;
padding: 10px 24px;
margin:15px;
border-radius: 12px;
display:flex;
align-content: center;
text-align: center;
font-family: 'Spectral', serif;
text-decoration:none;
transition-duration: 0.4s;
}
.btn:hover{
background-color: #A88541;
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
/*Home Cards*/
#home-nav {
margin-top: 1rem;
}
#home-nav .home-card__background:after {
position: absolute;
pointer-events: none;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
background: linear-gradient(to right,#000,transparent);
content: "";
}
#home-nav .home-card__foreground {
pointer-events: none;
height: 100%;
width: 100%;
display: flex;
align-items: center;
padding: 0 15px;
color: #fff;
font-weight: 500;
}
.home-grid {
display: grid;
grid: auto-flow dense/repeat( auto-fit, minmax( 9.375rem, 1fr ) );
grid-auto-rows: minmax( 3rem, auto );
grid-gap: 0.625rem;
}
.home-grid--col2 {
grid-template-columns: 1fr 1fr;
}
.home-grid a.external {
background-image: none;
}
.home-card {
position: relative;
padding: 15px;
background: var( --color-surface-1 );
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;
}
.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: var( --color-base--subtle );
font-size: 0.8125rem;
letter-spacing: 0.75px;
}
h3.home-card__header {
margin-top: 0;
font-size: 1rem;
}
.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;
}
.home-card__background img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.home-card__foreground {
position: absolute;
}
.home-card__foreground .home-card__label {
color: #bababa;
}
.home-card__foreground .home-card__header {
color: #fff;
}
.home-card p {
margin-top: 0.2rem;
font-size: 0.875rem;
}
.home-card.home-card--button {
overflow: hidden;
padding: 0;
background: #242a31;
}
.home-card--button a {
display: flex;
height: 100%;
justify-content: center;
align-items: center;
padding: 0 15px;
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: 6px;
font-size: 0.875rem;
font-weight: 500;
grid-gap: 6px;
text-align: center;
}
.home-link__button {
display: flex;
}
.home-link__button a {
flex-grow: 1;
padding: 0.3rem 0.6rem;
border: 1px solid;
border-color: var( --border-color-base );
background: var( --background-color-framed );
border-radius: 12px;
color: var( --color-base--emphasized );
}
.home-link__button a:hover {
background: var( --background-color-framed--hover );
}
.home-link__button a:active {
background: var( --background-color-framed--active );
}
#home-content {
margin-top: 1.6rem;
}
.home-stats {
flex-grow: 1;
line-height: 1;
}
.home-stats__value {
font-size: 1.5rem;
font-weight: 600;
}
.home-stats__unit {
margin-top: 0.2rem;
color: var( --color-base--subtle );
font-size: 0.8125rem;
}
#home-card-discord {
background: #5865f2;
}
#home-card-patreon {
background: #ff424d;
}
#home-card-reddit {
background: #ff4500;
}
.home-footer {
font-size: 0.8125rem;
font-family: monospace;
text-align: center;
}