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