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