Template:CharacterTableControls/style.css: Difference between revisions

Jump to navigation Jump to search
Character pool controls styling
mNo edit summary
(Character pool controls styling)
Line 4:
background-color: #f8f9fa;
border: 1px solid #a2a9b1;
padding: 0.4em5em 0.4em;
display: flex;
flex-direction: row;
Line 10:
justify-content: space-between;
flex-wrap: wrap;
gap: 8px12px 20px;
line-height: normal;
}
Line 36:
border-width: 0 3px;
border-style: solid;
 
border-radius: 8px;
font-size: 16px;
Line 42 ⟶ 41:
text-transform: uppercase;
background-color: #ecf5f9;
 
transform: skewX(-10deg);
}
Line 51 ⟶ 49:
.charactertable-controls div.controls-class > span.class-special {
border-color: #0785fb;
}
 
 
.charactertable-controls div.controls-pool > span {
width: 82px;
height: 26px;
border-width: 0 3px;
border-style: solid;
border-radius: 8px;
border-color: #112134;
font-size: 16px;
font-weight: bold;
/* text-transform: uppercase; */
background-color: #ecf5f9;
transform: skewX(-10deg);
}
 
.charactertable-controls div.controls-pool {
flex-grow: 1;
text-align: right;
}
 
@media (max-width: 1200px) {
.charactertable-controls div.controls-class,
.charactertable-controls div.controls-pool {
flex-grow: 1;
text-align: center;
}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu