-
Notifications
You must be signed in to change notification settings - Fork 16
/
test-color-scheme.html
60 lines (56 loc) · 1.67 KB
/
test-color-scheme.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
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" type="text/css" href="exolve-m.css?v1.58"/>
<script src="exolve-m.js?v1.58"></script>
<title>Test-Color-Scheme</title>
</head>
<body>
<script>
createExolve(`
======REPLACE WITH YOUR PUZZLE BELOW======
exolve-begin
exolve-id: test-color-scheme
exolve-title: Test-Color-Scheme
exolve-setter: Gussalufz
exolve-copyright: 2020 Viresh Ratnakar
exolve-width: 5
exolve-height: 5
exolve-option: color-active:lightyellow color-imp-text:#bb3b80
exolve-option: color-active-clue:tan
exolve-option: color-input:violet color-arrow:lightyellow
exolve-option: color-light-label-input:white color-caret:lightyellow
exolve-option: color-light-text-input:white color-circle-input:white
exolve-option: colour-orphan:mistyrose
exolve-option: color-anno:blue color-solved:blue
exolve-option: color-background:blue colour-circle:green
exolve-option: colour-button:#bb3b80 color-button-hover:purple
exolve-option: color-small-button-hover:#ee6eb3
exolve-nina: green 4A
exolve-option: colour-only-cell-bottom
exolve-colour: blue c5
exolve-grid:
C!@ALLS
R.A.T
AMP@LE
Z.S.E
YIELD
exolve-across:
1 Calls (5) Some anno in blue.
4 Ample <span style="background-color:lightgreen">Light Green BG</style> (5)
5 Yield (5)
exolve-down:
1 Crazy <span style="background-color:lightblue">Light Blue BG</style> (5)
2 Lapse (5)
3 Steed (5)
exolve-nodir
[A] Color (5) [COLOR]
[B] Colour (6) [COLOUR]
exolve-end
======REPLACE WITH YOUR PUZZLE ABOVE======
`);
</script>
</body>
</html>