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