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