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