User:Catrone3/lab/style.css: Difference between revisions
From Shadowrun Wiki
More actions
< User:Catrone3 | lab
Catrone3 changed the content model of the page User:Catrone3/lab/style.css from "CSS" to "Sanitized CSS" |
No edit summary |
||
| Line 8: | Line 8: | ||
color: #fff; | color: #fff; | ||
/*font-weight: var( --font-weight-medium );*/ | /*font-weight: var( --font-weight-medium );*/ | ||
} | |||
.home-card--col2 { | |||
grid-column: span 2; | |||
} | |||
.home-card { | |||
position: relative; | |||
/*padding: var( --space-md ); | |||
border: 1px solid var( --border-color-base );*/ | |||
background: #000000; | |||
/*border-radius: var( --border-radius-medium ); | |||
font-size: var( --font-size-small );*/ | |||
} | } | ||
Revision as of 21:44, 9 July 2025
.home-card--button a {
display: flex;
height: 100%;
justify-content: center;
align-items: center;
/*padding: 0 var( --space-md );*/
background: transparent;
color: #fff;
/*font-weight: var( --font-weight-medium );*/
}
.home-card--col2 {
grid-column: span 2;
}
.home-card {
position: relative;
/*padding: var( --space-md );
border: 1px solid var( --border-color-base );*/
background: #000000;
/*border-radius: var( --border-radius-medium );
font-size: var( --font-size-small );*/
}
.home-card--button .home-card__background a {
padding: 0;
}
.home-card--button img {
transition: transform 250ms ease;
}
.home-card--button:hover img {
transform: scale( 1.1 );
}
#card-discord {
background: #5865f2;
}
#card-patreon {
background: #ff424d;
}
#card-kofi {
background: #ff5e5b;
}
#card-reddit {
background: #ff4500;
}