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