Template:Start tab/styles.css
Appearance
.wst-start-tab {
width:100%;
vertical-align:top;
background-color:transparent;
color:inherit;
border-width:0;
border-spacing:0;
}
.wst-dummytab {
width:1%;
padding:0;
border-bottom:solid 1px #A3B1BF;
}
.wst-pretab {
width:2%;
padding:0;
border-bottom:solid 1px #a3b1bf;
}
.wst-tab {
text-align:center;
padding:0.3em;
border:solid 1px #a3b1bf;
font-size:110%;
}
.wst-tab-nowrap {
white-space:nowrap;
}
.wst-tab-links {
background-color:transparent;
color:inherit;
border-bottom:none;
font-weight:bold;
}
.wst-tab-no-links {
background-color:#CEE0F2;
color:#202122;
}
.wst-tab-content-frame {
border:solid 1px #a3b1bf;
padding:0.5em 1em 1em 1em;
border-top:none;
background-color:transparent;
}
.wst-tab-content-frame > div {
padding:1ex;
}