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