timeline/css/timeline.css
changeset 71 fa03eb8a3fe5
parent 70 43012525c832
child 73 642ef9139fad
equal deleted inserted replaced
70:43012525c832 71:fa03eb8a3fe5
     1 .Tl-Main {
     1 .Tl-Main {
     2     overflow: hidden; border: 1px solid #ccc;
     2     overflow: hidden; border: 1px solid #ccc; font-family: Arial, Helvetica, sans-serif;
     3 }
     3 }
     4 
     4 
     5 .Tl-TopBar {
     5 .Tl-TopBar {
     6     height: 25px; border-style: solid none; border-color: #ccc; border-width: 1px;
     6     height: 25px; border-style: solid none; border-color: #ccc; border-width: 1px;
     7     background: url(../img/barbgd.png);
     7     background: url(../img/barbgd.png);
   101 
   101 
   102 .Tl-Grid-Now {
   102 .Tl-Grid-Now {
   103     position: absolute; top: 0; height: 100%; margin-left: -1px; width: 2px; background: #f000ff;
   103     position: absolute; top: 0; height: 100%; margin-left: -1px; width: 2px; background: #f000ff;
   104 }
   104 }
   105 
   105 
   106 .Tl-Occurrence, .Tl-Cluster {
   106 .Tl-Occurrence, .Tl-Cluster, .Tl-AddOccurrence {
   107     width: 19px; height: 22px; background: url(../img/sprites.png); cursor: pointer;
   107     width: 19px; height: 22px; background: url(../img/sprites.png); cursor: pointer;
   108 }
   108 }
   109 
   109 
   110 .Tl-OccOnGrid, .Tl-Cluster {
   110 .Tl-OccOnGrid, .Tl-Cluster {
   111     position: absolute; margin-left: -9px; margin-top: -1px;
   111     position: absolute; margin-left: -9px; margin-top: -1px;
   205 }
   205 }
   206 
   206 
   207 p.Tl-Tooltip-Description, p.Tl-Tooltip-Characters {
   207 p.Tl-Tooltip-Description, p.Tl-Tooltip-Characters {
   208     font-size: 12px; margin: 5px 0 0; clear: both;
   208     font-size: 12px; margin: 5px 0 0; clear: both;
   209 }
   209 }
       
   210 
       
   211 ul.Tl-Adding {
       
   212     position: absolute; left: -150px; top: 0; display: none;
       
   213     list-style: none; font-size: 12px; padding: 0; margin: 0; width: 150px; border-style: none solid; border-color: #999999; border-width: 1px;
       
   214 }
       
   215 
       
   216 .Tl-Adding li {
       
   217     border-style: none none solid; border-color: #cccccc; border-width: 1px; padding: 4px; background: rgba(255,255,255,.9);
       
   218 }
       
   219 
       
   220 li.Tl-AddingTitle {
       
   221     background: rgba(215,215,215,.9); font-weight: bold;
       
   222 }
       
   223 
       
   224 .Tl-AddOccurrence {
       
   225     float: right; margin: -3px;
       
   226 }