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