n@1141: /* n@1141: * Hold any style information for MUSHRA interface. Customise if you like to make the interface your own! n@1141: * n@1141: */ n@1141: body { n@1141: /* Set the background colour (note US English spelling) to grey*/ n@1141: background-color: #ddd n@1141: } n@1141: n@1141: div.pageTitle { n@1141: width: auto; n@1141: height: 20px; n@1141: margin: 10px 0px; n@1141: } n@1141: n@1141: div.pageTitle span{ n@1141: font-size: 1.5em; n@1141: } n@1141: n@1141: div.testHalt { n@1141: /* Specify any colouring during the test halt for pre/post questions */ n@1141: background-color: rgba(0,0,0,0.5); n@1141: /* Don't mess with this bit */ n@1141: z-index: 2; n@1141: width: 100%; n@1141: height: 100%; n@1141: position: absolute; n@1141: left: 0px; n@1141: top: 0px; n@1141: } n@1141: n@1141: button { n@1141: /* Specify any button structure or style */ n@1141: min-width: 20px; n@1141: background-color: #ddd n@1141: } n@1141: n@1141: div#slider-holder { n@1141: height: inherit; n@1141: position: absolute; n@1141: left: 0px; n@1141: z-index: 3; n@1141: } n@1141: n@1141: div#scale-holder { n@1141: height: inherit; n@1141: position: absolute; n@1141: left: 0px; n@1141: z-index: 2; n@1141: } n@1141: n@1141: div#scale-text-holder { n@1141: position:relative; n@1141: width: 100px; n@1141: float: left; n@1141: } n@1141: div.scale-text { n@1141: position: absolute; n@1141: } n@1141: n@1141: canvas#scale-canvas { n@1141: position: relative; n@1141: float: left; n@1141: } n@1141: n@1141: div.track-slider { n@1141: float: left; n@1141: width: 94px; n@1141: border: solid; n@1141: border-width: 1px; n@1141: border-color: black; n@1141: padding:2px; n@1141: margin-left: 50px; n@1141: } n@1141: n@1141: button.outside-reference { n@1141: width:120px; n@1141: height:20px; n@1141: margin-bottom:5px; n@1141: position: absolute; n@1141: } n@1141: n@1141: div.track-slider-playing { n@1141: background-color: #FFDDDD; n@1141: } n@1141: n@1141: input.track-slider-range { n@1141: margin: 2px 0px; n@1141: } n@1141: n@1141: input[type=range][orient=vertical] n@1141: { n@1141: writing-mode: bt-lr; /* IE */ n@1141: -webkit-appearance: slider-vertical; /* WebKit */ n@1141: width: 8px; n@1141: padding: 0 5px; n@1141: color: rgb(255, 144, 144); n@1141: } n@1141: n@1141: input[type=range]::-webkit-slider-runnable-track { n@1141: width: 8px; n@1141: cursor: pointer; n@1141: background: #fff; n@1141: border-radius: 4px; n@1141: border: 1px solid #000; n@1141: } n@1141: n@1141: input[type=range]::-moz-range-track { n@1141: width: 8px; n@1141: cursor: pointer; n@1141: background: #fff; n@1141: border-radius: 4px; n@1141: border: 1px solid #000; n@1141: } n@1141: n@1141: input.track-slider-not-moved[type=range]::-webkit-slider-runnable-track { n@1141: background: #aaa; n@1141: } n@1141: n@1141: input.track-slider-not-moved[type=range]::-moz-range-track { n@1141: background: #aaa; n@1141: } n@1141: n@1141: n@1141: input[type=range]::-moz-range-thumb { n@1141: margin-left: -7px; n@1141: cursor: pointer; n@1141: margin-top: -1px; n@1141: box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; n@1141: } n@1141: n@1141: input[type=range]::-webkit-slider-thumb { n@1141: cursor: pointer; n@1141: margin-top: -1px; n@1141: margin-left: -4px; n@1141: } n@1156: n@1156: div#page-count { n@1156: float: left; n@1156: margin: 0px 5px; n@1156: } n@1156: n@1156: div#master-volume-holder { n@1156: position: absolute; n@1156: top: 10px; n@1156: left: 120px; n@1156: }