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