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