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