painted_dreams87

Nifflers

Sep 16th, 2020
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.33 KB | None | 0 0
  1. <style>
  2. table {
  3. display: none;
  4. }
  5. .page table {
  6. display: table;
  7. }
  8. body {
  9. background-image: url("http://i.imgur.com/awdwEXY.png");
  10. }
  11. #layout {
  12. width: 800px;
  13. height: 600px;
  14. margin: 0 auto;
  15. background-image: url("http://i.imgur.com/1v1haBd.png");
  16. }
  17. #main {
  18. font: 10pt tahoma;
  19. color: #000000;
  20. top: 210px;
  21. left: 170px;
  22. width: 625px;
  23. height: 380px;
  24. overflow: hidden;
  25. }
  26. .page {
  27. height: 380px;
  28. overflow: auto;
  29. }
  30. #nav {
  31. top: 208px;
  32. left: 10px;
  33. width: 140px;
  34. height: 475px;
  35. overflow: hidden;
  36. text-align: center;
  37. }
  38. .table {
  39. display: inline;
  40. text-align: left;
  41. }
  42. td {
  43. padding: 10px;
  44. font: 10pt tahoma;
  45. color: #000000;
  46. }
  47. h1 {
  48. font-family: verdana;
  49. font-size: 14px;
  50. font-weight: normal;
  51. color: #fff3ec;
  52. letter-spacing: 2px;
  53. line-height: 16px;
  54. text-align: left;
  55. padding-left: 15px;
  56. background: #f9ae8d;
  57. border-left: 30px solid #f9d78d;
  58. }
  59. h2 {
  60. font: 10pt tahoma;
  61. color: #fff3ec;
  62. text-align: center;
  63. background-color: #f9ae8d;
  64. letter-spacing: 2px;
  65. line-height: 18px;
  66. }
  67. h2:hover {
  68. font: 10pt tahoma;
  69. color: #f9ae8d;
  70. text-align: center;
  71. background-color: #fff3ec;
  72. letter-spacing: 2px;
  73. line-height: 18px;
  74. }
  75. h3 {
  76. font-family: verdana;
  77. font-size: 11px;
  78. font-weight: normal;
  79. color: #fff3ec;
  80. letter-spacing: 2px;
  81. text-transform: uppercase;
  82. line-height: 13px;
  83. text-align: center;
  84. background: #f9ae8d;
  85. border-right: 80px solid #f9d78d;
  86. border-left: 80px solid #f9d78d;
  87. }
  88. b {
  89. color: #ff8181;
  90. font: 10pt tahoma;
  91. font-weight: bold;
  92. line-height: 14px;
  93. }
  94. i {
  95. color: #f9ae8d;
  96. font: 10pt tahoma;
  97. font-style: italic;
  98. line-height: 14px;
  99. }
  100. a:link, a:visited, a:active {
  101. color: #f9d78d;
  102. font: 10pt tahoma;
  103. text-decoration: none;
  104. }
  105. a:hover {
  106. color: #ff8181;
  107. font: 10pt tahoma;
  108. text-decoration: none;
  109. }
  110. </style><br><br><br><div id="layout" style="position: relative;">
  111.  
  112.  
  113. <div id="nav" style="position: absolute;">
  114. <a href="#home" class="nav"><h2>Home</h2></a>
  115. <a href="#week1" class="nav"><h2>Week 1</h2></a>
  116. <a href="#week2" class="nav"><h2>Week 2</h2></a>
  117. <a href="#week3" class="nav"><h2>Week 3</h2></a>
  118. <a href="#week4" class="nav"><h2>Week 4</h2></a>
  119. <a href="/~thefloonetwork" class="nav"><h2>The Floo Network</h2></a>
  120.  
  121.  
  122. </div>
  123.  
  124.  
  125. <div id="main" style="position: absolute;">
  126. <a name="home"></a>
  127. <div class="page">
  128. <h1>Welcome!</h1>
  129. <img src="http://i.imgur.com/H8tos0R.png" style="float: left;">
  130. Welcome to my office! As you likely already know, I have an obsession with Nifflers. In fact, I own quite a few of them and keep them right here in my office. They require a lot of care and get into more than their fair share of mischief. Would you be willing to help me take care of them?<br><br><br><br><br><b>Note:</b><br>
  131. This activity works differently than others in the guild. You will not earn any House Points for participation, but you will earn more Galleons than usual. Fitting for a Niffler, don't you think? If you complete all 4 weeks, you'll earn a special Niffler-themed gift for your trunk.
  132. </div>
  133.  
  134.  
  135. <a name="week1"></a>
  136. <div class="page">
  137. <h1>Week 1</h1>
  138. <p>
  139. I lost my Baby Nifflers at a friend's house! Click below to search. Hurry!
  140. </p>
  141. <center>
  142. <img src="http://i.imgur.com/AHMXYeC.png" usemap="#image-map"><map name="image-map"><area href="#patio" coords="12,111,64,276" shape="rect"><area href="#living" coords="92,164,245,271" shape="rect"><area href="#dining" coords="86,36,154,130" shape="rect"><area href="#bathroom" coords="262,27,320,132" shape="rect"><area href="#bedroom" coords="264,181,392,275" shape="rect"><area href="#kitchen" coords="174,29,236,131" shape="rect"></map></center>
  143. </div>
  144.  
  145.  
  146. <a name="patio"></a>
  147. <div class="page">
  148. <center>
  149. <img src="http://www.bowerpowerblog.com/wp-content/uploads/2012/07/IMG_1960b-1.jpg" width="300"><br><br>
  150. The patio is empty. Perhaps you should <a href="#week1">check somewhere else</a>.
  151. </center>
  152. </div>
  153.  
  154. <a name="living"></a>
  155. <div class="page">
  156. <center>
  157. <img src="http://www.roomandboard.com/blog/wp-content/uploads/2019/01/altura_800639_19e_feature.jpg" width="300"><br><br>
  158. The living room is empty. Perhaps you should <a href="#week1">check somewhere else</a>.
  159. </center>
  160. </div>
  161.  
  162. <a name="dining"></a>
  163. <div class="page">
  164. <center>
  165. <img src="http://1i9wu42vzknf1h4zwf2to5aq-wpengine.netdna-ssl.com/wp-content/uploads/2019/03/x_SS_ModernLoftDiningTblSand_a_mc_104-3000.jpg" width="300"><br><br>
  166. The dining room is empty. Perhaps you should <a href="#week1">check somewhere else</a>.
  167. </center>
  168. </div>
  169.  
  170. <a name="bathroom"></a>
  171. <div class="page">
  172. <center>
  173. <img src="http://www.badeloftusa.com/wp-content/uploads/2018/10/adding-a-bathroom-1024x983.jpg" width="300"><br><br>
  174. The bathroom is empty. Perhaps you should <a href="#week1">check somewhere else</a>.
  175. </center>
  176. </div>
  177.  
  178. <a name="bedroom"></a>
  179. <div class="page">
  180. <center>
  181. <img src="http://media.architecturaldigest.com/photos/5eac5fa22105f13b72dede45/3:2/w_1599,h_1066,c_limit/111LexowAve_Aug18-1074.jpg" width="300"><br><br>
  182. The bedroom is empty. Perhaps you should <a href="#week1">check somewhere else</a>.
  183. </center>
  184. </div>
  185.  
  186. <a name="kitchen"></a>
  187. <div class="page">
  188. <center>
  189. <img src="http://i.imgur.com/vT12nmE.jpg" width="300"><br><br>
  190. You found them sitting in the kitchen, happily munching away on some chocolate chip cookies. Whew! That could have been so much worse!<br><br><a href="/neomessages.phtml?type=send&amp;recipient=painted_dreams87&amp;subject=Niffler+1">Neomail me the code word <i>cookie</i> to receive 20 Galleons.</a>
  191. </center>
  192. </div>
  193.  
  194.  
  195.  
  196. <a name="week2"></a>
  197. <div class="page">
  198. <h1>Week 2</h1>
  199. <center>
  200. <img src="http://vignette.wikia.nocookie.net/harrypotter/images/2/2e/Niffler_gold.gif" width="200"></center>
  201. <p>
  202. I was shaking my Niffler upside down after a day away from the castle when I realized that he had some of my lesson plans tucked in there among his treasures. Now the topics I wanted to cover are scrambled, and I need your help remembering what they were. For each one you unscramble, you'll receive 5 Galleons. (Hint: Words are Hufflepuff-themed.)
  203. </p>
  204. <center>
  205. <b>1.</b> egdbra<br><b>2.</b> inknsdes<br><b>3.</b> sutrpo
  206. <br><br><a href="/neomessages.phtml?type=send&amp;recipient=painted_dreams87&amp;subject=Niffler+2">Neomail me your answers.</a>
  207. </center>
  208. </div>
  209.  
  210.  
  211.  
  212. <a name="week3"></a>
  213. <div class="page">
  214. <h1>Week 3</h1>
  215. <p>
  216. My Nifflers have decided to throw me a birthday party. They really are the sweetest little pets, once you get past them trying to take your stuff. xD They'd like your help picking out the card and cake, so please choose 1 card and 1 cake from the images below (refer to the names below the images). You'll receive 5-10 Galleons for your choice of card and an addition 5-15 Galleons for your choice of cake.
  217. </p>
  218. <center>
  219. <img src="http://i.imgur.com/WmsCyDk.png"><img src="http://i.imgur.com/gZ1JaLB.png"><br>
  220. Pastel Card or Bright Card
  221. <br><br><img src="http://i.imgur.com/UjEACNw.png"><img src="http://i.imgur.com/fcckMGh.png"><img src="http://i.imgur.com/PyDA4sp.png"><br>
  222. Gold Cake, White Cake, or Black Cake
  223. <br><br><a href="/neomessages.phtml?type=send&amp;recipient=painted_dreams87&amp;subject=Niffler+3">Neomail me your choices</a> and be sure to <a href="#party">attend the party</a>!
  224. </center>
  225. </div>
  226.  
  227.  
  228. <a name="party"></a>
  229. <div class="page">
  230. <center>
  231. <img src="http://thumbs.gfycat.com/LateBitesizedElver-max-1mb.gif"><br><br>
  232. The party was a huge hit thanks to your help! My Nifflers want to show their appreciation, so they've decided to give you a gift. This is in addition to the gift you receive for participating all 4 weeks!<br><br><img src="http://i.imgur.com/JqacLPD.gif"><br><br>
  233.  
  234. To receive your gift of the above avatar, <a href="/neomessages.phtml?type=send&amp;recipient=painted_dreams87&amp;subject=Niffler+Party">Neomail me with the code word <i>avatar</i>.</a>
  235. </center></div>
  236.  
  237.  
  238. <a name="week4"></a>
  239. <div class="page">
  240. <h1>Week 4</h1>
  241. <center>
  242. <img src="http://i.pinimg.com/originals/cb/bd/0e/cbbd0eac6eb6bc87e3d9f77787bade62.jpg" width="200"></center>
  243. <p>
  244. My Niffler disappeared for an entire day before returning to my office. Describe what you think she did that day in 3+ sentences to receive 10 Galleons.
  245. </p>
  246. <center>
  247. <a href="/neomessages.phtml?type=send&amp;recipient=painted_dreams87&amp;subject=Niffler+4">Neomail me with what you think my Niffler did.</a>
  248. </center>
  249. </div>
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262. </div></div>
Add Comment
Please, Sign In to add comment