projects
/
qomet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Basic monitoring OK (sockets non-functional atm)
[qomet.git]
/
public
/
stylesheets
/
course.css
1
h4
.
title
{
2
cursor
:
pointer
;
3
background-color
:
lightgrey
;
4
}
5
6
tr
.
assessment
{
7
cursor
:
pointer
;
8
}
9
10
input#password
{
11
width
:
auto
;
12
}
13
14
table
.
result
{
15
cursor
:
pointer
;
16
}
17
18
tr
.
stats
{
19
padding-top
:
10px
;
20
}
21
22
#questionList
{
23
margin
:
20px 5px
;
24
}
25
26
.question
{
27
margin
:
20px 0
;
28
}
29
30
.question .choiceCorrect
{
31
background-color
:
lightgreen
;
32
}
33
34
.question .wording
{
35
margin-bottom
:
10px
;
36
}
37
38
.question .option
{
39
margin-left
:
15px
;
40
}
41
42
.question p
{
43
margin-top
:
10px
;
44
}
45
46
.questionInactive
{
47
background-color
:
lightgrey
;
48
}
49
50
.introduction
{
51
margin-top
:
20px
;
52
}
53
54
.conclusion
{
55
margin-bottom
:
20px
;
56
}
57
58
table
.
in-question
{
59
border
:
1px
solid black
;
60
width
:
auto
;
61
margin
:
10px
auto
;
62
}
63
64
table
.
in-question th
,
table
.
in-question td
{
65
padding
:
3px
;
66
border-bottom
:
1px
solid grey
;
67
}