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