Template:CardPages/styles.css: Difference between revisions
Template page
More actions
BelowTheEcho (talk | contribs) No edit summary |
BelowTheEcho (talk | contribs) No edit summary |
||
| Line 40: | Line 40: | ||
.element-cell { | .element-cell { | ||
width: calc(100% / 7); | |||
padding: 12px; | padding: 12px; | ||
vertical-align: top; | vertical-align: top; | ||
Revision as of 22:56, 20 January 2026
.event-banner {
position: relative;
width: 100%;
min-height: 1080px;
height: auto;
border-radius:8px;
margin: 20px 0;
cursor: pointer;
overflow: visible;
}
.banner-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 30px;
z-index: auto;
}
.banner-bg-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: auto;
}
.element-table {
position: relative;
width: 100%;
text-align: center;
table-layout: fixed;
}
.element-cell {
width: calc(100% / 7);
padding: 12px;
vertical-align: top;
text-align: center;
}
.element-item {
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
}
.element-item .image {
display: block;
margin: 0 auto;
padding: 0;
}
.element-item .image img {
display: block;
margin: 0;
}
.element-item span {
display: block;
text-align: center;
font-size: 32px;
font-family: Barlow, sans-serif;
}
.fire-text { color: #FF0000; } /* Fire is orange/red */
.water-text { color: #3b82f6; } /* Water is blue */
.earth-text { color: #65a30d; } /* Earth is green */
.air-text { color: #94a3b8; } /* Air is gray */