Advertisement
pvaaux

Transfig Layout

Nov 29th, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.85 KB | None | 0 0
  1. <style>
  2. td, .sf {
  3. display: none;
  4. }
  5. body {
  6. background: #404040;
  7. }
  8. #layout {
  9. width: 856px;
  10. height: 626px;
  11. margin: 0 auto;
  12. background-image: url("http://imgur.com/KS4waQn.png");
  13. }
  14. #main {
  15. font: 9pt tahoma;
  16. color: #000000;
  17. top: 360px;
  18. left: 41px;
  19. width: 770px;
  20. height: 200px;
  21. text-align: justify;
  22. overflow: hidden;
  23. }
  24. #weeks {
  25. top: 180px;
  26. left: 0px;
  27. width: 150px;
  28. height: 400px;
  29. overflow: hidden;
  30. margin-right: 20px;
  31. text-align: center;
  32. }
  33. #nav {
  34. top: 10px;
  35. left: 0px;
  36. width: 150px;
  37. height: 400px;
  38. overflow: hidden;
  39. }
  40. #weeks a {
  41. display: block;
  42. width: 100%;
  43. background: #f4f4f4;
  44. margin-bottom: 5px;
  45. text-transform: uppercase;
  46. letter-spacing: 1px;
  47. font: bold 6pt arial;
  48. }
  49. .anchors {
  50. width: 595px;
  51. height: 200px;
  52. overflow: hidden;
  53. }
  54. .page {
  55. width: 595px;
  56. height: 200px;
  57. overflow: auto;
  58. margin: 0px 5px 0px 0px;
  59. }
  60. .question {
  61. height: 260px;
  62. overflow: auto;
  63. }
  64. .table {
  65. display: inline;
  66. text-align: left;
  67. }
  68. h1 {
  69. font: 13pt tahoma;
  70. color: #272731;
  71. text-align: center;
  72. border-width: 2px;
  73. border-bottom-style: solid;
  74. border-top-style: solid;
  75. border-color: #5c5a75;
  76. letter-spacing: 4px;
  77. line-height: 25px;
  78. }
  79. h2 {
  80. font: bold 11pt tahoma;
  81. color: #5c5a75;
  82. text-align: center;
  83. background-color: #AFAFAF;
  84. letter-spacing: 2px;
  85. line-height: 25px;
  86. }
  87. h2:hover {
  88. font: 11pt tahoma;
  89. color: #272731;
  90. text-align: center;
  91. background-color: #DBDBDB;
  92. letter-spacing: 2px;
  93. line-height: 25px;
  94. }
  95. h3 {
  96. font: 12pt tahoma;
  97. color: #5c5a75;
  98. border-width: 1px;
  99. border-bottom-style: solid;
  100. border-top-style: solid;
  101. border-color: #5c5a75;
  102. letter-spacing: 2px;
  103. line-height: 25px;
  104. }
  105. h4 {
  106. font: 12pt tahoma;
  107. color: #FFFFFF;
  108. background: #5c5a75;
  109. border-bottom: 1px #FFFFFF solid;
  110. border-top: solid #FFFFFF 16px;
  111. letter-spacing: 2px;
  112. line-height: 25px;
  113. }
  114. b {
  115. color: #5c5a75;
  116. font-weight: bold;
  117. }
  118. i {
  119. color: #8c8b9a;
  120. font-style: italic;
  121. line-height: 14px;
  122. }
  123. a:link, a:visited, a:active {
  124. color: #303140;
  125. font: 10pt tahoma;
  126. text-decoration: none;
  127. }
  128. a:hover {
  129. color: #626277;
  130. font: 10pt tahoma;
  131. text-decoration: none;
  132. }
  133. table {
  134. border-collapse: collapse;
  135. }
  136. table, th, td {
  137. border: 1px solid black;
  138. }
  139. </style><div id="layout" style="position: relative;">
  140.  
  141.  
  142.  
  143. <div id="main" style="position: absolute;">
  144.  
  145. <div id="weeks" style="float: left;">
  146. <div id="nav">
  147. <h3>Navigate</h3>
  148. <a href="#w1">Week One</a>
  149. <a href="#w2">Week Two</a>
  150. <a href="#w3">Week Three</a>
  151. <a href="#w4">Week Four</a>
  152. <br><br><a href="/~dopby">Animagus Conjuring</a>
  153. <a href="http://www.neopets.com/~thefloonetwork">The Floo Network</a>
  154. <a href="http://www.neopets.com/guilds/guild.phtml?id=4180479">Guild Homepage</a>
  155. </div>
  156. <br><br><br><br><br><br><br><br><br><br><div id="w1">
  157. <h4>Week One</h4>
  158. <a href="#lesson1">Lesson 1: Human Transfiguration</a>
  159. <br><br><a href="http://www.neopets.com/neomessages.phtml?type=send&recipient=pvaaux&subject=Transfig+Week+1">Submit Homework</a>
  160. <a href="#nav">⇠ back</a>
  161. </div>
  162. <br><br><br><br><br><br><br><br><br><br><div id="w2">
  163. <h4>Week Two</h4>
  164. <a href="#lesson2">Lesson 2: General Transformation</a>
  165. <br><br><a href="http://www.neopets.com/neomessages.phtml?type=send&recipient=pvaaux&subject=Transfig+Week+2">Submit Homework</a>
  166. <a href="#nav">⇠ back</a>
  167. </div>
  168. <br><br><br><br><br><br><br><br><br><br><div id="w3">
  169. <h4>Week Three</h4>
  170. <a href="#lesson3">Lesson 3: Vanishment</a>
  171. <br><br><a href="http://www.neopets.com/neomessages.phtml?type=send&recipient=pvaaux&subject=Transfig+Week+3">Submit Homework</a>
  172. <a href="#nav">⇠ back</a>
  173. </div>
  174. <br><br><br><br><br><br><br><br><br><br><div id="w4">
  175. <h4>Week Four</h4>
  176. <a href="#lesson4">Lesson 4: Other Transfiguration</a>
  177. <br><br><a href="http://www.neopets.com/neomessages.phtml?type=send&recipient=pvaaux&subject=Transfig+Week+4">Submit activities</a>
  178. <a href="#nav">⇠ back</a>
  179. </div>
  180. <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br></div>
  181.  
  182.  
  183. <div class="anchors">
  184. <div class="page" id="home">
  185. <h1>Transfiguration</h1>
  186. <img src="http://imgur.com/zQygzhN.png" style="float: left;"><p>
  187.  
  188. Light is streaming in from the windows above the transfiguration classroom, and you make your way to your seat. You see <b>Professor Paige</b> at the front of the class. Normally, you would be nervous about the old Headmistress teaching your class, but she seems so kind and inviting that your stress is instantly relieved.<br><br>
  189. As soon as everyone is settled, the Professor stands up at the front of the class, clears her throat slightly, and begins her lecture... make sure to keep up!<br><br><i>Click on each of the weeks to the left to get started. </i>
  190.  
  191. </p></div>
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204. <div class="page" id="lesson1">
  205.  
  206. <h3>Transfiguration: <b>Human Transfiguration</b></h3>
  207.  
  208. <i>Week 1 Part 1: List out the Animagus form for each of the following Wizards</i><p>
  209. </p><ol><li>Minerva McGonnagall</li>
  210. <li>Peter Pettigrew</li>
  211. <li>Sirius Black</li>
  212. <li>James Potter</li>
  213. <li>Rita Skeeter (Unregistered)</li>
  214. </ol><p>
  215. <i>Week 1 Part 2: Match these other instances of Human Transfiguration with who performed them</i>
  216. </p><p>
  217. </p><table style="width: 100%;"><tr><th><font size="3" color="#ff8080">Transfiguration</font></th>
  218. <th><font size="3" color="#ff8080">Performer</font></th>
  219. </tr><tr><th><font size="1">Their Wife ⇒ a Yak</font></th>
  220. <th><font size="1">Barty Crouch Junior</font></th>
  221. </tr><tr><th><font size="1">Dudley Dursley ⇒ Pig (failed)</font></th>
  222. <th><font size="1">Horace Slughorn</font></th>
  223. </tr><tr><th><font size="1"> Themself ⇒ Armchair</font></th>
  224. <th><font size="1">Percy Weasley</font></th>
  225. </tr><tr><th><font size="1"> Lady Grieve's Broken Tooth ⇒ Tusk (unintentional)</font></th>
  226. <th><font size="1">Viktor Krum</font></th>
  227. </tr><tr><th><font size="1"> Anyone who disagreed with her ⇒ Wood Lice </font></th>
  228. <th><font size="1">Sir Nicholas</font></th>
  229. </tr><tr><th><font size="1">Draco Malfoy ⇒ Ferrett</font></th>
  230. <th><font size="1">An Unknown Man</font></th>
  231. </tr><tr><th><font size="1">Themself ⇒ Shark (partial)</font></th>
  232. <th><font size="1">Rubeus Hagrid</font></th>
  233. </tr><tr><th><font size="1">Pius Thicknesse ⇒ Sea Urchin</font></th>
  234. <th><font size="1">Gwenog Jones</font></th>
  235. </tr></table><p><a href="#home">⇠ back</a>
  236. </p></div>
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249. <div class="page" id="lesson2">
  250. <h3>Transfiguration: <b>General Transformation</b></h3>
  251. <i>Match the correct information for each instance of historical transformation</i><p>
  252. </p><table style="width: 100%;"><tr><th><font size="3" color="#ff8080">Transfiguration</font></th>
  253. <th><font size="3" color="#ff8080">Accompanying Info</font></th>
  254. </tr><tr><th><font size="1">A Teapot ⇒ a Ferrett</font></th>
  255. <th><font size="1">Done by Cornelius Fudge</font></th>
  256. </tr><tr><th><font size="1">Fat White Rabbit ⇒ a Top Hat and Back</font></th>
  257. <th><font size="1">Done by Severus Snape</font></th>
  258. </tr><tr><th><font size="1">Percy's Prefect Badge ⇒ a Badge saying "Big Head Boy</font></th>
  259. <th><font size="1">Done by Cedric Diggory</font></th>
  260. </tr><tr><th><font size="1">A Teacup ⇒ a Gerbil</font></th>
  261. <th><font size="1">Done by Squibbert</font></th>
  262. </tr><tr><th><font size="1">Moldy Bread ⇒ Non-moldy Bread (attempt)</font></th>
  263. <th><font size="1">Located at Magical Menagerie</font></th>
  264. </tr><tr><th><font size="1">Chess Pieces ⇒ Giant Chessman Guarding the Philosopher's Stone</font></th>
  265. <th><font size="1">Done by Albus Dumbledore</font></th>
  266. </tr><tr><th><font size="1">Slytherin Banners ⇒ Gryffindor Banners</font></th>
  267. <th><font size="1">Done by Fred and George Weasley</font></th>
  268. </tr><tr><th><font size="1">A Rock ⇒ a Labrador Retriever</font></th>
  269. <th><font size="1">Done by Minerva McGonnagall</font></th>
  270. </tr><tr><th><font size="1">Fire ⇒ a Black Serpent</font></th>
  271. <th><font size="1">Done by Minerva McGonnagall</font></th>
  272. </tr><tr><th><font size="1">A Black Serpent ⇒ Smoke</font></th>
  273. <th><font size="1">Done by Minerva McGonnagall</font></th>
  274. </tr><tr><th><font size="1">Smoke ⇒ Daggers</font></th>
  275. <th><font size="1">Done by Hermione Granger</font></th>
  276. </tr></table><p><a href="#home">⇠ back</a>
  277. </p></div>
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290. <div class="page" id="lesson3">
  291. <h3>Transfiguration: <b>Vanishment</b></h3>
  292. <i>Match each instance of historical Vanishment with the wizard who did it</i><p>
  293. </p><table style="width: 100%;"><tr><th><font size="3" color="#ff8080">Vanishment</font></th>
  294. <th><font size="3" color="#ff8080">Accompanying Info</font></th>
  295. </tr><tr><th><font size="1">Vanished Glass (accidentally)</font></th>
  296. <th><font size="1">Severus Snape</font></th>
  297. </tr><tr><th><font size="1">Introduced Vanishment to 5th year students</font></th>
  298. <th><font size="1">Harry Potter</font></th>
  299. </tr><tr><th><font size="1">The only student able to successfully vanish an object at the end of their first lesson</font></th>
  300. <th><font size="1">Harry Potter</font></th>
  301. </tr><tr><th><font size="1">Vanished Draught of Peace Potion</font></th>
  302. <th><font size="1">Hermione Granger</font></th>
  303. </tr><tr><th><font size="1">Vanished an entire Iguana during an O.W.L.</font></th>
  304. <th><font size="1">Minerva McGonnagall</font></th>
  305. </tr><tr><th><font size="1">Vanished a fiery snake</font></th>
  306. <th><font size="1">Harry Potter</font></th>
  307. </tr><tr><th><font size="1">Vanished a regular snake</font></th>
  308. <th><font size="1">Albus Dumbledore</font></th>
  309. </tr></table><p><a href="#home">⇠ back</a>
  310. </p></div>
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323. <div class="page" id="lesson4">
  324. <h3>Transfiguration: <b>Other Transfiguration</b></h3>
  325. <i>Match each instance of Transfiguration with the correct information.</i>
  326. <p>
  327. </p><table style="width: 100%;"><tr><th><font size="3" color="#ff8080">Transfiguration</font></th>
  328. <th><font size="3" color="#ff8080">Accompanying Info</font></th>
  329. </tr><tr><th><font size="1">Requires at least an "E" on a Transfiguration O.W.L.</font></th>
  330. <th><font size="1">Done by Harry Potter</font></th>
  331. </tr><tr><th><font size="1">Comes to life outside of Dumbledore's office when a password is spoken</font></th>
  332. <th><font size="1">Done by Harry Potter</font></th>
  333. </tr><tr><th><font size="1">Considered using a switching spell to turn a Dragon's teeth into wine-gums</font></th>
  334. <th><font size="1">Healing</font></th>
  335. </tr><tr><th><font size="1">Wished to become an Animagus to breathe under water.</font></th>
  336. <th><font size="1">Stone Gargoyle Statues</font></th>
  337. </tr></table><p><a href="#home">⇠ back</a>
  338. </p></div>
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357. </div>
  358. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement