Template:Character Tabs/styles.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
vertical-align: top;
vertical-align: top;
border: none;
border: none;
border-spacing: 0;
margin-bottom: 15px;
margin-bottom: 15px;
white-space: nowrap;
white-space: nowrap;
Line 15: Line 16:
padding: 0.5em;
padding: 0.5em;
line-height: 1em;
line-height: 1em;
background-color: #f2f8fd;
}
.character-tabs td:not(.spacer).selected {
border-bottom: 0;
background-color: transparent;
}
}


Line 21: Line 28:
border-left: 0;
border-left: 0;
border-right: 0;
border-right: 0;
width: 5px;
padding: 5px;
}
 
.character-tabs td.spacer.full {
width: 100%;
}
}