/timeline/styles/timeline.css
CSS | 79 lines | 69 code | 10 blank | 0 comment | 0 complexity | 5706b495a4aa1b1ebda07fc1a84d19a6 MD5 | raw file
1.timeline-container { 2 position: relative; 3 overflow: hidden; 4} 5 6.timeline-copyright { 7 position: absolute; 8 bottom: 0px; 9 left: 0px; 10 z-index: 1000; 11 cursor: pointer; 12} 13 14.timeline-message-container { 15 position: absolute; 16 top: 30%; 17 left: 35%; 18 right: 35%; 19 z-index: 1000; 20 display: none; 21} 22.timeline-message { 23 font-size: 120%; 24 font-weight: bold; 25 text-align: center; 26} 27.timeline-message img { 28 vertical-align: middle; 29} 30 31.timeline-band { 32 position: absolute; 33 background: #eee; 34 z-index: 10; 35} 36 37.timeline-band-inner { 38 position: relative; 39 width: 100%; 40 height: 100%; 41} 42 43.timeline-band-input { 44 position: absolute; 45 width: 1em; 46 height: 1em; 47 overflow: hidden; 48 z-index: 0; 49} 50.timeline-band-input input { 51 width: 0; 52} 53 54.timeline-band-scrollbar { 55 display: none; 56 position: absolute; 57 background: #f8f8f8; 58 z-index: 100; 59 overflow: hidden; 60} 61 62.timeline-band-scrollbar-thumb { 63 margin: 2px; 64 background: #666; 65 position: relative; 66} 67 68.timeline-band-layer { 69 position: absolute; 70 width: 100%; 71 height: 100%; 72} 73 74.timeline-band-layer-inner { 75 position: relative; 76 width: 100%; 77 height: 100%; 78} 79