n@657
|
1 /*
|
n@657
|
2 * Hold any style information for APE interface. Customise if you like to make the interface your own!
|
n@657
|
3 *
|
n@657
|
4 */
|
n@657
|
5 body {
|
n@657
|
6 /* Set the background colour (note US English spelling) to grey*/
|
n@657
|
7 background-color: #ddd
|
n@657
|
8 }
|
n@657
|
9
|
n@657
|
10 div.title {
|
n@657
|
11 /* Specify any colouring for the title */
|
n@657
|
12 }
|
n@657
|
13
|
n@671
|
14 div.pageTitle {
|
n@671
|
15 width: auto;
|
n@671
|
16 height: 20px;
|
n@776
|
17 margin-top: 5px;
|
n@776
|
18 margin-bottom: 10px;
|
nicholas@948
|
19 }
|
nicholas@948
|
20
|
nicholas@948
|
21 div.pageTitle span{
|
nicholas@948
|
22 font-size: 1.5em;
|
n@671
|
23 }
|
n@671
|
24
|
n@657
|
25 button {
|
n@657
|
26 /* Specify any button structure or style */
|
n@657
|
27 min-width: 20px;
|
n@657
|
28 background-color: #ddd
|
n@657
|
29 }
|
n@657
|
30
|
n@776
|
31 div.slider {
|
n@657
|
32 /* Specify any structure for the slider holder interface */
|
n@657
|
33 background-color: #eee;
|
n@657
|
34 height: 150px;
|
n@671
|
35 margin-bottom: 5px;
|
nicholas@778
|
36 -moz-user-select: -moz-none;
|
nicholas@778
|
37 -khtml-user-select: none;
|
nicholas@778
|
38 -webkit-user-select: none;
|
n@671
|
39 }
|
n@671
|
40
|
n@671
|
41 div.sliderScale {
|
n@671
|
42 width: 100%;
|
n@997
|
43 min-height: 30px;
|
nicholas@778
|
44 -moz-user-select: -moz-none;
|
nicholas@778
|
45 -khtml-user-select: none;
|
nicholas@778
|
46 -webkit-user-select: none;
|
n@997
|
47 }
|
n@997
|
48
|
n@671
|
49 div.sliderScale span {
|
n@671
|
50 /* Any formatting of text below scale */
|
n@1026
|
51 font-size: 1.2em;
|
n@671
|
52 min-width: 5px;
|
n@671
|
53 height: 20px;
|
n@671
|
54 position: absolute;
|
n@657
|
55 }
|
n@657
|
56
|
n@657
|
57 div.track-slider {
|
BrechtDeMan@938
|
58 /* Specify any structure for the slider objects */
|
n@657
|
59 position: absolute;
|
n@657
|
60 height: inherit;
|
n@657
|
61 width: 12px;
|
n@657
|
62 float: left;
|
n@657
|
63 background-color: rgb(100,200,100);
|
nicholas@778
|
64 -moz-user-select: -moz-none;
|
nicholas@778
|
65 -khtml-user-select: none;
|
nicholas@778
|
66 -webkit-user-select: none;
|
n@657
|
67 }
|
n@657
|
68
|
n@783
|
69 div.outside-reference {
|
n@821
|
70 width:120px;
|
n@821
|
71 padding-left: 55px;
|
n@821
|
72 margin-left: 100px;
|
n@821
|
73 height:20px;
|
n@821
|
74 margin-bottom:5px;
|
n@821
|
75 background-color: rgb(100,200,100);
|
n@821
|
76 }
|
n@821
|
77
|
nicholas@864
|
78 div.track-slider-disabled {
|
nicholas@864
|
79 background-color: rgb(100,100,100);
|
nicholas@864
|
80 }
|
nicholas@864
|
81
|
n@1008
|
82 div.track-slider-playing {
|
n@1008
|
83 background-color: #FF0000;
|
n@1008
|
84 }
|
n@1008
|
85
|
n@1008
|
86 div.comment-box-playing {
|
n@1008
|
87 background-color: #FFDDDD;
|
n@1008
|
88 }
|