Module:ScopeBox/styles.css: Difference between revisions
From Amaranth Legacy, available at amaranth-legacy.community
More actions
Content deleted Content added
Tesinormed (talk | contribs) No edit summary |
Tesinormed (talk | contribs) No edit summary |
||
| Line 13: | Line 13: | ||
background-repeat: no-repeat; |
background-repeat: no-repeat; |
||
background-size: cover; |
background-size: cover; |
||
} |
|||
.template-ScopeBox a { |
|||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
} |
|||
.template-ScopeBox div { |
|||
display: inline-block; |
|||
width: 100%; |
|||
} |
} |
||
| Line 41: | Line 28: | ||
.template-ScopeBox > :nth-child(2) { |
.template-ScopeBox > :nth-child(2) { |
||
flex: 1 1 fit-content; |
flex: 1 1 fit-content; |
||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
} |
} |
||
Revision as of 23:27, February 2, 2025
.template-ScopeBox {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
text-align: center;
/* fill the entire width of the container */
width: 100%;
/* background image */
background-position: left;
background-clip: padding-box;
background-color: transparent;
background-repeat: no-repeat;
background-size: cover;
}
.template-ScopeBox img {
max-width: 100%;
height: 100%;
}
.template-ScopeBox > :first-child,
.template-ScopeBox > :last-child {
flex: 0 1 auto;
margin: 0 var(--space-sm);
}
.template-ScopeBox > :nth-child(2) {
flex: 1 1 fit-content;
/* blur the background */
backdrop-filter: blur(3px);
/* font settings */
font-family: var(--font-family-serif) !important;
font-size: 275% !important;
}