-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsettings.htm
68 lines (52 loc) · 1.5 KB
/
settings.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="generic.css">
<style>
body{
width:640px;
height:480px;
box-shadow:0px 0px 10px inset black;
margin:0px !important;
padding-top:1px; /*setting this to 0 causes a stupid bug*/
padding-left:10px;
padding-right:10px;
overflow:hidden scroll;
}
.green {
color:#6EE16C !important;
}
.red {
color:#ff4e4e !important;
}</style>
<script>
</script>
</head>
<body>
<p><font class="red">Deleting your browser's local storage will reset these settings.</font><br>
Refresh Gamebanana to see your changes.</p>
<p>
<form name="obInternalSettingsPopout">
<div id="settings-form-content-1" class="settings-form-tab-content">
<h2>General Enhancements</h2>
<input type="checkbox" name="enable-gbcpn" disabled></input>
<label for="enable-gbcpn">Enable Custom Nav</label>
<div class="indent-1 no-boundary">
<span class="notice">This feature is work in progress.</span>
</div>
<input type="checkbox" name="enable-gbcpn"></input>
<label for="enable-gbcpn">Enable UI Themes</label>
<div class="indent-1">
</div>
<h2>Misc. Enhancements</h2>
<input type="checkbox" name="enable-gbcpn"></input>
<label for="enable-gbcpn">Enable Custom Nav</label>
<div class="indent-1">
</div>
</div>
<div id="bottom-margin"></div>
<button class="bigbutton fixed" type="button">Save</button>
</form>
</p>
</body>
</html>