-
Notifications
You must be signed in to change notification settings - Fork 10
/
composeExercise.css
111 lines (93 loc) · 1.55 KB
/
composeExercise.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
body,html { height: 98%; }
h2 { text-align: center; }
#chatBack, #character, #respondMaterial, #nextStage {
display: none;
}
#questContainer {
float: left;
width: 40%;
height: 100%;
}
#input {
display: block;
position: fixed;
right: 0;
bottom: 0;
width: 15em;
height: 3em;
}
#quest {
text-align: center;
border: red 0.1ex solid;
font-size: 10em;
margin: 0.1em auto 0 auto;
width: 50%;
line-height: 1.1em;
font-family: 教育部標準楷書, 全字庫宋體, 標楷體, Kaiu, BiauKai, STKaiti, DFKai-SB, KaiTi, serif;
font-weight: normal;
}
#hint {
display: block;
font-size: 2em;
margin: 1ex;
padding: 0.3em;
font-weight: bold;
}
#visual {
margin: 0 1ex;
padding: 0.3em;
display: block;
border: outset 1px;
font-size: 2em;
background-color: #0F0;
}
#characterUse {
white-space: normal;
display: block;
margin: auto;
font-size: 0.8em;
width: 80%;
}
#characterHead {
text-align: center;
}
#characterContainer {
float: left;
height: 100%;
width: 30%;
}
#respond {
padding: 0.5ex;
margin-top: 1ex;
border: 1px solid;
background-color: #DDD;
overflow-y: scroll;
height: 60%;
width: 80%;
word-wrap: break-word;
hyphens: auto;
}
#respond p {
margin: 0.1ex 0 0.1ex 0;
}
#middleContainer {
float: left;
width: 30%;
height: 100%;
}
.good { color: green; }
.bad { color: red; }
.gm { color: brown; }
.system { color: blue; }
a, a:visited { color: purple; }
#fontPx > * { display: inline ; }
#fontPx {
border: solid 1px;
margin: 1ex;
text-align: center;
}
iframe {
display: block;
width: 100%;
overflow: auto;
}