Advertisement
pvaaux

Ravenclaw Common Room 3/7

Mar 7th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.63 KB | None | 0 0
  1. <style>
  2. table {
  3. background: none;
  4. font: 7pt arial;
  5. text-align: center;
  6. }
  7. td a img, .sf {
  8. display: none;
  9. }
  10. .mtrunk {
  11. background: url("http://i.ibb.co/sP5K4Jw/Base-Trunk.png");
  12. padding: 0px;
  13. height: 380px;
  14. overflow: hidden;
  15. width: 940px;
  16. margin-bottom: 40px;
  17. }
  18. body {
  19. background: url("http://i.ibb.co/XyPdcNH/Slugg-Club-RCR-BG.jpg") top center fixed no-repeat;
  20. background-color: #1a2038;
  21. }
  22. .members {
  23. bottom: 0px;
  24. left: 0px;
  25. height: 60px;
  26. width: 100%;
  27. background: #273982;
  28. z-index: 110;
  29. }
  30. b, a {
  31. color: #0c2eb8;
  32. }
  33. .hilight {
  34. color: #0c2eb8 !important;
  35. }
  36. td {
  37. width: 80px;
  38. }
  39. th {
  40. text-align: justify;
  41. }
  42. body, font, td, th, p, .medText {
  43. color: #e1d5c1;
  44. cursor: default;
  45. font: 8pt arial;
  46. }
  47. h1 {
  48. color: #ffffff;
  49. font: 10pt georgia;
  50. text-transform: lowercase;
  51. font-style: italic;
  52. margin-bottom: 5px;
  53. margin-top: -2px;
  54. text-align: center;
  55. letter-spacing: 2px;
  56. }
  57. h2 {
  58. color: #ffffff;
  59. font: 17pt georgia;
  60. text-transform: lowercase;
  61. margin-bottom: 0px;
  62. margin-top: -2px;
  63. font-style: italic;
  64. margin-left: 50px;
  65. }
  66. a.blank {
  67. width: 840px;
  68. height: 175px;
  69. display: block;
  70. background: url("http://image.ibb.co/eWjFbV/blank.png");
  71. }
  72. .profile {
  73. height: 350px;
  74. width: 700px;
  75. overflow: hidden !important;
  76. text-align: justify;
  77. padding-right: 10px;
  78. }
  79. .open {
  80. height: 175px;
  81. width: 700px;
  82. overflow: auto !important;
  83. }
  84. .close {
  85. height: 155px;
  86. width: 700px;
  87. overflow: auto !important;
  88. }
  89. .c {
  90. height: 175px;
  91. width: 700px;
  92. overflow: auto !important;
  93. }
  94. a.r {
  95. color: #ffffff;
  96. font: 10pt georgia;
  97. font-style: italic;
  98. text-align: left;
  99. display: block;
  100. height: 20px;
  101. }
  102. .stats {
  103. width: 555px;
  104. }
  105. .stats tr {
  106. height: 20px;
  107. }
  108. b {
  109. font-weight: bold;
  110. }
  111. td b {
  112. text-transform: uppercase;
  113. font: 7pt arial;
  114. font-weight: bold;
  115. }
  116. i {
  117. color: #fff;
  118. font: 8pt georgia;
  119. font-style: italic;
  120. text-transform: lowercase;
  121. }
  122. .hilight {
  123. text-transform: none;
  124. font-weight: normal;
  125. }
  126. a {
  127. text-decoration: none;
  128. }
  129. a:hover {
  130. color: #ffffff;
  131. text-decoration: none;
  132. }
  133. img {
  134. margin: 3px;
  135. background: transparent;
  136. padding: 2px;
  137. border: 1px transparent solid;
  138. }
  139. #header {
  140. width: 100%;
  141. height: auto;
  142. top: 310px;
  143. text-align: justify;
  144. left: 0px;
  145. }
  146. #main {
  147. width: 882px;
  148. height: 410px;
  149. margin-left: 0px;
  150. margin-top: -30px;
  151. text-align: left;
  152. color: #e0e0e0;
  153. }
  154. .linkies {
  155. display: inline-block;
  156. background: #273982;
  157. width: 120px;
  158. color: #937128 !important;
  159. font: 6pt verdana;
  160. text-transform: uppercase;
  161. font-weight: bold;
  162. letter-spacing: 3px;
  163. height: 22px;
  164. text-align: center;
  165. line-height: 22px;
  166. margin-bottom: 4px;
  167. }
  168. .linkies:hover {
  169. font-weight: bold;
  170. color: #ffffff;
  171. font: 9pt times;
  172. letter-spacing: 2px;
  173. text-transform: lowercase;
  174. font-style: italic;
  175. line-height: 22px;
  176. }
  177. .body {
  178. padding: 20px;
  179. height: auto;
  180. overflow: hidden;
  181. background-color: transparent;
  182. }
  183. .av {
  184. width: 50px;
  185. height: 50px;
  186. background-image: url("http://i.imgur.com/pdmCzl2.png");
  187. }
  188. .item {
  189. background-image: url("http://i.imgur.com/pdmCzl2.png");
  190. }
  191. .dormnav {
  192. top: 5px;
  193. left: 5px;
  194. z-index: 109;
  195. }
  196. .membernav {
  197. height: 60px;
  198. }
  199. .membernav a {
  200. width: 50px;
  201. padding: 10px;
  202. background: #937128;
  203. display: inline-block;
  204. text-align: center;
  205. }
  206. .membernav a:hover {
  207. background: #5063b4;
  208. }
  209. #trunk7 b, #nav7 a, #trunk7 .openlink:hover {
  210. color: #035e35;
  211. }
  212. #trunk31 b, #nav31 a, #trunk31 .openlink:hover {
  213. color: #6700b2;
  214. }
  215. #trunk44 b, #nav44 a, #trunk44 .openlink:hover {
  216. color: #FF96CB;
  217. }
  218. #trunk4 b, #nav4 a, #trunk4 .openlink:hover {
  219. color: #6700b2;
  220. }
  221. #trunk22 b, #nav22 a, #trunk22 .openlink:hover {
  222. color: #000000;
  223. }
  224. #trunk23 b, #nav23 a, #trunk23 .openlink:hover {
  225. color: #1436BE;
  226. }
  227. </style><div class="dormnav" style="position: fixed;">
  228. <img src="http://i.ibb.co/h948hQk/ravenclaw-navi.png" usemap="#image-map"><map name="image-map"><area alt="Gryffindor Common Room" title="Gryffindor Common Room" href="/~thefatlady_" coords="0,9,10,1,42,3,49,9,48,39,42,47,9,50,1,39" shape="poly"><area alt="Hufflepuff Common Room" title="Hufflepuff Common Room" href="/~nearthekitchens" coords="9,50,41,50,48,61,49,87,48,99,7,98,0,89,0,59" shape="poly"><area alt="Slytherin Common Room" title="Slytherin Common Room" href="/~inthedungeons" coords="0,111,7,103,40,103,48,114,48,141,39,149,8,148,2,138" shape="poly"></map></div>
  229.  
  230.  
  231.  
  232. <div class="members" style="position: fixed;">
  233. <center>
  234. <table class="membernav"><tr><td id="nav7"><a href="#trunk7">Katy</a></td>
  235. <td id="nav31"><a href="#trunk31">Caroline</a></td>
  236. <td id="nav44"><a href="#trunk44">Claire</a></td>
  237. <td id="nav4"><a href="#trunk4">Miche</a></td>
  238. <td id="nav22"><a href="#trunk22">Vana</a></td>
  239. <td id="nav23"><a href="#trunk23">Susan</a></td>
  240. </tr></table></center></div>
  241.  
  242.  
  243.  
  244. <center><div style="margin-top: 70px;">
  245. <img src="http://i.ibb.co/BwG684P/ravenclawdormitory.png"><br><table><tr><td><a href="/guilds/guild.phtml?id=4180479" class="linkies">guild home</a></td>
  246. <td><a href="/slugclubshops" class="linkies">diagon alley</a></td>
  247. <td><a href="/~slugclubministry" class="linkies">the ministry</a></td>
  248. <td><a href="/~thefloonetwork" class="linkies">TFN</a></td>
  249.  
  250.  
  251. </tr></table><div id="header" style="position: absolute;"> <center>
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269. <div id="trunk7" class="mtrunk" style="border-radius: 20px;">
  270. <div class="profile">
  271. <a id="close7" href="#open7" class="blank" title="click to view Katy's items"> </a>
  272. <div class="open">
  273.  
  274. <h2>celeste_esther
  275. <a href="/neomessages.phtml?type=send&recipient=celeste_esther">
  276. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  277. <img src="http://imgur.com/v54DJTo.png" style="float: left;"><table class="stats"><tr><th>
  278. <b>Name:</b> <a href="/userlookup.phtml?user=celeste_esther">Katy</a></th>
  279. <th><b>Gender:</b> Witch</th>
  280. <th><b>Birthday:</b> June 4th </th>
  281. </tr><tr><th><b>Time Zone:</b> NST+ 3</th>
  282. <th colspan="2"><b>Position:</b> <b class="hilight">Founder, Head of House, Potions Master</b></th>
  283. </tr><tr><th><b>Animagus form:</b> None</th>
  284. <th><b>Boggart:</b> None</th>
  285. <th><b>Patronus:</b> None</th>
  286. </tr><tr><th><b>Artifact owned:</b>
  287. <b class="hilight">None</b></th>
  288. <th><b>Blood Purity:</b>Half-Blood</th>
  289. </tr><tr><th><b>Avatars:</b> 12</th>
  290. <th><b>Superlative:</b> None</th>
  291. <th><b>Galleons:</b> 205</th>
  292. </tr></table></div>
  293. <a id="open7" href="#close7" class="blank" title="click to view Katy's info"> </a>
  294. <div class="open">
  295. <div class="close">
  296.  
  297. <h1>avatars</h1>
  298. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/QTJyX5N.png" class="av"></td>
  299. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  300. <td><img src="http://imgur.com/QTIwXek.gif" class="av"></td>
  301. <td><img src="http://imgur.com/ZqLX6b5.gif" class="av"></td>
  302. <td><img src="http://imgur.com/3WGcX6J.gif" class="av"></td>
  303. <td><img src="http://i.imgur.com/wkomtd8.gif" class="av"></td>
  304. <td><img src="http://i.imgur.com/TMBP54R.gif" class="av"></td>
  305. <td><img src="http://imgur.com/7hRKiZM.gif" class="av"></td>
  306. <td><img src="http://imgur.com/qsW9dqO.gif" class="av"></td>
  307. <td><img src="http://imgur.com/48Q85ml.gif" class="av"></td>
  308. </tr><tr><td><img src="http://i.imgur.com/oxo8Whi.gif" class="av"></td>
  309. <td><img src="http://i.imgur.com/hmiG4lU.gif" class="av"></td>
  310. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  311. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  312. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  313. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  314. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  315. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  316. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  317. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  318. </tr></table><h1>trophies</h1><center>
  319. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  320. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  321. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  322. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  323. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  324. </tr></table></center><br><br><h1>personal items</h1>
  325. <center>
  326. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/hpJCOsk.png" class="item" title="Holly Wand with Veela Hair Core"><br><b>Holly Wand</b></td>
  327. <td><img src="http://i.imgur.com/uuj5TAc.png" class="item" title="Holland Lop Transforming Rabbit"><br><b>Nacho</b></td>
  328. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  329. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  330. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  331. </tr></table></center><br><br><h1>school supplies and books</h1><center>
  332. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/XJFA9zD.png" class="item"><br><b>Cloak</b></td>
  333. <td><img src="http://i.imgur.com/2ABdh93.png" class="item"><br><b>Uniform</b></td>
  334. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  335. <td><img src="http://i.imgur.com/I0k6OcV.png" class="item" title="Dragon Hide Gloves"><br><b>Gloves</b></td>
  336. <td><img src="http://i.imgur.com/BrS6oVz.png" class="item" title="Black Quill"><br><b>Quill</b></td>
  337. </tr><tr><td><img src="http://i.imgur.com/DL4pDFE.png" class="item"><br><b>Parchment</b></td>
  338. <td><img src="http://i.imgur.com/vvZQW7D.png" class="item" title="Crystal Phials"><br><b>Phials</b></td>
  339. <td><img src="http://i.imgur.com/rR56fLi.png" class="item" title="Black Ink"><br><b>Ink</b></td>
  340. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  341. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  342. </tr><tr><td><img src="http://i.imgur.com/RgHQiQP.png" class="item" title="The Dark Forces: a Guide to Self Protection by Quentin Trimble"><br><b>T.D.F:A.G.T.S.P.</b></td>
  343. <td><img src="http://i.imgur.com/i2iNncK.png" class="item" title="The Standard Book of Spells: Grade 1 by Miranda Goshawk"><br><b>S.B.O.S. 1</b></td>
  344. <td><img src="http://i.imgur.com/IPHqcjv.png" class="item" title="The Book of Charms and Spells by Graham King"><br><b>T.B.O.C.A.S.</b></td>
  345. <td><img src="http://i.imgur.com/dEiAF6K.png" class="item" title="A Beginners Guide to Transfiguration by Emeric Switch"><br><b>A.B.G.T.T.</b></td>
  346. <td><img src="http://i.imgur.com/5QJTeXD.png" class="item" title="Magical Drafts and Potions by Arsenius Jigger"><br><b>M.D.A.P.</b></td>
  347. </tr><tr><td><img src="http://i.imgur.com/xpvRRz0.png" class="item" title="A History of Magic by Bathilda Bagshot"><br><b>H.O.M.</b></td>
  348. <td><img src="http://i.imgur.com/RpgkLEe.png" class="item" title="One Thousand Magical Herbs and Fungi by Phyllida Spore"><br><b>O.T.M.H.A.F.</b></td>
  349. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  350. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  351. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  352. </tr></table></center><br><br><h1>potion supplies</h1><center><table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/Zdcszs2.png" class="item" title="Brass Cauldron"><br><b>Cauldron</b></td>
  353. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  354. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  355. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  356. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  357. </tr></table></center><br><br><h1>collectibles</h1><center><table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://imgur.com/P9Ovwxl.png" class="item" title="A Rowena Ravenclaw Chocolate Frog Card - Awarded for being sorted into Ravenclaw"><br><b>Founder Card</b></td>
  358. <td><img src="http://imgur.com/Tc5adQL.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Blue Wig</b></td>
  359. <td><img src="http://imgur.com/oFADC3L.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Balloons</b></td>
  360. <td><img src="http://imgur.com/QWHuwrq.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Birthday Hat</b></td>
  361. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  362. </tr></table></center>
  363. </div>
  364. </div>
  365. </div></div>
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385. <div id="trunk31" class="mtrunk" style="border-radius: 20px;">
  386. <div class="profile">
  387. <a id="close31" href="#open31" class="blank" title="click to view Caroline's items"> </a>
  388. <div class="open">
  389.  
  390. <h2>cedric_is_cute111
  391. <a href="/neomessages.phtml?type=send&recipient=cedric_is_cute111">
  392. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  393. <img src="http://imgur.com/BBxStFf.png" style="float: left;"><table class="stats"><tr><th>
  394. <b>Name:</b> <a href="/userlookup.phtml?user=cedric_is_cute111">Caroline</a></th>
  395. <th><b>Gender:</b> Witch </th>
  396. <th><b>Birthday:</b> January 11th </th>
  397. </tr><tr><th><b>Time Zone:</b> NST </th>
  398. <th colspan="2"><b>Position:</b> <b class="hilight">First Year, Professor</b></th>
  399. </tr><tr><th><b>Animagus form:</b> None</th>
  400. <th><b>Boggart:</b> None</th>
  401. <th><b>Patronus:</b> None</th>
  402. </tr><tr><th><b>Artifact owned:</b>
  403. <b class="hilight">None</b></th>
  404. <th><b>Blood Purity:</b> Pureblood </th>
  405. </tr><tr><th><b>Avatars:</b> 7</th>
  406. <th><b>Superlative:</b> None</th>
  407. <th><b>Galleons:</b> 110</th>
  408. </tr></table></div>
  409. <a id="open31" href="#close31" class="blank" title="click to view Caroline's info"> </a>
  410. <div class="open">
  411. <div class="close">
  412.  
  413. <h1>avatars</h1>
  414. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/QTJyX5N.png" class="av"></td>
  415. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  416. <td><img src="http://imgur.com/QTIwXek.gif" class="av"></td>
  417. <td><img src="http://imgur.com/3WGcX6J.gif" class="av"></td>
  418. <td><img src="http://i.imgur.com/qlaenUD.gif" class="av"></td>
  419. <td><img src="http://imgur.com/7hRKiZM.gif" class="av"></td>
  420. <td><img src="http://i.imgur.com/hmiG4lU.gif" class="av"></td>
  421. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  422. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  423. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  424. </tr></table><h1>trophies</h1><center>
  425. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  426. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  427. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  428. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  429. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  430. </tr></table></center><br><br><h1>personal items</h1>
  431. <center>
  432. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/8o6mZgv.png" class="item" title="Cedar Wand with Phoenix Tail Feather Core"><br><b>Cedar Wand</b></td>
  433. <td><img src="http://i.imgur.com/EENr5Ap.png" class="item" title="Black Cat"><br><b>Jinx</b></td>
  434. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  435. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  436. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  437. </tr></table></center><br><br><h1>school supplies and books</h1><center>
  438. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/XJFA9zD.png" class="item"><br><b>Cloak</b></td>
  439. <td><img src="http://i.imgur.com/2ABdh93.png" class="item"><br><b>Uniform</b></td>
  440. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  441. <td><img src="http://i.imgur.com/IaYjmzr.png" class="item" title="Chameleon Skin Gloves"><br><b>Gloves</b></td>
  442. <td><img src="http://i.imgur.com/2zz96zv.png" class="item" title="Anti-Cheating Quill"><br><b>Quill</b></td>
  443. </tr><tr><td><img src="http://i.imgur.com/Udf06zd.png" class="item"><br><b>Parchment</b></td>
  444. <td><img src="http://i.imgur.com/m7eWSYb.png" class="item" title="Glass Phials"><br><b>Phials</b></td>
  445. <td><img src="http://i.imgur.com/rR56fLi.png" class="item" title="Black Ink"><br><b>Ink</b></td>
  446. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  447. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  448. </tr><tr><td><img src="http://i.imgur.com/RgHQiQP.png" class="item" title="The Dark Forces: a Guide to Self Protection by Quentin Trimble"><br><b>T.D.F:A.G.T.S.P.</b></td>
  449. <td><img src="http://i.imgur.com/i2iNncK.png" class="item" title="The Standard Book of Spells: Grade 1 by Miranda Goshawk"><br><b>S.B.O.S. 1</b></td>
  450. <td><img src="http://i.imgur.com/IPHqcjv.png" class="item" title="The Book of Charms and Spells by Graham King"><br><b>T.B.O.C.A.S.</b></td>
  451. <td><img src="http://i.imgur.com/dEiAF6K.png" class="item" title="A Beginners Guide to Transfiguration by Emeric Switch"><br><b>A.B.G.T.T.</b></td>
  452. <td><img src="http://i.imgur.com/5QJTeXD.png" class="item" title="Magical Drafts and Potions by Arsenius Jigger"><br><b>M.D.A.P.</b></td>
  453. </tr><tr><td><img src="http://i.imgur.com/xpvRRz0.png" class="item" title="A History of Magic by Bathilda Bagshot"><br><b>H.O.M.</b></td>
  454. <td><img src="http://i.imgur.com/RpgkLEe.png" class="item" title="One Thousand Magical Herbs and Fungi by Phyllida Spore"><br><b>O.T.M.H.A.F.</b></td>
  455. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  456. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  457. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  458. </tr></table></center><br><br><h1>potion supplies</h1><center><table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/30atvKz.png" class="item" title="Pewter Cauldron"><br><b>Cauldron</b></td>
  459. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  460. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  461. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  462. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  463. </tr></table></center><br><br><h1>collectibles</h1><center><table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://imgur.com/P9Ovwxl.png" class="item" title="A Rowena Ravenclaw Chocolate Frog Card - Awarded for being sorted into Ravenclaw"><br><b>Founder Card</b></td>
  464. <td><img src="http://imgur.com/Tc5adQL.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Blue Wig</b></td>
  465. <td><img src="http://imgur.com/oFADC3L.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Balloons</b></td>
  466. <td><img src="http://imgur.com/QWHuwrq.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Birthday Hat</b></td>
  467. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  468. </tr></table></center>
  469. </div>
  470. </div>
  471. </div></div>
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486. <div id="trunk44" class="mtrunk" style="border-radius: 20px;">
  487. <div class="profile">
  488. <a id="close44" href="#open44" class="blank" title="click to view Claire's items"> </a>
  489. <div class="open">
  490.  
  491. <h2>accidentalgenius
  492. <a href="/neomessages.phtml?type=send&recipient=accidentalgenius">
  493. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  494. <img src="http://imgur.com/8IhMdDm.png" style="float: left;"><table class="stats"><tr><th>
  495. <b>Name:</b> <a href="/userlookup.phtml?user=accidentalgenius">Claire</a></th>
  496. <th><b>Gender:</b> Witch</th>
  497. <th><b>Birthday:</b> April 4th </th>
  498. </tr><tr><th><b>Time Zone:</b> NST+ 15</th>
  499. <th colspan="2"><b>Position:</b> <b class="hilight">First Year</b></th>
  500. </tr><tr><th><b>Animagus form:</b> None</th>
  501. <th><b>Boggart:</b> None</th>
  502. <th><b>Patronus:</b> None</th>
  503. </tr><tr><th><b>Artifact owned:</b>
  504. <b class="hilight">None</b></th>
  505. <th><b>Blood Purity:</b> Pureblood</th>
  506. </tr><tr><th><b>Avatars:</b> 5</th>
  507. <th><b>Superlative:</b> None</th>
  508. <th><b>Galleons:</b> 75</th>
  509. </tr></table></div>
  510. <a id="open44" href="#close44" class="blank" title="click to view Claire's info"> </a>
  511. <div class="open">
  512. <div class="close">
  513.  
  514. <h1>avatars</h1>
  515. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/QTJyX5N.png" class="av"></td>
  516. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  517. <td><img src="http://imgur.com/QTIwXek.gif" class="av"></td>
  518. <td><img src="http://imgur.com/3WGcX6J.gif" class="av"></td>
  519. <td><img src="http://imgur.com/qsW9dqO.gif" class="av"></td>
  520. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  521. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  522. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  523. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  524. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  525. </tr></table><h1>trophies</h1><center>
  526. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  527. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  528. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  529. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  530. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  531. </tr></table></center><br><br><h1>personal items</h1>
  532. <center>
  533. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/lkVYsm9.png" class="item" title="Apple Wand with Dragon Heart-String Core"><br><b>Apple Wand</b></td>
  534. <td><img src="http://i.imgur.com/hYXGfYx.png" class="item" title="Scottish Fold"><br><b>Morgana</b></td>
  535. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  536. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  537. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  538. </tr></table></center><br><br><h1>school supplies and books</h1><center>
  539. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/XJFA9zD.png" class="item"><br><b>Cloak</b></td>
  540. <td><img src="http://i.imgur.com/2ABdh93.png" class="item"><br><b>Uniform</b></td>
  541. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  542. <td><img src="http://i.imgur.com/4gW3krQ.png" class="item" title="Charmed Leather Gloves"><br><b>Gloves</b></td>
  543. <td><img src="http://i.imgur.com/ii3vuWu.png" class="item" title="Pink Quill"><br><b>Quill</b></td>
  544. </tr><tr><td><img src="http://i.imgur.com/DL4pDFE.png" class="item"><br><b>Parchment</b></td>
  545. <td><img src="http://i.imgur.com/vvZQW7D.png" class="item" title="Crystal Phials"><br><b>Phials</b></td>
  546. <td><img src="http://i.imgur.com/rR56fLi.png" class="item" title="Black Ink"><br><b>Ink</b></td>
  547. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  548. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  549. </tr><tr><td><img src="http://i.imgur.com/RgHQiQP.png" class="item" title="The Dark Forces: a Guide to Self Protection by Quentin Trimble"><br><b>T.D.F:A.G.T.S.P.</b></td>
  550. <td><img src="http://i.imgur.com/i2iNncK.png" class="item" title="The Standard Book of Spells: Grade 1 by Miranda Goshawk"><br><b>S.B.O.S. 1</b></td>
  551. <td><img src="http://i.imgur.com/IPHqcjv.png" class="item" title="The Book of Charms and Spells by Graham King"><br><b>T.B.O.C.A.S.</b></td>
  552. <td><img src="http://i.imgur.com/dEiAF6K.png" class="item" title="A Beginners Guide to Transfiguration by Emeric Switch"><br><b>A.B.G.T.T.</b></td>
  553. <td><img src="http://i.imgur.com/5QJTeXD.png" class="item" title="Magical Drafts and Potions by Arsenius Jigger"><br><b>M.D.A.P.</b></td>
  554. </tr><tr><td><img src="http://i.imgur.com/xpvRRz0.png" class="item" title="A History of Magic by Bathilda Bagshot"><br><b>H.O.M.</b></td>
  555. <td><img src="http://i.imgur.com/RpgkLEe.png" class="item" title="One Thousand Magical Herbs and Fungi by Phyllida Spore"><br><b>O.T.M.H.A.F.</b></td>
  556. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  557. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  558. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  559. </tr></table></center><br><br><h1>potion supplies</h1><center><table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/Xy0mQWG.png" class="item" title="Copper Cauldron"><br><b>Cauldron</b></td>
  560. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  561. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  562. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  563. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  564. </tr></table></center><br><br><h1>collectibles</h1><center><table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://imgur.com/P9Ovwxl.png" class="item" title="A Rowena Ravenclaw Chocolate Frog Card - Awarded for being sorted into Ravenclaw"><br><b>Founder Card</b></td>
  565. <td><img src="http://imgur.com/Tc5adQL.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Blue Wig</b></td>
  566. <td><img src="http://imgur.com/oFADC3L.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Balloons</b></td>
  567. <td><img src="http://imgur.com/QWHuwrq.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Birthday Hat</b></td>
  568. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  569. </tr></table></center>
  570. </div>
  571. </div>
  572. </div></div>
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587. <div id="trunk4" class="mtrunk" style="border-radius: 20px;">
  588. <div class="profile">
  589. <a id="close4" href="#open4" class="blank" title="click to view Miche's items"> </a>
  590. <div class="open">
  591.  
  592. <h2>michelineee
  593. <a href="/neomessages.phtml?type=send&recipient=michelineee">
  594. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  595. <img src="http://imgur.com/y7WkIeT.png" style="float: left;"><table class="stats"><tr><th>
  596. <b>Name:</b> <a href="/userlookup.phtml?user=michelineee">Miche</a></th>
  597. <th><b>Gender:</b> Witch</th>
  598. <th><b>Birthday:</b> January 7th</th>
  599. </tr><tr><th><b>Time Zone:</b> NST+ 1</th>
  600. <th colspan="2"><b>Position:</b> <b class="hilight">Caretaker, First Year</b></th>
  601. </tr><tr><th><b>Animagus form:</b> None</th>
  602. <th><b>Boggart:</b> None</th>
  603. <th><b>Patronus:</b> None</th>
  604. </tr><tr><th><b>Artifact owned:</b>
  605. <b class="hilight">None</b></th>
  606. <th><b>Blood Purity:</b> Half-Blood</th>
  607. </tr><tr><th><b>Avatars:</b> 8</th>
  608. <th><b>Superlative:</b> None</th>
  609. <th><b>Galleons:</b> 248</th>
  610. </tr></table></div>
  611. <a id="open4" href="#close4" class="blank" title="click to view Miche's info"> </a>
  612. <div class="open">
  613. <div class="close">
  614.  
  615. <h1>avatars</h1>
  616. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/QTJyX5N.png" class="av"></td>
  617. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  618. <td><img src="http://imgur.com/QTIwXek.gif" class="av"></td>
  619. <td><img src="http://imgur.com/HdFlRMg.gif" class="av"></td>
  620. <td><img src="http://imgur.com/3WGcX6J.gif" class="av"></td>
  621. <td><img src="http://imgur.com/9YOtscD.gif" class="av"></td>
  622. <td><img src="http://imgur.com/7hRKiZM.gif" class="av"></td>
  623. <td><img src="http://i.imgur.com/qAKBtfW.gif" class="av"></td>
  624. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  625. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  626. </tr></table><h1>trophies</h1><center>
  627. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  628. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  629. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  630. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  631. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  632. </tr></table></center><br><br><h1>personal items</h1>
  633. <center>
  634. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/LsL1Mht.png" class="item" title="Beech Wood Wand with Thestral Hair Core"><br><b>Beech Wand</b></td>
  635. <td><img src="http://i.imgur.com/AaRCf7b.png" class="item" title="Ginger Cat"><br><b>Hobbes</b></td>
  636. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  637. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  638. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  639. </tr></table></center><br><br><h1>school supplies and books</h1><center>
  640. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/XJFA9zD.png" class="item"><br><b>Cloak</b></td>
  641. <td><img src="http://i.imgur.com/2ABdh93.png" class="item"><br><b>Uniform</b></td>
  642. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  643. <td><img src="http://i.imgur.com/4gW3krQ.png" class="item" title="Charmed Leather Gloves"><br><b>Gloves</b></td>
  644. <td><img src="http://i.imgur.com/BLZDN07.png" class="item" title="Self-Spelling Quill"><br><b>Quill</b></td>
  645. </tr><tr><td><img src="http://i.imgur.com/L5EJfHW.png" class="item"><br><b>Parchment</b></td>
  646. <td><img src="http://i.imgur.com/vvZQW7D.png" class="item" title="Crystal Phials"><br><b>Phials</b></td>
  647. <td><img src="http://i.imgur.com/rR56fLi.png" class="item" title="Black Ink"><br><b>Ink</b></td>
  648. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  649. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  650. </tr><tr><td><img src="http://i.imgur.com/RgHQiQP.png" class="item" title="The Dark Forces: a Guide to Self Protection by Quentin Trimble"><br><b>T.D.F:A.G.T.S.P.</b></td>
  651. <td><img src="http://i.imgur.com/i2iNncK.png" class="item" title="The Standard Book of Spells: Grade 1 by Miranda Goshawk"><br><b>S.B.O.S. 1</b></td>
  652. <td><img src="http://i.imgur.com/IPHqcjv.png" class="item" title="The Book of Charms and Spells by Graham King"><br><b>T.B.O.C.A.S.</b></td>
  653. <td><img src="http://i.imgur.com/dEiAF6K.png" class="item" title="A Beginners Guide to Transfiguration by Emeric Switch"><br><b>A.B.G.T.T.</b></td>
  654. <td><img src="http://i.imgur.com/5QJTeXD.png" class="item" title="Magical Drafts and Potions by Arsenius Jigger"><br><b>M.D.A.P.</b></td>
  655. </tr><tr><td><img src="http://i.imgur.com/xpvRRz0.png" class="item" title="A History of Magic by Bathilda Bagshot"><br><b>H.O.M.</b></td>
  656. <td><img src="http://i.imgur.com/RpgkLEe.png" class="item" title="One Thousand Magical Herbs and Fungi by Phyllida Spore"><br><b>O.T.M.H.A.F.</b></td>
  657. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  658. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  659. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  660. </tr></table></center><br><br><h1>potion supplies</h1><center><table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/Xy0mQWG.png" class="item" title="Copper Cauldron"><br><b>Cauldron</b></td>
  661. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  662. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  663. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  664. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  665. </tr></table></center><br><br><h1>collectibles</h1><center><table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://imgur.com/P9Ovwxl.png" class="item" title="A Rowena Ravenclaw Chocolate Frog Card - Awarded for being sorted into Ravenclaw"><br><b>Founder Card</b></td>
  666. <td><img src="http://imgur.com/Tc5adQL.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Blue Wig</b></td>
  667. <td><img src="http://imgur.com/oFADC3L.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Balloons</b></td>
  668. <td><img src="http://imgur.com/QWHuwrq.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Birthday Hat</b></td>
  669. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  670. </tr></table></center>
  671. </div>
  672. </div>
  673. </div></div>
  674.  
  675.  
  676.  
  677.  
  678.  
  679.  
  680. <div id="trunk22" class="mtrunk" style="border-radius: 20px;">
  681. <div class="profile">
  682. <a id="close22" href="#open22" class="blank" title="click to view Vana's items"> </a>
  683. <div class="open">
  684.  
  685. <h2>quaivoltaire
  686. <a href="/neomessages.phtml?type=send&recipient=quaivoltaire">
  687. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  688. <img src="http://i.imgur.com/GFNw5IU.png" style="float: left;"><table class="stats"><tr><th>
  689. <b>Name:</b> <a href="/userlookup.phtml?user=quaivoltaire">Vana</a></th>
  690. <th><b>Gender:</b> Witch</th>
  691. <th><b>Birthday:</b> September 8th </th>
  692. </tr><tr><th><b>Time Zone:</b> NST+ 0</th>
  693. <th colspan="2"><b>Position:</b> <b class="hilight">Prefect, First Year</b></th>
  694. </tr><tr><th><b>Animagus form:</b> None</th>
  695. <th><b>Boggart:</b> None</th>
  696. <th><b>Patronus:</b> None</th>
  697. </tr><tr><th><b>Artifact owned:</b>
  698. <b class="hilight">None</b></th>
  699. <th><b>Blood Purity:</b> Pureblood</th>
  700. </tr><tr><th><b>Avatars:</b> 7</th>
  701. <th><b>Superlative:</b> None</th>
  702. <th><b>Galleons:</b> 105</th>
  703. </tr></table></div>
  704. <a id="open22" href="#close22" class="blank" title="click to view Vana's info"> </a>
  705. <div class="open">
  706. <div class="close">
  707.  
  708. <h1>avatars</h1>
  709. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/QTJyX5N.png" class="av"></td>
  710. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  711. <td><img src="http://imgur.com/QTIwXek.gif" class="av"></td>
  712. <td><img src="http://imgur.com/PEi4YCA.gif" class="av"></td>
  713. <td><img src="http://i.imgur.com/qlaenUD.gif" class="av"></td>
  714. <td><img src="http://imgur.com/qsW9dqO.gif" class="av"></td>
  715. <td><img src="http://imgur.com/7hRKiZM.gif" class="av"></td>
  716. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  717. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  718. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  719. </tr></table><h1>trophies</h1><center>
  720. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  721. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  722. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  723. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  724. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  725. </tr></table></center><br><br><h1>personal items</h1>
  726. <center>
  727. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/OHzJ76w.png" class="item" title="Redwood Wand with Dragon Heart-String Core"><br><b>Redwood Wand</b></td>
  728. <td><img src="http://i.imgur.com/ehXyxAf.png" class="item" title="Palm Rat"><br><b>Gumdrop</b></td>
  729. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  730. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  731. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  732. </tr></table></center><br><br><h1>school supplies and books</h1><center>
  733. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/XJFA9zD.png" class="item"><br><b>Cloak</b></td>
  734. <td><img src="http://i.imgur.com/2ABdh93.png" class="item"><br><b>Uniform</b></td>
  735. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  736. <td><img src="http://i.imgur.com/4gW3krQ.png" class="item" title="Charmed Leather Gloves"><br><b>Gloves</b></td>
  737. <td><img src="http://i.imgur.com/ii3vuWu.png" class="item" title="Pink Quill"><br><b>Quill</b></td>
  738. </tr><tr><td><img src="http://i.imgur.com/Udf06zd.png" class="item"><br><b>Parchment</b></td>
  739. <td><img src="http://i.imgur.com/vvZQW7D.png" class="item" title="Crystal Phials"><br><b>Phials</b></td>
  740. <td><img src="http://i.imgur.com/Y2Yxz4g.png" class="item" title="Blue Ink"><br><b>Ink</b></td>
  741. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  742. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  743. </tr><tr><td><img src="http://i.imgur.com/RgHQiQP.png" class="item" title="The Dark Forces: a Guide to Self Protection by Quentin Trimble"><br><b>T.D.F:A.G.T.S.P.</b></td>
  744. <td><img src="http://i.imgur.com/i2iNncK.png" class="item" title="The Standard Book of Spells: Grade 1 by Miranda Goshawk"><br><b>S.B.O.S. 1</b></td>
  745. <td><img src="http://i.imgur.com/IPHqcjv.png" class="item" title="The Book of Charms and Spells by Graham King"><br><b>T.B.O.C.A.S.</b></td>
  746. <td><img src="http://i.imgur.com/dEiAF6K.png" class="item" title="A Beginners Guide to Transfiguration by Emeric Switch"><br><b>A.B.G.T.T.</b></td>
  747. <td><img src="http://i.imgur.com/5QJTeXD.png" class="item" title="Magical Drafts and Potions by Arsenius Jigger"><br><b>M.D.A.P.</b></td>
  748. </tr><tr><td><img src="http://i.imgur.com/xpvRRz0.png" class="item" title="A History of Magic by Bathilda Bagshot"><br><b>H.O.M.</b></td>
  749. <td><img src="http://i.imgur.com/RpgkLEe.png" class="item" title="One Thousand Magical Herbs and Fungi by Phyllida Spore"><br><b>O.T.M.H.A.F.</b></td>
  750. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  751. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  752. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  753. </tr></table></center><br><br><h1>potion supplies</h1><center><table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/Xy0mQWG.png" class="item" title="Copper Cauldron"><br><b>Cauldron</b></td>
  754. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  755. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  756. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  757. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  758. </tr></table></center><br><br><h1>collectibles</h1><center><table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://imgur.com/P9Ovwxl.png" class="item" title="A Rowena Ravenclaw Chocolate Frog Card - Awarded for being sorted into Ravenclaw"><br><b>Founder Card</b></td>
  759. <td><img src="http://imgur.com/Tc5adQL.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Blue Wig</b></td>
  760. <td><img src="http://imgur.com/oFADC3L.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Balloons</b></td>
  761. <td><img src="http://imgur.com/QWHuwrq.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Birthday Hat</b></td>
  762. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  763. </tr></table></center>
  764. </div>
  765. </div>
  766. </div></div>
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781. <div id="trunk23" class="mtrunk" style="border-radius: 20px;">
  782. <div class="profile">
  783. <a id="close23" href="#open23" class="blank" title="click to view Susan's items"> </a>
  784. <div class="open">
  785.  
  786. <h2>sanera998536
  787. <a href="/neomessages.phtml?type=send&recipient=sanera998536">
  788. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  789. <img src="http://imgur.com/eGKWvVt.png" style="float: left;"><table class="stats"><tr><th>
  790. <b>Name:</b> <a href="/userlookup.phtml?user=sanera998536">Susan</a></th>
  791. <th><b>Gender:</b> Witch</th>
  792. <th><b>Birthday:</b> May 23rd </th>
  793. </tr><tr><th><b>Time Zone:</b> NST+ 1</th>
  794. <th colspan="2"><b>Position:</b> <b class="hilight">First Year</b></th>
  795. </tr><tr><th><b>Animagus form:</b> None</th>
  796. <th><b>Boggart:</b> None</th>
  797. <th><b>Patronus:</b> None</th>
  798. </tr><tr><th><b>Artifact owned:</b>
  799. <b class="hilight">None</b></th>
  800. <th><b>Blood Purity:</b> Half-Blood</th>
  801. </tr><tr><th><b>Avatars:</b> 4</th>
  802. <th><b>Superlative:</b> None</th>
  803. <th><b>Galleons:</b> 63</th>
  804. </tr></table></div>
  805. <a id="open23" href="#close23" class="blank" title="click to view Susan's info"> </a>
  806. <div class="open">
  807. <div class="close">
  808.  
  809. <h1>avatars</h1>
  810. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/QTJyX5N.png" class="av"></td>
  811. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  812. <td><img src="http://i.imgur.com/QTIwXek.gif" class="av"></td>
  813. <td><img src="http://imgur.com/7hRKiZM.gif" class="av"></td>
  814. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  815. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  816. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  817. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  818. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  819. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  820. </tr></table><h1>trophies</h1><center>
  821. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  822. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  823. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  824. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  825. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  826. </tr></table></center><br><br><h1>personal items</h1>
  827. <center>
  828. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/v7gjbSk.png" class="item" title="Poplar Wand with Dragon Heart-String Core"><br><b>Poplar Wand</b></td>
  829. <td><img src="http://i.imgur.com/AaRCf7b.png" class="item" title="Ginger Cat"><br><b>Shirley</b></td>
  830. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  831. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  832. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  833. </tr></table></center><br><br><h1>school supplies and books</h1><center>
  834. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/XJFA9zD.png" class="item"><br><b>Cloak</b></td>
  835. <td><img src="http://i.imgur.com/2ABdh93.png" class="item"><br><b>Uniform</b></td>
  836. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  837. <td><img src="http://i.imgur.com/4gW3krQ.png" class="item" title="Charmed Leather Gloves"><br><b>Gloves</b></td>
  838. <td><img src="http://i.imgur.com/stkJUVV.png" class="item" title="Blue Quill"><br><b>Quill</b></td>
  839. </tr><tr><td><img src="http://i.imgur.com/L5EJfHW.png" class="item"><br><b>Parchment</b></td>
  840. <td><img src="http://i.imgur.com/m7eWSYb.png" class="item" title="Glass Phials"><br><b>Phials</b></td>
  841. <td><img src="http://i.imgur.com/Y2Yxz4g.png" class="item" title="Blue Ink"><br><b>Ink</b></td>
  842. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  843. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  844. </tr><tr><td><img src="http://i.imgur.com/RgHQiQP.png" class="item" title="The Dark Forces: a Guide to Self Protection by Quentin Trimble"><br><b>T.D.F:A.G.T.S.P.</b></td>
  845. <td><img src="http://i.imgur.com/i2iNncK.png" class="item" title="The Standard Book of Spells: Grade 1 by Miranda Goshawk"><br><b>S.B.O.S. 1</b></td>
  846. <td><img src="http://i.imgur.com/IPHqcjv.png" class="item" title="The Book of Charms and Spells by Graham King"><br><b>T.B.O.C.A.S.</b></td>
  847. <td><img src="http://i.imgur.com/dEiAF6K.png" class="item" title="A Beginners Guide to Transfiguration by Emeric Switch"><br><b>A.B.G.T.T.</b></td>
  848. <td><img src="http://i.imgur.com/5QJTeXD.png" class="item" title="Magical Drafts and Potions by Arsenius Jigger"><br><b>M.D.A.P.</b></td>
  849. </tr><tr><td><img src="http://i.imgur.com/xpvRRz0.png" class="item" title="A History of Magic by Bathilda Bagshot"><br><b>H.O.M.</b></td>
  850. <td><img src="http://i.imgur.com/RpgkLEe.png" class="item" title="One Thousand Magical Herbs and Fungi by Phyllida Spore"><br><b>O.T.M.H.A.F.</b></td>
  851. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  852. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  853. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  854. </tr></table></center><br><br><h1>potion supplies</h1><center><table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/Zdcszs2.png" class="item" title="Brass Cauldron"><br><b>Cauldron</b></td>
  855. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  856. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  857. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  858. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  859. </tr></table></center><br><br><h1>collectibles</h1><center><table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://imgur.com/P9Ovwxl.png" class="item" title="A Rowena Ravenclaw Chocolate Frog Card - Awarded for being sorted into Ravenclaw"><br><b>Founder Card</b></td>
  860. <td><img src="http://imgur.com/Tc5adQL.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Blue Wig</b></td>
  861. <td><img src="http://imgur.com/oFADC3L.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Balloons</b></td>
  862. <td><img src="http://imgur.com/QWHuwrq.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Birthday Hat</b></td>
  863. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  864. </tr></table></center>
  865. </div>
  866. </div>
  867. </div></div>
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874.  
  875.  
  876.  
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888. <br><br><br><br><br><br><br><br></center></div></div></center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement