nickjillings@1679: /* nickjillings@1679: * Hold any style information for APE interface. Customise if you like to make the interface your own! nickjillings@1679: * nickjillings@1679: */ nickjillings@1679: body { nickjillings@1679: /* Set the background colour (note US English spelling) to grey*/ nickjillings@1679: background-color: #ddd nickjillings@1679: } nickjillings@1679: nickjillings@1679: div.title { nickjillings@1679: /* Specify any colouring for the title */ nickjillings@1679: } nickjillings@1679: nickjillings@1679: div.pageTitle { nickjillings@1679: width: auto; nickjillings@1679: height: 20px; nickjillings@1679: } nickjillings@1679: nickjillings@1679: div.testHalt { nickjillings@1679: /* Specify any colouring during the test halt for pre/post questions */ nickjillings@1679: background-color: rgba(0,0,0,0.5); nickjillings@1679: /* Don't mess with this bit */ nickjillings@1679: z-index: 2; nickjillings@1679: width: 100%; nickjillings@1679: height: 100%; nickjillings@1679: position: absolute; nickjillings@1679: left: 0px; nickjillings@1679: top: 0px; nickjillings@1679: } nickjillings@1679: nickjillings@1679: button { nickjillings@1679: /* Specify any button structure or style */ nickjillings@1679: min-width: 20px; nickjillings@1679: background-color: #ddd nickjillings@1679: } nickjillings@1679: nickjillings@1679: div#slider { nickjillings@1679: /* Specify any structure for the slider holder interface */ nickjillings@1679: background-color: #eee; nickjillings@1679: height: 150px; nickjillings@1679: margin-bottom: 5px; nickjillings@1679: } nickjillings@1679: nickjillings@1679: div.sliderScale { nickjillings@1679: width: 100%; nickjillings@1679: min-height: 20px; nickjillings@1679: } nickjillings@1679: nickjillings@1679: div.sliderScale span { nickjillings@1679: /* Any formatting of text below scale */ nickjillings@1679: min-width: 5px; nickjillings@1679: height: 20px; nickjillings@1679: height: 100%; nickjillings@1679: position: absolute; nickjillings@1679: } nickjillings@1679: nickjillings@1679: div.track-slider { nickjillings@1679: /* Specify any strcture for the slider objects */ nickjillings@1679: position: absolute; nickjillings@1679: height: inherit; nickjillings@1679: width: 12px; nickjillings@1679: float: left; nickjillings@1679: background-color: rgb(100,200,100); nickjillings@1679: } nickjillings@1679: nickjillings@1679: div.comment-div { nickjillings@1679: border:#444444; nickjillings@1679: border-style:solid; nickjillings@1679: border-width:1px; nickjillings@1679: width: 624px; nickjillings@1679: float: left; nickjillings@1679: margin: 5px; nickjillings@1679: } nickjillings@1679: nickjillings@1679: div.comment-div span { nickjillings@1679: margin-left: 15px; nickjillings@1679: } nickjillings@1679: nickjillings@1679: div.popupHolder { nickjillings@1679: width: 500px; nickjillings@1679: height: 250px; nickjillings@1679: background-color: #fff; nickjillings@1679: border-radius: 10px; nickjillings@1679: box-shadow: 0px 0px 50px #000; nickjillings@1679: z-index: 2; nickjillings@1679: } nickjillings@1679: nickjillings@1679: button.popupButton { nickjillings@1679: /* Button for popup window nickjillings@1679: */ nickjillings@1679: width: 50px; nickjillings@1679: height: 25px; nickjillings@1679: position: absolute; nickjillings@1679: left: 440px; nickjillings@1679: top: 215px; nickjillings@1679: border-radius: 5px; nickjillings@1679: border: #444; nickjillings@1679: border-width: 1px; nickjillings@1679: border-style: solid; nickjillings@1679: background-color: #fff; nickjillings@1679: }