UNPKG

tnt.board

Version:

TnT track-based board display

34 lines (27 loc) 544 B
svg text { -webkit-user-select: none; /* Chrome/Safari */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* IE10+ */ cursor: default; } .tnt_track path, .tnt_track line { fill: none; stroke: grey; stroke-width: 1; } .tick text { font-size: 0.7em; } .tnt_groupDiv { position: relative; margin: 0px 3px 5px 3px; } .tick text { font-size: 10px; } .tnt_name { font-size: 14px; } .tnt_framed { border: 2px solid; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; }