Advertisement
Teh_Mouse

Nae update

Apr 11th, 2020
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.33 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Federant|Audiowide|Abril+Fatface');
  3.  
  4. body {
  5. background-image: url("https://wallpaperaccess.com/full/1861869.jpg");
  6. color: white;
  7. background-color: #37445b;
  8. font-family: "Federant";
  9. font-size: 16px;
  10. }
  11.  
  12. #credit {
  13. Position: fixed; bottom: 10px; left: 10px;
  14. font-family: "Audiowide";
  15. font-size: 14px;
  16. z-index: 99;
  17. text-shadow: 2px 0 0 #4C9DCC, -2px 0 0 #4C9DCC, 0 2px 0 #4C9DCC, 0 -2px 0 #4C9DCC, 1px 1px #4C9DCC, -1px -1px 0 #4C9DCC, 1px -1px 0 #4C9DCC, -1px 1px 0 #4C9DCC;
  18. }
  19.  
  20. #CenterBG {
  21. position: fixed; left: 0px; right: 0px; top: 0px; bottom: 0px; margin: auto;
  22. width: 360px;
  23. height: 510px;
  24. background-color: #6d609e;
  25. background-image: url("https://i.redd.it/6axfm8uck3oy.png");
  26. background-position: center;
  27. background-attachment:fixed;
  28. border-top: 3px solid grey;
  29. border-bottom: 3px solid grey;
  30. z-index:2;
  31. }
  32.  
  33. #LeftBG {
  34. position: fixed; left: -800px; right: 0px; top: 0px; bottom: 0px; margin: auto;
  35. width: 420px;
  36. height: 570px;
  37. padding: 10px;
  38. background-color: #6d609e;
  39. background-image: url("https://i.redd.it/6axfm8uck3oy.png");
  40. background-position: center;
  41. background-attachment:fixed;
  42. border: 3px solid grey;
  43. z-index:1;
  44. }
  45.  
  46. #RightBG {
  47. position: fixed; left: 0px; right: -800px; top: 0px; bottom: 0px; margin: auto;
  48. width: 420px;
  49. height: 570px;
  50. padding: 10px;
  51. background-color: #6d609e;
  52. background-image: url("https://i.redd.it/6axfm8uck3oy.png");
  53. background-position: center;
  54. background-attachment:fixed;
  55. border: 3px solid grey;
  56. z-index:1;
  57. }
  58.  
  59. #Title {
  60. position: fixed; left: 0px; right: 0px; top: -425px; bottom: 0px; margin: auto;
  61. width: 300px;
  62. height: 35px;
  63. text-align: center;
  64. font-size: 30px;
  65. color: #a0caf0;
  66. font-family: "Abril Fatface";
  67. text-shadow: 2px 0 0 #917c9b, -2px 0 0 #917c9b, 0 2px 0 #917c9b, 0 -2px 0 #917c9b, 1px 1px #917c9b, -1px -1px 0 #917c9b, 1px -1px 0 #917c9b, -1px 1px 0 #917c9b;
  68. z-index: 5;
  69. }
  70.  
  71. #MainPic {
  72. position: fixed; left: 0px; right: 0px; top: 0px; bottom: 0px; margin: auto;
  73. width: 300px;
  74. height: 470px;
  75. border: 3px ;
  76. z-index: 2;
  77. }
  78.  
  79. #OOCBox {
  80. position: fixed; left: -800px; right: 0px; top: 0px; bottom: -290px; margin: auto;
  81. width: 380px;
  82. height: 240px;
  83. padding: 10px;
  84. border: 3px ;
  85. background-color: #;
  86. background-image: url("");
  87. z-index: 5;
  88. overflow: auto;
  89. }
  90.  
  91. #Tab {
  92. position: fixed; left: -800px; right: 0px; top: -290px; bottom: 0px; margin: auto;
  93. width: 380px;
  94. height: 240px;
  95. padding: 10px;
  96. border: 3px ;
  97. background-color: #8a9182;
  98. background-image: url("https://i.imgur.com/oJUsgm3.png");
  99. z-index: 5;
  100. display: none;
  101. overflow: auto;
  102. }
  103.  
  104. #one #tab {
  105. display: block;
  106. }
  107.  
  108. #one:target #tab, #two:target #tab, #three:target #tab, #four:target #tab, #five:target #tab, #six:target #tab {
  109. display: block;
  110. z-index: 11;
  111. }
  112.  
  113. #LeftNav {
  114. position: fixed; left: -350px; right: 0px; top: 0px; bottom: 0px; margin: auto;
  115. width: 20px;
  116. height: 300px;
  117. z-index: 5;
  118. }
  119.  
  120. #RightNav {
  121. position: fixed; left: 0px; right: -350px; top: 0px; bottom: 0px; margin: auto;
  122. width: 20px;
  123. height: 300px;
  124. z-index: 5;
  125. }
  126.  
  127. .NaviTab{
  128. display: inline-block;
  129. border: 3px solid #96818f;
  130. background-color: #7a9096;
  131. background-image: url("https://i.imgur.com/oJUsgm3.png");
  132. width: 14px;
  133. height: 80px;
  134. z-index: 5;
  135. margin: 10 0 10 0;
  136. -webkit-transition: 0.5s linear;
  137. -moz-transition: 0.5s linear;
  138. -o-transition: 0.5s linear;
  139. transition: 0.5s linear;
  140. }
  141.  
  142. .NaviTab:hover {
  143. background-color: #a0ca;
  144. }
  145.  
  146. .frienditempic {
  147. border: 7px ;
  148. width: 75px;
  149. height: 75px;
  150. margin: 5px;
  151. padding: 0;
  152. border-radius: 50%;
  153. -webkit-transition: 0.5s linear;
  154. -moz-transition: 0.5s linear;
  155. -o-transition: 0.5s linear;
  156. transition: 0.5s linear;
  157. }
  158.  
  159. .frienditempic:hover {
  160. border: 7px solid #a0caf0;
  161. border-radius: 0;
  162. }
  163.  
  164. #MarqueeBox{
  165. position: fixed; left: 0px; right: -800px; top: 0px; bottom: 0px; margin: auto;
  166. width: 380px;
  167. height: 530px;
  168. padding: 10px;
  169. border: 3px solid e;
  170. background-color: #8a9182;
  171. background-image: url("https://i.imgur.com/oJUsgm3.png");
  172. z-index: 5;
  173. }
  174.  
  175. .Marquee {
  176. height: 482px;
  177. width: 400px;
  178. margin: 0 auto;
  179. position: relative;
  180. overflow: hidden;
  181. }
  182.  
  183. .MoveIt {
  184. width: 400px;
  185. height: 10000px;
  186. position: absolute;
  187. overflow-y:hidden;
  188. top: 0;
  189. left: 0;
  190. -moz-animation: MoveIt 25s linear infinite;
  191. -webkit-animation: MoveIt 25s linear infinite;
  192. animation: MoveIt 25s linear infinite;
  193. }
  194.  
  195. .MoveIt img {
  196. display:inline-block;
  197. vertical-align:middle;
  198. height: 230px;
  199. width: auto;
  200. border: 3px solid grey;
  201. margin: 10 20 10 20;
  202. }
  203.  
  204. .MoveIt:hover {
  205. -moz-animation-play-state: paused;
  206. -webkit-animation-play-state: paused;
  207. animation-play-state: paused;
  208. }
  209.  
  210. @keyframes MoveIt {
  211. 0% {
  212. -moz-transform: translateY(515px);
  213. -webkit-transform: translateY(515px);
  214. transform: translateY(515px);
  215. }
  216. 100% {
  217. -moz-transform: translateY(-1280px);
  218. -webkit-transform: translateY(-1280px);
  219. transform: translateY(-1280px);
  220. }
  221. }
  222. /* Credit for the original CSS Marquee solution that this is based on to https://stackoverflow.com/questions/38604929/how-to-create-marquee-infinite-loop-of-logos-slider-with-css-only */
  223.  
  224. h1, h2, h3 {padding: 0px; margin: 0 0 8 0; text-align: center; color: #669682; font-family: "Abril Fatface"; border-bottom: dashed black 3px; text-shadow: 2px 0 0 black, -2px 0 0 black, 0 2px 0 black, 0 -2px 0 black, 1px 1px black, -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black;
  225. }
  226.  
  227. a {color: #a0caf0; font-family: "Abril Fatface"; font-size: 16px; text-decoration:none;
  228. -webkit-transition: 0.5s linear;
  229. -moz-transition: 0.5s linear;
  230. -o-transition: 0.5s linear;
  231. transition: 0.5s linear;}
  232. a:visited {color: #498c96;}
  233. a:hover {color: #997649;}
  234.  
  235. a.credit:link {color:#f0f0f0; font-family: "Audiowide"; font-size: 10px;}
  236. a.credit:visited {color:#f0f0f0;}
  237. a.credit:hover {color:#6f52be;}
  238. a.credit {text-decoration:none;}
  239.  
  240. b {color: #734a96;}
  241.  
  242.  
  243. ::-webkit-scrollbar {
  244. width: 8px;
  245. height: 1px;
  246. }
  247.  
  248. ::-webkit-scrollbar-track {
  249. border-radius: 5px;
  250. }
  251.  
  252. ::-webkit-scrollbar-thumb {
  253. background: nkpi;
  254. }
  255. </style>
  256. <body>
  257.  
  258. <div id="CenterBG"></div>
  259. <div id="LeftBG"></div>
  260. <div id="RightBG"></div>
  261.  
  262. <div id="Title">Naeru Selen</div>
  263. <img id="MainPic" src ="https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/766f102e-9773-4793-96f1-c18945631cab/dd1bt3n-4233c8ef-019e-42a4-944f-a9c1c4b5fbbd.png/v1/fill/w_1024,h_1182,strp/conspiracy_chaser_linda_by_kojiro_brushard_dd1bt3n-fullview.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7ImhlaWdodCI6Ijw9MTE4MiIsInBhdGgiOiJcL2ZcLzc2NmYxMDJlLTk3NzMtNDc5My05NmYxLWMxODk0NTYzMWNhYlwvZGQxYnQzbi00MjMzYzhlZi0wMTllLTQyYTQtOTQ0Zi1hOWMxYzRiNWZiYmQucG5nIiwid2lkdGgiOiI8PTEwMjQifV1dLCJhdWQiOlsidXJuOnNlcnZpY2U6aW1hZ2Uub3BlcmF0aW9ucyJdfQ.d8OEDcBPKG1Ih8n7mZHPipdbTHE5hhsYc9NuoE1cTKw"alt="Main Picture"></div>
  264.  
  265. <div id="MarqueeBox">
  266. <h1>Gallery</h1>
  267. <div class="Marquee">
  268. <div class="MoveIt">
  269. <center>
  270. <img src="https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/766f102e-9773-4793-96f1-c18945631cab/ddigdpk-be809938-abcc-47f2-9da3-7f836207ee22.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcLzc2NmYxMDJlLTk3NzMtNDc5My05NmYxLWMxODk0NTYzMWNhYlwvZGRpZ2Rway1iZTgwOTkzOC1hYmNjLTQ3ZjItOWRhMy03ZjgzNjIwN2VlMjIuanBnIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.EMbImdfJYh0xPenML2TmKaBvPlNlE8LKvZqS9wyV70c" alt="Gallery Picture"/><br>
  271. <img src="https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/766f102e-9773-4793-96f1-c18945631cab/dc2ghui-e2497eef-acb2-4402-b3cc-c3024498bc24.jpg/v1/fill/w_1024,h_1182,q_75,strp/discount_cm__linda_selfie_by_kojiro_brushard_dc2ghui-fullview.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7ImhlaWdodCI6Ijw9MTE4MiIsInBhdGgiOiJcL2ZcLzc2NmYxMDJlLTk3NzMtNDc5My05NmYxLWMxODk0NTYzMWNhYlwvZGMyZ2h1aS1lMjQ5N2VlZi1hY2IyLTQ0MDItYjNjYy1jMzAyNDQ5OGJjMjQuanBnIiwid2lkdGgiOiI8PTEwMjQifV1dLCJhdWQiOlsidXJuOnNlcnZpY2U6aW1hZ2Uub3BlcmF0aW9ucyJdfQ.Ur93483levvyhdv-TbelETM5MPdObGi71qNVzKEUnJs" alt="Gallery Picture"/><br>
  272. <img src="https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/766f102e-9773-4793-96f1-c18945631cab/dbds0hc-0f7fc732-2544-421e-884c-e6051bb77dae.jpg/v1/fill/w_1024,h_1536,q_75,strp/linda_on_your_phone__new_template_by_kojiro_brushard_dbds0hc-fullview.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7ImhlaWdodCI6Ijw9MTUzNiIsInBhdGgiOiJcL2ZcLzc2NmYxMDJlLTk3NzMtNDc5My05NmYxLWMxODk0NTYzMWNhYlwvZGJkczBoYy0wZjdmYzczMi0yNTQ0LTQyMWUtODg0Yy1lNjA1MWJiNzdkYWUuanBnIiwid2lkdGgiOiI8PTEwMjQifV1dLCJhdWQiOlsidXJuOnNlcnZpY2U6aW1hZ2Uub3BlcmF0aW9ucyJdfQ.Y9SuO1v1b0dik8BR6xkIcZtG0ZEdN1kgR9ZOS8w6C6o" alt="Gallery Picture"/><br>
  273. <img src="https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/766f102e-9773-4793-96f1-c18945631cab/da4vgtl-338a37ef-50be-4ff5-b10a-4fab443100cf.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcLzc2NmYxMDJlLTk3NzMtNDc5My05NmYxLWMxODk0NTYzMWNhYlwvZGE0dmd0bC0zMzhhMzdlZi01MGJlLTRmZjUtYjEwYS00ZmFiNDQzMTAwY2YuanBnIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.Snart1jZvycRQ_v4fsYcEzKlwGBe9EmVLRPCpQRGar8" alt="Gallery Picture"/><br>
  274. <img src="https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/766f102e-9773-4793-96f1-c18945631cab/da1qyt8-b1fc79b2-a26a-4068-9385-f3cfde933b0c.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcLzc2NmYxMDJlLTk3NzMtNDc5My05NmYxLWMxODk0NTYzMWNhYlwvZGExcXl0OC1iMWZjNzliMi1hMjZhLTQwNjgtOTM4NS1mM2NmZGU5MzNiMGMuanBnIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.YqkEJrSGtCmP3EyvkNyXXWOhI3Txly2rW7wcIhEQKqw" alt="Gallery Picture"/><br>
  275. </center>
  276. </div>
  277. </div>
  278.  
  279. <div id="one">
  280. <div id="tab">
  281. <h1>Statistics</h1>
  282. <b>Nickname:</b><span style=float:right>Nae, Selen</span><br>
  283. <b>Species:</b><span style=float:right>Mouse</span><br>
  284. <b>Gender:</b><span style=float:right>Female</span><br>
  285. <b>Age:</b><span style=float:right>26</span><br>
  286. <b>Height:</b><span style=float:right>5'</span><br>
  287. <b>Body:</b><span style=float:right>Curvy</span><br>
  288. <b>Eye Color:</b><span style=float:right>Red</span><br>
  289. <b>Orientation:</b><span style=float:right>Bi-Curious, Male lean</span><br>
  290. <b>Status:</b><span style=float:right>Open</span><br>
  291. <b>Occupation:</b><span style=float:right>Reporter</span><br>
  292. </div></div>
  293.  
  294. <div id="two">
  295. <div id="tab">
  296. <h1>Personality</h1>
  297. Tends to act sweet and innocent, however those that know her know that she is far from innocent. Normally very happy and welcoming she tries to make everyone she comes across happy in some form or another. She will protect those she cares about to the end, be it lover or friend. Loving to learn she will do whatever it takes to gain more knowledge.</div></div>
  298.  
  299. <div id="three">
  300. <div id="tab">
  301. <h1>History</h1>
  302. <h2>The Begining</h2>
  303.  
  304. Naeru is the bastard child of a politician, she was left with her mother and was told nothing of her father. It wasn't until she turned fourteen did she learn about everything as her mother up and left her when her father came calling. She took to wandering then, homeless for a while. She had moved to Japan at that point, with some difficulties, picking up schooling there and realizing just how smart she really was, graduating surprisingly quickly even by their standards. By eighteen she legally changed her last name and was finally completely free from her parents. Between the time moving and leaving Japan she ended up picking up a few undesirable habits.
  305.  
  306.  
  307. <h2>The Middle</h2>
  308. The one good thing that came out of those three years was she found out she could bare no children. Well it was a blessing and a curse. When she found out she took to exploring the world running even more from her past. In the next four years she lined her pockets and built her wealth. She learned many great things from the cultures she studied and even gained some financial stability with help of some journals and writing here and there. She has places through out the world, little houses or large penthouse suites. She is not afraid to vanish to one of those places with someone if it was right.
  309.  
  310. <h2>The Current</h2>
  311. She is moving through life alone, shes alright with that though. Working, all the working until she can find someone to settle with. Or multiple people, who knows. She has taken to staying in London or other British countries, working at the London newspaper for the current moment.
  312. </p></div></div>
  313.  
  314. <div id="four">
  315. <div id="tab">
  316. <h1>Abilities</h1>
  317. Just a simple Mouse with a nose for adventure and a damn good writing mind</div></div>
  318.  
  319. <div id="five">
  320. <div id="tab">
  321. <h1>Associates</h1>
  322. <center>
  323. <a target="_blank" href="https://roleplay.chat/profile.php?user=Mikey"><img src="https://i.imgur.com/kmSWsia.png" class="frienditempic" title="Bully Rat" alt="friend/item picture"></a>
  324. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend/item picture"></a>
  325. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend/item picture"></a>
  326. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend/item picture"></a>
  327. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend/item picture"></a>
  328. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend/item picture"></a>
  329. </center>
  330. </div></div>
  331.  
  332. <div id="six">
  333. <div id="tab">
  334. <h1>Inventory</h1>
  335. <center>
  336. <img src="https://hottopic.scene7.com/is/image/HotTopic/12878231_hi?$pdp_hero_standard$" class="frienditempic" title="Trusty Backpack" alt="friend/item picture">
  337. <img src="https://prodimage.images-bn.com/pimages/9781615583614_p0_v2_s600x595.jpg" class="frienditempic" title="Personal Journal" alt="friend/item picture">
  338. <img src="https://ae01.alicdn.com/kf/HTB1cPM6aG61gK0jSZFlq6xDKFXaC/Japan-Cute-No-Face-Man-Gel-Pen-Cartoon-Black-0-5mm-Pen-Gift-Kawaii-Stationery-Office.jpg" class="frienditempic" title="Most important Pens" alt="friend/item picture">
  339.  
  340. </center>
  341. </div></div>
  342.  
  343. <div id="OOCBox">
  344. <h1>Out of Character</h1>
  345. <b>01.</b> Frist off, these pictures are not mine and will be removed if requested by the owner. They are owned by <a target="_blank" href="https://www.deviantart.com/kojiro-brushard"> Kojrio Brushard. </a><br>
  346. <b>02.</b> <i>OOC is OOC do not mix it with IC, do not bring OOC drama to me.</i><br>
  347. <b>03.</b> No Profile no RP.<br>
  348. <b>04.</b> I have the right to refuse RP, as do you.<br>
  349. <b>05.</b> I will not deal with incest, vore/gore, water-play, death, bathroom stuff.. Basically anything that is WAY off in left field..<br>
  350. <b>06.</b> All "relationships" will be SL based unless I really like you.<br>
  351. <b>07.</b> Rp is third person, talk to me about an rp before you post.<br>
  352. <b>08.</b> There is a reason her history is as it is. I do not want her pregnant, I do not want someone to FIX the 'problem.' If you offer, and if you continue to push I will block you. End of story.<br>
  353. <b>09.</b> Timezeone - Eastern.<br>
  354. <b>10.</b> Can and will add more as needed.
  355. </div>
  356.  
  357.  
  358. <div id="LeftNav">
  359. <a href="#one"><div class="NaviTab"></div></a>
  360. <a href="#two"><div class="NaviTab"></div></a>
  361. <a href="#three"><div class="NaviTab"></div></a></div>
  362.  
  363. <div id="RightNav">
  364. <a href="#four"><div class="NaviTab"></div></a>
  365. <a href="#five"><div class="NaviTab"></div></a>
  366. <a href="#six"><div class="NaviTab"></div></a></div>
  367.  
  368. <div id="credit"><a class="credit" href="https://roleplay.chat/profile.php?user=Spaceman+Codes">Spaceman</a></div>
  369. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement