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