-
Notifications
You must be signed in to change notification settings - Fork 6
/
styles.css
executable file
·48 lines (40 loc) · 940 Bytes
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
.que.aitext textarea.qtype_aitext_response {
width: 100%;
}
.que.aitext textarea.qtype_aitext_response.qtype_aitext_plain {
white-space: pre-wrap;
font: inherit;
}
.que.aitext .qtext {
color:inherit;;
}
.que.aitext .formulation .answer {
font-size:12pt;
}
.que.aitext .answer {
color:inherit;
}
.que.aitext textarea.qtype_aitext_response.qtype_aitext_monospaced {
white-space: pre;
font-family: Andale Mono, Monaco, Courier New, DejaVu Sans Mono, monospace;
}
.que.aitext .qtype_aitext_response {
min-height: 3em;
}
.que.aitext .qtype_aitext_response.readonly {
background-color: white;
}
.que.aitext div.qtype_aitext_response textarea {
width: 100%;
}
.que.aitext .ablock .filemanager .fp-restrictions {
margin-top: 1em;
}
.qtype_aitext_sampleanswereval {
font-size: 12pt;
margin: 3px;
padding: 3px;
width: 100%;
max-width: 800px;
background-color: #DDDDDD;
}