annotate interfaces/AB.css @ 1112:28aa066720ed

Fixed typo
author Giulio Moro <giuliomoro@yahoo.it>
date Sun, 21 Feb 2016 03:35:27 +0000
parents 282dfb8076f5
children b5bf2f57187c a4ad9e55b5b8
rev   line source
n@1106 1 body {
n@1106 2 /* Set the background colour (note US English spelling) to grey*/
n@1106 3 background-color: #fff
n@1106 4 }
n@1106 5
n@1106 6 div.pageTitle {
n@1106 7 width: auto;
n@1106 8 height: 20px;
n@1106 9 margin-top: 20px;
n@1106 10 }
n@1106 11
n@1106 12 div.pageTitle span{
n@1106 13 font-size: 1.5em;
n@1106 14 }
n@1106 15
n@1106 16 div.testHalt {
n@1106 17 /* Specify any colouring during the test halt for pre/post questions */
n@1106 18 background-color: rgba(0,0,0,0.5);
n@1106 19 /* Don't mess with this bit */
n@1106 20 z-index: 2;
n@1106 21 width: 100%;
n@1106 22 height: 100%;
n@1106 23 position: absolute;
n@1106 24 left: 0px;
n@1106 25 top: 0px;
n@1106 26 }
n@1106 27
n@1106 28 button {
n@1106 29 /* Specify any button structure or style */
n@1106 30 min-width: 20px;
n@1106 31 background-color: #ddd
n@1106 32 }
n@1106 33
n@1106 34 button.big-button {
n@1106 35 width: 250px;
n@1106 36 height: 40px;
n@1106 37 font-size: 1.2em;
n@1106 38 }
n@1106 39
n@1106 40 div.comparitor-holder {
n@1106 41 width: 260px;
n@1106 42 height: 300px;
n@1106 43 border: black 1px solid;
n@1106 44 float: left;
n@1106 45 padding-top: 5px;
n@1106 46 margin: 25px;
n@1106 47 }
n@1106 48
n@1106 49 div.comparitor-selector {
n@1106 50 width: 248px;
n@1106 51 height: 250px;
n@1106 52 border: black 1px solid;
n@1106 53 position: relative;
n@1106 54 background-color: #FF0000;
n@1106 55 border-radius: 20px;
n@1106 56 }
n@1106 57
n@1106 58 div.disabled {
n@1106 59 background-color: #AAA;
n@1106 60 }
n@1106 61
n@1106 62 div.selected {
n@1106 63 background-color: #008000;
n@1106 64 }
n@1106 65
n@1106 66 div.comparitor-selector span {
n@1106 67 font-size: 4em;
n@1106 68 }
n@1106 69
n@1106 70 button.comparitor-button {
n@1106 71 width: 250px;
n@1106 72 height: 38px;
n@1106 73 position: relative;
n@1106 74 margin-top: 5px;
n@1106 75 }
n@1106 76
n@1106 77 div.playhead {
n@1106 78 margin: 5px;
n@1106 79 }
n@1106 80
n@1106 81 div#page-count {
n@1106 82 float: left;
n@1106 83 margin: 0px 5px;
n@1106 84 }
n@1106 85
n@1106 86 div#master-volume-holder {
n@1106 87 position: absolute;
n@1106 88 top: 10px;
n@1106 89 left: 120px;
n@1106 90 }