Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:TheSilverSword/Talents/Style.css: Difference between revisions

Template page
Content added Content deleted
mNo edit summary
mNo edit summary
 
(23 intermediate revisions by the same user not shown)
Line 1:
.talents-grid {
display: grid;
grid-template-columns: repeat(6, 160px164px);
grid-gap: 16px;
marginpadding-top: 1em;
marginpadding-bottom: 1em;
overflow: auto;
}
 
.talents-card {
display: flex;
align-items: center;
justify-content: center;
width: 164px;
height: 80px;
background: var(--color-surface-1);
border: 1px solid #ffffff1a;
border-radius: 8px;
padding: 16px;
}
 
Line 12 ⟶ 24:
font-weight: 600;
font-size: 0.9em;
text-align: center;
}
 
.talent-label > a {
color: var(--color-base--emphasized);
font-size: 0.9em;
font-weight: 600;
text-align: center;
}
 
a {
text-decoration: none;
}

Latest revision as of 14:44, 8 July 2024

.talents-grid {
display: grid;
grid-template-columns: repeat(6, 164px); 
grid-gap: 16px; 
padding-top: 1em;
padding-bottom: 1em;
overflow: auto;
}

.talents-card {
display: flex;
align-items: center;
justify-content: center;
width: 164px;
height: 80px;
background: var(--color-surface-1);
border: 1px solid #ffffff1a;
border-radius: 8px;
padding: 16px;
}

.talent-category {
color: #cff;
font-weight: 600;
font-size: 0.9em;
text-align: center;
}

.talent-label > a {
color: var(--color-base--emphasized);
font-size: 0.9em;
font-weight: 600;
text-align: center;
}

a {
text-decoration: none;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.