Advertisement
painted_dreams87

Library

Sep 16th, 2020
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.18 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/72erWDl.png");
  10. }
  11. #layout {
  12. width: 800px;
  13. height: 600px;
  14. margin: 0 auto;
  15. background-image: url("http://i.imgur.com/Fxpiz1s.png");
  16. }
  17. #main {
  18. font: 10pt tahoma;
  19. color: #000000;
  20. top: 180px;
  21. left: 230px;
  22. width: 570px;
  23. height: 390px;
  24. overflow: hidden;
  25. }
  26. .page {
  27. height: 390px;
  28. overflow: auto;
  29. }
  30. #nav {
  31. top: 180px;
  32. left: 0px;
  33. width: 190px;
  34. height: 390px;
  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. textarea#button {
  48. font: 9pt tahoma;
  49. color: #9d7c53;
  50. overflow: hidden;
  51. width: 90px;
  52. height: 30px;
  53. border: 1px solid #cdb8c8;
  54. }
  55. h1 {
  56. font: 13pt tahoma;
  57. color: #3e6a94;
  58. text-align: center;
  59. border-width: 2px;
  60. border-bottom-style: solid;
  61. border-top-style: solid;
  62. border-color: #82bb9e;
  63. letter-spacing: 4px;
  64. line-height: 25px;
  65. }
  66. h2 {
  67. font: 11pt tahoma;
  68. color: #dce5d3;
  69. text-align: center;
  70. background-color: #8c8a71;
  71. letter-spacing: 2px;
  72. line-height: 25px;
  73. }
  74. h2:hover {
  75. font: 11pt tahoma;
  76. color: #8c8a71;
  77. text-align: center;
  78. background-color: #dce5d3;
  79. letter-spacing: 2px;
  80. line-height: 25px;
  81. }
  82. h3 {
  83. font: 12pt tahoma;
  84. color: #82bb9e;
  85. border-width: 1px;
  86. border-bottom-style: solid;
  87. border-top-style: solid;
  88. border-color: #3e6a94;
  89. letter-spacing: 2px;
  90. line-height: 25px;
  91. }
  92. b {
  93. color: #82bb9e;
  94. font: 10pt tahoma;
  95. font-weight: bold;
  96. line-height: 14px;
  97. }
  98. i {
  99. color: #8c8a71;
  100. font: 10pt tahoma;
  101. font-style: italic;
  102. line-height: 14px;
  103. }
  104. a:link, a:visited, a:active {
  105. color: #3e6a94;
  106. font: 10pt tahoma;
  107. text-decoration: none;
  108. }
  109. a:hover {
  110. color: #8c8a71;
  111. font: 10pt tahoma;
  112. text-decoration: none;
  113. }
  114. </style><br><br><br><div id="layout" style="position: relative;">
  115.  
  116.  
  117. <div id="nav" style="position: absolute;">
  118. <h1>Navigation</h1>
  119. <a href="#home" class="nav"><h2>Home</h2></a>
  120. <a href="#helpdesk" class="nav"><h2>Help Desk</h2></a>
  121. <a href="#reference" class="nav"><h2>Reference Section</h2></a>
  122. <a href="#restricted" class="nav"><h2>Restricted Section</h2></a>
  123. <a href="/neomessages.phtml?type=send&amp;recipient=painted_dreams87&amp;subject=Library" class="nav"><h2>Submit</h2></a>
  124.  
  125.  
  126. </div>
  127.  
  128.  
  129. <div id="main" style="position: absolute;">
  130. <a name="home"></a>
  131. <div class="page">
  132. <h1>Welcome to the Library!</h1>
  133. <img src="http://i.imgur.com/H8tos0R.png" style="float: left;"><p>
  134. Welcome! I'm your Hogwarts Librarian, Heather. This library contains an incredible tens of thousands of books on thousands of shelves. As I am the only one here, it is quite the task to keep everything organized and available to those who seek knowledge. Please adhere to the rules while visiting. It's my job to protect each and every book, and I cannot allow anything that would harm them.
  135. </p>
  136. <br><h3>Information</h3>
  137. <p>
  138. The Library offers 3 activities - Help Desk, Reference Section, and Restricted Section. There are 4 prompts for each available during a term. Click on a section to visit it.
  139.  
  140. </p>
  141. </div>
  142.  
  143.  
  144.  
  145. <a name="restricted"></a>
  146. <div class="page">
  147. <h1>Restricted Section</h1>
  148. <center>
  149. <img src="http://vignette.wikia.nocookie.net/harrypotter/images/5/55/RestrictedLibrary.JPG" width="300"></center>
  150.  
  151. <p>
  152. STOP! I cannot allow you to enter the Restricted Section. If you have a note from a Professor or if you are one yourself, I can retrieve what you need for you. I must insist that you step away and follow me while we sort this out.
  153. </p>
  154.  
  155. <p>
  156. <i>Hmm. It's a bit insulting really that someone like you isn't permitted to browse the offerings of the Restricted Section. It's not like you would ever damage anything. You just want to feed your curiosity and see what's there, perhaps read a book or two. It's pretty clear the Librarian isn't going to change her mind about letting you inside, so what should you do?
  157. </i></p>
  158.  
  159. <a href="#dash">Make a dash for it! I doubt she can stop me if I run quick enough.</a><br><br><a href="/games/neoadventure/load.phtml?creator=painted_dreams87">Follow her for now but keep thinking how you can sneak past her when you get the chance.</a>
  160.  
  161. </div>
  162.  
  163. <a name="dash"></a>
  164. <div class="page">
  165. <h1>Dash Into the Restricted Section</h1>
  166. <center>
  167. <img src="http://actthegiddygoat.files.wordpress.com/2018/06/harry-potter-gif.gif" width="300"></center>
  168.  
  169. <p>
  170. You play it cool for just a moment, starting to walk away with the Librarian. When she least expects it, you spin around and take off running towards the Restricted Section. For a brief moment, you swear you can feel the wind in your hair even inside. You laugh at how easy this was as your front foot comes down inside of the formerly off-limits section. You turn around to find the Librarian inches away from you, and she quickly escorts you to detention, promising to send a Howler home to your family. Uh oh! Perhaps, you should try again?
  171. </p>
  172.  
  173. </div>
  174.  
  175.  
  176. <a name="puzzle"></a>
  177. <div class="page">
  178. <h3>The Puzzle</h3>
  179. <p>
  180. The puzzle asks you to enter the last name of an author from the wizarding world. You will be provided with clues. The first letter of the answer to each clue should be written down. When you've solved all the clues, the letters will spell the last name of the author. For example, if the clue is <i>the name of Harry Potter's owl</i>, the answer is <i>Hedwig</i>, so you'd write down <i>H</i>.
  181. </p>
  182.  
  183. <p>
  184. <b>1.</b> The name of the wizarding bank<br><b>2.</b> The act of magically closing one's mind against Legilimency<br><b>3.</b> The name of the potion used to restore bones<br><b>4.</b> Buckbeak is this type of creature<br><b>5.</b> The name for a witch or wizard who can morph into an animal at will<br><b>6.</b> You'll receive one of these at Ollivander's<br><b>7.</b> First name of the girl who was cursed by a necklace<br><br><br><a href="/neomessages.phtml?type=send&amp;recipient=painted_dreams87&amp;subject=Restricted" class="nav">Send in your answer.</a> (You do not need to submit the answers for the clues, just the last name of the author.)
  185. </p>
  186. </div>
  187.  
  188.  
  189.  
  190. <a name="helpdesk"></a>
  191. <div class="page">
  192. <h1>Library - Help Desk</h1>
  193. <center><b>Each prompt is worth 5/1.</b></center>
  194. <p>
  195. I can't tell you enough how much I appreciate your volunteering to help out in the Library! We're trying to encourage the students of Hogwarts to visit us regularly by handing out free bookmarks to those who stop in. Can you help out by choosing which bookmark from each set you think we should give our students? You'll receive 5/1 for your help, and one bookmark from each week is worth an extra 5 Galleons if you choose it!
  196. </p>
  197.  
  198. <p>
  199. <b>Prompt #1:</b><br></p>
  200. <center>
  201. <img src="http://i.imgur.com/yl5Rhsk.png"><br>
  202. Luna, Dobby, Harry, Dumbledore
  203. </center>
  204.  
  205. <p>
  206. <b>Prompt #2:</b><br></p>
  207. <center>
  208. <img src="http://i.imgur.com/Ijg8nB0.png"><br>
  209. Hagrid, Hermione, Dumbledore, Draco
  210. </center>
  211.  
  212. <p>
  213. <b>Prompt #3:</b><br></p>
  214. <center>
  215. <img src="http://i.imgur.com/lpFSlwF.png"><br>
  216. Crests, Friends, Professors, Family
  217. </center>
  218.  
  219.  
  220. <p>
  221. <b>Prompt #4:</b><br></p>
  222. <center>
  223. <img src="http://i.imgur.com/AVGNt9u.png"><br>
  224. Champions, Pets, Evil, Dark Arts
  225. </center>
  226.  
  227.  
  228. <br><br></div>
  229.  
  230.  
  231.  
  232.  
  233. <a name="reference"></a>
  234. <div class="page">
  235. <h1>Library - Reference Section</h1>
  236. <center><b>Each prompt is worth 20/4.</b></center>
  237. <p>
  238. Welcome to the Reference Section of the Library! We are lacking some details on a few topics, and it's necessary to provide a more complete picture for people who come here seeking answers. Can you provide <i>4 facts</i> about each object to help us complete our collection?
  239. </p>
  240. <p>
  241. <b>Prompt #1:</b><br></p>
  242. <center>
  243. <img src="http://wizardsunitehub.info/wp-content/uploads/2019/04/ui_registry_family04_pg02_sticker03_returned-277x300.png" width="150"><br>
  244. The Veil
  245. </center>
  246.  
  247. <p>
  248. <b>Prompt #2:</b><br></p>
  249. <center>
  250. <img src="http://wizardsunitehub.info/wp-content/uploads/2019/06/ui_registry_challenges09_pg01_sticker01_returned-124x300.png" height="150"><br>
  251. Dark Mark
  252. </center>
  253.  
  254. <p>
  255. <b>Prompt #3:</b><br></p>
  256. <center>
  257. <img src="http://wizardsunitehub.info/wp-content/uploads/2019/04/ui_registry_family06_pg02_sticker01_returned-255x300.png" width="150"><br>
  258. Knight Bus
  259. </center>
  260.  
  261. <p>
  262. <b>Prompt #4:</b><br></p>
  263. <center>
  264. <img src="http://wizardsunitehub.info/wp-content/uploads/2019/04/ui_registry_family06_pg01_sticker05_returned-300x300.png" width="150"><br>
  265. The Quibbler
  266. </center>
  267.  
  268. <br><br></div>
  269.  
  270.  
  271.  
  272.  
  273.  
  274. <a name="shhh"></a>
  275. <div class="page">
  276. <h3>The Restricted Section</h3>
  277. Congratulations on earning access to The Restricted Section!!! Please bookmark this page as you now have permanent access to this activity. If you came across this page without having earned access, you will not be permitted to complete this activity for House Points and Galleons until you <a href="#restricted">gain access</a>.<br><br>
  278. Which Quidditch team is represented by this flag? (Hint: They are French.) If you can correctly identify the team, you'll earn <b>20/4</b>.
  279. <br><center>
  280. <img src="http://vignette.wikia.nocookie.net/harrypotter/images/4/48/QuiberonQuafflepunchersWU.png" width="200"></center>
  281. </div>
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement