comparison interfaces/mushra.css @ 2989:543f28dea505

Fox #278
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Sat, 14 Jul 2018 15:28:56 +0100
parents cbcd9d7f9ef0
children 9ac4f490a1d8
comparison
equal deleted inserted replaced
2988:d5c20bd0eb62 2989:543f28dea505
1 /* 1 /*
2 * Hold any style information for MUSHRA interface. Customise if you like to make the interface your own! 2 * Hold any style information for MUSHRA interface. Customise if you like to make the interface your own!
3 * 3 *
4 */ 4 */
5 5
6 body { 6 body {
7 /* Set the background colour (note US English spelling) to grey*/ 7 /* Set the background colour (note US English spelling) to grey*/
8 background-color: #ddd 8 background-color: #ddd
76 /* WebKit */ 76 /* WebKit */
77 width: 8px; 77 width: 8px;
78 padding: 0 5px; 78 padding: 0 5px;
79 color: rgb(255, 144, 144); 79 color: rgb(255, 144, 144);
80 } 80 }
81 input[type=range]::-webkit-slider-runnable-track { 81 input[type=range][orient=vertical]::-webkit-slider-runnable-track {
82 width: 8px; 82 width: 8px;
83 cursor: pointer; 83 cursor: pointer;
84 background: #fff; 84 background: #fff;
85 border-radius: 4px; 85 border-radius: 4px;
86 border: 1px solid #000; 86 border: 1px solid #000;
87 } 87 }
88 input[type=range]::-moz-range-track { 88 input[type=range][orient=vertical]::-moz-range-track {
89 width: 8px; 89 width: 8px;
90 cursor: pointer; 90 cursor: pointer;
91 background: #fff; 91 background: #fff;
92 border-radius: 4px; 92 border-radius: 4px;
93 border: 1px solid #000; 93 border: 1px solid #000;
94 } 94 }
95 input[type=range]::-ms-track { 95 input[type=range][orient=vertical]::-ms-track {
96 cursor: pointer; 96 cursor: pointer;
97 background: #fff; 97 background: #fff;
98 border-radius: 4px; 98 border-radius: 4px;
99 border: 1px solid #000; 99 border: 1px solid #000;
100 } 100 }
101 input.track-slider-not-moved[type=range]::-webkit-slider-runnable-track { 101 input.track-slider-not-moved[type=range][orient=vertical]::-webkit-slider-runnable-track {
102 background: #aaa; 102 background: #aaa;
103 } 103 }
104 input.track-slider-not-moved[type=range]::-moz-range-track { 104 input.track-slider-not-moved[type=range][orient=vertical]::-moz-range-track {
105 background: #aaa; 105 background: #aaa;
106 } 106 }
107 input[type=range]::-moz-range-thumb { 107 input[type=range][orient=vertical]::-moz-range-thumb {
108 margin-left: -7px; 108 margin-left: -7px;
109 cursor: pointer; 109 cursor: pointer;
110 margin-top: -1px; 110 margin-top: -1px;
111 box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; 111 box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
112 } 112 }
113 input[type=range]::-webkit-slider-thumb { 113 input[type=range][orient=vertical]::-webkit-slider-thumb {
114 cursor: pointer; 114 cursor: pointer;
115 margin-top: -1px; 115 margin-top: -1px;
116 margin-left: -4px; 116 margin-left: -4px;
117 } 117 }
118 input[type=range]::-ms-thumb { 118 input[type=range][orient=vertical]::-ms-thumb {
119 cursor: pointer; 119 cursor: pointer;
120 margin-top: -1px; 120 margin-top: -1px;
121 margin-left: -4px; 121 margin-left: -4px;
122 } 122 }
123 input[type=range]::-ms-tooltip { 123 input[type=range][orient=vertical]::-ms-tooltip {
124 visibility: hidden; 124 visibility: hidden;
125 } 125 }
126 input.track-slider-range-disabled {} 126 input.track-slider-range-disabled {}
127 input.track-slider-range-disabled[type=range]::-webkit-slider-runnable-track { 127 input.track-slider-range-disabled[type=range]::-webkit-slider-runnable-track {
128 cursor: not-allowed; 128 cursor: not-allowed;