
WEIJIANG WJ SS07 SS-07 Grimlock Oversized Enlarged Edition Diecast Action Figure
label { position: absolute; z-index: 1; } /** * labels and headings must share same values so grouping declarations in this rule prevents async edits (risk of breakage) * line-height == height -> vertical centering * the width dictates the offset for all headings but the first one: left offset = width * number of previous heading(s) * note that width and offset of label/heading pair can be customized if necessary */ .tabPanel-widget > label, .tabPanel-widget > h2 { font-size: 1.1em; width: 9em; height: 2em; line-height: 2em; } /** * position:relative is for the markers (the down arrow in tabs) */ .tabPanel-widget > h2 { position: relative; margin: 0; text-align: center; background: #999; color: #fff; } .tabPanel-widget > label { border-right: 1px solid #fff; } /** * all first level labels and headings after the very first ones */ .tabPanel-widget > label ~ label, .tabPanel-widget > h2 ~ h2 { position: absolute; top: 0; } /** * We target all the label/heading pairs * we increment th