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