comparison interfaces/AB.css @ 470:1330c77d212c Dev_main

Moved interfaces into their own sub-directory
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Wed, 13 Jan 2016 09:34:46 +0000
parents
children 92f26057b934
comparison
equal deleted inserted replaced
469:d39d243e6601 470:1330c77d212c
1 body {
2 /* Set the background colour (note US English spelling) to grey*/
3 background-color: #fff
4 }
5
6 div.pageTitle {
7 width: auto;
8 height: 20px;
9 margin-top: 20px;
10 }
11
12 div.pageTitle span{
13 font-size: 1.5em;
14 }
15
16 div.testHalt {
17 /* Specify any colouring during the test halt for pre/post questions */
18 background-color: rgba(0,0,0,0.5);
19 /* Don't mess with this bit */
20 z-index: 2;
21 width: 100%;
22 height: 100%;
23 position: absolute;
24 left: 0px;
25 top: 0px;
26 }
27
28 button {
29 /* Specify any button structure or style */
30 min-width: 20px;
31 background-color: #ddd
32 }
33
34 button.big-button {
35 width: 250px;
36 height: 40px;
37 font-size: 1.2em;
38 }
39
40 div.comparitor-holder {
41 width: 260px;
42 height: 300px;
43 border: black 1px solid;
44 float: left;
45 padding-top: 5px;
46 margin: 25px;
47 }
48
49 div.comparitor-selector {
50 width: 248px;
51 height: 250px;
52 border: black 1px solid;
53 position: relative;
54 background-color: #FF0000;
55 }
56
57 div.disabled {
58 background-color: #AAA;
59 }
60
61 div.selected {
62 background-color: #008000;
63 }
64
65 div.comparitor-selector span {
66 font-size: 4em;
67 }
68
69 button.comparitor-button {
70 width: 250px;
71 height: 38px;
72 position: relative;
73 margin-top: 5px;
74 }