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