More actions
m testing new collapsible headers |
mNo edit summary |
||
| Line 51: | Line 51: | ||
.ships-matrix .primary .collapseButton a.hover | .ships-matrix .primary .collapseButton a.hover | ||
{ | { | ||
background-color:#614F31; | |||
} | } | ||
.ships-matrix tr.highlight | .ships-matrix tr.highlight | ||
| Line 76: | Line 76: | ||
{ | { | ||
} | |||
.ships-matrix .groupheader .textlabel | |||
{ | |||
display: inline-block; | |||
position: relative; | |||
z-index: 25; | |||
} | } | ||
.ships-matrix .primary .firstcol, .ships-matrix .primary .racialcol | .ships-matrix .primary .firstcol, .ships-matrix .primary .racialcol | ||
{ | { | ||
border-bottom: 1px solid black; | border-bottom: 1px solid black; | ||
} | } | ||
.ships-matrix .firstindent | .ships-matrix .firstindent | ||
| Line 104: | Line 109: | ||
<table class='collapsible collapsed' cellspacing='0' cellpadding='0'> | <table class='collapsible collapsed' cellspacing='0' cellpadding='0'> | ||
<tr class='primary'> | <tr class='primary'> | ||
<th class='firstcol groupheader'>Frigates</th> | <th class='firstcol groupheader'><span class='textlabel'>Frigates</span></th> | ||
<th class='racialcol'>{{Ship|Drake|tooltip}}</th> | <th class='racialcol'>{{Ship|Drake|tooltip}}</th> | ||
<th class='racialcol'>{{Ship|Drake|tooltip}}</th> | <th class='racialcol'>{{Ship|Drake|tooltip}}</th> | ||
| Line 134: | Line 139: | ||
<table class='collapsible collapsed' cellspacing='0' cellpadding='0'> | <table class='collapsible collapsed' cellspacing='0' cellpadding='0'> | ||
<tr class='primary'> | <tr class='primary'> | ||
<th class='firstcol groupheader'>Destroyers</th> | <th class='firstcol groupheader'><span class='textlabel'>Destroyers</span></th> | ||
<th class='racialcol'>{{Ship|Drake|tooltip}}</th> | <th class='racialcol'>{{Ship|Drake|tooltip}}</th> | ||
<th class='racialcol'>{{Ship|Drake|tooltip}}</th> | <th class='racialcol'>{{Ship|Drake|tooltip}}</th> | ||