nicholas@858: /* nicholas@858: * Hold any style information for APE interface. Customise if you like to make the interface your own! nicholas@858: * nicholas@858: */ nicholas@858: body { nicholas@858: /* Set the background colour (note US English spelling) to grey*/ nicholas@858: background-color: #ddd nicholas@858: } nicholas@858: nicholas@858: div.title { nicholas@858: /* Specify any colouring for the title */ nicholas@858: } nicholas@858: nicholas@858: div.pageTitle { nicholas@858: width: auto; nicholas@858: height: 20px; nicholas@858: margin-top: 20px; nicholas@858: } nicholas@858: nicholas@858: div.pageTitle span{ nicholas@858: font-size: 1.5em; nicholas@858: } nicholas@858: nicholas@858: div.testHalt { nicholas@858: /* Specify any colouring during the test halt for pre/post questions */ nicholas@858: background-color: rgba(0,0,0,0.5); nicholas@858: /* Don't mess with this bit */ nicholas@858: z-index: 2; nicholas@858: width: 100%; nicholas@858: height: 100%; nicholas@858: position: absolute; nicholas@858: left: 0px; nicholas@858: top: 0px; nicholas@858: } nicholas@858: nicholas@858: button { nicholas@858: /* Specify any button structure or style */ nicholas@858: min-width: 20px; nicholas@858: background-color: #ddd nicholas@858: } nicholas@858: nicholas@858: div#slider { nicholas@858: /* Specify any structure for the slider holder interface */ nicholas@858: background-color: #eee; nicholas@858: height: 150px; nicholas@858: margin-bottom: 5px; nicholas@858: } nicholas@858: nicholas@858: div.sliderScale { nicholas@858: width: 100%; nicholas@858: min-height: 30px; nicholas@858: } nicholas@858: nicholas@858: div.sliderScale span { nicholas@858: /* Any formatting of text below scale */ nicholas@858: font-size: 1.2em; nicholas@858: min-width: 5px; nicholas@858: height: 20px; nicholas@858: position: absolute; nicholas@858: } nicholas@858: nicholas@858: div.track-slider { nicholas@858: /* Specify any structure for the slider objects */ nicholas@858: position: absolute; nicholas@858: height: inherit; nicholas@858: width: 12px; nicholas@858: float: left; nicholas@858: background-color: rgb(100,200,100); nicholas@858: } nicholas@858: nicholas@858: div.track-slider-playing { nicholas@858: background-color: #FF0000; nicholas@858: } nicholas@858: nicholas@858: div.comment-box-playing { nicholas@858: background-color: #FFDDDD; nicholas@858: } nicholas@858: