annotate interfaces/discrete.css @ 1112:28aa066720ed

Fixed typo
author Giulio Moro <giuliomoro@yahoo.it>
date Sun, 21 Feb 2016 03:35:27 +0000
parents 282dfb8076f5
children c0022a09c4f6
rev   line source
n@1106 1 /*
n@1106 2 * Hold any style information for MUSHRA interface. Customise if you like to make the interface your own!
n@1106 3 *
n@1106 4 */
n@1106 5 body {
n@1106 6 /* Set the background colour (note US English spelling) to grey*/
n@1106 7 background-color: #ddd
n@1106 8 }
n@1106 9
n@1106 10 div.pageTitle {
n@1106 11 width: auto;
n@1106 12 height: 20px;
n@1106 13 margin: 10px 0px;
n@1106 14 }
n@1106 15
n@1106 16 div.pageTitle span{
n@1106 17 font-size: 1.5em;
n@1106 18 }
n@1106 19
n@1106 20 div.testHalt {
n@1106 21 /* Specify any colouring during the test halt for pre/post questions */
n@1106 22 background-color: rgba(0,0,0,0.5);
n@1106 23 /* Don't mess with this bit */
n@1106 24 z-index: 2;
n@1106 25 width: 100%;
n@1106 26 height: 100%;
n@1106 27 position: absolute;
n@1106 28 left: 0px;
n@1106 29 top: 0px;
n@1106 30 }
n@1106 31
n@1106 32 button {
n@1106 33 /* Specify any button structure or style */
n@1106 34 min-width: 20px;
n@1106 35 background-color: #ddd
n@1106 36 }
n@1106 37
n@1106 38 div#slider-holder {
n@1106 39 height: inherit;
n@1106 40 position: absolute;
n@1106 41 left: 0px;
n@1106 42 z-index: 3;
n@1106 43 margin-top:25px;
n@1106 44 }
n@1106 45
n@1106 46 div#scale-holder {
n@1106 47 position: absolute;
n@1106 48 left: 0px;
n@1106 49 z-index: 2;
n@1106 50 }
n@1106 51
n@1106 52 div#scale-text-holder {
n@1106 53 position:relative;
n@1106 54 float: left;
n@1106 55 }
n@1106 56 div.scale-text {
n@1106 57 position: absolute;
n@1106 58 font-size: 1.2em;
n@1106 59 }
n@1106 60
n@1106 61 canvas#scale-canvas {
n@1106 62 position: relative;
n@1106 63 float: left;
n@1106 64 }
n@1106 65
n@1106 66 div.track-slider {
n@1106 67 float: left;
n@1106 68 height: 30px;
n@1106 69 border: solid;
n@1106 70 border-width: 1px;
n@1106 71 border-color: black;
n@1106 72 padding:2px;
n@1106 73 margin-left: 94px;
n@1106 74 margin-bottom: 30px;
n@1106 75 }
n@1106 76
n@1106 77 div.track-slider-range {
n@1106 78 float: left;
n@1106 79 height: 100%;
n@1106 80 margin: 0px 50px;
n@1106 81 position: relative;
n@1106 82 }
n@1106 83
n@1106 84 div.track-slider-title {
n@1106 85 float: left;
n@1106 86 padding-top: 5px;
n@1106 87 width: 100px;
n@1106 88 }
n@1106 89
n@1106 90 button.track-slider-button {
n@1106 91 float: left;
n@1106 92 width: 100px;
n@1106 93 height: 30px;
n@1106 94 }
n@1106 95
n@1106 96 input.track-radio {
n@1106 97 position: absolute;
n@1106 98 margin: 9px 0px;
n@1106 99 }
n@1106 100
n@1106 101 button.outside-reference {
n@1106 102 width:120px;
n@1106 103 height:20px;
n@1106 104 margin-bottom:5px;
n@1106 105 position: absolute;
n@1106 106 }
n@1106 107
n@1106 108 div.track-slider-playing {
n@1106 109 background-color: #FFDDDD;
n@1106 110 }
n@1106 111
n@1106 112 div#page-count {
n@1106 113 float: left;
n@1106 114 margin: 0px 5px;
n@1106 115 }
n@1106 116
n@1106 117 div#master-volume-holder {
n@1106 118 position: absolute;
n@1106 119 top: 10px;
n@1106 120 left: 120px;
n@1106 121 }