This repository has been archived by the owner on Mar 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
window.html
48 lines (43 loc) · 1.56 KB
/
window.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="IE=edge">
<title>LEGO Universe News! Minifig Wizard</title>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Nunito:700">
<link rel="stylesheet" href="css/LUNWizard.window.min.css">
<!--[if IE]>
<script src="lib/classList.min.js"></script>
<![endif]-->
</head>
<body>
<!-- <div class="message-error"></div>-->
<div id="final-images">
<img class="the-big-picture" id="img-shadow" src="img/spark/drop-shadow.png" />
</div>
<div id="btn-gear">
<img width="40" height="40" alt="Settings panel toggle button" src="img/ui/Gear.svg" />
</div>
<div id="settings-panel">
Background Color
<table>
<tr>
<td class="color-box color-gray white-border"></td>
<td class="color-box color-white"></td>
<td class="color-box color-black"></td>
<td class="color-box color-orange"></td>
<td class="color-box color-yellow"></td>
<td class="color-box color-blue"></td>
<td class="color-box color-green"></td>
<td class="color-box color-red"></td>
</tr>
</table><br>
<span id="size-text">Size</span><br>
<input type="number" id="input-size" min="0" max="600" placeholder="600" autocomplete="off">
<label id="size-label" for="size-input">px</label>
</div>
<script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="js/LUNWizard.general.min.js"></script>
<script src="js/LUNWizard.settings.min.js"></script>
</body>
</html>