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