bundle.css (3480B)
1 /* From http://simile.mit.edu/timeline/api/bundle.css */ 2 3 .timeline-ether-marker-bottom { 4 width: 5em; 5 height: 1.5em; 6 border-left: 1px solid #aaa; 7 padding-left: 2px; 8 color: #aaa; 9 } 10 11 .timeline-ether-marker-bottom-emphasized { 12 width: 5em; 13 height: 2em; 14 border-left: 1px solid #aaa; 15 padding-left: 2px; 16 color: black; 17 } 18 19 .timeline-ether-marker-top { 20 width: 5em; 21 height: 1.5em; 22 border-left: 1px solid #aaa; 23 padding-left: 2px; 24 color: #aaa; 25 } 26 27 .timeline-ether-marker-top-emphasized { 28 width: 5em; 29 height: 2em; 30 border-left: 1px solid #aaa; 31 padding-left: 2px; 32 color: black; 33 } 34 35 36 .timeline-ether-marker-right { 37 width: 5em; 38 height: 1.5em; 39 border-top: 1px solid #aaa; 40 padding-top: 2px; 41 color: #aaa; 42 } 43 44 .timeline-ether-marker-right-emphasized { 45 width: 7em; 46 height: 1.5em; 47 border-top: 1px solid #aaa; 48 padding-top: 2px; 49 color: black; 50 } 51 .timeline-ether-marker-left { 52 width: 5em; 53 height: 1.5em; 54 border-top: 1px solid #aaa; 55 padding-top: 2px; 56 color: #aaa; 57 } 58 59 .timeline-ether-marker-left-emphasized { 60 width: 7em; 61 height: 1.5em; 62 border-top: 1px solid #aaa; 63 padding-top: 2px; 64 color: black; 65 } 66 .timeline-duration-event { 67 position: absolute; 68 overflow: hidden; 69 border: 1px solid blue; 70 } 71 72 .timeline-instant-event2 { 73 position: absolute; 74 overflow: hidden; 75 border-left: 1px solid blue; 76 padding-left: 2px; 77 } 78 79 .timeline-instant-event { 80 position: absolute; 81 overflow: hidden; 82 } 83 84 .timeline-event-bubble-title { 85 font-weight: bold; 86 border-bottom: 1px solid #888; 87 margin-bottom: 0.5em; 88 } 89 90 .timeline-event-bubble-body { 91 } 92 93 .timeline-event-bubble-wiki { 94 margin: 0.5em; 95 text-align: right; 96 color: #A0A040; 97 } 98 .timeline-event-bubble-wiki a { 99 color: #A0A040; 100 } 101 102 .timeline-event-bubble-time { 103 color: #aaa; 104 } 105 106 .timeline-event-bubble-image { 107 float: right; 108 padding-left: 5px; 109 padding-bottom: 5px; 110 }.timeline-container { 111 position: relative; 112 overflow: hidden; 113 } 114 115 .timeline-copyright { 116 position: absolute; 117 bottom: 0px; 118 left: 0px; 119 z-index: 1000; 120 cursor: pointer; 121 display:none; 122 } 123 124 .timeline-message-container { 125 position: absolute; 126 top: 30%; 127 left: 35%; 128 right: 35%; 129 z-index: 1000; 130 display: none; 131 } 132 .timeline-message { 133 font-size: 120%; 134 font-weight: bold; 135 text-align: center; 136 } 137 .timeline-message img { 138 vertical-align: middle; 139 } 140 141 .timeline-band { 142 position: absolute; 143 background: #eee; 144 z-index: 10; 145 } 146 147 .timeline-band-inner { 148 position: relative; 149 width: 100%; 150 height: 100%; 151 } 152 153 .timeline-band-input { 154 position: absolute; 155 width: 1em; 156 height: 1em; 157 overflow: hidden; 158 z-index: 0; 159 } 160 .timeline-band-input input{ 161 width: 0; 162 } 163 164 .timeline-band-layer { 165 position: absolute; 166 width: 100%; 167 height: 100%; 168 } 169 170 .timeline-band-layer-inner { 171 position: relative; 172 width: 100%; 173 height: 100%; 174 } 175 176 /* Added by Zotero for 2x icons */ 177 .timeline-band-layer-inner img { 178 height: 16px; 179 margin-right: 2px; 180 }