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