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