Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:ShipBoxTooltip: Difference between revisions

Template page
m Fix typo.
m Add nowrap tp .sbtt-ship-group, so wrapping occurs between .sbtt-ship-group and .sbtt-ship-hull.
Line 30: Line 30:
  }
  }


.uniwiki-ship-tooltip-header .tooltip-header-category,
.sbtt-ship-name {
  height: 20px;
  color: white;
  font: small-caps 16px/15px trebuchet MS;
}
 
.sbtt-ship-category {
.sbtt-ship-category {
   height: 10px;
   height: 10px;
   font-size: 11px;
   font-size: 11px;
   line-height: 10px;
   line-height: 10px;
}
.sbtt-ship-name {
  height: 20px;
  color: white;
  font: small-caps 16px/15px trebuchet MS;
  }
  }


.sbtt-ship-group {
.sbtt-ship-group {
   margin-right: 5px;
   margin-right: 5px;
  white-space: nowrap;
   color: orange;
   color: orange;
  }
  }