web/data/timeline-bundle.css
changeset 0 b97547f5f1fa
child 1156 4b920f836567
equal deleted inserted replaced
-1:000000000000 0:b97547f5f1fa
       
     1 
       
     2 
       
     3 /*------------------- Horizontal / Vertical lines ----------------*/
       
     4 
       
     5 /* style for ethers */
       
     6 .timeline-ether-lines{border-color:#666; border-style:dotted; position:absolute;}
       
     7 
       
     8 .timeline-horizontal .timeline-ether-lines{border-width:0 0 0 1px; height:100%; top: 0; width: 1px;}
       
     9 
       
    10 .timeline-vertical .timeline-ether-lines{border-width:1px 0 0; height:1px; left: 0; width: 100%;}
       
    11 
       
    12 
       
    13 
       
    14 
       
    15 /*---------------- Weekends ---------------------------*/
       
    16 
       
    17 .timeline-ether-weekends{
       
    18 	position:absolute;
       
    19 	background-color:#FFFFE0;
       
    20 }
       
    21 
       
    22 .timeline-vertical .timeline-ether-weekends{left:0;width:100%;}
       
    23 
       
    24 .timeline-horizontal .timeline-ether-weekends{top:0; height:100%;}
       
    25 
       
    26 
       
    27 
       
    28 /*-------------------------- HIGHLIGHT DECORATORS -------------------*/
       
    29 .timeline-highlight-decorator,
       
    30 .timeline-highlight-point-decorator{
       
    31 	position:absolute;
       
    32 	overflow:hidden;
       
    33 }
       
    34 .timeline-horizontal .timeline-highlight-point-decorator,
       
    35 .timeline-horizontal .timeline-highlight-decorator{
       
    36 	width:10px;
       
    37 	top:0;
       
    38     height:100%;
       
    39 }
       
    40 
       
    41 .timeline-vertical .timeline-highlight-point-decorator,
       
    42 .timeline-vertical .timeline-highlight-decorator{
       
    43 	height:10px;
       
    44 	width:100%;
       
    45 	left:0;
       
    46 }
       
    47 
       
    48 .timeline-highlight-decorator{background-color:#FFC080;}
       
    49 .timeline-highlight-point-decorator{background-color:#ff5;}
       
    50 
       
    51 
       
    52 
       
    53 /*---------------------------- LABELS -------------------------*/
       
    54 .timeline-highlight-label{position:absolute;overflow:hidden;font-size:200%;font-weight:bold;color:#999;}
       
    55 
       
    56 
       
    57 /*---------------- VERTICAL LABEL -------------------*/
       
    58 .timeline-horizontal .timeline-highlight-label{top:0;height:100%;}
       
    59 .timeline-horizontal .timeline-highlight-label td{vertical-align:middle;}
       
    60 .timeline-horizontal .timeline-highlight-label-start{text-align:right;}
       
    61 .timeline-horizontal .timeline-highlight-label-end{text-align:left;}
       
    62 
       
    63 
       
    64 /*---------------- HORIZONTAL LABEL -------------------*/
       
    65 .timeline-vertical .timeline-highlight-label{left:0;width:100%;}
       
    66 .timeline-vertical .timeline-highlight-label td{vertical-align:top;}
       
    67 .timeline-vertical .timeline-highlight-label-start{text-align:center;}
       
    68 .timeline-vertical .timeline-highlight-label-end{text-align:center;}
       
    69 
       
    70 
       
    71 
       
    72 /*-------------------------------- DATE LABELS --------------------------------*/
       
    73 .timeline-date-label{position:absolute; border:solid #aaa; color:#aaa;	width:5em; height:1.5em;}
       
    74 .timeline-date-label-em{color:#000;}
       
    75 
       
    76 /* horizontal */
       
    77 .timeline-horizontal .timeline-date-label{padding-left:2px;}
       
    78 .timeline-horizontal .timeline-date-label{border-width:0 0 0 1px;}
       
    79 .timeline-horizontal .timeline-date-label-em{height:2em}
       
    80 
       
    81 /* vertical */
       
    82 .timeline-vertical .timeline-date-label{padding-top:2px;}
       
    83 .timeline-vertical .timeline-date-label{border-width:1px 0 0;}
       
    84 .timeline-vertical .timeline-date-label-em{width:7em}
       
    85 
       
    86 /*------------------------------- Ether.highlight -------------------------*/
       
    87 .timeline-ether-highlight{position:absolute; background-color:#fff;}
       
    88 .timeline-horizontal .timeline-ether-highlight{top:2px;}
       
    89 .timeline-vertical .timeline-ether-highlight{left:2px;}
       
    90 
       
    91 
       
    92 
       
    93 /*------------------------------ EVENTS ------------------------------------*/
       
    94 .timeline-event-icon, .timeline-event-label,.timeline-event-tape{
       
    95 	position:absolute;
       
    96 	cursor:pointer;
       
    97 }
       
    98 
       
    99 .timeline-event-tape,
       
   100 .timeline-small-event-tape,
       
   101 .timeline-small-event-icon{
       
   102 	background-color:#58A0DC;
       
   103 	overflow:hidden;
       
   104 }
       
   105 
       
   106 .timeline-small-event-tape,
       
   107 .timeline-small-event-icon{
       
   108 	position:absolute;
       
   109 }
       
   110 
       
   111 .timeline-event-tape{height:4px;}
       
   112 
       
   113 .timeline-small-event-tape{height:2px;}
       
   114 .timeline-small-event-icon{width:1px; height:6px;}
       
   115  
       
   116  
       
   117 
       
   118 /*--------------------------------- TIMELINE-------------------------*/
       
   119 .timeline-ether-bg{width:100%; height:100%;}
       
   120 .timeline-band-0 .timeline-ether-bg{background-color:#eee}
       
   121 .timeline-band-1 .timeline-ether-bg{background-color:#ddd}
       
   122 .timeline-band-2 .timeline-ether-bg{background-color:#ccc}
       
   123 .timeline-band-3 .timeline-ether-bg{background-color:#aaa}
       
   124 .timeline-duration-event {
       
   125     position: absolute;
       
   126     overflow: hidden;
       
   127     border: 1px solid blue;
       
   128 }
       
   129 
       
   130 .timeline-instant-event2 {
       
   131     position: absolute;
       
   132     overflow: hidden;
       
   133     border-left: 1px solid blue;
       
   134     padding-left: 2px;
       
   135 }
       
   136 
       
   137 .timeline-instant-event {
       
   138     position: absolute;
       
   139     overflow: hidden;
       
   140 }
       
   141 
       
   142 .timeline-event-bubble-title {
       
   143     font-weight: bold;
       
   144     border-bottom: 1px solid #888;
       
   145     margin-bottom: 0.5em;
       
   146 }
       
   147 
       
   148 .timeline-event-bubble-body {
       
   149 }
       
   150 
       
   151 .timeline-event-bubble-wiki {
       
   152     margin:     0.5em;
       
   153     text-align: right;
       
   154     color:      #A0A040;
       
   155 }
       
   156 .timeline-event-bubble-wiki a {
       
   157     color:      #A0A040;
       
   158 }
       
   159 
       
   160 .timeline-event-bubble-time {
       
   161     color: #aaa;
       
   162 }
       
   163 
       
   164 .timeline-event-bubble-image {
       
   165     float: right;
       
   166     padding-left: 5px;
       
   167     padding-bottom: 5px;
       
   168 }.timeline-container {
       
   169     position: relative;
       
   170     overflow: hidden;
       
   171 }
       
   172 
       
   173 .timeline-copyright {
       
   174     position: absolute;
       
   175     bottom: 0px;
       
   176     left: 0px;
       
   177     z-index: 1000;
       
   178     cursor: pointer;
       
   179 }
       
   180 
       
   181 .timeline-message-container {
       
   182     position:   absolute;
       
   183     top:        30%;
       
   184     left:       35%;
       
   185     right:      35%;
       
   186     z-index:    1000;
       
   187     display:    none;
       
   188 }
       
   189 .timeline-message {
       
   190     font-size:      120%;
       
   191     font-weight:    bold;
       
   192     text-align:     center;
       
   193 }
       
   194 .timeline-message img {
       
   195     vertical-align: middle;
       
   196 }
       
   197 
       
   198 .timeline-band {
       
   199     position:   absolute;
       
   200     background: #eee;
       
   201     z-index:    10;
       
   202 }
       
   203 
       
   204 .timeline-band-inner {
       
   205     position: relative;
       
   206     width: 100%;
       
   207     height: 100%;
       
   208 }
       
   209 
       
   210 .timeline-band-input {
       
   211     position:   absolute;
       
   212     width:      1em;
       
   213     height:     1em;
       
   214     overflow:   hidden;
       
   215     z-index:    0;
       
   216 }
       
   217 .timeline-band-input input{
       
   218     width:      0;
       
   219 }
       
   220 
       
   221 .timeline-band-layer {
       
   222     position:   absolute;
       
   223     width:      100%;
       
   224     height:     100%;
       
   225 }
       
   226 
       
   227 .timeline-band-layer-inner {
       
   228     position:   relative;
       
   229     width:      100%;
       
   230     height:     100%;
       
   231 }
       
   232