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