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