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