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