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