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