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