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