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