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