b@1402: /* b@1402: * Hold any style information for MUSHRA interface. Customise if you like to make the interface your own! b@1402: * b@1402: */ b@1402: body { b@1402: /* Set the background colour (note US English spelling) to grey*/ b@1402: background-color: #ddd b@1402: } b@1402: b@1402: div.pageTitle { b@1402: width: auto; b@1402: height: 20px; b@1402: margin-top: 20px; b@1402: } b@1402: b@1402: div.pageTitle span{ b@1402: font-size: 1.5em; b@1402: } b@1402: b@1402: div.testHalt { b@1402: /* Specify any colouring during the test halt for pre/post questions */ b@1402: background-color: rgba(0,0,0,0.5); b@1402: /* Don't mess with this bit */ b@1402: z-index: 2; b@1402: width: 100%; b@1402: height: 100%; b@1402: position: absolute; b@1402: left: 0px; b@1402: top: 0px; b@1402: } b@1402: b@1402: button { b@1402: /* Specify any button structure or style */ b@1402: min-width: 20px; b@1402: background-color: #ddd b@1402: } b@1402: b@1402: b@1402: div.track-slider { b@1402: float: left; b@1402: width: 94px; b@1402: border: solid; b@1402: border-width: 1px; b@1402: border-color: black; b@1402: padding:2px; b@1402: } b@1402: b@1402: input[type=range][orient=vertical] b@1402: { b@1402: writing-mode: bt-lr; /* IE */ b@1402: -webkit-appearance: slider-vertical; /* WebKit */ b@1402: width: 8px; b@1402: height: 175px; b@1402: padding: 0 5px; b@1402: }