timeline/css/timeline.css
changeset 70 43012525c832
parent 68 4def147b1604
child 71 fa03eb8a3fe5
equal deleted inserted replaced
69:7bb5f89ad242 70:43012525c832
   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;
   112 }
   112 }
   113 
   113 
   114 .Tl-OccInCluster {
   114 .Tl-OccInCluster {
   115     float: left;
   115     float: left; position: relative;
       
   116 }
       
   117 
       
   118 .Tl-Locked {
       
   119     position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../img/sprites.png); background-position: -57px -50px;
   116 }
   120 }
   117 
   121 
   118 .Tl-Occnarrative {
   122 .Tl-Occnarrative {
   119     background-position: 0 -50px;
   123     background-position: 0 -50px;
   120 }
   124 }
   131     background-position: -19px -72px;
   135     background-position: -19px -72px;
   132 }
   136 }
   133 
   137 
   134 .Tl-Occboth {
   138 .Tl-Occboth {
   135     background-position: -38px -50px;
   139     background-position: -38px -50px;
       
   140 }
       
   141 
       
   142 .Tl-Link {
       
   143     position: absolute; left: 0; bottom: 0; width: 11px; height: 11px; background: url(../img/sprites.png) -38px -83px; display: none;
   136 }
   144 }
   137 
   145 
   138 .Tl-ClusterCount {
   146 .Tl-ClusterCount {
   139     position: absolute; right: 0; top: 0; border: 1px solid #999999; background: #333333;
   147     position: absolute; right: 0; top: 0; border: 1px solid #999999; background: #333333;
   140     padding: 1px 2px; font-size: 9px; color: #ffffff; border-radius: 5px;
   148     padding: 1px 2px; font-size: 9px; color: #ffffff; border-radius: 5px;
   185 }
   193 }
   186 
   194 
   187 .Tl-Overlay-Up .Tl-Overlay-Tip-Top, .Tl-Overlay-Down .Tl-Overlay-Tip-Bottom {
   195 .Tl-Overlay-Up .Tl-Overlay-Tip-Top, .Tl-Overlay-Down .Tl-Overlay-Tip-Bottom {
   188     display: none;
   196     display: none;
   189 }
   197 }
       
   198 
       
   199 h3.Tl-Tooltip-Title {
       
   200     font-size: 14px; font-weight: bold; color: #000080; margin: 0;
       
   201 }
       
   202 
       
   203 p.Tl-Tooltip-Date {
       
   204     font-size: 11px; margin: 2px 0; color: #000080; border-bottom: 1px dotted; float: left;
       
   205 }
       
   206 
       
   207 p.Tl-Tooltip-Description, p.Tl-Tooltip-Characters {
       
   208     font-size: 12px; margin: 5px 0 0; clear: both;
       
   209 }