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