martindampier_draw-steel-re.../styles.css
Martin Dampier 997fb5cb1a WIP
2025-05-28 18:20:25 -05:00

148 lines
No EOL
2 KiB
CSS

.red{
background-color: var(--color-red);
}
.thirdWidth{
width: 33%;
}
.condition-buttons {
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: center;
width: fit-content;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.tableStyle {
display: table;
width: 100%;
}
.flex {
display: flex;
}
.tableCell {
display: table-cell;
}
.adjustInitiativeHeaderButton{
margin-top: 15px;
margin-left: 5px;
}
.roundHeader {
width: 50%;
display: table-cell;
}
.villainsButton {
margin-left: 5px;
}
.maliceHeader {
width: 50%;
display: table-cell;
}
.activatedButton {
color: var(--interactive-accent);
}
.green {
background-color: var(--color-green);
}
.Centered{
margin-right: auto;
margin-left: auto;
text-align: center;
}
.fill{
height: 90%;
width: 90%;
}
.padded-input {
margin-left: 5px;
margin-bottom: 5px;
}
.rightAlign {
margin-left: auto;
margin-right: 0px;
text-align: right;
}
.leftAlign {
margin-left: 0px;
margin-right: auto;
text-align: left;
}
.bottomSpace {
margin-bottom: 5px;
}
.headerButtonLeft {
margin-left: 5px;
margin-right: 1px;
}
.headerButtonRight {
margin-left: 1px;
margin-right: 5px;
}
.padded {
margin-left: 5px;
margin-right: 5px;
margin-bottom: 1px;
width: 90%;
}
.stamina-Cell {
width: 20%;
}
.fullScreen {
width: 100%;
}
.heroes {
border: 2px solid var(--color-green);
}
.villains {
border: 2px solid var(--color-red);
}
.trackerTableStyle{
border-collapse: collapse;
padding: 5px;
width: 100%;
}
.trackerTableCellStyle {
border: 1px solid;
border-collapse: collapse;
padding: 5px;
}
.name-Cell {
width: 400px;
}
.verticalType {
transform: translate(-8%) rotate(-90deg) translate(-14px) ;
margin: -18px;
width: 57px;
font-weight: bold;
}
.slimButton{
margin: 1px;
padding: 10px, 0px, 0px, 0px;
width: 18px;
height: 18px;
background-color: transparent;
}