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