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