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