-
Notifications
You must be signed in to change notification settings - Fork 0
/
roncbp icons.html
91 lines (72 loc) · 1.93 KB
/
roncbp icons.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
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
<!doctype html>
<html>
<head>
<title>
CBP: Community Balance/Bugfix Patch
</title>
<meta charset="utf-8">
<link rel="icon" type="image/png" sizes="32x32" href="/RoNlogocrop32pxv2.png">
<link rel="icon" type="image/png" sizes="16x16" href="/RoNlogocrop16pxv2.png">
<!--<link rel="manifest" href="/manifest.json">-->
<!--<link rel="stylesheet" href="style.css">-->
<style>
* { font-family: verdana; font-size: 18pt; COLOR: lightgray; }
<!--b { font-weight: 600; }-->
strong { font-weight: 600; }
table { height: 50%; border: 0px solid gray;}
td { text-align: center; padding: 25;}
a:link {
color: #E5D58E;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: #E5D58E;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: #E5D58E;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: #E5D58E;
background-color: transparent;
text-decoration: underline;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
text-align: center;
font-size: 8pt;
}
</style>
</head>
<body style="background-color:#181921;">
<center>
<br><br><br><br>
<table>
<tr>
<td style="color:#E5D58E;">Examples for using icons/emotes:</td>
</tr>
<tr style="height:50px;"><td></td></tr>
<tr><td style="width:260px; font-size: 14pt;">#ICON1</td></tr>
<tr><td style="width:260px; font-size: 14pt;">#ICON44</td></tr>
<tr><td style="width:260px; font-size: 14pt;">Some icons/emotes are only visible with #ICON169</td></tr>
<tr style="height:50px;"><td></td></tr>
</table>
</center>
<div class="footer">
<center>
<table>
<tr>
<td style="font-size: 8pt; color: dimgray;">Not endorsed by or affiliated with Microsoft, Xbox Game Studios, Skybox Labs, or Big Huge Games.</td>
</tr>
</table>
</center>
</div>
</body>
</html>