-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
51 lines (47 loc) · 1.19 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Netux's Dubtrack/QueUp Stuff collection</title>
<style>
body {
font-family: Arial, sans-serif;
}
p {
margin: 0;
}
ul {
margin: 0;
padding-left: 1.5rem;
}
ul > li > a {
font-weight: bold;
}
.help {
border-bottom: 1px dotted black;
cursor: help;
}
</style>
</head>
<body>
<p><small><b>NOTE:</b> Everything here is pretty old, from before Dubtrack rebranded to QueUp. There is no guarantee everything will work, especially the scripts.</small></p>
<p>Useful links:</p>
<ul>
<li>
<a href="css/fullscreening.css?dummy=.user.css">fullscreening.css</a>
Experience Dubtrack with no blackspace!
</li>
<li>
<a href="css/smull.css?dummy=.user.css">smull.css</a>
Just a tad smaller
</li>
<li>
<a href="css/main.css?dummy=.user.css">main.css</a>
Style used by the previous members of the <i>nb3 room</i>
<small>(<a href="css/invertedmain.css?dummy=.user.css">inverted version</a>)</small>
</li>
</ul>
<span class="help">
To install, copy and paste the link on Dub+ or click to install as User CSS
</span>
</body>
</html>