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