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