b@1543: /* structure.css b@1543: * Define the structure for classes and objects in HTML b@1543: */ b@1543: b@1543: div.title { b@1543: width: 100%; b@1543: height: 50px; b@1543: margin-bottom: 10px; b@1543: font-size: 2em; b@1543: } b@1543: b@1543: div.indicator-box { b@1543: position: absolute; b@1543: left: 150px; b@1543: top: 10px; b@1543: width: 300px; b@1543: height: 60px; b@1543: padding: 20px; b@1543: border-radius: 10px; b@1543: background-color: rgb(100,200,200); b@1543: } b@1543: b@1543: div.comment-div { b@1543: border:#444444; b@1543: border-style:solid; b@1543: border-width:1px; b@1543: width: 624px; b@1543: float: left; b@1543: margin: 5px; b@1543: height: 90px; b@1543: } b@1543: b@1543: div.comment-div span { b@1543: margin-left: 15px; b@1543: } b@1543: b@1543: div.popupHolder { b@1543: width: 500px; b@1543: height: 250px; b@1543: background-color: #fff; b@1543: border-radius: 10px; b@1543: box-shadow: 0px 0px 50px #000; b@1543: z-index: 2; b@1543: } b@1543: b@1543: button.popupButton { b@1543: /* Button for popup window b@1543: */ b@1543: width: 50px; b@1543: height: 25px; b@1543: position: absolute; b@1543: border-radius: 5px; b@1543: border: #444; b@1543: border-width: 1px; b@1543: border-style: solid; b@1543: background-color: #fff; b@1543: } b@1543: b@1543: textarea.trackComment { b@1543: width: 618px; b@1543: margin-right:15px; b@1543: } b@1543: b@1543: div.playhead { b@1543: width: 500px; b@1543: height: 50px; b@1543: background-color: #eee; b@1543: border-radius: 10px; b@1543: padding: 10px; b@1543: } b@1543: b@1543: div.playhead-scrub-track { b@1543: width: 100%; b@1543: height: 10px; b@1543: border-style: solid; b@1543: border-width: 1px; b@1543: } b@1543: b@1543: div#playhead-scrubber { b@1543: width: 10px; b@1543: height: 10px; b@1543: position: relative; b@1543: background-color: #000; b@1543: }