Advertisement
pvaaux

Gryffindor Common Room 4/8

Apr 8th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 59.31 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/pdxN9Cf/Slugg-Club-GCR-BG.png") top center fixed no-repeat;
  20. background-color: #3d140f;
  21. }
  22. .members {
  23. bottom: 0px;
  24. left: 0px;
  25. height: 60px;
  26. width: 100%;
  27. background: #844242;
  28. z-index: 110;
  29. }
  30. b, a {
  31. color: #690f0f;
  32. }
  33. .hilight {
  34. color: #690f0f !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: #710c00;
  157. width: 120px;
  158. color: #c7b41f !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: #793333;
  203. display: inline-block;
  204. text-align: center;
  205. }
  206. .membernav a:hover {
  207. background: #a7a21d;
  208. }
  209. #trunk19 b, #nav19 a, #trunk19 .openlink:hover {
  210. color: #4ea8c5;
  211. }
  212. #trunk12 b, #nav12 a, #trunk12 .openlink:hover {
  213. color: #1eb337;
  214. }
  215. #trunk21 b, #nav21 a, #trunk21 .openlink:hover {
  216. color: #000000;
  217. }
  218. #trunk16 b, #nav16 a, #trunk16 .openlink:hover {
  219. color: #18cede;
  220. }
  221. #trunk18 b, #nav18 a, #trunk18 .openlink:hover {
  222. color: #970303;
  223. }
  224. #trunk14 b, #nav14 a, #trunk14 .openlink:hover {
  225. color: #DCBFDA;
  226. }
  227. #trunk94 b, #nav94 a, #trunk94 .openlink:hover {
  228. color: #1eb337;
  229. }
  230. </style><div class="dormnav" style="position: fixed;">
  231. <img src="http://i.ibb.co/c66R9vP/gryffindor-navi.png" usemap="#image-map"><map name="image-map"><area alt="Hufflepuff Common Room" title="Hufflepuff Common Room" href="/~nearthekitchens" coords="1,9,11,1,42,2,49,11,49,41,41,49,9,49,1,40,0,32,0,18" shape="poly"><area alt="Ravenclaw Common Room" title="Ravenclaw Common Room" href="/~ravenclawtower" coords="1,59,9,52,39,51,49,59,48,89,40,99,8,100,1,90" shape="poly"><area alt="Slytherin Common Room" title="Slytherin Common Room" href="/~inthedungeons" coords="0,110,9,102,40,102,48,112,47,141,41,149,7,148,0,140" shape="poly"></map></div>
  232.  
  233.  
  234.  
  235.  
  236. <div class="members" style="position: fixed;">
  237. <center>
  238. <table class="membernav"><tr><td id="nav19"><a href="#trunk19">Pemily</a></td>
  239. <td id="nav12"><a href="#trunk12">Alex</a></td>
  240. <td id="nav18"><a href="#trunk18">Turner</a></td>
  241. <td id="nav21"><a href="#trunk21">Dani</a></td>
  242. <td id="nav16"><a href="#trunk16">Bells</a></td>
  243. <td id="nav14"><a href="#trunk14">Sarah</a></td>
  244. <td id="nav94"><a href="#trunk94">Anna</a></td>
  245.  
  246. </tr></table></center></div>
  247.  
  248.  
  249.  
  250. <center><div style="margin-top: 70px;">
  251. <img src="http://i.ibb.co/njjrr38/gryffindordormitory.png"><br><table><tr><td><a href="/guilds/guild.phtml?id=4180479" class="linkies">guild home</a></td>
  252. <td><a href="/~slugclubshops" class="linkies">diagon alley</a></td>
  253. <td><a href="/~slugclubministry" class="linkies">the ministry</a></td>
  254. <td><a href="/~thefloonetwork" class="linkies">TFN</a></td>
  255.  
  256.  
  257. </tr></table><div id="header" style="position: absolute;"> <center>
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275. <div id="trunk19" class="mtrunk" style="border-radius: 20px;">
  276. <div class="profile">
  277. <a id="close19" href="#open19" class="blank" title="click to view Pemily's items"> </a>
  278. <div class="open">
  279.  
  280. <h2>horses_rock_1963 <a href="/neomessages.phtml?type=send&recipient=horses_rock_1963">
  281. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  282. <img src="http://imgur.com/nFs02ld.png" style="float: left;"><table class="stats"><tr><th>
  283. <b>Name:</b> <a href="/userlookup.phtml?user=horses_rock_1963">Pemily</a></th>
  284. <th><b>Gender:</b> Witch </th>
  285. <th><b>Birthday:</b> April 20th</th>
  286. </tr><tr><th><b>Time Zone:</b> NST+ 2</th>
  287. <th colspan="2"><b>Position:</b> <b class="hilight">Founder, Second Year, Head of House, Professor</b></th>
  288. </tr><tr><th><b>Animagus form:</b> None</th>
  289. <th><b>Boggart:</b> None</th>
  290. <th><b>Patronus:</b> None</th>
  291. </tr><tr><th><b>Artifact owned:</b>
  292. <b class="hilight">None</b></th>
  293. <th><b>Blood Purity:</b> Half-Blood </th>
  294. </tr><tr><th><b>Avatars:</b> 14</th>
  295. <th><b>Superlative:</b> None</th>
  296. <th><b>Galleons:</b> 386</th>
  297. </tr></table></div>
  298. <a id="open19" href="#close19" class="blank" title="click to view Pemily's info"> </a>
  299. <div class="open">
  300. <div class="close">
  301.  
  302. <h1>avatars</h1>
  303. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/adtRNVd.gif" class="av"></td>
  304. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  305. <td><img src="http://i.imgur.com/QTIwXek.gif" class="av"></td>
  306. <td><img src="http://imgur.com/LGFdemR.gif" class="av"></td>
  307. <td><img src="http://imgur.com/3WGcX6J.gif" class="av"></td>
  308. <td><img src="http://i.imgur.com/thRp3xN.gif" class="av"></td>
  309. <td><img src="http://imgur.com/7hRKiZM.gif" class="av"></td>
  310. <td><img src="http://imgur.com/qsW9dqO.gif" class="av"></td>
  311. <td><img src="http://i.imgur.com/Vkddf6l.gif" class="av"></td>
  312. <td><img src="http://i.imgur.com/qlaenUD.gif" class="av"></td>
  313. </tr><tr><td><img src="http://i.imgur.com/wkomtd8.gif" class="av"></td>
  314. <td><img src="http://i.imgur.com/Awvlv23.png" class="av"></td>
  315. <td><img src="http://imgur.com/Ol5kkWB.gif" class="av"></td>
  316. <td><img src="http://imgur.com/mYdTUqm.gif" class="av"></td>
  317. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  318. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  319. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  320. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  321. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  322. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  323. </tr></table><h1>trophies</h1><center>
  324. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/UMvYcPB.png" class="item"><br><b>Professor/Host</b></td>
  325. <td><img src="http://i.imgur.com/g1NBkkw.png" class="item"><br><b>Auctions</b></td>
  326. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  327. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  328. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  329. </tr></table></center>
  330.  
  331. <br><br><h1>personal items</h1>
  332. <center>
  333. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/lkVYsm9.png" class="item" title="Apple Wood Wand with Thestral Hair Core"><br><b>Apple Wand</b></td>
  334. <td><img src="http://i.imgur.com/uuj5TAc.png" class="item" title="Holland Lop"><br><b>Nugget</b></td>
  335. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  336. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  337. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  338. </tr></table></center>
  339. <br><br><h1>school supplies and books</h1><center>
  340. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/Tjaz0P3.png" class="item"><br><b>Cloak</b></td>
  341. <td><img src="http://i.imgur.com/krDyp2a.png" class="item"><br><b>Uniform</b></td>
  342. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  343. <td><img src="http://i.imgur.com/4gW3krQ.png" class="item" title="Charmed Leather Gloves"><br><b>Gloves</b></td>
  344. <td><img src="http://i.imgur.com/BrS6oVz.png" class="item" title="Black Quill"><br><b>Quill</b></td>
  345. </tr><tr><td><img src="http://i.imgur.com/Udf06zd.png" class="item"><br><b>Parchment</b></td>
  346. <td><img src="http://i.imgur.com/m7eWSYb.png" class="item" title="Glass Phials"><br><b>Phials</b></td>
  347. <td><img src="http://i.imgur.com/rR56fLi.png" class="item" title="Black Ink"><br><b>Ink</b></td>
  348. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  349. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  350. </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>
  351. <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>
  352. <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>
  353. <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>
  354. <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>
  355. </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>
  356. <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>
  357. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  358. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  359. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td></tr><tr><td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  360. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  361. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  362. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  363. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  364. </tr></table></center>
  365. <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"><br><b>Cauldron</b></td>
  366. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  367. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  368. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  369. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  370. </tr></table></center>
  371.  
  372. <br><br><h1>collectibles</h1><center><table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://imgur.com/uPA11Yr.png" class="item" title="A Godric Gryffindor Chocolate Frog Card - Awarded for being sorted into Gryfindor"><br><b>Founder Card</b></td>
  373. <td><img src="http://imgur.com/Tc5adQL.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Blue Wig</b></td>
  374. <td><img src="http://imgur.com/oFADC3L.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Balloons</b></td>
  375. <td><img src="http://imgur.com/QWHuwrq.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Birthday Hat</b></td>
  376. <td><img src="http://imgur.com/NtDQ6d4.png" class="item" title="Book Safe - Grand Opening Prize Shop"><br><b>Safe</b></td>
  377. </tr><tr><td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  378. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  379. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  380. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  381. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  382. </tr></table></center>
  383. </div>
  384. </div>
  385. </div></div>
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402. <div id="trunk12" class="mtrunk" style="border-radius: 20px;">
  403. <div class="profile">
  404. <a id="close12" href="#open12" class="blank" title="click to view Alex's items"> </a>
  405. <div class="open">
  406.  
  407. <h2>ifiranthezo0
  408. <a href="/neomessages.phtml?type=send&recipient=ifiranthezo0">
  409. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  410. <img src="http://imgur.com/4FpPWQP.png" style="float: left;"><table class="stats"><tr><th>
  411. <b>Name:</b> <a href="/userlookup.phtml?user=ifiranthezo0">Alex</a></th>
  412. <th><b>Gender:</b> Witch</th>
  413. <th><b>Birthday:</b> December 9th </th>
  414. </tr><tr><th><b>Time Zone:</b> NST </th>
  415. <th colspan="2"><b>Position:</b> <b class="hilight">Second Year, Prefect</b></th>
  416. </tr><tr><th><b>Animagus form:</b> None</th>
  417. <th><b>Boggart:</b> None</th>
  418. <th><b>Patronus:</b> None</th>
  419. </tr><tr><th><b>Artifact owned:</b>
  420. <b class="hilight">None</b></th>
  421. <th><b>Blood Purity:</b> Half-Blood </th>
  422. </tr><tr><th><b>Avatars:</b> 18</th>
  423. <th><b>Superlative:</b> None</th>
  424. <th><b>Galleons:</b> 245</th>
  425. </tr></table></div>
  426. <a id="open12" href="#close12" class="blank" title="click to view Alex's info"> </a>
  427. <div class="open">
  428. <div class="close">
  429.  
  430. <h1>avatars</h1>
  431. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/adtRNVd.png" class="av"></td>
  432. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  433. <td><img src="http://i.imgur.com/QTIwXek.gif" class="av"></td>
  434. <td><img src="http://imgur.com/9bnIUCk.gif" class="av"></td>
  435. <td><img src="http://imgur.com/laBNxuK.gif" class="av"></td>
  436. <td><img src="http://i.imgur.com/qlaenUD.gif" class="av"></td>
  437. <td><img src="http://i.imgur.com/hmiG4lU.gif" class="av"></td>
  438. <td><img src="http://i.imgur.com/bFRYv9C.png" class="av"></td>
  439. <td><img src="http://i.imgur.com/Vkddf6l.gif" class="av"></td>
  440. <td><img src="http://i.imgur.com/qAKBtfW.gif" class="av"></td>
  441. </tr><tr><td><img src="http://i.imgur.com/ybVZKXD.gif" class="av"></td>
  442. <td><img src="http://imgur.com/KW7MeVD.gif" class="av"></td>
  443. <td><img src="http://i.imgur.com/fpdEdW9.gif" class="av"></td>
  444. <td><img src="http://i.imgur.com/Awvlv23.png" class="av"></td>
  445. <td><img src="http://i.imgur.com/W9dRoPr.gif" class="av"></td>
  446. <td><img src="http://imgur.com/PEi4YCA.gif" class="av"></td>
  447. <td><img src="http://imgur.com/Ol5kkWB.gif" class="av"></td>
  448. <td><img src="http://i.imgur.com/oxo8Whi.gif" class="av"></td>
  449. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  450. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  451. </tr></table><h1>
  452.  
  453.  
  454. trophies
  455.  
  456. </h1><center><table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/g1NBkkw.png" class="item"><br><b>Auctions</b></td>
  457. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  458. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</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. </tr></table></center><br><br><h1>
  462.  
  463. personal items
  464.  
  465. </h1><center> <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/3IHXWxC.png" class="item" title="Elder Wand with Unicorn Tail Hair Core"><br><b>Elder Wand</b></td>
  466. <td><img src="http://i.imgur.com/myuooFI.png" class="item" title="Elf Owl"><br><b>Winnie</b></td>
  467. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  468. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  469. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  470. </tr></table></center><br><br><h1>
  471.  
  472.  
  473. school supplies and books
  474.  
  475. </h1><center> <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/Tjaz0P3.png" class="item"><br><b>Cloak</b></td>
  476. <td><img src="http://i.imgur.com/krDyp2a.png" class="item"><br><b>Uniform</b></td>
  477. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  478. <td><img src="http://i.imgur.com/I0k6OcV.png" class="item" title="Dragon Hide Gloves"><br><b>Gloves</b></td>
  479. <td><img src="http://i.imgur.com/stkJUVV.png" class="item" title="Blue Quill"><br><b>Quill</b></td>
  480. </tr><tr><td><img src="http://i.imgur.com/Udf06zd.png" class="item"><br><b>Parchment</b></td>
  481. <td><img src="http://i.imgur.com/m7eWSYb.png" class="item" title="Glass Phials"><br><b>Phials</b></td>
  482. <td><img src="http://i.imgur.com/Y2Yxz4g.png" class="item" title="Blue Ink"><br><b>Ink</b></td>
  483. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  484. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  485. </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>
  486. <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>
  487. <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>
  488. <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>
  489. <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>
  490. </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>
  491. <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>
  492. <td><img src="http://i.imgur.com/jBpxn5o.png" class="item" title="Magical Me"><br><b>M.M.</b></td>
  493. <td><img src="http://i.imgur.com/U7VKXzx.png" class="item" title="Charm Your Own Cheese"><br><b>C.Y.O.C.</b></td>
  494. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td></tr><tr><td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  495. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  496. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  497. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  498. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td></tr></table></center>
  499. <br><br><h1>
  500.  
  501.  
  502. potion supplies
  503.  
  504. </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"><br><b>Cauldron</b></td>
  505. <td><img src="http://i.imgur.com/txs61XH.png" class="item" title="Acromantula Venom"><br><b>Ingredient</b></td>
  506. <td><img src="http://i.imgur.com/p2NVwMe.png" class="item" title="Rose Oil"><br><b>Ingredient</b></td>
  507. <td><img src="http://i.imgur.com/T2V9wMW.png" class="item" title="Lethe River Water"><br><b>Ingredient</b></td>
  508. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  509. </tr></table></center><br><br><h1>
  510.  
  511.  
  512. collectibles
  513.  
  514. </h1><center><table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://imgur.com/uPA11Yr.png" class="item" title="A Godric Gryffindor Chocolate Frog Card - Awarded for being sorted into Gryfindor"><br><b>Founder Card</b></td>
  515. <td><img src="http://imgur.com/Tc5adQL.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Blue Wig</b></td>
  516. <td><img src="http://imgur.com/oFADC3L.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Balloons</b></td>
  517. <td><img src="http://imgur.com/QWHuwrq.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Birthday Hat</b></td>
  518. <td><img src="http://imgur.com/HBax2id.png" class="item" title="Hogwart Express Train Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  519. </tr><tr><td><img src="http://imgur.com/NEM68Qc.png" class="item" title="Marauder's Map Pillow - Grand Opening Prize Shop"><br><b>Pillow</b></td>
  520. <td><img src="http://imgur.com/WrrSKLi.png" class="item" title="Niffler Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  521. <td><img src="http://imgur.com/NtDQ6d4.png" class="item" title="Book Safe - Grand Opening Prize Shop"><br><b>Safe</b></td>
  522. <td><img src="http://imgur.com/RStv4Tu.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  523. <td><img src="http://imgur.com/SrbNB4l.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  524. </tr><tr><td><img src="http://imgur.com/r6eDOpp.png" class="item" title="Harry Potter Plush - Grand Opening Prize Shop"><br><b>Plush</b></td>
  525. <td><img src="http://imgur.com/kompSZ6.png" class="item" title="Water Bottle - Grand Opening Prize Shop"><br><b>Water Bottle</b></td>
  526. <td><img src="http://imgur.com/1wEQVpc.png" class="item" title="Golden Snitch Game - Grand Opening Prize Shop"><br><b>Game</b></td>
  527. <td><img src="http://imgur.com/HYrFs1r.png" class="item" title="Exploding Bonbons - Grand Opening Prize Shop"><br><b>WWW Item</b></td>
  528. <td><img src="http://imgur.com/xZkD7cK.png" class="item" title="Socks - Grand Opening Prize Shop"><br><b>Socks</b></td>
  529. </tr><tr><td><img src="http://imgur.com/oTqCYDw.png" class="item" title="Quote Journal - Grand Opening Prize Shop"><br><b>Journal</b></td>
  530. <td><img src="http://i.imgur.com/gTEkaiU.png" class="item" title="Rainbow Cone"><br><b>Ice Cream</b></td>
  531. <td><img src="http://i.imgur.com/k6862bj.png" class="item" title="Triple Sherbet Sundae"><br><b>Ice Cream</b></td>
  532. <td><img src="http://imgur.com/b9WI43r.png" class="item" title="A bouquet of succulents and mushrooms gifted by the Staff in Y1T1"><br><b>Bouquet</b></td>
  533. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  534. </tr></table></center>
  535. </div>
  536. </div>
  537. </div></div>
  538.  
  539.  
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556. <div id="trunk18" class="mtrunk" style="border-radius: 20px;">
  557. <div class="profile">
  558. <a id="close18" href="#open18" class="blank" title="click to view Turner's items"> </a>
  559. <div class="open">
  560.  
  561. <h2>pirateluffy437
  562. <a href="/neomessages.phtml?type=send&recipient=pirateluffy437">
  563. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  564. <img src="http://i.imgur.com/kujmYmv.png.png" style="float: left;"><table class="stats"><tr><th>
  565. <b>Name:</b> <a href="/userlookup.phtml?user=pirateluffy437">Turner</a></th>
  566. <th><b>Gender:</b> Wizard </th>
  567. <th><b>Birthday:</b> June 29th </th>
  568. </tr><tr><th><b>Time Zone:</b> NST+ 9</th>
  569. <th colspan="2"><b>Position:</b> <b class="hilight">Second Year, Armourer</b></th>
  570. </tr><tr><th><b>Animagus form:</b> None</th>
  571. <th><b>Boggart:</b> None</th>
  572. <th><b>Patronus:</b> None</th>
  573. </tr><tr><th><b>Artifact owned:</b>
  574. <b class="hilight">None</b></th>
  575. <th><b>Blood Purity:</b> Half-Blood</th>
  576. </tr><tr><th><b>Avatars:</b> 11</th>
  577. <th><b>Superlative:</b> None</th>
  578. <th><b>Galleons:</b> 162</th>
  579. </tr></table></div>
  580. <a id="open18" href="#close18" class="blank" title="click to view Turner's info"> </a>
  581. <div class="open">
  582. <div class="close">
  583.  
  584. <h1>avatars</h1>
  585. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/adtRNVd.png" class="av"></td>
  586. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  587. <td><img src="http://imgur.com/e6WpIry.gif" class="av"></td>
  588. <td><img src="http://i.imgur.com/wkomtd8.gif" class="av"></td>
  589. <td><img src="http://i.imgur.com/QTIwXek.gif" class="av"></td>
  590. <td><img src="http://i.imgur.com/qlaenUD.gif" class="av"></td>
  591. <td><img src="http://i.imgur.com/Vkddf6l.gif" class="av"></td>
  592. <td><img src="http://i.imgur.com/qAKBtfW.gif" class="av"></td>
  593. <td><img src="http://i.imgur.com/ZY0721H.gif" class="av"></td>
  594. <td><img src="http://i.imgur.com/W9dRoPr.gif" class="av"></td>
  595. </tr><tr><td><img src="http://imgur.com/Ol5kkWB.gif" class="av"></td>
  596. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  597. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  598. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  599. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  600. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  601. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  602. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  603. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  604. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  605. </tr></table><h1>trophies</h1><center>
  606. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/g1NBkkw.png" class="item"><br><b>Auctions</b></td>
  607. <td><img src="http://i.imgur.com/UMvYcPB.png" class="item"><br><b>Professor/Host</b></td>
  608. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  609. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  610. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  611. </tr></table></center><br><br><h1>personal items</h1>
  612. <center>
  613. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/rJ2H9M4.png" class="item" title="Yew Wand with Veela Hair Core"><br><b>Yew Wand</b></td>
  614. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  615. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  616. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  617. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  618. </tr></table></center><br><br><h1>school supplies and books</h1><center>
  619. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/Tjaz0P3.png" class="item"><br><b>Cloak</b></td>
  620. <td><img src="http://i.imgur.com/8ctVMFS.png" class="item"><br><b>Uniform</b></td>
  621. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  622. <td><img src="http://i.imgur.com/IaYjmzr.png" class="item" title="Chameleon Skin Gloves"><br><b>Gloves</b></td>
  623. <td><img src="http://i.imgur.com/eL2odPk.png" class="item" title="Auto-Answer Quill"><br><b>Quill</b></td>
  624. </tr><tr><td><img src="http://i.imgur.com/DL4pDFE.png" class="item"><br><b>Parchment</b></td>
  625. <td><img src="http://i.imgur.com/vvZQW7D.png" class="item" title="Crystal Phials"><br><b>Phials</b></td>
  626. <td><img src="http://i.imgur.com/rR56fLi.png" class="item" title="Black Ink"><br><b>Ink</b></td>
  627. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  628. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  629. </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>
  630. <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>
  631. <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>
  632. <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>
  633. <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>
  634. </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>
  635. <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>
  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>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>
  640. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  641. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  642. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  643. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  644. </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/uPA11Yr.png" class="item" title="A Godric Gryffindor Chocolate Frog Card - Awarded for being sorted into Gryfindor"><br><b>Founder Card</b></td>
  645. <td><img src="http://imgur.com/Tc5adQL.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Blue Wig</b></td>
  646. <td><img src="http://imgur.com/oFADC3L.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Balloons</b></td>
  647. <td><img src="http://imgur.com/QWHuwrq.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Birthday Hat</b></td>
  648. <td><img src="http://imgur.com/HBax2id.png" class="item" title="Hogwart Express Train Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  649. </tr><tr><td><img src="http://imgur.com/NEM68Qc.png" class="item" title="Marauder's Map Pillow - Grand Opening Prize Shop"><br><b>Pillow</b></td>
  650. <td><img src="http://imgur.com/WrrSKLi.png" class="item" title="Niffler Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  651. <td><img src="http://imgur.com/NtDQ6d4.png" class="item" title="Book Safe - Grand Opening Prize Shop"><br><b>Safe</b></td>
  652. <td><img src="http://imgur.com/RStv4Tu.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  653. <td><img src="http://imgur.com/SrbNB4l.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  654. </tr><tr><td><img src="http://imgur.com/r6eDOpp.png" class="item" title="Harry Potter Plush - Grand Opening Prize Shop"><br><b>Plush</b></td>
  655. <td><img src="http://imgur.com/kompSZ6.png" class="item" title="Water Bottle - Grand Opening Prize Shop"><br><b>Water Bottle</b></td>
  656. <td><img src="http://imgur.com/1wEQVpc.png" class="item" title="Golden Snitch Game - Grand Opening Prize Shop"><br><b>Game</b></td>
  657. <td><img src="http://imgur.com/HYrFs1r.png" class="item" title="Exploding Bonbons - Grand Opening Prize Shop"><br><b>WWW Item</b></td>
  658. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  659. </tr></table></center>
  660. </div>
  661. </div>
  662. </div></div>
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
  678.  
  679. <div id="trunk21" class="mtrunk" style="border-radius: 20px;">
  680. <div class="profile">
  681. <a id="close21" href="#open21" class="blank" title="click to view Dani's items"> </a>
  682. <div class="open">
  683.  
  684. <h2>xlovexdani
  685. <a href="/neomessages.phtml?type=send&recipient=xlovexdani">
  686. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  687. <img src="http://i.imgur.com/D8pun63.png" style="float: left;"><table class="stats"><tr><th>
  688. <b>Name:</b> <a href="/userlookup.phtml?user=xlovexdani">Dani</a></th>
  689. <th><b>Gender:</b> Witch</th>
  690. <th><b>Birthday:</b> February 11th </th>
  691. </tr><tr><th><b>Time Zone:</b> NST+ 1</th>
  692. <th colspan="2"><b>Position:</b> <b class="hilight">First Year</b></th>
  693. </tr><tr><th><b>Animagus form:</b> None</th>
  694. <th><b>Boggart:</b> None</th>
  695. <th><b>Patronus:</b> None</th>
  696. </tr><tr><th><b>Artifact owned:</b>
  697. <b class="hilight">None</b></th>
  698. <th><b>Blood Purity:</b> Half-Blood</th>
  699. </tr><tr><th><b>Avatars:</b> 8</th>
  700. <th><b>Superlative:</b> None</th>
  701. <th><b>Galleons:</b> 97</th>
  702. </tr></table></div>
  703. <a id="open21" href="#close21" class="blank" title="click to view Dani's info"> </a>
  704. <div class="open">
  705. <div class="close">
  706.  
  707. <h1>avatars</h1>
  708. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/adtRNVd.png" class="av"></td>
  709. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  710. <td><img src="http://imgur.com/QTIwXek.gif" class="av"></td>
  711. <td><img src="http://imgur.com/PEi4YCA.gif" class="av"></td>
  712. <td><img src="http://imgur.com/3WGcX6J.gif" class="av"></td>
  713. <td><img src="http://i.imgur.com/wkomtd8.gif" class="av"></td>
  714. <td><img src="http://i.imgur.com/oxo8Whi.gif" class="av"></td>
  715. <td><img src="http://i.imgur.com/Vkddf6l.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. </tr></table><h1>trophies</h1><center>
  719. <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>
  720. <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. </tr></table></center><br><br><h1>
  725.  
  726.  
  727. personal items
  728. </h1>
  729. <center>
  730. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/oVapRem.png" class="item" title="Aspen Wand with Phoenix Tail Feather Core"><br><b>Aspen Wand</b></td>
  731. <td><img src="http://i.imgur.com/AaRCf7b.png" class="item" title="Ginger Cat"><br><b>Sapphire</b></td>
  732. <td><img src="http://i.imgur.com/VckrL8h.png" class="item" title="Cleansweep One"><br><b>Broomstick</b></td>
  733. <td><img src="http://imgur.com/KpD6SiK.png" class="item" title="Yep, it sure is. A Hippogriff egg."><br><b>An... Egg?</b></td>
  734. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  735. </tr></table></center><br><br><h1>
  736.  
  737.  
  738. school supplies and books
  739. </h1><center>
  740. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/Tjaz0P3.png" class="item"><br><b>Cloak</b></td>
  741. <td><img src="http://i.imgur.com/krDyp2a.png" class="item"><br><b>Uniform</b></td>
  742. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  743. <td><img src="http://i.imgur.com/I0k6OcV.png" class="item" title="Dragon Hide Gloves"><br><b>Gloves</b></td>
  744. <td><img src="http://i.imgur.com/2zz96zv.png" class="item" title="Anti-Cheating Quill"><br><b>Quill</b></td>
  745. </tr><tr><td><img src="http://i.imgur.com/DL4pDFE.png" class="item"><br><b>Parchment</b></td>
  746. <td><img src="http://i.imgur.com/vvZQW7D.png" class="item" title="Crystal Phials"><br><b>Phials</b></td>
  747. <td><img src="http://i.imgur.com/rR56fLi.png" class="item" title="Black Ink"><br><b>Ink</b></td>
  748. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  749. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  750. </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>
  751. <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>
  752. <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>
  753. <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>
  754. <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>
  755. </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>
  756. <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>
  757. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  758. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  759. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  760. </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>
  761. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  762. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  763. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  764. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  765. </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/uPA11Yr.png" class="item" title="A Godric Gryffindor Chocolate Frog Card - Awarded for being sorted into Gryfindor"><br><b>Founder Card</b></td>
  766. <td><img src="http://imgur.com/Tc5adQL.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Blue Wig</b></td>
  767. <td><img src="http://imgur.com/oFADC3L.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Balloons</b></td>
  768. <td><img src="http://imgur.com/QWHuwrq.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Birthday Hat</b></td>
  769. <td><img src="http://imgur.com/RStv4Tu.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  770. </tr><tr><td><img src="http://imgur.com/SrbNB4l.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  771. <td><img src="http://imgur.com/r6eDOpp.png" class="item" title="Harry Potter Plush - Grand Opening Prize Shop"><br><b>Plush</b></td>
  772. <td><img src="http://imgur.com/HBax2id.png" class="item" title="Hogwart Express Train Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  773. <td><img src="http://imgur.com/HYrFs1r.png" class="item" title="Exploding Bonbons - Grand Opening Prize Shop"><br><b>WWW Item</b></td>
  774. <td><img src="http://imgur.com/NtDQ6d4.png" class="item" title="Book Safe - Grand Opening Prize Shop"><br><b>Safe</b></td>
  775. </tr><tr><td><img src="http://imgur.com/NEM68Qc.png" class="item" title="Marauder's Map Pillow - Grand Opening Prize Shop"><br><b>Pillow</b></td>
  776. <td><img src="http://imgur.com/WrrSKLi.png" class="item" title="Niffler Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  777. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  778. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  779. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  780. </tr></table></center>
  781. </div>
  782. </div>
  783. </div></div>
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809. <div id="trunk16" class="mtrunk" style="border-radius: 20px;">
  810. <div class="profile">
  811. <a id="close16" href="#open16" class="blank" title="click to view Bells' items"> </a>
  812. <div class="open">
  813.  
  814. <h2>bellamymatt
  815. <a href="/neomessages.phtml?type=send&recipient=USERNAME">
  816. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  817. <img src="http://imgur.com/iZvWVv2.png" style="float: left;"><table class="stats"><tr><th>
  818. <b>Name:</b> <a href="/userlookup.phtml?user=bellamymatt">Bells</a></th>
  819. <th><b>Gender:</b> Wix </th>
  820. <th><b>Birthday:</b> June 9th </th>
  821. </tr><tr><th><b>Time Zone:</b> NST+ 3</th>
  822. <th colspan="2"><b>Position:</b> <b class="hilight">First Year</b></th>
  823. </tr><tr><th><b>Animagus form:</b> None</th>
  824. <th><b>Boggart:</b> None</th>
  825. <th><b>Patronus:</b> None</th>
  826. </tr><tr><th><b>Artifact owned:</b>
  827. <b class="hilight">None</b></th>
  828. <th><b>Blood Purity:</b> Half-Blood</th>
  829. </tr><tr><th><b>Avatars:</b> 4</th>
  830. <th><b>Superlative:</b> None</th>
  831. <th><b>Galleons:</b> 34</th>
  832. </tr></table></div>
  833. <a id="open16" href="#close16" class="blank" title="click to view Bells' info"> </a>
  834. <div class="open">
  835. <div class="close">
  836.  
  837. <h1>avatars</h1>
  838. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/adtRNVd.png" class="av"></td>
  839. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  840. <td><img src="http://i.imgur.com/qlaenUD.gif" class="av"></td>
  841. <td><img src="http://i.imgur.com/Vkddf6l.gif" class="av"></td>
  842. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  843. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  844. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  845. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  846. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  847. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  848. </tr></table><h1>trophies</h1><center>
  849. <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>
  850. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</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>personal items</h1>
  855. <center>
  856. <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>
  857. <td><img src="http://i.imgur.com/X32Zlgq.png" class="item" title="Black Banded Owl"><br><b>Orion</b></td>
  858. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  859. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  860. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  861. </tr></table></center><br><br><h1>school supplies and books</h1><center>
  862. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/Tjaz0P3.png" class="item"><br><b>Cloak</b></td>
  863. <td><img src="http://i.imgur.com/8ctVMFS.png" class="item"><br><b>Uniform</b></td>
  864. <td><img src="http://i.imgur.com/krDyp2a.png" class="item"><br><b>Uniform</b></td>
  865. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  866. <td><img src="http://i.imgur.com/BrS6oVz.png" class="item" title="Black Quill"><br><b>Quill</b></td>
  867. </tr><tr><td><img src="http://i.imgur.com/L5EJfHW.png" class="item"><br><b>Parchment</b></td>
  868. <td><img src="http://i.imgur.com/m7eWSYb.png" class="item" title="Glass Phials"><br><b>Phials</b></td>
  869. <td><img src="http://i.imgur.com/rR56fLi.png" class="item" title="Black Ink"><br><b>Ink</b></td>
  870. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  871. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  872. </tr><tr><td><img src="http://i.imgur.com/I0k6OcV.png" class="item" title="Dragon Hide Gloves"><br><b>Gloves</b></td>
  873. <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>
  874. <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>
  875. <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>
  876. <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>
  877. </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>
  878. <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>
  879. <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>
  880. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  881. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  882. </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>
  883. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  884. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  885. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  886. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  887. </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/uPA11Yr.png" class="item" title="A Godric Gryffindor Chocolate Frog Card - Awarded for being sorted into Gryfindor"><br><b>Founder Card</b></td>
  888. <td><img src="http://imgur.com/HYrFs1r.png" class="item" title="Exploding Bonbons - Grand Opening Prize Shop"><br><b>WWW Item</b></td>
  889. <td><img src="http://imgur.com/RStv4Tu.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  890. <td><img src="http://imgur.com/WrrSKLi.png" class="item" title="Niffler Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  891. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  892. </tr></table></center>
  893. </div>
  894. </div>
  895. </div></div>
  896.  
  897.  
  898.  
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905.  
  906.  
  907.  
  908.  
  909.  
  910.  
  911.  
  912.  
  913. <div id="trunk14" class="mtrunk" style="border-radius: 20px;">
  914. <div class="profile">
  915. <a id="close14" href="#open14" class="blank" title="click to view Sarah's items"> </a>
  916. <div class="open">
  917.  
  918. <h2>spooky_sarah
  919. <a href="/neomessages.phtml?type=send&recipient=spooky_sarah">
  920. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  921. <img src="http://imgur.com/iZvWVv2.png" style="float: left;"><table class="stats"><tr><th>
  922. <b>Name:</b> <a href="/userlookup.phtml?user=spooky_sarah">Sarah</a></th>
  923. <th><b>Gender:</b> Witch</th>
  924. <th><b>Birthday:</b> - </th>
  925. </tr><tr><th><b>Time Zone:</b> NST+ -</th>
  926. <th colspan="2"><b>Position:</b> <b class="hilight">First Year</b></th>
  927. </tr><tr><th><b>Animagus form:</b> None</th>
  928. <th><b>Boggart:</b> None</th>
  929. <th><b>Patronus:</b> None</th>
  930. </tr><tr><th><b>Artifact owned:</b>
  931. <b class="hilight">None</b></th>
  932. <th><b>Blood Purity:</b> Half-Blood</th>
  933. </tr><tr><th><b>Avatars:</b> 4</th>
  934. <th><b>Superlative:</b> None</th>
  935. <th><b>Galleons:</b> 50</th>
  936. </tr></table></div>
  937. <a id="open14" href="#close14" class="blank" title="click to view Sarah's info"> </a>
  938. <div class="open">
  939. <div class="close">
  940.  
  941. <h1>avatars</h1>
  942. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/adtRNVd.png" class="av"></td>
  943. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  944. <td><img src="http://i.imgur.com/QTIwXek.gif" class="av"></td>
  945. <td><img src="http://i.imgur.com/Vkddf6l.gif" class="av"></td>
  946. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  947. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  948. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  949. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  950. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  951. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  952. </tr></table><h1>trophies</h1><center>
  953. <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>
  954. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  955. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  956. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  957. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  958. </tr></table></center><br><br><h1>personal items</h1>
  959. <center>
  960. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/PJ3kH5R.png" class="item" title="Rowan Wand with Thestral Hair Core"><br><b>Rowan Wand</b></td>
  961. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  962. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  963. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  964. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  965. </tr></table></center><br><br><h1>school supplies and books</h1><center>
  966. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/Tjaz0P3.png" class="item"><br><b>Cloak</b></td>
  967. <td><img src="http://i.imgur.com/krDyp2a.png" class="item"><br><b>Uniform</b></td>
  968. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  969. <td><img src="http://i.imgur.com/4gW3krQ.png" class="item" title="Charmed Leather Gloves"><br><b>Gloves</b></td>
  970. <td><img src="http://i.imgur.com/eL2odPk.png" class="item" title="Auto-Answer Quill"><br><b>Quill</b></td>
  971. </tr><tr><td><img src="http://i.imgur.com/Udf06zd.png" class="item"><br><b>Parchment</b></td>
  972. <td><img src="http://i.imgur.com/m7eWSYb.png" class="item" title="Glass Phials"><br><b>Phials</b></td>
  973. <td><img src="http://i.imgur.com/rR56fLi.png" class="item" title="Black Ink"><br><b>Ink</b></td>
  974. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  975. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  976. </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>
  977. <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>
  978. <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>
  979. <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>
  980. <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>
  981. </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>
  982. <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>
  983. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  984. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  985. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  986. </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>
  987. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  988. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  989. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  990. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  991. </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/uPA11Yr.png" class="item" title="A Godric Gryffindor Chocolate Frog Card - Awarded for being sorted into Gryfindor"><br><b>Founder Card</b></td>
  992. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  993. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  994. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  995. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  996. </tr></table></center>
  997. </div>
  998. </div>
  999. </div></div>
  1000.  
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007. <div id="trunk94" class="mtrunk" style="border-radius: 20px;">
  1008. <div class="profile">
  1009. <a id="close94" href="#open94" class="blank" title="click to view Anna's items"> </a>
  1010. <div class="open">
  1011.  
  1012. <h2>mellow_meow
  1013. <a href="/neomessages.phtml?type=send&recipient=mellow_meow">
  1014. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  1015. <img src="http://imgur.com/iZvWVv2.png" style="float: left;"><table class="stats"><tr><th>
  1016. <b>Name:</b> <a href="/userlookup.phtml?user=mellow_meow">Anna</a></th>
  1017. <th><b>Gender:</b> Witch</th>
  1018. <th><b>Birthday:</b> February 17</th>
  1019. </tr><tr><th><b> Time Zone:</b> NST</th>
  1020. <th colspan="2"><b>Position:</b> <b class="hilight">First Year</b></th>
  1021. </tr><tr><th><b>Animagus form:</b> None</th>
  1022. <th><b>Boggart:</b> None</th>
  1023. <th><b>Patronus:</b> None</th>
  1024. </tr><tr><th><b>Artifact owned:</b>
  1025. <b class="hilight">None</b></th>
  1026. <th><b>Blood Purity:</b> Pureblood</th>
  1027. </tr><tr><th><b>Avatars:</b> 2</th>
  1028. <th><b>Superlative:</b> None</th>
  1029. <th><b>Galleons:</b> 22</th>
  1030. </tr></table></div>
  1031. <a id="open94" href="#close94" class="blank" title="click to view Anna's info"> </a>
  1032. <div class="open">
  1033. <div class="close">
  1034.  
  1035. <h1>avatars</h1>
  1036. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/adtRNVd.png" class="av"></td>
  1037. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  1038. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1039. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1040. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1041. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1042. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1043. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1044. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1045. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1046. </tr></table><h1>trophies</h1><center>
  1047. <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>
  1048. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1049. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1050. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1051. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1052. </tr></table></center><br><br><h1>personal items</h1>
  1053. <center>
  1054. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/tcbenJs.png" class="item" title="Spruce Wand with Dragon Heart String Core"><br><b>Spruce Wand</b></td>
  1055. <td><img src="http://i.imgur.com/iRHa1Ar.png" class="item" title="Common Barn Owl"><br><b>Henry</b></td>
  1056. <td><img src="http://i.imgur.com/VckrL8h.png" class="item"><br><b>Cleansweep One</b></td>
  1057. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1058. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1059.  
  1060. </tr></table></center><br><br><h1>school supplies and books</h1><center>
  1061. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/Tjaz0P3.png" class="item"><br><b>Cloak</b></td>
  1062. <td><img src="http://i.imgur.com/krDyp2a.png" class="item"><br><b>Uniform</b></td>
  1063. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  1064. <td><img src="http://i.imgur.com/4gW3krQ.png" class="item" title="Charmed Leather Gloves"><br><b>Gloves</b></td>
  1065. <td><img src="http://i.imgur.com/BrS6oVz.png" class="item" title="Black Quill"><br><b>Quill</b></td>
  1066. </tr><tr><td><img src="http://i.imgur.com/DL4pDFE.png" class="item"><br><b>Parchment</b></td>
  1067. <td><img src="http://i.imgur.com/m7eWSYb.png" class="item" title="Glass Phials"><br><b>Phials</b></td>
  1068. <td><img src="http://i.imgur.com/rR56fLi.png" class="item" title="Black Ink"><br><b>Ink</b></td>
  1069. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  1070. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  1071. </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>
  1072. <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>
  1073. <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>
  1074. <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>
  1075. <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>
  1076. </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>
  1077. <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>
  1078. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1079. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1080. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1081. </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>
  1082. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1083. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1084. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1085. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1086. </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/uPA11Yr.png" class="item" title="A Godric Gryffindor Chocolate Frog Card - Awarded for being sorted into Gryfindor"><br><b>Founder Card</b></td>
  1087. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1088. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1089. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1090. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1091. </tr></table></center>
  1092. </div>
  1093. </div>
  1094. </div></div>
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121. <br><br><br><br><br><br><br><br></center></div></div></center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement