annotate interfaces/AB.css @ 509:e3ff10a1ebc5 Dev_main

Bug #1569: Comment boxes cannot be resized, they support scrolling text. Styling of comment boxes. Styling of AB selectors.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Thu, 11 Feb 2016 14:37:26 +0000
parents 92f26057b934
children f81c46b294a9
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@470 9 margin-top: 20px;
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@470 40 div.comparitor-holder {
n@470 41 width: 260px;
n@470 42 height: 300px;
n@470 43 border: black 1px solid;
n@470 44 float: left;
n@470 45 padding-top: 5px;
n@470 46 margin: 25px;
n@470 47 }
n@470 48
n@470 49 div.comparitor-selector {
n@470 50 width: 248px;
n@470 51 height: 250px;
n@470 52 border: black 1px solid;
n@470 53 position: relative;
n@470 54 background-color: #FF0000;
n@509 55 border-radius: 20px;
n@470 56 }
n@470 57
n@470 58 div.disabled {
n@470 59 background-color: #AAA;
n@470 60 }
n@470 61
n@470 62 div.selected {
n@470 63 background-color: #008000;
n@470 64 }
n@470 65
n@470 66 div.comparitor-selector span {
n@470 67 font-size: 4em;
n@470 68 }
n@470 69
n@470 70 button.comparitor-button {
n@470 71 width: 250px;
n@470 72 height: 38px;
n@470 73 position: relative;
n@470 74 margin-top: 5px;
n@470 75 }
n@485 76
n@485 77 div.playhead {
n@485 78 margin: 5px;
n@485 79 }
n@485 80
n@485 81 div#page-count {
n@485 82 float: left;
n@485 83 margin: 0px 5px;
n@485 84 }
n@485 85
n@485 86 div#master-volume-holder {
n@485 87 position: absolute;
n@485 88 top: 10px;
n@485 89 left: 120px;
n@485 90 }