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