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