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