annotate interfaces/AB.css @ 635:5968678fb4fa Dev_main

Fixed Feature #1270. All interfaces (except ABX) support outside-reference.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Tue, 22 Mar 2016 12:09:08 +0000
parents f81c46b294a9
children
rev   line source
n@470 1 body {
n@470 2 /* Set the background colour (note US English spelling) to grey*/
n@470 3 background-color: #fff
n@470 4 }
n@470 5
n@470 6 div.pageTitle {
n@470 7 width: auto;
n@470 8 height: 20px;
n@635 9 margin: 10px 0px;
n@470 10 }
n@470 11
n@470 12 div.pageTitle span{
n@470 13 font-size: 1.5em;
n@470 14 }
n@470 15
n@470 16 div.testHalt {
n@470 17 /* Specify any colouring during the test halt for pre/post questions */
n@470 18 background-color: rgba(0,0,0,0.5);
n@470 19 /* Don't mess with this bit */
n@470 20 z-index: 2;
n@470 21 width: 100%;
n@470 22 height: 100%;
n@470 23 position: absolute;
n@470 24 left: 0px;
n@470 25 top: 0px;
n@470 26 }
n@470 27
n@470 28 button {
n@470 29 /* Specify any button structure or style */
n@470 30 min-width: 20px;
n@470 31 background-color: #ddd
n@470 32 }
n@470 33
n@470 34 button.big-button {
n@470 35 width: 250px;
n@470 36 height: 40px;
n@470 37 font-size: 1.2em;
n@470 38 }
n@470 39
n@635 40 div.interface-buttons {
n@635 41 height: 40px;
n@635 42 }
n@635 43
n@635 44 button.outside-reference {
n@635 45 width:120px;
n@635 46 height:40px;
n@635 47 margin-bottom:5px;
n@635 48 position: absolute;
n@635 49 }
n@635 50
n@543 51 div.comparator-holder {
n@470 52 width: 260px;
n@470 53 height: 300px;
n@470 54 border: black 1px solid;
n@470 55 float: left;
n@470 56 padding-top: 5px;
n@470 57 margin: 25px;
n@470 58 }
n@470 59
n@543 60 div.comparator-selector {
n@470 61 width: 248px;
n@470 62 height: 250px;
n@470 63 border: black 1px solid;
n@470 64 position: relative;
n@470 65 background-color: #FF0000;
n@509 66 border-radius: 20px;
n@470 67 }
n@470 68
n@470 69 div.disabled {
n@470 70 background-color: #AAA;
n@470 71 }
n@470 72
n@470 73 div.selected {
n@470 74 background-color: #008000;
n@470 75 }
n@470 76
n@543 77 div.comparator-selector span {
n@470 78 font-size: 4em;
n@470 79 }
n@470 80
n@543 81 button.comparator-button {
n@470 82 width: 250px;
n@470 83 height: 38px;
n@470 84 position: relative;
n@470 85 margin-top: 5px;
n@470 86 }
n@485 87
n@485 88 div.playhead {
n@485 89 margin: 5px;
n@485 90 }
n@485 91
n@485 92 div#page-count {
n@485 93 float: left;
n@485 94 margin: 0px 5px;
n@485 95 }
n@485 96
n@485 97 div#master-volume-holder {
n@485 98 position: absolute;
n@485 99 top: 10px;
n@485 100 left: 120px;
n@485 101 }