annotate mushra.css @ 1079:24eeac8994bf

Add DMRN Proposal
author DaveM <DaveM@localhost>
date Mon, 07 Dec 2015 11:21:01 +0000
parents f452455b5977
children 6e01da7f9f92
rev   line source
nicholas@813 1 /*
nicholas@813 2 * Hold any style information for MUSHRA interface. Customise if you like to make the interface your own!
nicholas@813 3 *
nicholas@813 4 */
nicholas@813 5 body {
nicholas@813 6 /* Set the background colour (note US English spelling) to grey*/
nicholas@813 7 background-color: #ddd
nicholas@813 8 }
nicholas@813 9
nicholas@813 10 div.pageTitle {
nicholas@813 11 width: auto;
nicholas@813 12 height: 20px;
nicholas@813 13 margin-top: 20px;
nicholas@813 14 }
nicholas@813 15
nicholas@813 16 div.pageTitle span{
nicholas@813 17 font-size: 1.5em;
nicholas@813 18 }
nicholas@813 19
nicholas@813 20 div.testHalt {
nicholas@813 21 /* Specify any colouring during the test halt for pre/post questions */
nicholas@813 22 background-color: rgba(0,0,0,0.5);
nicholas@813 23 /* Don't mess with this bit */
nicholas@813 24 z-index: 2;
nicholas@813 25 width: 100%;
nicholas@813 26 height: 100%;
nicholas@813 27 position: absolute;
nicholas@813 28 left: 0px;
nicholas@813 29 top: 0px;
nicholas@813 30 }
nicholas@813 31
nicholas@813 32 button {
nicholas@813 33 /* Specify any button structure or style */
nicholas@813 34 min-width: 20px;
nicholas@813 35 background-color: #ddd
nicholas@813 36 }
nicholas@813 37
nicholas@813 38
nicholas@813 39 div.track-slider {
nicholas@813 40 float: left;
nicholas@813 41 width: 94px;
nicholas@813 42 border: solid;
nicholas@813 43 border-width: 1px;
nicholas@813 44 border-color: black;
nicholas@813 45 padding:2px;
nicholas@813 46 }
nicholas@813 47
nicholas@813 48 input[type=range][orient=vertical]
nicholas@813 49 {
nicholas@813 50 writing-mode: bt-lr; /* IE */
nicholas@813 51 -webkit-appearance: slider-vertical; /* WebKit */
nicholas@813 52 width: 8px;
nicholas@813 53 height: 175px;
nicholas@813 54 padding: 0 5px;
nicholas@813 55 }