n@814: /* n@814: * Hold any style information for APE interface. Customise if you like to make the interface your own! n@814: * n@814: */ n@814: body { n@814: /* Set the background colour (note US English spelling) to grey*/ n@814: background-color: #ddd n@814: } n@814: n@814: div.title { n@814: /* Specify any colouring for the title */ n@814: } n@814: n@814: div.pageTitle { n@814: width: auto; n@814: height: 20px; n@814: margin-top: 20px; n@814: } n@814: n@814: div.pageTitle span{ n@814: font-size: 1.5em; n@814: } n@814: n@814: button { n@814: /* Specify any button structure or style */ n@814: min-width: 20px; n@814: background-color: #ddd n@814: } n@814: n@814: div#slider { n@814: /* Specify any structure for the slider holder interface */ n@814: background-color: #eee; n@814: height: 150px; n@814: margin-bottom: 5px; n@814: } n@814: n@814: div.sliderScale { n@814: width: 100%; n@814: min-height: 30px; n@814: } n@814: n@814: div.sliderScale span { n@814: /* Any formatting of text below scale */ n@814: font-size: 1.2em; n@814: min-width: 5px; n@814: height: 20px; n@814: position: absolute; n@814: } n@814: n@814: div.track-slider { n@814: /* Specify any structure for the slider objects */ n@814: position: absolute; n@814: height: inherit; n@814: width: 12px; n@814: float: left; n@814: background-color: rgb(100,200,100); n@814: } n@814: n@814: div#outside-reference { n@814: width:120px; n@814: padding-left: 55px; n@814: margin-left: 100px; n@814: height:20px; n@814: margin-bottom:5px; n@814: background-color: rgb(100,200,100); n@814: } n@814: n@814: div.track-slider-disabled { n@814: background-color: rgb(100,100,100); n@814: } n@814: n@814: div.track-slider-playing { n@814: background-color: #FF0000; n@814: } n@814: n@814: div.comment-box-playing { n@814: background-color: #FFDDDD; n@814: }