cttv.genome
Version:
Lightweight genome browser for CTTV targets based on TnT Genome
46 lines (41 loc) • 905 B
CSS
div .tnt_tooltip {
display: block;
position: absolute;
top: 0px;
opacity: 0;
border: 2px solid;
background-color: #FFFFFF;
font-size: 12px; }
div .tnt_tooltip h1 {
font-size: 30px; }
div .tnt_tooltip .link {
color: blue; }
div .tnt_tooltip .link:hover {
cursor: pointer; }
div .tnt_tooltip_active {
opacity: 1;
z-index: 1001; }
.tnt_zmenu {
font-size: 10px;
border-style: solid;
border-collapse: collapse; }
.tnt_zmenu th, .tnt_zmenu td {
padding-top: 5px;
padding-right: 5px;
padding-left: 5px;
padding-bottom: 5px;
white-space: normal;
text-align: left;
vertical-align: top;
font-size: 12px; }
.tnt_zmenu th {
cursor: move; }
.tnt_zmenu th:active {
cursor: move; }
.fa {
padding: 10px; }
.tnt_options_pane {
margin-left: auto;
margin-right: auto;
width: 50%; }
/*# sourceMappingURL=index.css.map */