Mercurial > hg > webaudioevaluationtool
annotate ape.css @ 1825:f1c5caf9bb04
Merge. Pull of revision info from dev_main.
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Wed, 23 Dec 2015 14:36:00 +0000 |
parents | ab037c4210b7 65b97da472dc |
children |
rev | line source |
---|---|
nickjillings@1643 | 1 /* |
nickjillings@1643 | 2 * Hold any style information for APE interface. Customise if you like to make the interface your own! |
nickjillings@1643 | 3 * |
nickjillings@1643 | 4 */ |
nickjillings@1643 | 5 body { |
nickjillings@1643 | 6 /* Set the background colour (note US English spelling) to grey*/ |
nickjillings@1643 | 7 background-color: #ddd |
nickjillings@1643 | 8 } |
nickjillings@1643 | 9 |
nickjillings@1643 | 10 div.title { |
nickjillings@1643 | 11 /* Specify any colouring for the title */ |
nickjillings@1643 | 12 } |
nickjillings@1643 | 13 |
nickjillings@1657 | 14 div.pageTitle { |
nickjillings@1657 | 15 width: auto; |
nickjillings@1657 | 16 height: 20px; |
nickjillings@1413 | 17 margin-top: 5px; |
nickjillings@1413 | 18 margin-bottom: 10px; |
nickjillings@1618 | 19 } |
nickjillings@1618 | 20 |
nickjillings@1618 | 21 div.pageTitle span{ |
nickjillings@1618 | 22 font-size: 1.5em; |
nickjillings@1657 | 23 } |
nickjillings@1657 | 24 |
nickjillings@1643 | 25 button { |
nickjillings@1643 | 26 /* Specify any button structure or style */ |
nickjillings@1643 | 27 min-width: 20px; |
nickjillings@1643 | 28 background-color: #ddd |
nickjillings@1643 | 29 } |
nickjillings@1643 | 30 |
nickjillings@1413 | 31 div.slider { |
nickjillings@1643 | 32 /* Specify any structure for the slider holder interface */ |
nickjillings@1643 | 33 background-color: #eee; |
nickjillings@1643 | 34 height: 150px; |
nickjillings@1657 | 35 margin-bottom: 5px; |
nickjillings@1415 | 36 -moz-user-select: -moz-none; |
nickjillings@1415 | 37 -khtml-user-select: none; |
nickjillings@1415 | 38 -webkit-user-select: none; |
nickjillings@1657 | 39 } |
nickjillings@1657 | 40 |
nickjillings@1657 | 41 div.sliderScale { |
nickjillings@1657 | 42 width: 100%; |
nickjillings@1736 | 43 min-height: 30px; |
nickjillings@1415 | 44 -moz-user-select: -moz-none; |
nickjillings@1415 | 45 -khtml-user-select: none; |
nickjillings@1415 | 46 -webkit-user-select: none; |
nickjillings@1736 | 47 } |
nickjillings@1736 | 48 |
nickjillings@1657 | 49 div.sliderScale span { |
nickjillings@1657 | 50 /* Any formatting of text below scale */ |
nickjillings@1765 | 51 font-size: 1.2em; |
nickjillings@1657 | 52 min-width: 5px; |
nickjillings@1657 | 53 height: 20px; |
nickjillings@1657 | 54 position: absolute; |
nickjillings@1643 | 55 } |
nickjillings@1643 | 56 |
nickjillings@1643 | 57 div.track-slider { |
b@1608 | 58 /* Specify any structure for the slider objects */ |
nickjillings@1643 | 59 position: absolute; |
nickjillings@1643 | 60 height: inherit; |
nickjillings@1643 | 61 width: 12px; |
nickjillings@1643 | 62 float: left; |
nickjillings@1643 | 63 background-color: rgb(100,200,100); |
nickjillings@1415 | 64 -moz-user-select: -moz-none; |
nickjillings@1415 | 65 -khtml-user-select: none; |
nickjillings@1415 | 66 -webkit-user-select: none; |
nickjillings@1643 | 67 } |
nickjillings@1643 | 68 |
nickjillings@1420 | 69 div.outside-reference { |
nickjillings@1458 | 70 width:120px; |
nickjillings@1458 | 71 padding-left: 55px; |
nickjillings@1458 | 72 margin-left: 100px; |
nickjillings@1458 | 73 height:20px; |
nickjillings@1458 | 74 margin-bottom:5px; |
nickjillings@1458 | 75 background-color: rgb(100,200,100); |
nickjillings@1458 | 76 } |
nickjillings@1458 | 77 |
nickjillings@1534 | 78 div.track-slider-disabled { |
nickjillings@1534 | 79 background-color: rgb(100,100,100); |
nickjillings@1534 | 80 } |
nickjillings@1534 | 81 |
nickjillings@1747 | 82 div.track-slider-playing { |
nickjillings@1747 | 83 background-color: #FF0000; |
nickjillings@1747 | 84 } |
nickjillings@1747 | 85 |
nickjillings@1747 | 86 div.comment-box-playing { |
nickjillings@1747 | 87 background-color: #FFDDDD; |
nickjillings@1747 | 88 } |