-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcosplay.html
More file actions
163 lines (136 loc) · 4.19 KB
/
cosplay.html
File metadata and controls
163 lines (136 loc) · 4.19 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!DOCTYPE html>
<head>
<meta charset="UTF-8" />
<!--title-->
<title>COSPLAY | NEOPETS.LGBT</title>
<!--favicon-->
<link rel="icon" type="image/gif" href="https://neopets.lgbt/images/other/favicon.png">
<!-- emoji support-->
<link href="https://emoji-css.afeld.me/emoji.css" rel="stylesheet" />
<!--zooms page on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<style>
/*the good stuff*/
body {
font-family: OCR A Std, monospace;
font-size: 14px;
height: 100%;
margin-left: 5px;
margin-right: 10px;
font-weight: bold;
}
.main {
position: relative;
top: -50%;
margin: 20px auto;
margin-left: auto;
margin-right: auto;
background: rgb(34, 34, 34);
color: rgb(255, 255, 255);
word-wrap: break-word;
padding: 10px;
text-align: center;
font-weight: bold;
}
.cushion,
.oob1 {
position: relative;
top: -50%;
width: 90%;
font-weight: bold;
}
.oob1 {
background: rgb(34, 34, 34);
color: rgb(255, 255, 255);
word-wrap: break-word;
width: 100%;
padding-top: 1rem;
padding-bottom: 1rem;
text-align: center;
}
/* main css, use this when adding more boxes */
/* more sitewide css */
p {
text-align: left;
}
#link:hover {
text-decoration: underline;
}
.bigtext {
color: rgb(255, 255, 255);
font-size: 20px;
}
a:hover,
a:active {
text-decoration: underline;
}
body {
background-color: rgb(22, 22, 22);
}
a:link,
a:visited {
text-decoration: none;
color: rgb(255, 252, 83);
}
/* begin misc fixes */
/* prevents images from overflowing */
img {
max-width: 100%;
height: auto;
}
.cushion {
position: relative;
top: -50%;
margin: 20px auto;
width: 90%;
padding: 10px;
background-color: rgb(255, 224, 137);
}
.favicon {
width: 17px;
height: 17px;
}
.twinkbutton {
height: 60px;
}
</style>
<!-- content starts here -->
<body>
<center>
<a href="/"><img src="images/collage/arrow_back.png" class="twinkbutton"></a> <img
src="/images/other/fursuitsheader.png"><br>
</center>
<div class="cushion">
<div class="main">
<div class="container">
<span class="bigtext">
<a href="/images/collage/COLLAGEAUG25.jpg" target="_blank"><img src="images/collage/COLLAGEAUG25.jpg"></a>
<br><br>
THERE ARE ABOUT <br><u>71</u> NEOPET FURSUITS<br>AS OF AUGUST 2025</span>
<br><br> [Previous Update: July 2025]
<br> [Additions: 1 Kougra, 1 Lupe]
<br><br>
</div>
</div>
<div class="main"><a href="https://www.furtrack.com/p/339421" target="_blank"><img
src="/images/collage/ac2023.jpg" height="60%" width="60%"></a><br><br>
And here's the most Neopets at once!</a></div>
<div class="main">
<p>Thanks to your generous tips, I'm able to add more
to the collage!<br><br>As long as it looks like a Neopet, it will be added.
<br><br> Comments? <a href="mailto:tenko@neopets.lgbt" id="link">Email</a> or <a
href="https://www.neopets.com/userlookup.phtml?user=lol_99">Neomail <img
src="/images/other/faviconV2.png" class="favicon"></a> me!
<br><br>
<a href="https://www.furtrack.com/index/species:neopet">Peep the Neopet tag on Furtrack for more photos!</a>
<br>
<!--You can contact me if you have anything to say about the collage: <a href="mailto:tenko@neopets.lgbt" id="link">Email</a> or <a
href="https://www.neopets.com/userlookup.phtml?user=lol_99">Neomail <img
src="/images/other/faviconV2.png" class="favicon"></a>-->
</p>
</div>
</div>
</div>
</div>
</body>