-
Notifications
You must be signed in to change notification settings - Fork 0
/
Script.doc
238 lines (187 loc) · 38.5 KB
/
Script.doc
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
<title>
My Title
</title>
<style type="text/css">
/* Line styles */
.wu-line, .wu-line > span {
line-height : 160%;
}
.wu-line.wu-right {
text-align : right;
}
.wu-line.wu-center {
text-align : center;
}
.wu-line.wu-justify {
text-align : justify;
}
/* Line spacing */
.wu-line_spacing_05, .wu-line_spacing_05 > span {
line-height : 50%;
}
.wu-line_spacing_06, .wu-line_spacing_06 > span {
line-height : 60%;
}
.wu-line_spacing_07, .wu-line_spacing_07 > span {
line-height : 70%;
}
.wu-line_spacing_08, .wu-line_spacing_08 > span {
line-height : 80%;
}
.wu-line_spacing_09, .wu-line_spacing_09 > span {
line-height : 90%;
}
.wu-line_spacing_10, .wu-line_spacing_10 > span {
line-height : 100%;
}
.wu-line_spacing_11, .wu-line_spacing_11 > span {
line-height : 110%;
}
.wu-line_spacing_12, .wu-line_spacing_12 > span {
line-height : 120%;
}
.wu-line_spacing_13, .wu-line_spacing_13 > span {
line-height : 130%;
}
.wu-line_spacing_14, .wu-line_spacing_14 > span {
line-height : 140%;
}
.wu-line_spacing_15, .wu-line_spacing_15 > span {
line-height : 150%;
}
.wu-line_spacing_16, .wu-line_spacing_16 > span {
line-height : 160%;
}
.wu-line_spacing_17, .wu-line_spacing_17 > span {
line-height : 170%;
}
.wu-line_spacing_18, .wu-line_spacing_18 > span {
line-height : 180%;
}
.wu-line_spacing_19, .wu-line_spacing_19 > span {
line-height : 190%;
}
.wu-line_spacing_20, .wu-line_spacing_20 > span {
line-height : 200%;
}
/* Lists */
.wu-disc, .wu-square {
display : list-item;
list-style : inside;
}
.wu-lower-alpha, .wu-lower-roman , .wu-lower-roman, .wu-upper-alpha, .wu-upper-roman {
display : block;
}
.wu-disc {
list-style-type : disc;
}
.wu-lower-alpha:before {
counter-increment : item;
content : counter(item, lower-alpha) ". "
}
.wu-lower-roman:before {
counter-increment : item;
content : counter(item, lower-roman) ". "
}
.wu-square {
list-style-type : square;
}
.wu-upper-alpha:before {
counter-increment : item;
content : counter(item, upper-alpha) ". "
}
.wu-upper-roman:before {
counter-increment : item;
content : counter(item, upper-roman) ". "
}
.wu-ordered {
display : block;
}
.wu-ordered:before {
counter-increment : item;
content : counter(item) ". "
}
.wu-reset-counter {
counter-reset : item;
}
/* Heading */
.wu-line.wu-heading1, .wu-line.wu-heading1 span {
display: block;
padding-top: 4px;
padding-bottom: 4px;
font-size: 135%;
}
.wu-line.wu-heading2, .wu-line.wu-heading2 span {
display: block;
padding-top: 4px;
padding-bottom: 4px;
font-size: 130%;
}
.wu-line.wu-heading3, .wu-line.wu-heading3 span {
display: block;
padding-top: 4px;
padding-bottom: 4px;
font-size: 125%;
}
.wu-line.wu-heading4, .wu-line.wu-heading4 span {
display: block;
padding-top: 4px;
padding-bottom: 4px;
font-size: 120%;
}
.wu-line.wu-heading5, .wu-line.wu-heading5 span {
display: block;
padding-top: 4px;
padding-bottom: 4px;
font-size: 115%;
}
.wu-line.wu-heading6, .wu-line.wu-heading6 span {
display: block;
padding-top: 4px;
padding-bottom: 4px;
font-size: 110%;
}
.wu-line.wu-heading1 span, .wu-line.wu-heading2 span, .wu-line.wu-heading3 span, .wu-line.wu-heading4 span, .wu-line.wu-heading5 span, .wu-line.wu-heading6 span {
display : inline-block;
}
/* Text styles */
.wu-text.wu-bold {
font-weight : bold;
}
.wu-text.wu-underline {
text-decoration : underline;
}
.wu-text.wu-italic {
font-style : italic;
}
.wu-text.wu-strikethrough {
text-decoration : line-through;
}
body {
margin : 0;
}
div.editor {
white-space : pre-wrap;
word-wrap : break-word;
font-size : 16px;
font-family : Arial;
line-height : 120%;
line-height : 160%;
padding : 30px 50px;
}
div.editor span {
font-size : 16px;
font-family : Arial;
}
</style>
</head>
<body>
<div class="nbe editor">
<div class="wu-root"><div class="wu-line"><span class="wu-text">Yawn~ There's only a few more days of school left.</span><br></div><div class="wu-line"><span class="wu-text">It seems like </span><span class="wu-text">you</span><span class="wu-text"> received a text message.</span><br></div><div class="wu-line"><br></div><div class="wu-line"><span class="wu-text">1. A</span><span class="wu-text">re you </span><span class="wu-text">going to check it?</span><br></div><div class="wu-line"><span class="wu-text">Yes/No</span><br></div><div class="wu-line"><br></div><div class="wu-line"><span class="wu-text"> A.Oh, it's from </span><span class="wu-text">Jack</span><br></div><div class="wu-line"><span class="wu-text"> : I don't think I can do this. I don't want to go to school</span><br></div><div class="wu-line"><span class="wu-text"> </span><span class="wu-text"> : What's wrong?</span><br></div><div class="wu-line"><span class="wu-text"> 2: I haven't been feeling like myself lately.</span><br></div><div class="wu-line"><span class="wu-text"> Comfort/It's his problem</span><br></div><div class="wu-line"><br></div><div class="wu-line"><span class="wu-text"> A: I hope you'll feel better. Please remember that I'll be there for you.</span><br></div><div class="wu-line"><span class="wu-text"> </span><span class="wu-text">