-
Notifications
You must be signed in to change notification settings - Fork 0
/
W3.CSS Template2.htm
332 lines (318 loc) · 40.9 KB
/
W3.CSS Template2.htm
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
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
<!DOCTYPE html>
<html style="" lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>W3.CSS Template</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="W3.CSS%20Template2_files/w3.css">
<link rel="stylesheet" href="W3.CSS%20Template2_files/css_002.css">
<link rel="stylesheet" href="W3.CSS%20Template2_files/css.css">
<link rel="stylesheet" href="W3.CSS%20Template2_files/font-awesome.css">
<style>
body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif}
.w3-bar,h1,button {font-family: "Montserrat", sans-serif}
.fa-anchor,.fa-coffee {font-size:200px}
</style>
</head><body style="margin-bottom: 27px !important;">
<!-- Navbar -->
<div class="w3-top">
<div class="w3-bar w3-red w3-card w3-left-align w3-large">
<a class="w3-bar-item w3-button w3-hide-medium w3-hide-large w3-right w3-padding-large w3-hover-white w3-large w3-red" href="javascript:void(0);" onclick="myFunction()" title="Toggle Navigation Menu"><i class="fa fa-bars"></i></a>
<a href="#" class="w3-bar-item w3-button w3-padding-large w3-white">Home</a>
<a href="#" class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">Link 1</a>
<a href="#" class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">Link 2</a>
<a href="#" class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">Link 3</a>
<a href="#" class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">Link 4</a>
</div>
<!-- Navbar on small screens -->
<div id="navDemo" class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium w3-large">
<a href="#" class="w3-bar-item w3-button w3-padding-large">Link 1</a>
<a href="#" class="w3-bar-item w3-button w3-padding-large">Link 2</a>
<a href="#" class="w3-bar-item w3-button w3-padding-large">Link 3</a>
<a href="#" class="w3-bar-item w3-button w3-padding-large">Link 4</a>
</div>
</div>
<!-- Header -->
<header class="w3-container w3-red w3-center" style="padding:128px 16px">
<h1 class="w3-margin w3-jumbo">START PAGE</h1>
<p class="w3-xlarge">Template by w3.css</p>
<button class="w3-button w3-black w3-padding-large w3-large w3-margin-top">Get Started</button>
</header>
<!-- First Grid -->
<div class="w3-row-padding w3-padding-64 w3-container">
<div class="w3-content">
<div class="w3-twothird">
<h1>Lorem Ipsum</h1>
<h5 class="w3-padding-32">Lorem ipsum dolor sit amet, consectetur
adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore
magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat.</h5>
<p class="w3-text-grey">Lorem ipsum dolor sit amet, consectetur
adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore
magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat. Excepteur sint
occaecat cupidatat non proident, sunt in culpa qui officia
deserunt mollit anim id est laborum consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad
minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
<div class="w3-third w3-center">
<i class="fa fa-anchor w3-padding-64 w3-text-red"></i>
</div>
</div>
</div>
<!-- Second Grid -->
<div class="w3-row-padding w3-light-grey w3-padding-64 w3-container">
<div class="w3-content">
<div class="w3-third w3-center">
<i class="fa fa-coffee w3-padding-64 w3-text-red w3-margin-right"></i>
</div>
<div class="w3-twothird">
<h1>Lorem Ipsum</h1>
<h5 class="w3-padding-32">Lorem ipsum dolor sit amet, consectetur
adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore
magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat.</h5>
<p class="w3-text-grey">Lorem ipsum dolor sit amet, consectetur
adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore
magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat. Excepteur sint
occaecat cupidatat non proident, sunt in culpa qui officia
deserunt mollit anim id est laborum consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad
minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
</div>
</div>
<div class="w3-container w3-black w3-center w3-opacity w3-padding-64">
<h1 class="w3-margin w3-xlarge">Quote of the day: live life</h1>
</div>
<!-- Footer -->
<footer class="w3-container w3-padding-64 w3-center w3-opacity">
<div class="w3-xlarge w3-padding-32">
<i class="fa fa-facebook-official w3-hover-opacity"></i>
<i class="fa fa-instagram w3-hover-opacity"></i>
<i class="fa fa-snapchat w3-hover-opacity"></i>
<i class="fa fa-pinterest-p w3-hover-opacity"></i>
<i class="fa fa-twitter w3-hover-opacity"></i>
<i class="fa fa-linkedin w3-hover-opacity"></i>
</div>
<p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a></p>
</footer>
<script>
// Used to toggle the menu on small screens when clicking on the menu button
function myFunction() {
var x = document.getElementById("navDemo");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
</script><link rel="stylesheet" type="text/css" href="W3.CSS%20Template2_files/s3downbar.css"><link rel="stylesheet" type="text/css" href="W3.CSS%20Template2_files/contextmenu.css"><link rel="stylesheet" type="text/css" href="W3.CSS%20Template2_files/tooltip.css"><div id="s3downbar-ibmbeeacmbeeaebmfjpmnlgkhoejinha" style="box-sizing: initial !important; position: fixed; white-space: nowrap; width: 100% !important; left: 0px; bottom: 0px; border-top: 1px solid rgb(153, 153, 153); transform-origin: left bottom 0px; z-index: 2147483647; margin: 0px; padding: 2px 0px; background-color: rgb(238, 238, 238); color: rgb(34, 34, 34); display: flex !important; transform: scale(1) !important;"><style type="text/css" media="print">#s3downbar-ibmbeeacmbeeaebmfjpmnlgkhoejinha { display: none !important; }</style><div style="box-sizing: initial !important; position: absolute !important;" id="s3downbar_resize_pane" is_top="false"><div style="box-sizing: initial !important;" class="tooltip_box" is_top="false"></div><div style="box-sizing: initial !important;" class="tooltip_arrow" is_top="false"></div></div><div style="box-sizing: initial !important; color: rgb(34, 34, 34) !important; position: relative !important; order: 4 !important;" class="s3dmBox" id="s3downbar_hide_button" is_hidden="false"><div id="s3downbar_hide_button_img" style="box-sizing: initial !important; background-image: url("moz-extension://d09d8c75-e927-4feb-b494-e85fb7b94c59/skin/s3dm_icons.png") !important; display: inline-block !important;"></div><div style="box-sizing: initial !important;" class="tooltip_box" is_top="false"><div style="box-sizing: initial !important;" class="tooltipText">Hide Download Bar</div><div style="box-sizing: initial !important;" class="tooltipText">Ctrl + Shift + Z = Show/Hide Download Bar</div></div><div style="box-sizing: initial !important;" class="tooltip_arrow" is_top="false"></div></div><div style="box-sizing: initial !important; color: rgb(34, 34, 34) !important; position: relative !important;" class="s3dmBox" id="s3downbar_main_menu_button" is_hidden="false"><img style="box-sizing: initial !important;" src="W3.CSS%20Template2_files/logo16.png"><span style="box-sizing: initial !important;">Downloads</span><div style="box-sizing: initial !important;" class="tooltip_box" is_top="false"><div style="box-sizing: initial !important;" class="tooltipText">Download Manager (S3)</div></div><div style="box-sizing: initial !important;" class="tooltip_arrow" is_top="false"></div></div><div style="box-sizing: initial !important; color: rgb(34, 34, 34) !important; position: relative !important; order: 2 !important;" class="s3dmBox" id="s3downbar_clear_button" is_hidden="false">Clear<div style="box-sizing: initial !important;" class="tooltip_box" is_top="false"><div style="box-sizing: initial !important;" class="tooltipText">Left Click: Clear All Finished</div><div style="box-sizing: initial !important;" class="tooltipText">Right Click: Undo last clear</div></div><div style="box-sizing: initial !important;" class="tooltip_arrow" is_top="false"></div></div><div style="box-sizing: initial !important; color: rgb(34, 34, 34) !important; position: relative !important; order: 1 !important;" class="s3dmBox" id="s3downbar_holder_summary_progress" is_hidden="false"><div style="box-sizing: initial !important;">0%</div><div style="box-sizing: initial !important;" class="tooltip_box" is_top="false"><div style="box-sizing: initial !important;" class="tooltipText">Download History</div></div><div style="box-sizing: initial !important;" class="tooltip_arrow" is_top="false"></div></div><div style="box-sizing: initial !important;" id="s3downbar_download_data_listbox"><div style="box-sizing: initial !important; max-height: 23px !important;" id="s3downbar_download_data_listbox_scroll" list_count="4"><div style="box-sizing: initial !important;" id="s3downbar_download_data_list_empty">Download list is empty</div><div id="s3db_ECCBC87E4B5CE2FE28308FD9F2A7BAF3" class="download_data_box db_finishedHbox" style="background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) !important;" click_handle="finished_click_handle">
<div class="download_data_box_iframe_box"><div id="s3downbar_download_box_iframe" is_hidden="true" class="download_data_box_iframe"></div></div>
<div id="s3downbar_download_box_progressremainder" class="download_data_box_progressremainder" is_hidden="true"></div>
<div id="s3downbar_download_box_progress" class="download_data_box_progress" style="background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) !important; width: 100% !important;" is_hidden="true"></div>
<div id="s3downbar_download_box_data" class="download_data_box_data">
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" id="s3downbar_download_box_img" class="download_data_box_img" style="background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQ0lEQVQ4jbWTz0vCYBjH/VfNUMRShOjQqZDosM05tyliXuaP4wgiCXbpIMyQUUJNBMcMIX8Myanvrt8u8dJwpWAdPqfn5fO8z/d93lCYYbAPoX8THLCsj50FiXweT4MB3qZTHw/dLg45brvgrt1G17KQU1WKoKoYOQ6um83fBaflMpaEIF0sbhy8ajSwWK+REMVgQYRl8WxZuNV1WowLAmK5HM2k0+/jvtMJFmSqVXysVogLAsIMgyNRhOO6sCcTRL5CPCmVsPI83y2o4LJeh7NY0I5JScLS8/A+n1NBulCASwiSkhQwAsfhxbZx02rRYoznEc1m6Qi6aUIzjJ9DPKtU4BKClCxvhJip1bAkBMffugc+o2YYeOz1cK4olAtFgT0eo6pp2/cgJct4HQ4xms186KaJKM/vtsoH+6zyn32mXfkEhg6qSnNdg9oAAAAASUVORK5CYII=") no-repeat scroll 50% 50% / contain !important;" no_image="false" is_hidden="false">
<img src="" id="s3downbar_download_box_img_queue" class="download_data_box_img" is_hidden="true">
<img src="" id="s3downbar_download_box_picToShrink" pictoshrink="true" is_hidden="true" class="download_data_box_img">
<div id="s3downbar_download_box_filename" class="download_data_box_filename">Assignment2-BookClubRegistration(1).pdf</div>
<div id="s3downbar_download_box_progress_data" class="download_data_box_progress_data" is_hidden="true">
<div id="s3downbar_download_box_progress_percent" class="download_data_box_progress_percent" is_hidden="true">100%</div>
<div id="s3downbar_download_box_progress_remaintime" class="download_data_box_progress_remaintime" is_hidden="false">--:--</div>
<div id="s3downbar_download_box_progress_bytesReceived" class="download_data_box_progress_bytesReceived" is_hidden="true">160 KB</div>
<div id="s3downbar_download_box_progress_speed" class="download_data_box_progress_speed" is_hidden="false">-.--</div>
</div>
</div>
<div style="box-sizing: initial !important; position: fixed !important; z-index: 50 !important;"><div style="box-sizing: initial !important;" class="tooltip_box" is_top="false"><div id="download_data_tooltip" class="download_data_tooltip">
<div class="download_data_tooltip_head">
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAC6ElEQVRYhe2W208TQRSH/Ve5FEUkUYwa9cFookF3u6WLoQhao7Vc1FQDCASrRFqhTbxUa4siVSEoVG7VwrJsO/P5osSELd0qxhc2+T3N2Z1vz/mdObOvSlH4n9q3B7AHUElwtapSU0b/BKBGVfH19fE4kWAsmdxRg/E4p/3+3QXwDw+zbpo4eYSUfFxY4HBb2+4AHG5rYyabRUjJ5Owso4lESY0lk+TW1igUiwQfPXJUkrIAwXCYohAs5nI0+Xw7e0RR8A8NIaXkay7H0StX/g7goK6z8v07Qkr8Q0OOUlqjqrydnQVgLJksm4WSAC5N48nr1wC8eP+eOk1zbKwLXV3kDQMhJdrdu38G4A2FMEyTtY0Nmru7HW9epSjUeTw8TaWQP33ToOuVAdR7vbycngbg+dQU+z2ebTENus7Jq1c51tFBrdu9bf18MMi39XU2LQtvKER1JQDeUAjTsjAtizM3bmxbb2xtZTyVIm8YLOZyXB8e3lbralXlXiQCwIf5eeq9XucAT1MpAPrHx6m2MdH5YBAhxFbvzy8v22apTtP4vLSElLJkGW0BYuk0APeiUduXmru7Kf4GsLCyYgtwoKWFT9ksUkou9fY6B1Bv32azUMC0LM4FArb1j09OIqRk3TTpfPDANlMDsRgAU3NzlZWgQdd5lckA8OzdO1w2LejSNE5du8YRn8+2188GAuQNA6tQQK/UhL+MuLG5Sd4wuNjTU1Eb7vd4iL55g5SS9MwMh1pbK2vDKkWh1u0mkkwC8HJ62jYLpXQuENgaXu47d3aM3fEobrx8mVw+D0B7f7+jzV2atlW+WDpdNr7sMLo5MkJRCLKrqxzv6Cj7wZsPHyKkZH552VF8WYCm9nbmFhcRUpLIZAhFIiU1MDHBaj6PEILe0dHdGcdVisKtcBjD4YUEIPPlC8cc/L1jAJemcbGnh/vRKIPxeGnFYgTCYU50djo2bEWX0hq3m9oysjuQdg3gX2gPYA/gB+AqqFSeSrEpAAAAAElFTkSuQmCC" id="s3downbar_download_tooltip_img" class="download_data_tooltip_img" no_image="false">
<div id="s3downbar_download_tooltip_filename" class="download_data_tooltip_filename">Assignment2-BookClubRegistration(1).pdf </div>
</div>
<div class="download_data_tooltip_data_box" id="s3downbar_download_tooltip_data_box" is_hidden_progress="true" is_hidden_finish="false">
<table class="download_data_tooltip_data">
<tbody><tr id="s3downbar_download_tooltip_source_box"><td><div>Source:</div></td><td><input type="text" id="s3downbar_download_tooltip_source" class="download_data_tooltip_url" readonly="true" title="https://canvas.auckland.ac.nz/courses/62383/assignments/218205" value="https://canvas.auckland.ac.nz/courses/62383/assignments/218205"></td></tr>
<tr><td><div>From:</div></td><td><input type="text" id="s3downbar_download_tooltip_from" class="download_data_tooltip_url" readonly="true" title="https://cdn.inst-fs-syd-prod.inscloudgate.net/d7fd0f6a-fed8-4e14-911b-619509fd4324/Assignment2-BookClubRegistration.pdf?token=eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCIsImtpZCI6ImNkbiJ9.eyJyZXNvdXJjZSI6Ii9kN2ZkMGY2YS1mZWQ4LTRlMTQtOTExYi02MTk1MDlmZDQzMjQvQXNzaWdubWVudDItQm9va0NsdWJSZWdpc3RyYXRpb24ucGRmIiwidGVuYW50IjoiY2FudmFzIiwidXNlcl9pZCI6IjYxOTkwMDAwMDAwMTg2NzUyIiwiaWF0IjoxNjIyMDg2OTgyLCJleHAiOjE2MjIxNzMzODJ9.-N-2VGdiB3GEKwMuzYSuC8E8sPy9EF_ULcCDcjjYA-rKwiPY6j-oPPVus6z66nmyVeUyBosw0-MFrKXb0-343g&download=1&content_type=application%2Fpdf" value="https://cdn.inst-fs-syd-prod.inscloudgate.net/d7fd0f6a-fed8-4e14-911b-619509fd4324/Assignment2-BookClubRegistration.pdf?token=eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCIsImtpZCI6ImNkbiJ9.eyJyZXNvdXJjZSI6Ii9kN2ZkMGY2YS1mZWQ4LTRlMTQtOTExYi02MTk1MDlmZDQzMjQvQXNzaWdubWVudDItQm9va0NsdWJSZWdpc3RyYXRpb24ucGRmIiwidGVuYW50IjoiY2FudmFzIiwidXNlcl9pZCI6IjYxOTkwMDAwMDAwMTg2NzUyIiwiaWF0IjoxNjIyMDg2OTgyLCJleHAiOjE2MjIxNzMzODJ9.-N-2VGdiB3GEKwMuzYSuC8E8sPy9EF_ULcCDcjjYA-rKwiPY6j-oPPVus6z66nmyVeUyBosw0-MFrKXb0-343g&download=1&content_type=application%2Fpdf"></td></tr>
<tr><td><div>To:</div></td><td><div id="s3downbar_download_tooltip_to">C:\Users\erics\Downloads\Assignment2-BookClubRegistration(1).pdf</div></td></tr>
<tr class="download_progress"><td><div>Status:</div></td><td><div id="s3downbar_download_tooltip_status">160 KB / 1.04 MB ( -.-- )</div></td></tr>
<tr class="download_finish"><td><div>File Size:</div></td><td><div id="s3downbar_download_tooltip_size" filenotfound="false">1.04 MB</div></td></tr>
<tr class="download_finish" id="s3downbar_download_virus_scan_box" is_hidden="true"><td><div id="s3downbar_download_virus_scan_label">Virus scan:</div></td><td><a id="s3downbar_download_virus_scan" target="_blank" rel="noopener"></a></td></tr>
<tr><td><div>Time Start:</div></td><td><div id="s3downbar_download_tooltip_timeStart">2021.05.27 - 23:41:16</div></td></tr>
<tr class="download_finish"><td><div>Time to Complete:</div></td><td><div id="s3downbar_download_tooltip_timeEnd">00:01</div></td></tr>
<tr class="download_progress"><td><div>Time Left:</div></td><td><div id="s3downbar_download_tooltip_timeLeft">--:--</div></td></tr>
<tr class="download_progress"><td><div>Percent Done:</div></td><td><div id="s3downbar_download_tooltip_percent">100%</div></td></tr>
<tr class="download_finish"><td><div>Average Speed:</div></td><td><div id="s3downbar_download_tooltip_speed">1.35 MB/s</div></td></tr>
</tbody></table>
<div class="download_data_tooltip_img_preview_box download_finish"><div class="download_data_tooltip_img_box">
<img src="" id="s3downbar_download_tooltip_img_preview" is_hidden="true" class="download_data_tooltip_img_preview download_finish" width="120" height="120">
<div id="s3downbar_download_tooltip_img_size" class="download_data_tooltip_img_size"></div>
</div></div>
</div>
<div class="download_data_tooltip_hint" id="s3downbar_download_tooltip_hint_progress" is_hidden="true">
<div>mouse double click: download pause/resume</div>
<div>mouse middle click: download cancel</div>
</div>
<div class="download_data_tooltip_hint" id="s3downbar_download_tooltip_hint_finish" is_hidden="false">
<div>mouse double click: open file</div>
<div>mouse double click + Ctrl: open dir</div>
<div style="padding-top: 4px !important;">mouse middle click: delete from list</div>
<div>mouse middle click + Ctrl: delete from system</div>
<div style="padding-top: 4px !important;">press mouse button + Ctrl: drag & drop</div>
</div>
</div></div><div style="box-sizing: initial !important;" class="tooltip_arrow" is_top="false"></div></div></div><div id="s3db_A87FF679A2F3E71D9181A67B7542122C" class="download_data_box db_finishedHbox" style="background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) !important;" click_handle="finished_click_handle">
<div class="download_data_box_iframe_box"><div id="s3downbar_download_box_iframe" is_hidden="true" class="download_data_box_iframe"></div></div>
<div id="s3downbar_download_box_progressremainder" class="download_data_box_progressremainder" is_hidden="true"></div>
<div id="s3downbar_download_box_progress" class="download_data_box_progress" style="background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) !important; width: 100% !important;" is_hidden="true"></div>
<div id="s3downbar_download_box_data" class="download_data_box_data">
<img src="W3.CSS%20Template2_files/delete2.png" id="s3downbar_download_box_img" class="download_data_box_img" style="background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACOElEQVQ4jYXR3U7TYBgHcC7BS/ESvITFDI+9BBPjmVEQiSYMxr6QrwBxW9nWdh2OIZZ0E/cBbGxtlRQInfZ4J0vbd1s/Dv6eSMdS1Cf5n7zJ/5f3yTM19Wck+TtEUUK7I6J13kaz2cLpWRMnJ6eo1xuoVmuo1er9SqXycOq+EUUJruv+NbIso9v9iePjb/cj7Y4I13UxGo3ujSzL6PV66Ha7KJfLfR/QOm//F+A4DhzHgf/Cwwc0m61/ArdxXReHnw/9wOlZcwIwCYFumBPl4XAI13VxUDrwA6GlMBLrm8gXCri6usZiJIYklZkoD4dDOI6D/f19P7AcjUFRNdRbIkq8AEXVsLm9M1EeDAZwHAfFT8Ux8Gb+PRdf3ahEP6xBUTUI1YYHCNUGEqtrWIzEMBgMQAiB4zjYKxTGwLPnL8TOxSUUVUM6x4I/OoIkSQgthaGoGn5cdxEKR0AIASEEtm2Dy3NjIBAIPJidf/dLUTUIla/ezpIkocQLKPECbm5uQAiBaZqwbRssw9wBgsFH4dhKX1E1UFna25nnjyBUG6i3RNAMC9M0YRgGLMsCnaPHwMJyFIqqeTtvbO1gr1hCOsd47/HVDRiGAV3XYVkWcpnsnR9MTz99HHwyMzv31ivcJrG2CTafx8dkCrque0CG2vWfMRZPQFE1UHQe61vb6Fxconxcg23bsCzLy2g0ApVK+4FINIaF5SgSKytgGRYvX8/g1ewcWIYBnaORy2SRoXZBpdJIJZMe8Bsbza8Gt1jCUQAAAABJRU5ErkJggg==") no-repeat scroll 50% 50% / contain !important;" no_image="false" is_hidden="false">
<img src="" id="s3downbar_download_box_img_queue" class="download_data_box_img" is_hidden="true">
<img src="" id="s3downbar_download_box_picToShrink" pictoshrink="true" is_hidden="true" class="download_data_box_img">
<div id="s3downbar_download_box_filename" class="download_data_box_filename">w3.css</div>
<div id="s3downbar_download_box_progress_data" class="download_data_box_progress_data" is_hidden="true">
<div id="s3downbar_download_box_progress_percent" class="download_data_box_progress_percent" is_hidden="true">100%</div>
<div id="s3downbar_download_box_progress_remaintime" class="download_data_box_progress_remaintime" is_hidden="false">--:--</div>
<div id="s3downbar_download_box_progress_bytesReceived" class="download_data_box_progress_bytesReceived" is_hidden="true">5 KB</div>
<div id="s3downbar_download_box_progress_speed" class="download_data_box_progress_speed" is_hidden="false">-.--</div>
</div>
</div>
<div style="box-sizing: initial !important; position: fixed !important; z-index: 50 !important;"><div style="box-sizing: initial !important;" class="tooltip_box" is_top="false"><div id="download_data_tooltip" class="download_data_tooltip">
<div class="download_data_tooltip_head">
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAEgElEQVRYhe3W2XLaVhzH8TxCHqGPkEfoI+QR8gi97pLJMmmTtI7Ti0xnMk2bMWBjNsXGxoGCZZvNrFpYgwRCElsgQRhjJMF4fr2IIWkbMDK57Jn5z+ju+xmNzjm6du3/9ZnFMBnQDAuKZpCmaKRSFJKpNBLJFOKJJGLxBGKxOKLHMUSjx4hEogiHIwiFwggGQwiFwgpJhm9cGUAzLMbjseE5Pz8HwzDg+TKCwaBCkuTVEBTNYDweQ1VVQzMej8EwDJrNJniex+HB4dUQaYpeCtBut6cIkiQVn89nDJFKUUsBut3uFMFxHAKBfcUQIJlKLwUgCOIfs7e3B0OARDJ1JcAslNfrNQaIJ5JfBDAcDjEej/F677UxQCyeWBowHA6nAI/HYxAQiy8FmMSHwyFGoxE8uwYB0ePYlQGfxs/OzjAajbC7s2sMEIlEUZVkKEpvqfgEsOPeWQzw9p1yU+50CY+fhNvrR4pmoaoqTvqnqMp1DM7ODMUHgwFGoxHc2+7FAJVGmyxJTSTZHNxeP4idPdTedhBncjimMmAKpc8iZsUngK2trdkAgiSvb/sCt9xeP1GsiEpRrIOTGogk0kiyOZTEBjipgYNoHL6DINqddwvHB4MBdF3HFvFqNqDa6hA5TkCCyYKTmyhW6yhczOS5XGvB7fXD7fUbip+enkLXdRAEMRtQrrU+xoQaCkIN+X9NplSBy+2B1fkKcq2+cHwKcLlmA8Rm+8+CUP8YrNQQjFOIMXnkKjXkKjUUq3WEExR2fAF4fAEovZOF4v1+H7quw+V0zgYIgnKdr7WEXEVGriLjpcWKBw9/hvPVNqRWB9myjGxZRr4iI50tIp0tIBhLIXAUuTQ+ATjsjvm7gJNb5CT03Q93cOfeAxweBaFpGsq1FrJlCZmLyfIi3N4A3N4AqpI8N97v96FpGuw2+5w30Gx+9UZsCNmyhGM6j2+/v43bd+/D5nBBVVW87/WR4SVkeAksLyFXkfF6/+jDFq035sZPTk6gaRpsm7bZgGK1rkwCGV7C7Tv3cPf+j3i8sop2p4OhqoLlRLCciAwvwR+M4sWaBd1u99L4FGDdnA3ICzWK5cVpxLzpxOMnT/Hrs99AbO/idDAAw4lgOBFUsQzfQQgut2eheK/Xg6ZpsG5Y5wEaN/MVmczwksJwIpI5DhsOAiarDY7tXfx1GAJdqoIuVZEu8CDDMRxGE3jfVS6NTwAblvXLj+K80LjJcCLoUhXJPI/9cBz+YBRROjcFsJwIpsgjnXsDusChq/Tmxnu9D5fZusWy2F2QKYvUJDZrWE6E/yiC39csSNPM3LiiKFBVFRazeTEAy4vCrDBTEsBcfCfPnv8By6Yduq5D13Vomvaf+fTINptMiwEYTlToUhWhFItQkgVzEY8xBTx68hTPX5rg2z/C+oYVhMsFl9MJh90Bu80O26YNNusmrBtWbFjWsW6xwGI2w2wywbS2thggVxJupPKc8uz5C+KnldVbLCeRdKmK/WgSD1dW8XBl1difzbKL4oSvp4BfVqlHK6vffOnG38tISIR3I7v0AAAAAElFTkSuQmCC" id="s3downbar_download_tooltip_img" class="download_data_tooltip_img" no_image="false">
<div id="s3downbar_download_tooltip_filename" class="download_data_tooltip_filename">w3.css </div>
</div>
<div class="download_data_tooltip_data_box" id="s3downbar_download_tooltip_data_box" is_hidden_progress="true" is_hidden_finish="false">
<table class="download_data_tooltip_data">
<tbody><tr id="s3downbar_download_tooltip_source_box"><td><div>Source:</div></td><td><input type="text" id="s3downbar_download_tooltip_source" class="download_data_tooltip_url" readonly="true" title="https://www.w3schools.com/w3css/w3css_downloads.asp" value="https://www.w3schools.com/w3css/w3css_downloads.asp"></td></tr>
<tr><td><div>From:</div></td><td><input type="text" id="s3downbar_download_tooltip_from" class="download_data_tooltip_url" readonly="true" title="https://www.w3schools.com/w3css/4/w3.css" value="https://www.w3schools.com/w3css/4/w3.css"></td></tr>
<tr><td><div>To:</div></td><td><div id="s3downbar_download_tooltip_to">C:\Users\erics\Downloads\w3.css</div></td></tr>
<tr class="download_progress"><td><div>Status:</div></td><td><div id="s3downbar_download_tooltip_status">5 KB / 5 KB ( -.-- )</div></td></tr>
<tr class="download_finish"><td><div>File Size:</div></td><td><div id="s3downbar_download_tooltip_size" filenotfound="true">File not found</div></td></tr>
<tr class="download_finish" id="s3downbar_download_virus_scan_box" is_hidden="true"><td><div id="s3downbar_download_virus_scan_label">Virus scan:</div></td><td><a id="s3downbar_download_virus_scan" target="_blank" rel="noopener"></a></td></tr>
<tr><td><div>Time Start:</div></td><td><div id="s3downbar_download_tooltip_timeStart">2021.05.28 - 00:29:48</div></td></tr>
<tr class="download_finish"><td><div>Time to Complete:</div></td><td><div id="s3downbar_download_tooltip_timeEnd"><00:01</div></td></tr>
<tr class="download_progress"><td><div>Time Left:</div></td><td><div id="s3downbar_download_tooltip_timeLeft">--:--</div></td></tr>
<tr class="download_progress"><td><div>Percent Done:</div></td><td><div id="s3downbar_download_tooltip_percent">100%</div></td></tr>
<tr class="download_finish"><td><div>Average Speed:</div></td><td><div id="s3downbar_download_tooltip_speed">Unknown</div></td></tr>
</tbody></table>
<div class="download_data_tooltip_img_preview_box download_finish"><div class="download_data_tooltip_img_box">
<img src="" id="s3downbar_download_tooltip_img_preview" is_hidden="true" class="download_data_tooltip_img_preview download_finish" width="120" height="120">
<div id="s3downbar_download_tooltip_img_size" class="download_data_tooltip_img_size"></div>
</div></div>
</div>
<div class="download_data_tooltip_hint" id="s3downbar_download_tooltip_hint_progress" is_hidden="true">
<div>mouse double click: download pause/resume</div>
<div>mouse middle click: download cancel</div>
</div>
<div class="download_data_tooltip_hint" id="s3downbar_download_tooltip_hint_finish" is_hidden="false">
<div>mouse double click: open file</div>
<div>mouse double click + Ctrl: open dir</div>
<div style="padding-top: 4px !important;">mouse middle click: delete from list</div>
<div>mouse middle click + Ctrl: delete from system</div>
<div style="padding-top: 4px !important;">press mouse button + Ctrl: drag & drop</div>
</div>
</div></div><div style="box-sizing: initial !important;" class="tooltip_arrow" is_top="false"></div></div></div><div id="s3db_E4DA3B7FBBCE2345D7772B0674A318D5" class="download_data_box db_finishedHbox" style="background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) !important;" click_handle="finished_click_handle">
<div class="download_data_box_iframe_box"><div id="s3downbar_download_box_iframe" is_hidden="true" class="download_data_box_iframe"></div></div>
<div id="s3downbar_download_box_progressremainder" class="download_data_box_progressremainder" is_hidden="true"></div>
<div id="s3downbar_download_box_progress" class="download_data_box_progress" style="background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) !important; background-color: rgb(112, 143, 181) !important; border-right: 1px solid rgb(255, 0, 0) !important;" is_hidden="true"></div>
<div id="s3downbar_download_box_data" class="download_data_box_data">
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" id="s3downbar_download_box_img" class="download_data_box_img" style="background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACFklEQVQ4jY3R30tTcRjH8S/47JAQWDRTzM2zMXQbypbTbcednZ1tzFnO3O+Z08ZIQslYVAQiCBZ0MUjwsiAJovoDQrqqGy+qu+jnhIRKkCgsCi+i7ezTVUTsbPTA+/J53XwY+3udB/abfPViTHOUMdbMGpzDb1+CbFusyWmexbR8/y1jGkd9hEjw2Rdh5eM18e0SlhPbyMp3S4xpBtQRIlGyLcDSFauJb5dQzHzHcmIbk947m4yxLnWg7zIs+vGa+DYRulYXdK0u9PJpMKKQGuAVey/CrBv7p6frMWy9SMLUEYKpIwSneRZE5FcFPJYCJGMY93IuXIrIEMxhKO/jqH7L4tXDCETbcXgsBTAirxogCT3zKJ2QoVztw49VF9ZHb+PZuVsov4mh+iGBzxspCD3zYESSGuBzd8+hnBFRvjKAys0hfF1L4cHwDvY2JlF9HoGymYS7ew6MyKfyT7LTNINf/jCUaTceZy9gKbmDlZM/UVo5D+VRCOUnY3CaZkBEsiowaMjj45E8KsEgdpPHUExdx43Tq9grDkFZE7FbHMGgIV8X8Dv4HAotE/jSeQoVYQSV4QAqUQmVtAef4j5cE/xw8Dn1FYgo4NBPwaj14mxLGq/3ncGWNoN3h8fx8mASC22jMGq9cOinQEQBVaBfl4XhkNiwfl22LhC06ybwPxFRsHZGjrM2cVy0iWvONI6LMo6z/nn7DS10KccEg9NLAAAAAElFTkSuQmCC") no-repeat scroll 50% 50% / contain !important;" no_image="false" is_hidden="false">
<img src="" id="s3downbar_download_box_img_queue" class="download_data_box_img" is_hidden="true">
<img src="" id="s3downbar_download_box_picToShrink" pictoshrink="true" is_hidden="true" class="download_data_box_img">
<div id="s3downbar_download_box_filename" class="download_data_box_filename">W3.CSS Template.htm</div>
<div id="s3downbar_download_box_progress_data" class="download_data_box_progress_data" is_hidden="true">
<div id="s3downbar_download_box_progress_percent" class="download_data_box_progress_percent" is_hidden="true">Unk.</div>
<div id="s3downbar_download_box_progress_remaintime" class="download_data_box_progress_remaintime" is_hidden="false">Unk.</div>
<div id="s3downbar_download_box_progress_bytesReceived" class="download_data_box_progress_bytesReceived" is_hidden="true">6 KB</div>
<div id="s3downbar_download_box_progress_speed" class="download_data_box_progress_speed" is_hidden="false">30 KB/s</div>
</div>
</div>
<div style="box-sizing: initial !important; position: fixed !important; z-index: 50 !important;"><div style="box-sizing: initial !important;" class="tooltip_box" is_top="false"><div id="download_data_tooltip" class="download_data_tooltip">
<div class="download_data_tooltip_head">
<img src="data:image/png;base64,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" id="s3downbar_download_tooltip_img" class="download_data_tooltip_img" no_image="false">
<div id="s3downbar_download_tooltip_filename" class="download_data_tooltip_filename">W3.CSS Template.htm </div>
</div>
<div class="download_data_tooltip_data_box" id="s3downbar_download_tooltip_data_box" is_hidden_progress="true" is_hidden_finish="false">
<table class="download_data_tooltip_data">
<tbody><tr id="s3downbar_download_tooltip_source_box" is_hidden="true"><td><div>Source:</div></td><td><input type="text" id="s3downbar_download_tooltip_source" class="download_data_tooltip_url" readonly="true"></td></tr>
<tr><td><div>From:</div></td><td><input type="text" id="s3downbar_download_tooltip_from" class="download_data_tooltip_url" readonly="true" title="https://www.w3schools.com/w3css/tryw3css_templates_red.htm" value="https://www.w3schools.com/w3css/tryw3css_templates_red.htm"></td></tr>
<tr><td><div>To:</div></td><td><div id="s3downbar_download_tooltip_to">C:\Users\erics\Documents\Projects\se350Assignment2\W3.CSS Template.htm</div></td></tr>
<tr class="download_progress"><td><div>Status:</div></td><td><div id="s3downbar_download_tooltip_status">6 KB / Unknown ( 30 KB/s )</div></td></tr>
<tr class="download_finish"><td><div>File Size:</div></td><td><div id="s3downbar_download_tooltip_size" filenotfound="false">48 KB</div></td></tr>
<tr class="download_finish" id="s3downbar_download_virus_scan_box" is_hidden="true"><td><div id="s3downbar_download_virus_scan_label">Virus scan:</div></td><td><a id="s3downbar_download_virus_scan" target="_blank" rel="noopener"></a></td></tr>
<tr><td><div>Time Start:</div></td><td><div id="s3downbar_download_tooltip_timeStart">2021.05.28 - 11:10:59</div></td></tr>
<tr class="download_finish"><td><div>Time to Complete:</div></td><td><div id="s3downbar_download_tooltip_timeEnd"><00:01</div></td></tr>
<tr class="download_progress"><td><div>Time Left:</div></td><td><div id="s3downbar_download_tooltip_timeLeft">Unknown</div></td></tr>
<tr class="download_progress"><td><div>Percent Done:</div></td><td><div id="s3downbar_download_tooltip_percent">Unknown</div></td></tr>
<tr class="download_finish"><td><div>Average Speed:</div></td><td><div id="s3downbar_download_tooltip_speed">223 KB/s</div></td></tr>
</tbody></table>
<div class="download_data_tooltip_img_preview_box download_finish"><div class="download_data_tooltip_img_box">
<img src="" id="s3downbar_download_tooltip_img_preview" is_hidden="true" class="download_data_tooltip_img_preview download_finish" width="120" height="120">
<div id="s3downbar_download_tooltip_img_size" class="download_data_tooltip_img_size"></div>
</div></div>
</div>
<div class="download_data_tooltip_hint" id="s3downbar_download_tooltip_hint_progress" is_hidden="true">
<div>mouse double click: download pause/resume</div>
<div>mouse middle click: download cancel</div>
</div>
<div class="download_data_tooltip_hint" id="s3downbar_download_tooltip_hint_finish" is_hidden="false">
<div>mouse double click: open file</div>
<div>mouse double click + Ctrl: open dir</div>
<div style="padding-top: 4px !important;">mouse middle click: delete from list</div>
<div>mouse middle click + Ctrl: delete from system</div>
<div style="padding-top: 4px !important;">press mouse button + Ctrl: drag & drop</div>
</div>
</div></div><div style="box-sizing: initial !important;" class="tooltip_arrow" is_top="false"></div></div></div><div id="s3db_1679091C5A880FAF6FB5E6087EB1B2DC" class="download_data_box db_progressStack" style="background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) !important;" click_handle="progress_click_handle">
<div class="download_data_box_iframe_box"><div id="s3downbar_download_box_iframe" is_hidden="true" class="download_data_box_iframe"></div></div>
<div id="s3downbar_download_box_progressremainder" class="download_data_box_progressremainder" is_hidden="false"></div>
<div id="s3downbar_download_box_progress" class="download_data_box_progress" style="background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) !important;" is_hidden="false"></div>
<div id="s3downbar_download_box_data" class="download_data_box_data">
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" id="s3downbar_download_box_img" class="download_data_box_img" no_image="true" is_hidden="true">
<img src="" id="s3downbar_download_box_img_queue" class="download_data_box_img" is_hidden="true">
<img src="" id="s3downbar_download_box_picToShrink" pictoshrink="true" is_hidden="true" class="download_data_box_img">
<div id="s3downbar_download_box_filename" class="download_data_box_filename">W3.CSS Template2.htm</div>
<div id="s3downbar_download_box_progress_data" class="download_data_box_progress_data" is_hidden="false">
<div id="s3downbar_download_box_progress_percent" class="download_data_box_progress_percent" is_hidden="true">Unk.</div>
<div id="s3downbar_download_box_progress_remaintime" class="download_data_box_progress_remaintime" is_hidden="false">Unk.</div>
<div id="s3downbar_download_box_progress_bytesReceived" class="download_data_box_progress_bytesReceived" is_hidden="true">-.--</div>
<div id="s3downbar_download_box_progress_speed" class="download_data_box_progress_speed" is_hidden="false">-.--</div>
</div>
</div>
<div style="box-sizing: initial !important; position: fixed !important; z-index: 50 !important;"><div style="box-sizing: initial !important;" class="tooltip_box" is_top="false"><div id="download_data_tooltip" class="download_data_tooltip">
<div class="download_data_tooltip_head">
<img src="" id="s3downbar_download_tooltip_img" class="download_data_tooltip_img" no_image="true">
<div id="s3downbar_download_tooltip_filename" class="download_data_tooltip_filename">W3.CSS Template2.htm </div>
</div>
<div class="download_data_tooltip_data_box" id="s3downbar_download_tooltip_data_box" is_hidden_progress="false" is_hidden_finish="true">
<table class="download_data_tooltip_data">
<tbody><tr id="s3downbar_download_tooltip_source_box" is_hidden="true"><td><div>Source:</div></td><td><input type="text" id="s3downbar_download_tooltip_source" class="download_data_tooltip_url" readonly="true"></td></tr>
<tr><td><div>From:</div></td><td><input type="text" id="s3downbar_download_tooltip_from" class="download_data_tooltip_url" readonly="true" title="https://www.w3schools.com/w3css/tryw3css_templates_start_page.htm" value="https://www.w3schools.com/w3css/tryw3css_templates_start_page.htm"></td></tr>
<tr><td><div>To:</div></td><td><div id="s3downbar_download_tooltip_to">C:\Users\erics\Documents\Projects\se350Assignment2\W3.CSS Template2.htm</div></td></tr>
<tr class="download_progress"><td><div>Status:</div></td><td><div id="s3downbar_download_tooltip_status">-.-- / Unknown ( -.-- )</div></td></tr>
<tr class="download_finish"><td><div>File Size:</div></td><td><div id="s3downbar_download_tooltip_size" filenotfound="true">File not found</div></td></tr>
<tr class="download_finish" id="s3downbar_download_virus_scan_box" is_hidden="true"><td><div id="s3downbar_download_virus_scan_label">Virus scan:</div></td><td><a id="s3downbar_download_virus_scan" target="_blank"></a></td></tr>
<tr><td><div>Time Start:</div></td><td><div id="s3downbar_download_tooltip_timeStart">2021.05.28 - 11:15:28</div></td></tr>
<tr class="download_finish"><td><div>Time to Complete:</div></td><td><div id="s3downbar_download_tooltip_timeEnd">Unknown</div></td></tr>
<tr class="download_progress"><td><div>Time Left:</div></td><td><div id="s3downbar_download_tooltip_timeLeft">Unknown</div></td></tr>
<tr class="download_progress"><td><div>Percent Done:</div></td><td><div id="s3downbar_download_tooltip_percent">Unknown</div></td></tr>
<tr class="download_finish"><td><div>Average Speed:</div></td><td><div id="s3downbar_download_tooltip_speed">Unknown</div></td></tr>
</tbody></table>
<div class="download_data_tooltip_img_preview_box download_finish"><div class="download_data_tooltip_img_box">
<img src="" id="s3downbar_download_tooltip_img_preview" is_hidden="true" class="download_data_tooltip_img_preview download_finish" width="120" height="120">
<div id="s3downbar_download_tooltip_img_size" class="download_data_tooltip_img_size"></div>
</div></div>
</div>
<div class="download_data_tooltip_hint" id="s3downbar_download_tooltip_hint_progress" is_hidden="false">
<div>mouse double click: download pause/resume</div>
<div>mouse middle click: download cancel</div>
</div>
<div class="download_data_tooltip_hint" id="s3downbar_download_tooltip_hint_finish" is_hidden="true">
<div>mouse double click: open file</div>
<div>mouse double click + Ctrl: open dir</div>
<div style="padding-top: 4px !important;">mouse middle click: delete from list</div>
<div>mouse middle click + Ctrl: delete from system</div>
<div style="padding-top: 4px !important;">press mouse button + Ctrl: drag & drop</div>
</div>
</div></div><div style="box-sizing: initial !important;" class="tooltip_arrow" is_top="false"></div></div></div></div></div></div>
</body></html>