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