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