annotate interfaces/ABX.css @ 646:0fa4d2c190e0 Dev_main

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