Advertisement
painted_dreams87

Forbidden Forest

Sep 16th, 2020
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 78.59 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/fcn7y97.png");
  10. }
  11. #layout {
  12. width: 1000px;
  13. height: 700px;
  14. margin: 0 auto;
  15. background-image: url("http://i.imgur.com/Lbr5lNV.png");
  16. }
  17. #main {
  18. font: 9pt tahoma;
  19. color: #000000;
  20. top: 250px;
  21. left: 30px;
  22. width: 940px;
  23. height: 425px;
  24. overflow: hidden;
  25. }
  26. .page {
  27. height: 425px;
  28. overflow: auto;
  29. }
  30. .table {
  31. display: inline;
  32. text-align: left;
  33. }
  34. h1 {
  35. font-weight: normal;
  36. font: 13pt tahoma;
  37. text-align: center;
  38. color: #9a99ad;
  39. padding-left: 5px;
  40. line-height: 20px;
  41. letter-spacing: 4px;
  42. border-bottom: 4px double #9dcfd4;
  43. }
  44. h2 {
  45. font-weight: normal;
  46. font: 11pt tahoma;
  47. text-align: left;
  48. color: #9dcfd4;
  49. padding-left: 5px;
  50. line-height: 20px;
  51. letter-spacing: 2px;
  52. border-bottom: 1px solid #9a99ad;
  53. }
  54. b {
  55. color: #aaabd2;
  56. font: 10pt tahoma;
  57. font-weight: bold;
  58. line-height: 14px;
  59. }
  60. i {
  61. color: #9dcfd4;
  62. font: 9pt tahoma;
  63. font-style: italic;
  64. line-height: 14px;
  65. }
  66. a:link, a:visited, a:active {
  67. color: #5ba4ad;
  68. font: 9pt tahoma;
  69. text-decoration: none;
  70. }
  71. a:hover {
  72. color: #9dcfd4;
  73. font: 9pt tahoma;
  74. text-decoration: none;
  75. }
  76. </style><br><br><br><div id="layout" style="position: relative;">
  77.  
  78.  
  79. <div id="main" style="position: absolute;">
  80. <div class="page">
  81. <h1>The Slugg Club Layouts</h1>
  82. <h2>Rules & Information</h2>
  83. These layouts are available for anyone in <a href="/~slugclubministry">The Slugg Club</a> guild to use for their classes, activities, homework, or other guild use. You are welcome to edit them as you'd like. <br>If you need any help or have any questions, <a href="/neomessages.phtml?type=send&recipient=painted_dreams87">neomail Heather</a>.<br><br>
  84.  
  85. To use a layout, first copy and paste the coding in the box under the layout you like. It will have your image, background, and styling. Then, copy and paste the coding in the box under <b>Rest of Coding</b>. It will have the coding that is the same for every layout. That needs to go directly under the code you already pasted in. Save, and your layout is ready to use!
  86.  
  87.  
  88. <h2>The Layouts</h2>
  89. <table width="100%"><tr align="center"><td width="33%">
  90. <img src="http://i.imgur.com/nLNROUC.png"><br><b>Antique:</b><br><textarea><style>
  91. table {
  92. display: none;
  93. }
  94. .page table {
  95. display: table;
  96. }
  97. body {
  98. background-image: url("http://i.imgur.com/soGDlIG.png");
  99. }
  100. #layout {
  101. width: 800px;
  102. height: 600px;
  103. margin: 0 auto;
  104. background-image: url("http://i.imgur.com/hknTkCh.png");
  105. }
  106. #main {
  107. font: 10pt tahoma;
  108. color: #000000;
  109. top: 180px;
  110. left: 230px;
  111. width: 570px;
  112. height: 390px;
  113. overflow: hidden;
  114. }
  115. .page {
  116. height: 390px;
  117. overflow: auto;
  118. }
  119. #nav {
  120. top: 180px;
  121. left: 0px;
  122. width: 190px;
  123. height: 390px;
  124. overflow: hidden;
  125. text-align: center;
  126. }
  127. .table {
  128. display: inline;
  129. text-align: left;
  130. }
  131. td {
  132. padding: 10px;
  133. }
  134. textarea#button {
  135. font: 9pt tahoma;
  136. color: #9d7c53;
  137. overflow: hidden;
  138. width: 90px;
  139. height: 30px;
  140. border: 1px solid #cdb8c8;
  141. }
  142. h1 {
  143. font: 13pt tahoma;
  144. color: #d37e50;
  145. text-align: center;
  146. border-width: 2px;
  147. border-bottom-style: solid;
  148. border-top-style: solid;
  149. border-color: #917260;
  150. letter-spacing: 4px;
  151. line-height: 25px;
  152. }
  153. h2 {
  154. font: 11pt tahoma;
  155. color: #fff9ec;
  156. text-align: center;
  157. background-color: #917260;
  158. letter-spacing: 2px;
  159. line-height: 25px;
  160. }
  161. h2:hover {
  162. font: 11pt tahoma;
  163. color: #917260;
  164. text-align: center;
  165. background-color: #fff9ec;
  166. letter-spacing: 2px;
  167. line-height: 25px;
  168. }
  169. h3 {
  170. font: 12pt tahoma;
  171. color: #c0bfaa;
  172. border-width: 1px;
  173. border-bottom-style: solid;
  174. border-top-style: solid;
  175. border-color: #cdb8c8;
  176. letter-spacing: 2px;
  177. line-height: 25px;
  178. }
  179. b {
  180. color: #917260;
  181. font: 10pt tahoma;
  182. font-weight: bold;
  183. line-height: 14px;
  184. }
  185. i {
  186. color: #c0bfaa;
  187. font: 10pt tahoma;
  188. font-style: italic;
  189. line-height: 14px;
  190. }
  191. a:link, a:visited, a:active {
  192. color: #d37e50;
  193. font: 10pt tahoma;
  194. text-decoration: none;
  195. }
  196. a:hover {
  197. color: #917260;
  198. font: 10pt tahoma;
  199. text-decoration: none;
  200. }
  201. </style></textarea></td>
  202.  
  203. <td width="33%">
  204. <img src="http://i.imgur.com/PRJpaJn.png"><br><b>Snowy Owl:</b><br><textarea><style>
  205. table {
  206. display: none;
  207. }
  208. .page table {
  209. display: table;
  210. }
  211. body {
  212. background-image: url("http://i.imgur.com/wa0VACQ.png");
  213. }
  214. #layout {
  215. width: 800px;
  216. height: 600px;
  217. margin: 0 auto;
  218. background-image: url("http://i.imgur.com/O49Gad1.png");
  219. }
  220. #main {
  221. font: 10pt tahoma;
  222. color: #000000;
  223. top: 180px;
  224. left: 230px;
  225. width: 570px;
  226. height: 390px;
  227. overflow: hidden;
  228. }
  229. .page {
  230. height: 390px;
  231. overflow: auto;
  232. }
  233. #nav {
  234. top: 180px;
  235. left: 0px;
  236. width: 190px;
  237. height: 390px;
  238. overflow: hidden;
  239. text-align: center;
  240. }
  241. .table {
  242. display: inline;
  243. text-align: left;
  244. }
  245. td {
  246. padding: 10px;
  247. }
  248. textarea#button {
  249. font: 9pt tahoma;
  250. color: #9d7c53;
  251. overflow: hidden;
  252. width: 90px;
  253. height: 30px;
  254. border: 1px solid #cdb8c8;
  255. }
  256. h1 {
  257. font: 13pt tahoma;
  258. color: #888dad;
  259. text-align: center;
  260. border-width: 2px;
  261. border-bottom-style: solid;
  262. border-top-style: solid;
  263. border-color: #bbced2;
  264. letter-spacing: 4px;
  265. line-height: 25px;
  266. }
  267. h2 {
  268. font: 11pt tahoma;
  269. color: #bbced2;
  270. text-align: center;
  271. background-color: #5c5c90;
  272. letter-spacing: 2px;
  273. line-height: 25px;
  274. }
  275. h2:hover {
  276. font: 11pt tahoma;
  277. color: #5c5c90;
  278. text-align: center;
  279. background-color: #bbced2;
  280. letter-spacing: 2px;
  281. line-height: 25px;
  282. }
  283. h3 {
  284. font: 12pt tahoma;
  285. color: #bbced2;
  286. border-width: 1px;
  287. border-bottom-style: solid;
  288. border-top-style: solid;
  289. border-color: #888dad;
  290. letter-spacing: 2px;
  291. line-height: 25px;
  292. }
  293. b {
  294. color: #888dad;
  295. font: 10pt tahoma;
  296. font-weight: bold;
  297. line-height: 14px;
  298. }
  299. i {
  300. color: #5c5c90;
  301. font: 10pt tahoma;
  302. font-style: italic;
  303. line-height: 14px;
  304. }
  305. a:link, a:visited, a:active {
  306. color: #bbced2;
  307. font: 10pt tahoma;
  308. text-decoration: none;
  309. }
  310. a:hover {
  311. color: #888dad;
  312. font: 10pt tahoma;
  313. text-decoration: none;
  314. }
  315. </style></textarea></td>
  316.  
  317. <td width="33%">
  318. <img src="http://i.imgur.com/p9C1zAz.png"><br><b>House of Black:</b><br><textarea><style>
  319. table {
  320. display: none;
  321. }
  322. .page table {
  323. display: table;
  324. }
  325. body {
  326. background-image: url("http://i.imgur.com/PsOmtvh.png");
  327. }
  328. #layout {
  329. width: 800px;
  330. height: 600px;
  331. margin: 0 auto;
  332. background-image: url("http://i.imgur.com/saN8U42.png");
  333. }
  334. #main {
  335. font: 10pt tahoma;
  336. color: #000000;
  337. top: 180px;
  338. left: 230px;
  339. width: 570px;
  340. height: 390px;
  341. overflow: hidden;
  342. }
  343. .page {
  344. height: 390px;
  345. overflow: auto;
  346. }
  347. #nav {
  348. top: 180px;
  349. left: 0px;
  350. width: 190px;
  351. height: 390px;
  352. overflow: hidden;
  353. text-align: center;
  354. }
  355. .table {
  356. display: inline;
  357. text-align: left;
  358. }
  359. td {
  360. padding: 10px;
  361. }
  362. textarea#button {
  363. font: 9pt tahoma;
  364. color: #9d7c53;
  365. overflow: hidden;
  366. width: 90px;
  367. height: 30px;
  368. border: 1px solid #cdb8c8;
  369. }
  370. h1 {
  371. font: 13pt tahoma;
  372. color: #ad8e8f;
  373. text-align: center;
  374. border-width: 2px;
  375. border-bottom-style: solid;
  376. border-top-style: solid;
  377. border-color: #d5c9c5;
  378. letter-spacing: 4px;
  379. line-height: 25px;
  380. }
  381. h2 {
  382. font: 11pt tahoma;
  383. color: #d5c9c5;
  384. text-align: center;
  385. background-color: #424849;
  386. letter-spacing: 2px;
  387. line-height: 25px;
  388. }
  389. h2:hover {
  390. font: 11pt tahoma;
  391. color: #424849;
  392. text-align: center;
  393. background-color: #d5c9c5;
  394. letter-spacing: 2px;
  395. line-height: 25px;
  396. }
  397. h3 {
  398. font: 12pt tahoma;
  399. color: #d5c9c5;
  400. border-width: 1px;
  401. border-bottom-style: solid;
  402. border-top-style: solid;
  403. border-color: #ad8e8f;
  404. letter-spacing: 2px;
  405. line-height: 25px;
  406. }
  407. b {
  408. color: #ad8e8f;
  409. font: 10pt tahoma;
  410. font-weight: bold;
  411. line-height: 14px;
  412. }
  413. i {
  414. color: #424849;
  415. font: 10pt tahoma;
  416. font-style: italic;
  417. line-height: 14px;
  418. }
  419. a:link, a:visited, a:active {
  420. color: #9b8570;
  421. font: 10pt tahoma;
  422. text-decoration: none;
  423. }
  424. a:hover {
  425. color: #ad8e8f;
  426. font: 10pt tahoma;
  427. text-decoration: none;
  428. }
  429. </style></textarea></td>
  430. </tr><tr align="center"><td width="33%">
  431. <img src="http://i.imgur.com/cmkFhA2.png"><br><b>Floral Library:</b><br><textarea><style>
  432. table {
  433. display: none;
  434. }
  435. .page table {
  436. display: table;
  437. }
  438. body {
  439. background-image: url("http://i.imgur.com/72erWDl.png");
  440. }
  441. #layout {
  442. width: 800px;
  443. height: 600px;
  444. margin: 0 auto;
  445. background-image: url("http://i.imgur.com/Fxpiz1s.png");
  446. }
  447. #main {
  448. font: 10pt tahoma;
  449. color: #000000;
  450. top: 180px;
  451. left: 230px;
  452. width: 570px;
  453. height: 390px;
  454. overflow: hidden;
  455. }
  456. .page {
  457. height: 390px;
  458. overflow: auto;
  459. }
  460. #nav {
  461. top: 180px;
  462. left: 0px;
  463. width: 190px;
  464. height: 390px;
  465. overflow: hidden;
  466. text-align: center;
  467. }
  468. .table {
  469. display: inline;
  470. text-align: left;
  471. }
  472. td {
  473. padding: 10px;
  474. }
  475. textarea#button {
  476. font: 9pt tahoma;
  477. color: #9d7c53;
  478. overflow: hidden;
  479. width: 90px;
  480. height: 30px;
  481. border: 1px solid #cdb8c8;
  482. }
  483. h1 {
  484. font: 13pt tahoma;
  485. color: #3e6a94;
  486. text-align: center;
  487. border-width: 2px;
  488. border-bottom-style: solid;
  489. border-top-style: solid;
  490. border-color: #82bb9e;
  491. letter-spacing: 4px;
  492. line-height: 25px;
  493. }
  494. h2 {
  495. font: 11pt tahoma;
  496. color: #dce5d3;
  497. text-align: center;
  498. background-color: #8c8a71;
  499. letter-spacing: 2px;
  500. line-height: 25px;
  501. }
  502. h2:hover {
  503. font: 11pt tahoma;
  504. color: #8c8a71;
  505. text-align: center;
  506. background-color: #dce5d3;
  507. letter-spacing: 2px;
  508. line-height: 25px;
  509. }
  510. h3 {
  511. font: 12pt tahoma;
  512. color: #82bb9e;
  513. border-width: 1px;
  514. border-bottom-style: solid;
  515. border-top-style: solid;
  516. border-color: #3e6a94;
  517. letter-spacing: 2px;
  518. line-height: 25px;
  519. }
  520. b {
  521. color: #82bb9e;
  522. font: 10pt tahoma;
  523. font-weight: bold;
  524. line-height: 14px;
  525. }
  526. i {
  527. color: #8c8a71;
  528. font: 10pt tahoma;
  529. font-style: italic;
  530. line-height: 14px;
  531. }
  532. a:link, a:visited, a:active {
  533. color: #3e6a94;
  534. font: 10pt tahoma;
  535. text-decoration: none;
  536. }
  537. a:hover {
  538. color: #8c8a71;
  539. font: 10pt tahoma;
  540. text-decoration: none;
  541. }
  542. </style></textarea></td>
  543.  
  544. <td width="33%">
  545. <img src="http://i.imgur.com/2GVfq5I.png"><br><b>Pastel Castle:</b><br><textarea><style>
  546. table {
  547. display: none;
  548. }
  549. .page table {
  550. display: table;
  551. }
  552. body {
  553. background-image: url("http://i.imgur.com/6nUAJdK.png");
  554. }
  555. #layout {
  556. width: 800px;
  557. height: 600px;
  558. margin: 0 auto;
  559. background-image: url("http://i.imgur.com/DNLuBAf.png");
  560. }
  561. #main {
  562. font: 10pt tahoma;
  563. color: #000000;
  564. top: 180px;
  565. left: 230px;
  566. width: 570px;
  567. height: 390px;
  568. overflow: hidden;
  569. }
  570. .page {
  571. height: 390px;
  572. overflow: auto;
  573. }
  574. #nav {
  575. top: 180px;
  576. left: 0px;
  577. width: 190px;
  578. height: 390px;
  579. overflow: hidden;
  580. text-align: center;
  581. }
  582. .table {
  583. display: inline;
  584. text-align: left;
  585. }
  586. td {
  587. padding: 10px;
  588. }
  589. textarea#button {
  590. font: 9pt tahoma;
  591. color: #9d7c53;
  592. overflow: hidden;
  593. width: 90px;
  594. height: 30px;
  595. border: 1px solid #cdb8c8;
  596. }
  597. h1 {
  598. font: 13pt tahoma;
  599. color: #abb4c3;
  600. text-align: center;
  601. border-width: 2px;
  602. border-bottom-style: solid;
  603. border-top-style: solid;
  604. border-color: #dac6b6;
  605. letter-spacing: 4px;
  606. line-height: 25px;
  607. }
  608. h2 {
  609. font: 11pt tahoma;
  610. color: #fefeee;
  611. text-align: center;
  612. background-color: #bcb5bd;
  613. letter-spacing: 2px;
  614. line-height: 25px;
  615. }
  616. h2:hover {
  617. font: 11pt tahoma;
  618. color: #bcb5bd;
  619. text-align: center;
  620. background-color: #fefeee;
  621. letter-spacing: 2px;
  622. line-height: 25px;
  623. }
  624. h3 {
  625. font: 12pt tahoma;
  626. color: #dac6b6;
  627. border-width: 1px;
  628. border-bottom-style: solid;
  629. border-top-style: solid;
  630. border-color: #abb4c3;
  631. letter-spacing: 2px;
  632. line-height: 25px;
  633. }
  634. b {
  635. color: #abb4c3;
  636. font: 10pt tahoma;
  637. font-weight: bold;
  638. line-height: 14px;
  639. }
  640. i {
  641. color: #dac6b6;
  642. font: 10pt tahoma;
  643. font-style: italic;
  644. line-height: 14px;
  645. }
  646. a:link, a:visited, a:active {
  647. color: #bcb5bd;
  648. font: 10pt tahoma;
  649. text-decoration: none;
  650. }
  651. a:hover {
  652. color: #abb4c3;
  653. font: 10pt tahoma;
  654. text-decoration: none;
  655. }
  656. </style></textarea></td>
  657.  
  658. <td width="33%">
  659. <img src="http://i.imgur.com/Zb96sfn.png"><br><b>Plants and Potions:</b><br><textarea><style>
  660. table {
  661. display: none;
  662. }
  663. .page table {
  664. display: table;
  665. }
  666. body {
  667. background-image: url("http://i.imgur.com/ZNN2Nth.png");
  668. }
  669. #layout {
  670. width: 800px;
  671. height: 600px;
  672. margin: 0 auto;
  673. background-image: url("http://i.imgur.com/VoXmp86.png");
  674. }
  675. #main {
  676. font: 10pt tahoma;
  677. color: #000000;
  678. top: 180px;
  679. left: 230px;
  680. width: 570px;
  681. height: 390px;
  682. overflow: hidden;
  683. }
  684. .page {
  685. height: 390px;
  686. overflow: auto;
  687. }
  688. #nav {
  689. top: 180px;
  690. left: 0px;
  691. width: 190px;
  692. height: 390px;
  693. overflow: hidden;
  694. text-align: center;
  695. }
  696. .table {
  697. display: inline;
  698. text-align: left;
  699. }
  700. td {
  701. padding: 10px;
  702. }
  703. textarea#button {
  704. font: 9pt tahoma;
  705. color: #9d7c53;
  706. overflow: hidden;
  707. width: 90px;
  708. height: 30px;
  709. border: 1px solid #cdb8c8;
  710. }
  711. h1 {
  712. font: 13pt tahoma;
  713. color: #745a48;
  714. text-align: center;
  715. border-width: 2px;
  716. border-bottom-style: solid;
  717. border-top-style: solid;
  718. border-color: #9fbe9b;
  719. letter-spacing: 4px;
  720. line-height: 25px;
  721. }
  722. h2 {
  723. font: 11pt tahoma;
  724. color: #fefee4;
  725. text-align: center;
  726. background-color: #8f7f4f;
  727. letter-spacing: 2px;
  728. line-height: 25px;
  729. }
  730. h2:hover {
  731. font: 11pt tahoma;
  732. color: #8f7f4f;
  733. text-align: center;
  734. background-color: #fefee4;
  735. letter-spacing: 2px;
  736. line-height: 25px;
  737. }
  738. h3 {
  739. font: 12pt tahoma;
  740. color: #9fbe9b;
  741. border-width: 1px;
  742. border-bottom-style: solid;
  743. border-top-style: solid;
  744. border-color: #745a48;
  745. letter-spacing: 2px;
  746. line-height: 25px;
  747. }
  748. b {
  749. color: #745a48;
  750. font: 10pt tahoma;
  751. font-weight: bold;
  752. line-height: 14px;
  753. }
  754. i {
  755. color: #8f7f4f;
  756. font: 10pt tahoma;
  757. font-style: italic;
  758. line-height: 14px;
  759. }
  760. a:link, a:visited, a:active {
  761. color: #9fbe9b;
  762. font: 10pt tahoma;
  763. text-decoration: none;
  764. }
  765. a:hover {
  766. color: #745a48;
  767. font: 10pt tahoma;
  768. text-decoration: none;
  769. }
  770. </style></textarea></td>
  771. </tr><tr align="center"><td width="33%">
  772. <img src="http://i.imgur.com/kjXcTDy.png"><br><b>Trio Drawing:</b><br><textarea><style>
  773. table {
  774. display: none;
  775. }
  776. .page table {
  777. display: table;
  778. }
  779. body {
  780. background-image: url("http://i.imgur.com/6X2Xkaq.png");
  781. }
  782. #layout {
  783. width: 800px;
  784. height: 600px;
  785. margin: 0 auto;
  786. background-image: url("http://i.imgur.com/iNtNSLE.png");
  787. }
  788. #main {
  789. font: 10pt tahoma;
  790. color: #000000;
  791. top: 180px;
  792. left: 230px;
  793. width: 570px;
  794. height: 390px;
  795. overflow: hidden;
  796. }
  797. .page {
  798. height: 390px;
  799. overflow: auto;
  800. }
  801. #nav {
  802. top: 180px;
  803. left: 0px;
  804. width: 190px;
  805. height: 390px;
  806. overflow: hidden;
  807. text-align: center;
  808. }
  809. .table {
  810. display: inline;
  811. text-align: left;
  812. }
  813. td {
  814. padding: 10px;
  815. }
  816. textarea#button {
  817. font: 9pt tahoma;
  818. color: #9d7c53;
  819. overflow: hidden;
  820. width: 90px;
  821. height: 30px;
  822. border: 1px solid #cdb8c8;
  823. }
  824. h1 {
  825. font: 13pt tahoma;
  826. color: #a27976;
  827. text-align: center;
  828. border-width: 2px;
  829. border-bottom-style: solid;
  830. border-top-style: solid;
  831. border-color: #d4bba6;
  832. letter-spacing: 4px;
  833. line-height: 25px;
  834. }
  835. h2 {
  836. font: 11pt tahoma;
  837. color: #fefee4;
  838. text-align: center;
  839. background-color: #755f51;
  840. letter-spacing: 2px;
  841. line-height: 25px;
  842. }
  843. h2:hover {
  844. font: 11pt tahoma;
  845. color: #755f51;
  846. text-align: center;
  847. background-color: #f3dcc1;
  848. letter-spacing: 2px;
  849. line-height: 25px;
  850. }
  851. h3 {
  852. font: 12pt tahoma;
  853. color: #d4bba6;
  854. border-width: 1px;
  855. border-bottom-style: solid;
  856. border-top-style: solid;
  857. border-color: #a27976;
  858. letter-spacing: 2px;
  859. line-height: 25px;
  860. }
  861. b {
  862. color: #a27976;
  863. font: 10pt tahoma;
  864. font-weight: bold;
  865. line-height: 14px;
  866. }
  867. i {
  868. color: #d4bba6;
  869. font: 10pt tahoma;
  870. font-style: italic;
  871. line-height: 14px;
  872. }
  873. a:link, a:visited, a:active {
  874. color: #f5a474;
  875. font: 10pt tahoma;
  876. text-decoration: none;
  877. }
  878. a:hover {
  879. color: #a27976;
  880. font: 10pt tahoma;
  881. text-decoration: none;
  882. }
  883. </style></textarea></td>
  884.  
  885. <td width="33%">
  886. <img src="http://i.imgur.com/VdcHBG1.png"><br><b>Cartoon:</b><br><textarea><style>
  887. table {
  888. display: none;
  889. }
  890. .page table {
  891. display: table;
  892. }
  893. body {
  894. background-image: url("http://i.imgur.com/jGxX5Qo.png");
  895. }
  896. #layout {
  897. width: 800px;
  898. height: 600px;
  899. margin: 0 auto;
  900. background-image: url("http://i.imgur.com/7dy3ZQO.png");
  901. }
  902. #main {
  903. font: 10pt tahoma;
  904. color: #000000;
  905. top: 180px;
  906. left: 230px;
  907. width: 570px;
  908. height: 390px;
  909. overflow: hidden;
  910. }
  911. .page {
  912. height: 390px;
  913. overflow: auto;
  914. }
  915. #nav {
  916. top: 180px;
  917. left: 0px;
  918. width: 190px;
  919. height: 390px;
  920. overflow: hidden;
  921. text-align: center;
  922. }
  923. .table {
  924. display: inline;
  925. text-align: left;
  926. }
  927. td {
  928. padding: 10px;
  929. }
  930. textarea#button {
  931. font: 9pt tahoma;
  932. color: #9d7c53;
  933. overflow: hidden;
  934. width: 90px;
  935. height: 30px;
  936. border: 1px solid #cdb8c8;
  937. }
  938. h1 {
  939. font: 13pt tahoma;
  940. color: #c54d86;
  941. text-align: center;
  942. border-width: 2px;
  943. border-bottom-style: solid;
  944. border-top-style: solid;
  945. border-color: #000000;
  946. letter-spacing: 4px;
  947. line-height: 25px;
  948. }
  949. h2 {
  950. font: 11pt tahoma;
  951. color: #dbf4f5;
  952. text-align: center;
  953. background-color: #8b7096;
  954. letter-spacing: 2px;
  955. line-height: 25px;
  956. }
  957. h2:hover {
  958. font: 11pt tahoma;
  959. color: #8b7096;
  960. text-align: center;
  961. background-color: #dbf4f5;
  962. letter-spacing: 2px;
  963. line-height: 25px;
  964. }
  965. h3 {
  966. font: 12pt tahoma;
  967. color: #000000;
  968. border-width: 1px;
  969. border-bottom-style: solid;
  970. border-top-style: solid;
  971. border-color: #c54d86;
  972. letter-spacing: 2px;
  973. line-height: 25px;
  974. }
  975. b {
  976. color: #cdb8c8;
  977. font: 10pt tahoma;
  978. font-weight: bold;
  979. line-height: 14px;
  980. }
  981. i {
  982. color: #b19ac8;
  983. font: 10pt tahoma;
  984. font-style: italic;
  985. line-height: 14px;
  986. }
  987. a:link, a:visited, a:active {
  988. color: #c54d86;
  989. font: 10pt tahoma;
  990. text-decoration: none;
  991. }
  992. a:hover {
  993. color: #8b7096;
  994. font: 10pt tahoma;
  995. text-decoration: none;
  996. }
  997. </style></textarea></td>
  998.  
  999. <td width="33%">
  1000. <img src="http://i.imgur.com/Hj6oQRp.png"><br><b>Dementor:</b><br><textarea><style>
  1001. table {
  1002. display: none;
  1003. }
  1004. .page table {
  1005. display: table;
  1006. }
  1007. body {
  1008. background-image: url("http://i.imgur.com/ezaMz68.png");
  1009. }
  1010. #layout {
  1011. width: 800px;
  1012. height: 600px;
  1013. margin: 0 auto;
  1014. background-image: url("http://i.imgur.com/6oVgmIi.png");
  1015. }
  1016. #main {
  1017. font: 10pt tahoma;
  1018. color: #000000;
  1019. top: 180px;
  1020. left: 230px;
  1021. width: 570px;
  1022. height: 390px;
  1023. overflow: hidden;
  1024. }
  1025. .page {
  1026. height: 390px;
  1027. overflow: auto;
  1028. }
  1029. #nav {
  1030. top: 180px;
  1031. left: 0px;
  1032. width: 190px;
  1033. height: 390px;
  1034. overflow: hidden;
  1035. text-align: center;
  1036. }
  1037. .table {
  1038. display: inline;
  1039. text-align: left;
  1040. }
  1041. td {
  1042. padding: 10px;
  1043. }
  1044. textarea#button {
  1045. font: 9pt tahoma;
  1046. color: #9d7c53;
  1047. overflow: hidden;
  1048. width: 90px;
  1049. height: 30px;
  1050. border: 1px solid #cdb8c8;
  1051. }
  1052. h1 {
  1053. font: 13pt tahoma;
  1054. color: #a44d42;
  1055. text-align: center;
  1056. border-width: 2px;
  1057. border-bottom-style: solid;
  1058. border-top-style: solid;
  1059. border-color: #e19f7d;
  1060. letter-spacing: 4px;
  1061. line-height: 25px;
  1062. }
  1063. h2 {
  1064. font: 11pt tahoma;
  1065. color: #cdcdcd;
  1066. text-align: center;
  1067. background-color: #946c72;
  1068. letter-spacing: 2px;
  1069. line-height: 25px;
  1070. }
  1071. h2:hover {
  1072. font: 11pt tahoma;
  1073. color: #946c72;
  1074. text-align: center;
  1075. background-color: #cdcdcd;
  1076. letter-spacing: 2px;
  1077. line-height: 25px;
  1078. }
  1079. h3 {
  1080. font: 12pt tahoma;
  1081. color: #e19f7d;
  1082. border-width: 1px;
  1083. border-bottom-style: solid;
  1084. border-top-style: solid;
  1085. border-color: #a44d42;
  1086. letter-spacing: 2px;
  1087. line-height: 25px;
  1088. }
  1089. b {
  1090. color: #e19f7d;
  1091. font: 10pt tahoma;
  1092. font-weight: bold;
  1093. line-height: 14px;
  1094. }
  1095. i {
  1096. color: #a44d42;
  1097. font: 10pt tahoma;
  1098. font-style: italic;
  1099. line-height: 14px;
  1100. }
  1101. a:link, a:visited, a:active {
  1102. color: #952d37;
  1103. font: 10pt tahoma;
  1104. text-decoration: none;
  1105. }
  1106. a:hover {
  1107. color: #e19f7d;
  1108. font: 10pt tahoma;
  1109. text-decoration: none;
  1110. }
  1111. </style></textarea></td>
  1112.  
  1113. </tr><tr align="center"><td width="33%">
  1114. <img src="http://i.imgur.com/n8pTbaP.png"><br><b>Patronus:</b><br><textarea><style>
  1115. table {
  1116. display: none;
  1117. }
  1118. .page table {
  1119. display: table;
  1120. }
  1121. body {
  1122. background-image: url("http://i.imgur.com/kbkLHsD.png");
  1123. }
  1124. #layout {
  1125. width: 800px;
  1126. height: 600px;
  1127. margin: 0 auto;
  1128. background-image: url("http://i.imgur.com/HsBYPjp.png");
  1129. }
  1130. #main {
  1131. font: 10pt tahoma;
  1132. color: #000000;
  1133. top: 180px;
  1134. left: 230px;
  1135. width: 570px;
  1136. height: 390px;
  1137. overflow: hidden;
  1138. }
  1139. .page {
  1140. height: 390px;
  1141. overflow: auto;
  1142. }
  1143. #nav {
  1144. top: 180px;
  1145. left: 0px;
  1146. width: 190px;
  1147. height: 390px;
  1148. overflow: hidden;
  1149. text-align: center;
  1150. }
  1151. .table {
  1152. display: inline;
  1153. text-align: left;
  1154. }
  1155. td {
  1156. padding: 10px;
  1157. }
  1158. textarea#button {
  1159. font: 9pt tahoma;
  1160. color: #9d7c53;
  1161. overflow: hidden;
  1162. width: 90px;
  1163. height: 30px;
  1164. border: 1px solid #cdb8c8;
  1165. }
  1166. h1 {
  1167. font: 13pt tahoma;
  1168. color: #79b0c1;
  1169. text-align: center;
  1170. border-width: 2px;
  1171. border-bottom-style: solid;
  1172. border-top-style: solid;
  1173. border-color: #bad3db;
  1174. letter-spacing: 4px;
  1175. line-height: 25px;
  1176. }
  1177. h2 {
  1178. font: 11pt tahoma;
  1179. color: #bde1ec;
  1180. text-align: center;
  1181. background-color: #2b6184;
  1182. letter-spacing: 2px;
  1183. line-height: 25px;
  1184. }
  1185. h2:hover {
  1186. font: 11pt tahoma;
  1187. color: #2b6184;
  1188. text-align: center;
  1189. background-color: #bde1ec;
  1190. letter-spacing: 2px;
  1191. line-height: 25px;
  1192. }
  1193. h3 {
  1194. font: 12pt tahoma;
  1195. color: #bad3db;
  1196. border-width: 1px;
  1197. border-bottom-style: solid;
  1198. border-top-style: solid;
  1199. border-color: #79b0c1;
  1200. letter-spacing: 2px;
  1201. line-height: 25px;
  1202. }
  1203. b {
  1204. color: #79b0c1;
  1205. font: 10pt tahoma;
  1206. font-weight: bold;
  1207. line-height: 14px;
  1208. }
  1209. i {
  1210. color: #2b6184;
  1211. font: 10pt tahoma;
  1212. font-style: italic;
  1213. line-height: 14px;
  1214. }
  1215. a:link, a:visited, a:active {
  1216. color: #20b1cb;
  1217. font: 10pt tahoma;
  1218. text-decoration: none;
  1219. }
  1220. a:hover {
  1221. color: #bad3db;
  1222. font: 10pt tahoma;
  1223. text-decoration: none;
  1224. }
  1225. </style></textarea></td>
  1226.  
  1227. <td width="33%">
  1228. <img src="http://i.imgur.com/hZucqmq.png"><br><b>Green Cartoon:</b><br><textarea><style>
  1229. table {
  1230. display: none;
  1231. }
  1232. .page table {
  1233. display: table;
  1234. }
  1235. body {
  1236. background-image: url("http://i.imgur.com/ZGkz0li.png");
  1237. }
  1238. #layout {
  1239. width: 800px;
  1240. height: 600px;
  1241. margin: 0 auto;
  1242. background-image: url("http://i.imgur.com/60SSX27.png");
  1243. }
  1244. #main {
  1245. font: 10pt tahoma;
  1246. color: #000000;
  1247. top: 180px;
  1248. left: 230px;
  1249. width: 570px;
  1250. height: 390px;
  1251. overflow: hidden;
  1252. }
  1253. .page {
  1254. height: 390px;
  1255. overflow: auto;
  1256. }
  1257. #nav {
  1258. top: 180px;
  1259. left: 0px;
  1260. width: 190px;
  1261. height: 390px;
  1262. overflow: hidden;
  1263. text-align: center;
  1264. }
  1265. .table {
  1266. display: inline;
  1267. text-align: left;
  1268. }
  1269. td {
  1270. padding: 10px;
  1271. }
  1272. textarea#button {
  1273. font: 9pt tahoma;
  1274. color: #9d7c53;
  1275. overflow: hidden;
  1276. width: 90px;
  1277. height: 30px;
  1278. border: 1px solid #cdb8c8;
  1279. }
  1280. h1 {
  1281. font: 13pt tahoma;
  1282. color: #2f4044;
  1283. text-align: center;
  1284. border-width: 2px;
  1285. border-bottom-style: solid;
  1286. border-top-style: solid;
  1287. border-color: #cdd9cd;
  1288. letter-spacing: 4px;
  1289. line-height: 25px;
  1290. }
  1291. h2 {
  1292. font: 11pt tahoma;
  1293. color: #cdd9cd;
  1294. text-align: center;
  1295. background-color: #2f4044;
  1296. letter-spacing: 2px;
  1297. line-height: 25px;
  1298. }
  1299. h2:hover {
  1300. font: 11pt tahoma;
  1301. color: #2f4044;
  1302. text-align: center;
  1303. background-color: #cdd9cd;
  1304. letter-spacing: 2px;
  1305. line-height: 25px;
  1306. }
  1307. h3 {
  1308. font: 12pt tahoma;
  1309. color: #cdd9cd;
  1310. border-width: 1px;
  1311. border-bottom-style: solid;
  1312. border-top-style: solid;
  1313. border-color: #2f4044;
  1314. letter-spacing: 2px;
  1315. line-height: 25px;
  1316. }
  1317. b {
  1318. color: #627173;
  1319. font: 10pt tahoma;
  1320. font-weight: bold;
  1321. line-height: 14px;
  1322. }
  1323. i {
  1324. color: #2f4044;
  1325. font: 10pt tahoma;
  1326. font-style: italic;
  1327. line-height: 14px;
  1328. }
  1329. a:link, a:visited, a:active {
  1330. color: #cdd9cd;
  1331. font: 10pt tahoma;
  1332. text-decoration: none;
  1333. }
  1334. a:hover {
  1335. color: #2f4044;
  1336. font: 10pt tahoma;
  1337. text-decoration: none;
  1338. }
  1339. </style></textarea></td>
  1340.  
  1341. <td width="33%">
  1342. <img src="http://i.imgur.com/AXGp5DN.png"><br><b>Red Cartoon:</b><br><textarea><style>
  1343. table {
  1344. display: none;
  1345. }
  1346. .page table {
  1347. display: table;
  1348. }
  1349. body {
  1350. background-image: url("http://i.imgur.com/hUBp4QB.png");
  1351. }
  1352. #layout {
  1353. width: 800px;
  1354. height: 600px;
  1355. margin: 0 auto;
  1356. background-image: url("http://i.imgur.com/tgdtFkm.png");
  1357. }
  1358. #main {
  1359. font: 10pt tahoma;
  1360. color: #000000;
  1361. top: 180px;
  1362. left: 230px;
  1363. width: 570px;
  1364. height: 390px;
  1365. overflow: hidden;
  1366. }
  1367. .page {
  1368. height: 390px;
  1369. overflow: auto;
  1370. }
  1371. #nav {
  1372. top: 180px;
  1373. left: 0px;
  1374. width: 190px;
  1375. height: 390px;
  1376. overflow: hidden;
  1377. text-align: center;
  1378. }
  1379. .table {
  1380. display: inline;
  1381. text-align: left;
  1382. }
  1383. td {
  1384. padding: 10px;
  1385. }
  1386. textarea#button {
  1387. font: 9pt tahoma;
  1388. color: #9d7c53;
  1389. overflow: hidden;
  1390. width: 90px;
  1391. height: 30px;
  1392. border: 1px solid #cdb8c8;
  1393. }
  1394. h1 {
  1395. font: 13pt tahoma;
  1396. color: #a41143;
  1397. text-align: center;
  1398. border-width: 2px;
  1399. border-bottom-style: solid;
  1400. border-top-style: solid;
  1401. border-color: #e6d1b4;
  1402. letter-spacing: 4px;
  1403. line-height: 25px;
  1404. }
  1405. h2 {
  1406. font: 11pt tahoma;
  1407. color: #e6d1b4;
  1408. text-align: center;
  1409. background-color: #a41143;
  1410. letter-spacing: 2px;
  1411. line-height: 25px;
  1412. }
  1413. h2:hover {
  1414. font: 11pt tahoma;
  1415. color: #a41143;
  1416. text-align: center;
  1417. background-color: #e6d1b4;
  1418. letter-spacing: 2px;
  1419. line-height: 25px;
  1420. }
  1421. h3 {
  1422. font: 12pt tahoma;
  1423. color: #e6d1b4;
  1424. border-width: 1px;
  1425. border-bottom-style: solid;
  1426. border-top-style: solid;
  1427. border-color: #a41143;
  1428. letter-spacing: 2px;
  1429. line-height: 25px;
  1430. }
  1431. b {
  1432. color: #6d555f;
  1433. font: 10pt tahoma;
  1434. font-weight: bold;
  1435. line-height: 14px;
  1436. }
  1437. i {
  1438. color: #a41143;
  1439. font: 10pt tahoma;
  1440. font-style: italic;
  1441. line-height: 14px;
  1442. }
  1443. a:link, a:visited, a:active {
  1444. color: #e6d1b4;
  1445. font: 10pt tahoma;
  1446. text-decoration: none;
  1447. }
  1448. a:hover {
  1449. color: #a41143;
  1450. font: 10pt tahoma;
  1451. text-decoration: none;
  1452. }
  1453. </style></textarea></td>
  1454. </tr><tr align="center"><td width="33%">
  1455. <img src="http://i.imgur.com/HZUTGtO.png"><br><b>Books:</b><br><textarea><style>
  1456. table {
  1457. display: none;
  1458. }
  1459. .page table {
  1460. display: table;
  1461. }
  1462. body {
  1463. background-image: url("http://i.imgur.com/UVQ6jrK.png");
  1464. }
  1465. #layout {
  1466. width: 800px;
  1467. height: 600px;
  1468. margin: 0 auto;
  1469. background-image: url("http://i.imgur.com/ssunBqN.png");
  1470. }
  1471. #main {
  1472. font: 10pt tahoma;
  1473. color: #000000;
  1474. top: 180px;
  1475. left: 230px;
  1476. width: 570px;
  1477. height: 390px;
  1478. overflow: hidden;
  1479. }
  1480. .page {
  1481. height: 390px;
  1482. overflow: auto;
  1483. }
  1484. #nav {
  1485. top: 180px;
  1486. left: 0px;
  1487. width: 190px;
  1488. height: 390px;
  1489. overflow: hidden;
  1490. text-align: center;
  1491. }
  1492. .table {
  1493. display: inline;
  1494. text-align: left;
  1495. }
  1496. td {
  1497. padding: 10px;
  1498. }
  1499. h1 {
  1500. font: 13pt tahoma;
  1501. color: #9d8593;
  1502. text-align: center;
  1503. border-width: 2px;
  1504. border-bottom-style: solid;
  1505. border-top-style: solid;
  1506. border-color: #6c6077;
  1507. letter-spacing: 4px;
  1508. line-height: 25px;
  1509. }
  1510. h2 {
  1511. font: 11pt tahoma;
  1512. color: #e8d7d0;
  1513. text-align: center;
  1514. background-color: #756b77;
  1515. letter-spacing: 2px;
  1516. line-height: 25px;
  1517. }
  1518. h2:hover {
  1519. font: 11pt tahoma;
  1520. color: #756b77;
  1521. text-align: center;
  1522. background-color: #e8d7d0;
  1523. letter-spacing: 2px;
  1524. line-height: 25px;
  1525. }
  1526. h3 {
  1527. font: 12pt tahoma;
  1528. color: #6c6077;
  1529. border-width: 1px;
  1530. border-bottom-style: solid;
  1531. border-top-style: solid;
  1532. border-color: #9d8593;
  1533. letter-spacing: 2px;
  1534. line-height: 25px;
  1535. }
  1536. b {
  1537. color: #9d8593;
  1538. font: 10pt tahoma;
  1539. font-weight: bold;
  1540. line-height: 14px;
  1541. }
  1542. i {
  1543. color: #6c6077;
  1544. font: 10pt tahoma;
  1545. font-style: italic;
  1546. line-height: 14px;
  1547. }
  1548. a:link, a:visited, a:active {
  1549. color: #e8d7d0;
  1550. font: 10pt tahoma;
  1551. text-decoration: none;
  1552. }
  1553. a:hover {
  1554. color: #756b77;
  1555. font: 10pt tahoma;
  1556. text-decoration: none;
  1557. }
  1558. </style></textarea></td>
  1559.  
  1560.  
  1561. <td width="33%">
  1562. <img src="http://i.imgur.com/0BodbaD.png"><br><b>Hogwarts Express:</b><br><textarea><style>
  1563. table {
  1564. display: none;
  1565. }
  1566. .page table {
  1567. display: table;
  1568. }
  1569. body {
  1570. background-image: url("http://i.imgur.com/adHfTGi.png");
  1571. }
  1572. #layout {
  1573. width: 800px;
  1574. height: 600px;
  1575. margin: 0 auto;
  1576. background-image: url("http://i.imgur.com/qNdD6oq.png");
  1577. }
  1578. #main {
  1579. font: 10pt tahoma;
  1580. color: #000000;
  1581. top: 180px;
  1582. left: 230px;
  1583. width: 570px;
  1584. height: 390px;
  1585. overflow: hidden;
  1586. }
  1587. .page {
  1588. height: 390px;
  1589. overflow: auto;
  1590. }
  1591. #nav {
  1592. top: 180px;
  1593. left: 0px;
  1594. width: 190px;
  1595. height: 390px;
  1596. overflow: hidden;
  1597. text-align: center;
  1598. }
  1599. .table {
  1600. display: inline;
  1601. text-align: left;
  1602. }
  1603. td {
  1604. padding: 10px;
  1605. }
  1606. h1 {
  1607. font: 13pt tahoma;
  1608. color: #8aa5a8;
  1609. text-align: center;
  1610. border-width: 2px;
  1611. border-bottom-style: solid;
  1612. border-top-style: solid;
  1613. border-color: #6c6077;
  1614. letter-spacing: 4px;
  1615. line-height: 25px;
  1616. }
  1617. h2 {
  1618. font: 11pt tahoma;
  1619. color: #c0d3df;
  1620. text-align: center;
  1621. background-color: #4e5c6e;
  1622. letter-spacing: 2px;
  1623. line-height: 25px;
  1624. }
  1625. h2:hover {
  1626. font: 11pt tahoma;
  1627. color: #4e5c6e;
  1628. text-align: center;
  1629. background-color: #c0d3df;
  1630. letter-spacing: 2px;
  1631. line-height: 25px;
  1632. }
  1633. h3 {
  1634. font: 12pt tahoma;
  1635. color: #6c6077;
  1636. border-width: 1px;
  1637. border-bottom-style: solid;
  1638. border-top-style: solid;
  1639. border-color: #8aa5a8;
  1640. letter-spacing: 2px;
  1641. line-height: 25px;
  1642. }
  1643. b {
  1644. color: #4e5c6e;
  1645. font: 10pt tahoma;
  1646. font-weight: bold;
  1647. line-height: 14px;
  1648. }
  1649. i {
  1650. color: #527580;
  1651. font: 10pt tahoma;
  1652. font-style: italic;
  1653. line-height: 14px;
  1654. }
  1655. a:link, a:visited, a:active {
  1656. color: #c0d3df;
  1657. font: 10pt tahoma;
  1658. text-decoration: none;
  1659. }
  1660. a:hover {
  1661. color: #756b77;
  1662. font: 10pt tahoma;
  1663. text-decoration: none;
  1664. }
  1665. </style></textarea></td>
  1666. <td width="33%">
  1667. <img src="http://i.imgur.com/l2EZDXM.png"><br><b>Watercolor Castle:</b><br><textarea><style>
  1668. table {
  1669. display: none;
  1670. }
  1671. .page table {
  1672. display: table;
  1673. }
  1674. body {
  1675. background-image: url("http://i.imgur.com/M0CkxQU.png");
  1676. }
  1677. #layout {
  1678. width: 800px;
  1679. height: 600px;
  1680. margin: 0 auto;
  1681. background-image: url("http://i.imgur.com/dRQt2OG.png");
  1682. }
  1683. #main {
  1684. font: 10pt tahoma;
  1685. color: #000000;
  1686. top: 180px;
  1687. left: 230px;
  1688. width: 570px;
  1689. height: 390px;
  1690. overflow: hidden;
  1691. }
  1692. .page {
  1693. height: 390px;
  1694. overflow: auto;
  1695. }
  1696. #nav {
  1697. top: 180px;
  1698. left: 0px;
  1699. width: 190px;
  1700. height: 390px;
  1701. overflow: hidden;
  1702. text-align: center;
  1703. }
  1704. .table {
  1705. display: inline;
  1706. text-align: left;
  1707. }
  1708. td {
  1709. padding: 10px;
  1710. }
  1711. h1 {
  1712. font: 13pt tahoma;
  1713. color: #d3baf3;
  1714. text-align: center;
  1715. border-width: 2px;
  1716. border-bottom-style: solid;
  1717. border-top-style: solid;
  1718. border-color: #6c6077;
  1719. letter-spacing: 4px;
  1720. line-height: 25px;
  1721. }
  1722. h2 {
  1723. font: 11pt tahoma;
  1724. color: #ddd3f3;
  1725. text-align: center;
  1726. background-color: #556293;
  1727. letter-spacing: 2px;
  1728. line-height: 25px;
  1729. }
  1730. h2:hover {
  1731. font: 11pt tahoma;
  1732. color: #556293;
  1733. text-align: center;
  1734. background-color: #ddd3f3;
  1735. letter-spacing: 2px;
  1736. line-height: 25px;
  1737. }
  1738. h3 {
  1739. font: 12pt tahoma;
  1740. color: #6c6077;
  1741. border-width: 1px;
  1742. border-bottom-style: solid;
  1743. border-top-style: solid;
  1744. border-color: #d3baf3;
  1745. letter-spacing: 2px;
  1746. line-height: 25px;
  1747. }
  1748. b {
  1749. color: #556293;
  1750. font: 10pt tahoma;
  1751. font-weight: bold;
  1752. line-height: 14px;
  1753. }
  1754. i {
  1755. color: #d3baf3;
  1756. font: 10pt tahoma;
  1757. font-style: italic;
  1758. line-height: 14px;
  1759. }
  1760. a:link, a:visited, a:active {
  1761. color: #91c7ef;
  1762. font: 10pt tahoma;
  1763. text-decoration: none;
  1764. }
  1765. a:hover {
  1766. color: #ddd3f3;
  1767. font: 10pt tahoma;
  1768. text-decoration: none;
  1769. }
  1770. </style></textarea></td>
  1771. </tr><tr align="center"><td width="33%">
  1772. <img src="http://i.imgur.com/dcFaHeJ.png"><br><b>Spooky:</b><br><textarea><style>
  1773. table {
  1774. display: none;
  1775. }
  1776. .page table {
  1777. display: table;
  1778. }
  1779. body {
  1780. background-image: url("http://i.imgur.com/UKpNMGj.png");
  1781. }
  1782. #layout {
  1783. width: 800px;
  1784. height: 600px;
  1785. margin: 0 auto;
  1786. background-image: url("http://i.imgur.com/CBHKIsG.png");
  1787. }
  1788. #main {
  1789. font: 10pt tahoma;
  1790. color: #000000;
  1791. top: 180px;
  1792. left: 230px;
  1793. width: 570px;
  1794. height: 390px;
  1795. overflow: hidden;
  1796. }
  1797. .page {
  1798. height: 390px;
  1799. overflow: auto;
  1800. }
  1801. #nav {
  1802. top: 180px;
  1803. left: 0px;
  1804. width: 190px;
  1805. height: 390px;
  1806. overflow: hidden;
  1807. text-align: center;
  1808. }
  1809. .table {
  1810. display: inline;
  1811. text-align: left;
  1812. }
  1813. td {
  1814. padding: 10px;
  1815. }
  1816. h1 {
  1817. font: 13pt tahoma;
  1818. color: #6a5a56;
  1819. text-align: center;
  1820. border-width: 2px;
  1821. border-bottom-style: solid;
  1822. border-top-style: solid;
  1823. border-color: #dd9151;
  1824. letter-spacing: 4px;
  1825. line-height: 25px;
  1826. }
  1827. h2 {
  1828. font: 11pt tahoma;
  1829. color: #ead0c2;
  1830. text-align: center;
  1831. background-color: #ac5f37;
  1832. letter-spacing: 2px;
  1833. line-height: 25px;
  1834. }
  1835. h2:hover {
  1836. font: 11pt tahoma;
  1837. color: #ac5f37;
  1838. text-align: center;
  1839. background-color: #ead0c2;
  1840. letter-spacing: 2px;
  1841. line-height: 25px;
  1842. }
  1843. h3 {
  1844. font: 12pt tahoma;
  1845. color: #dd9151;
  1846. border-width: 1px;
  1847. border-bottom-style: solid;
  1848. border-top-style: solid;
  1849. border-color: #6a5a56;
  1850. letter-spacing: 2px;
  1851. line-height: 25px;
  1852. }
  1853. b {
  1854. color: #ac5f37;
  1855. font: 10pt tahoma;
  1856. font-weight: bold;
  1857. line-height: 14px;
  1858. }
  1859. i {
  1860. color: #917260;
  1861. font: 10pt tahoma;
  1862. font-style: italic;
  1863. line-height: 14px;
  1864. }
  1865. a:link, a:visited, a:active {
  1866. color: #c37a56;
  1867. font: 10pt tahoma;
  1868. text-decoration: none;
  1869. }
  1870. a:hover {
  1871. color: #e5ae88;
  1872. font: 10pt tahoma;
  1873. text-decoration: none;
  1874. }
  1875. </style></textarea></td>
  1876. <td width="33%">
  1877. <img src="http://i.imgur.com/zYIovqh.png"><br><b>Sketch:</b><br><textarea><style>
  1878. table {
  1879. display: none;
  1880. }
  1881. .page table {
  1882. display: table;
  1883. }
  1884. body {
  1885. background-image: url("http://i.imgur.com/DKLJc0k.png");
  1886. }
  1887. #layout {
  1888. width: 800px;
  1889. height: 600px;
  1890. margin: 0 auto;
  1891. background-image: url("http://i.imgur.com/N3yzYrr.png");
  1892. }
  1893. #main {
  1894. font: 10pt tahoma;
  1895. color: #000000;
  1896. top: 180px;
  1897. left: 230px;
  1898. width: 570px;
  1899. height: 390px;
  1900. overflow: hidden;
  1901. }
  1902. .page {
  1903. height: 390px;
  1904. overflow: auto;
  1905. }
  1906. #nav {
  1907. top: 180px;
  1908. left: 0px;
  1909. width: 190px;
  1910. height: 390px;
  1911. overflow: hidden;
  1912. text-align: center;
  1913. }
  1914. .table {
  1915. display: inline;
  1916. text-align: left;
  1917. }
  1918. td {
  1919. padding: 10px;
  1920. }
  1921. h1 {
  1922. font: 13pt tahoma;
  1923. color: #b0a48d;
  1924. text-align: center;
  1925. border-width: 2px;
  1926. border-bottom-style: solid;
  1927. border-top-style: solid;
  1928. border-color: #c1c6bd;
  1929. letter-spacing: 4px;
  1930. line-height: 25px;
  1931. }
  1932. h2 {
  1933. font: 11pt tahoma;
  1934. color: #f2e4d7;
  1935. text-align: center;
  1936. background-color: #89aaab;
  1937. letter-spacing: 2px;
  1938. line-height: 25px;
  1939. }
  1940. h2:hover {
  1941. font: 11pt tahoma;
  1942. color: #89aaab;
  1943. text-align: center;
  1944. background-color: #f2e4d7;
  1945. letter-spacing: 2px;
  1946. line-height: 25px;
  1947. }
  1948. h3 {
  1949. font: 12pt tahoma;
  1950. color: #c1c6bd;
  1951. border-width: 1px;
  1952. border-bottom-style: solid;
  1953. border-top-style: solid;
  1954. border-color: #b0a48d;
  1955. letter-spacing: 2px;
  1956. line-height: 25px;
  1957. }
  1958. b {
  1959. color: #92afa8;
  1960. font: 10pt tahoma;
  1961. font-weight: bold;
  1962. line-height: 14px;
  1963. }
  1964. i {
  1965. color: #b0a48d;
  1966. font: 10pt tahoma;
  1967. font-style: italic;
  1968. line-height: 14px;
  1969. }
  1970. a:link, a:visited, a:active {
  1971. color: #c1c6bd;
  1972. font: 10pt tahoma;
  1973. text-decoration: none;
  1974. }
  1975. a:hover {
  1976. color: #92afa8;
  1977. font: 10pt tahoma;
  1978. text-decoration: none;
  1979. }
  1980. </style></textarea></td>
  1981. <td width="33%">
  1982. <img src="http://i.imgur.com/qfVMTch.png"><br><b>Office:</b><br><textarea><style>
  1983. table {
  1984. display: none;
  1985. }
  1986. .page table {
  1987. display: table;
  1988. }
  1989. body {
  1990. background-image: url("http://i.imgur.com/cuV5nbv.png");
  1991. }
  1992. #layout {
  1993. width: 800px;
  1994. height: 600px;
  1995. margin: 0 auto;
  1996. background-image: url("http://i.imgur.com/4r9hzQu.png");
  1997. }
  1998. #main {
  1999. font: 10pt tahoma;
  2000. color: #000000;
  2001. top: 180px;
  2002. left: 230px;
  2003. width: 570px;
  2004. height: 390px;
  2005. overflow: hidden;
  2006. }
  2007. .page {
  2008. height: 390px;
  2009. overflow: auto;
  2010. }
  2011. #nav {
  2012. top: 180px;
  2013. left: 0px;
  2014. width: 190px;
  2015. height: 390px;
  2016. overflow: hidden;
  2017. text-align: center;
  2018. }
  2019. .table {
  2020. display: inline;
  2021. text-align: left;
  2022. }
  2023. td {
  2024. padding: 10px;
  2025. }
  2026. h1 {
  2027. font: 13pt tahoma;
  2028. color: #8e7e6b;
  2029. text-align: center;
  2030. border-width: 2px;
  2031. border-bottom-style: solid;
  2032. border-top-style: solid;
  2033. border-color: #c6736b;
  2034. letter-spacing: 4px;
  2035. line-height: 25px;
  2036. }
  2037. h2 {
  2038. font: 11pt tahoma;
  2039. color: #fae5cc;
  2040. text-align: center;
  2041. background-color: #9e846f;
  2042. letter-spacing: 2px;
  2043. line-height: 25px;
  2044. }
  2045. h2:hover {
  2046. font: 11pt tahoma;
  2047. color: #9e846f;
  2048. text-align: center;
  2049. background-color: #fae5cc;
  2050. letter-spacing: 2px;
  2051. line-height: 25px;
  2052. }
  2053. h3 {
  2054. font: 12pt tahoma;
  2055. color: #c6736b;
  2056. border-width: 1px;
  2057. border-bottom-style: solid;
  2058. border-top-style: solid;
  2059. border-color: #8e7e6b;
  2060. letter-spacing: 2px;
  2061. line-height: 25px;
  2062. }
  2063. b {
  2064. color: #9e846f;
  2065. font: 10pt tahoma;
  2066. font-weight: bold;
  2067. line-height: 14px;
  2068. }
  2069. i {
  2070. color: #8e7e6b;
  2071. font: 10pt tahoma;
  2072. font-style: italic;
  2073. line-height: 14px;
  2074. }
  2075. a:link, a:visited, a:active {
  2076. color: #c6736b;
  2077. font: 10pt tahoma;
  2078. text-decoration: none;
  2079. }
  2080. a:hover {
  2081. color: #9e846f;
  2082. font: 10pt tahoma;
  2083. text-decoration: none;
  2084. }
  2085. </style></textarea></td>
  2086. </tr><tr align="center"><td width="33%">
  2087. <img src="http://i.imgur.com/mDk3lJV.png"><br><b>Pixies:</b><br><textarea><style>
  2088. table {
  2089. display: none;
  2090. }
  2091. .page table {
  2092. display: table;
  2093. }
  2094. body {
  2095. background-image: url("http://imgur.com/O4rGNSw.png");
  2096. }
  2097. #layout {
  2098. width: 800px;
  2099. height: 600px;
  2100. margin: 0 auto;
  2101. background-image: url("http://imgur.com/nU2BhI9.png");
  2102. }
  2103. #main {
  2104. font: 10pt tahoma;
  2105. color: #000000;
  2106. top: 180px;
  2107. left: 230px;
  2108. width: 570px;
  2109. height: 380px;
  2110. overflow: hidden;
  2111. }
  2112. .page {
  2113. height: 390px;
  2114. overflow: auto;
  2115. }
  2116. #nav {
  2117. top: 180px;
  2118. left: 0px;
  2119. width: 190px;
  2120. height: 390px;
  2121. overflow: hidden;
  2122. text-align: center;
  2123. }
  2124. .table {
  2125. display: inline;
  2126. text-align: left;
  2127. }
  2128. td {
  2129. padding: 10px;
  2130. }
  2131. textarea#button {
  2132. font: 9pt tahoma;
  2133. color: #f38551;
  2134. overflow: hidden;
  2135. width: 90px;
  2136. height: 30px;
  2137. border: 1px solid #cdb8c8;
  2138. }
  2139. h1 {
  2140. font: 13pt tahoma;
  2141. color: #797675;
  2142. text-align: center;
  2143. border-width: 2px;
  2144. border-bottom-style: solid;
  2145. border-top-style: none;
  2146. border-color: #fcd9d7;
  2147. letter-spacing: 4px;
  2148. line-height: 25px;
  2149. }
  2150. h2 {
  2151. font: 13pt tahoma;
  2152. color: #797675;
  2153. text-align: center;
  2154. background-color: #f2d0c1;
  2155. letter-spacing: 2px;
  2156. line-height: 25px;
  2157. }
  2158. h2:hover {
  2159. font: 11pt tahoma;
  2160. color: #797675;
  2161. text-align: center;
  2162. background-color: #f9b99a;
  2163. letter-spacing: 2px;
  2164. line-height: 25px;
  2165. }
  2166. h3 {
  2167. font: 13pt tahoma;
  2168. color: #797675;
  2169. border-width: 2px;
  2170. border-bottom-style: solid;
  2171. border-top-style: none;
  2172. border-color: #fcd9d7;
  2173. letter-spacing: 2px;
  2174. line-height: 25px;
  2175. }
  2176. b {
  2177. color: #d45316;
  2178. font: 10pt tahoma;
  2179. font-weight: bold;
  2180. line-height: 14px;
  2181. }
  2182. i {
  2183. color: #f38551;
  2184. font: 10pt tahoma;
  2185. font-style: italic;
  2186. line-height: 14px;
  2187. }
  2188. a:link, a:visited, a:active {
  2189. color: #928b8b;
  2190. font: 10pt tahoma;
  2191. text-decoration: none;
  2192. }
  2193. a:hover {
  2194. color: #745a48;
  2195. font: 10pt tahoma;
  2196. text-decoration: none;
  2197. }
  2198. </style></textarea></td>
  2199.  
  2200.  
  2201. <td width="33%">
  2202. <img src="http://i.imgur.com/tXrhMuK.png"><br><b>Fred & George:</b><br><textarea><style>
  2203. table {
  2204. display: none;
  2205. }
  2206. .page table {
  2207. display: table;
  2208. }
  2209. body {
  2210. background-image: url("http://imgur.com/YxewHuV.png");
  2211. }
  2212. #layout {
  2213. width: 800px;
  2214. height: 600px;
  2215. margin: 0 auto;
  2216. background-image: url("http://imgur.com/UCjrWde.png");
  2217. }
  2218. #main {
  2219. font: 10pt tahoma;
  2220. color: #000000;
  2221. top: 180px;
  2222. left: 230px;
  2223. width: 570px;
  2224. height: 380px;
  2225. overflow: hidden;
  2226. }
  2227. .page {
  2228. height: 390px;
  2229. overflow: auto;
  2230. }
  2231. #nav {
  2232. top: 180px;
  2233. left: 0px;
  2234. width: 190px;
  2235. height: 390px;
  2236. overflow: hidden;
  2237. text-align: center;
  2238. }
  2239. .table {
  2240. display: inline;
  2241. text-align: left;
  2242. }
  2243. td {
  2244. padding: 10px;
  2245. }
  2246. textarea#button {
  2247. font: 9pt tahoma;
  2248. color: #9d7c53;
  2249. overflow: hidden;
  2250. width: 90px;
  2251. height: 30px;
  2252. border: 1px solid #cdb8c8;
  2253. }
  2254. h1 {
  2255. font: 13pt tahoma;
  2256. color: #4e5d6d;
  2257. text-align: center;
  2258. border-width: 2px;
  2259. border-bottom-style: solid;
  2260. border-top-style: none;
  2261. border-color: #7ab6f6;
  2262. letter-spacing: 4px;
  2263. line-height: 25px;
  2264. }
  2265. h2 {
  2266. font: 13pt tahoma;
  2267. color: #ffffff;
  2268. text-align: center;
  2269. background-color: #4e5d6d;
  2270. letter-spacing: 2px;
  2271. line-height: 25px;
  2272. }
  2273. h2:hover {
  2274. font: 11pt tahoma;
  2275. color: #4e5d6d;
  2276. text-align: center;
  2277. background-color: #ffffff;
  2278. letter-spacing: 2px;
  2279. line-height: 25px;
  2280. }
  2281. h3 {
  2282. font: 13pt tahoma;
  2283. color: #4e5d6d;
  2284. border-width: 2px;
  2285. border-bottom-style: solid;
  2286. border-top-style: none;
  2287. border-color: #7ab6f6;
  2288. letter-spacing: 2px;
  2289. line-height: 25px;
  2290. }
  2291. b {
  2292. color: #1a3653;
  2293. font: 10pt tahoma;
  2294. font-weight: bold;
  2295. line-height: 14px;
  2296. }
  2297. i {
  2298. color: #7ab6f6;
  2299. font: 10pt tahoma;
  2300. font-style: italic;
  2301. line-height: 14px;
  2302. }
  2303. a:link, a:visited, a:active {
  2304. color: #928b8b;
  2305. font: 10pt tahoma;
  2306. text-decoration: none;
  2307. }
  2308. a:hover {
  2309. color: #081238;
  2310. font: 10pt tahoma;
  2311. text-decoration: none;
  2312. }
  2313. </style></textarea></td>
  2314.  
  2315.  
  2316. <td width="33%">
  2317. <img src="http://i.imgur.com/ywp6bWY.png"><br><b>Books:</b><br><textarea><style>
  2318. table {
  2319. display: none;
  2320. }
  2321. .page table {
  2322. display: table;
  2323. }
  2324. body {
  2325. background-image: url("http://imgur.com/aAKd6bZ.png");
  2326. }
  2327. #layout {
  2328. width: 800px;
  2329. height: 600px;
  2330. margin: 0 auto;
  2331. background-image: url("http://imgur.com/03YgyXx.png");
  2332. }
  2333. #main {
  2334. font: 10pt tahoma;
  2335. color: #000000;
  2336. top: 180px;
  2337. left: 230px;
  2338. width: 570px;
  2339. height: 380px;
  2340. overflow: hidden;
  2341. }
  2342. .page {
  2343. height: 390px;
  2344. overflow: auto;
  2345. }
  2346. #nav {
  2347. top: 180px;
  2348. left: 0px;
  2349. width: 190px;
  2350. height: 390px;
  2351. overflow: hidden;
  2352. text-align: center;
  2353. }
  2354. .table {
  2355. display: inline;
  2356. text-align: left;
  2357. }
  2358. td {
  2359. padding: 10px;
  2360. }
  2361. textarea#button {
  2362. font: 9pt tahoma;
  2363. color: #9d7c53;
  2364. overflow: hidden;
  2365. width: 90px;
  2366. height: 30px;
  2367. border: 1px solid #cdb8c8;
  2368. }
  2369. h1 {
  2370. font: 13pt tahoma;
  2371. color: #caadab;
  2372. text-align: center;
  2373. border-width: 2px;
  2374. border-bottom-style: solid;
  2375. border-top-style: none;
  2376. border-color: #fcd9d7;
  2377. letter-spacing: 4px;
  2378. line-height: 25px;
  2379. }
  2380. h2 {
  2381. font: 13pt tahoma;
  2382. color: #ffffff;
  2383. text-align: center;
  2384. background-color: #feb3ae;
  2385. letter-spacing: 2px;
  2386. line-height: 25px;
  2387. }
  2388. h2:hover {
  2389. font: 11pt tahoma;
  2390. color: #ffffff;
  2391. text-align: center;
  2392. background-color: #fcd9d7;
  2393. letter-spacing: 2px;
  2394. line-height: 25px;
  2395. }
  2396. h3 {
  2397. font: 13pt tahoma;
  2398. color: #caadab;
  2399. border-width: 2px;
  2400. border-bottom-style: solid;
  2401. border-top-style: none;
  2402. border-color: #fcd9d7;
  2403. letter-spacing: 2px;
  2404. line-height: 25px;
  2405. }
  2406. b {
  2407. color: #4f3736;
  2408. font: 10pt tahoma;
  2409. font-weight: bold;
  2410. line-height: 14px;
  2411. }
  2412. i {
  2413. color: #f2aeaa;
  2414. font: 10pt tahoma;
  2415. font-style: italic;
  2416. line-height: 14px;
  2417. }
  2418. a:link, a:visited, a:active {
  2419. color: #928b8b;
  2420. font: 10pt tahoma;
  2421. text-decoration: none;
  2422. }
  2423. a:hover {
  2424. color: #745a48;
  2425. font: 10pt tahoma;
  2426. text-decoration: none;
  2427. }
  2428. </style></textarea></td>
  2429. </tr></table><h2>Rest of Coding</h2>
  2430. <center>
  2431. <textarea><br><br><br><div id="layout" style="position: relative;">
  2432.  
  2433.  
  2434. <div id="nav" style="position: absolute;">
  2435. <h1>Navigation</h1>
  2436. <a href="#home" class="nav"><h2>Home</h2></a>
  2437. <a href="#link1" class="nav"><h2>Link 1</h2></a>
  2438. <a href="#link2" class="nav"><h2>Link 2</h2></a>
  2439. <a href="#link3" class="nav"><h2>Link 3</h2></a>
  2440. <a href="#link4" class="nav"><h2>Link 4</h2></a>
  2441. <a href="#link5" class="nav"><h2>Link 5</h2></a>
  2442.  
  2443.  
  2444. </div>
  2445.  
  2446.  
  2447. <div id="main" style="position: absolute;">
  2448. <a name="home"></a>
  2449. <div class="page">
  2450. <h1>Header One</h1>
  2451. To swap out your image, edit the image URL under #layout, which is close to the top of the layout coding. If you have any questions or need help using this layout, <a href="/neomessages.phtml?type=send&recipient=painted_dreams87">neomail Heather</a> any time.<br><br><b>This is bold.</b> <i>This is italics.</i> <a href="/~ezulla">This is a link</a>
  2452.  
  2453. <h3>Header Three</h3>
  2454.  
  2455.  
  2456. </div>
  2457.  
  2458. <a name="link1"></a>
  2459. <div class="page">
  2460. <h1>Link 1</h1>
  2461. <p>
  2462. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  2463. </p>
  2464.  
  2465. <p>
  2466. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  2467. </p>
  2468.  
  2469. </div>
  2470.  
  2471. <a name="link2"></a>
  2472. <div class="page">
  2473. <h1>Link 2</h1>
  2474.  
  2475. <p>
  2476. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  2477. </p>
  2478.  
  2479. <p>
  2480. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  2481. </p>
  2482.  
  2483. </div>
  2484.  
  2485. <a name="link3"></a>
  2486. <div class="page">
  2487. <h1>Link 3</h1>
  2488. <p>
  2489. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  2490. </p>
  2491.  
  2492. <p>
  2493. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  2494. </p>
  2495.  
  2496. </div>
  2497.  
  2498. <a name="link4"></a>
  2499. <div class="page">
  2500. <h1>Link 4</h1>
  2501. <p>
  2502. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  2503. </p>
  2504.  
  2505. <p>
  2506. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  2507. </p>
  2508.  
  2509. </div>
  2510.  
  2511. <a name="link5"></a>
  2512. <div class="page">
  2513. <h1>Link 5</h1>
  2514. <p>
  2515. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  2516. </p>
  2517.  
  2518. <p>
  2519. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  2520. </p>
  2521.  
  2522. </div>
  2523. </div></div>
  2524. </textarea><h2>Old Layouts</h2>
  2525. This is the old style of layouts we used for classes and activities. If you would like to use one of these, take the coding for the layout as you would for any of the others above. Once that's done, right click on an image below to grab the image URL. Paste it into the (#layout) part of the style coding. Then, customize it however you would like.<br><br><center>
  2526. <img src="http://i.imgur.com/TmMV5Lj.png" width="200"><img src="http://i.imgur.com/xB3XQ3X.png" width="200"><img src="http://i.imgur.com/Vevqx5Z.png" width="200"><img src="http://i.imgur.com/dfLCuOY.png" width="200"><img src="http://i.imgur.com/9Iv2noN.png" width="200"><img src="http://i.imgur.com/9egsmLR.png" width="200"><img src="http://i.imgur.com/Hl90VaQ.png" width="200"></center>
  2527.  
  2528.  
  2529. <h2>Common Room Layouts</h2>
  2530. These layouts are for Prefects to use for their Common Room each term.<br><br><center>
  2531. <table width="100%"><tr align="center"><td width="50%">
  2532. <img src="http://i.imgur.com/xwH4yHP.png"><br><textarea><style>
  2533. table {
  2534. display: none;
  2535. }
  2536. .page table {
  2537. display: table;
  2538. }
  2539. body {
  2540. background-image: url("http://i.imgur.com/H5lclDU.png");
  2541. }
  2542. #layout {
  2543. width: 800px;
  2544. height: 600px;
  2545. margin: 0 auto;
  2546. background-image: url("http://i.imgur.com/24tCCej.png");
  2547. }
  2548. #main {
  2549. font: 10pt tahoma;
  2550. color: #000000;
  2551. top: 180px;
  2552. left: 230px;
  2553. width: 570px;
  2554. height: 390px;
  2555. overflow: hidden;
  2556. }
  2557. .page {
  2558. height: 390px;
  2559. overflow: auto;
  2560. }
  2561. #nav {
  2562. top: 180px;
  2563. left: 0px;
  2564. width: 190px;
  2565. height: 390px;
  2566. overflow: hidden;
  2567. text-align: center;
  2568. }
  2569. .table {
  2570. display: inline;
  2571. text-align: left;
  2572. }
  2573. td {
  2574. padding: 10px;
  2575. }
  2576. h1 {
  2577. font: 13pt tahoma;
  2578. color: #8f735d;
  2579. text-align: center;
  2580. border-width: 2px;
  2581. border-bottom-style: solid;
  2582. border-top-style: solid;
  2583. border-color: #d29d7d;
  2584. letter-spacing: 4px;
  2585. line-height: 25px;
  2586. }
  2587. h2 {
  2588. font: 11pt tahoma;
  2589. color: #e2ceb7;
  2590. text-align: center;
  2591. background-color: #a7524b;
  2592. letter-spacing: 2px;
  2593. line-height: 25px;
  2594. }
  2595. h2:hover {
  2596. font: 11pt tahoma;
  2597. color: #a7524b;
  2598. text-align: center;
  2599. background-color: #e2ceb7;
  2600. letter-spacing: 2px;
  2601. line-height: 25px;
  2602. }
  2603. h3 {
  2604. font: 12pt tahoma;
  2605. color: #d29d7d;
  2606. border-width: 1px;
  2607. border-bottom-style: solid;
  2608. border-top-style: solid;
  2609. border-color: #8f735d;
  2610. letter-spacing: 2px;
  2611. line-height: 25px;
  2612. }
  2613. b {
  2614. color: #a7524b;
  2615. font: 10pt tahoma;
  2616. font-weight: bold;
  2617. line-height: 14px;
  2618. }
  2619. i {
  2620. color: #e2ceb7;
  2621. font: 10pt tahoma;
  2622. font-style: italic;
  2623. line-height: 14px;
  2624. }
  2625. a:link, a:visited, a:active {
  2626. color: #d29d7d;
  2627. font: 10pt tahoma;
  2628. text-decoration: none;
  2629. }
  2630. a:hover {
  2631. color: #a7524b;
  2632. font: 10pt tahoma;
  2633. text-decoration: none;
  2634. }
  2635. </style><br><br><br><div id="layout" style="position: relative;">
  2636.  
  2637.  
  2638. <div id="nav" style="position: absolute;">
  2639. <h1>Navigation</h1>
  2640. <a href="#home" class="nav"><h2>Home</h2></a>
  2641. <a href="#link1" class="nav"><h2>Link 1</h2></a>
  2642. <a href="#link2" class="nav"><h2>Link 2</h2></a>
  2643. <a href="#link3" class="nav"><h2>Link 3</h2></a>
  2644. <a href="#link4" class="nav"><h2>Link 4</h2></a>
  2645. <a href="#link5" class="nav"><h2>Link 5</h2></a>
  2646.  
  2647.  
  2648. </div>
  2649.  
  2650.  
  2651. <div id="main" style="position: absolute;">
  2652. <a name="home"></a>
  2653. <div class="page">
  2654. <h1>Header One</h1>
  2655. To swap out your image, edit the image URL under #layout, which is close to the top of the layout coding. If you have any questions or need help using this layout, <a href="/neomessages.phtml?type=send&recipient=painted_dreams87">neomail Heather</a> any time.<br><br><b>This is bold.</b> <i>This is italics.</i> <a href="/~ezulla">This is a link</a>
  2656.  
  2657. <h3>Header Three</h3>
  2658.  
  2659.  
  2660. </div>
  2661.  
  2662. <a name="link1"></a>
  2663. <div class="page">
  2664. <h1>Link 1</h1>
  2665. <p>
  2666. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  2667. </p>
  2668.  
  2669. <p>
  2670. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  2671. </p>
  2672.  
  2673. </div>
  2674.  
  2675. <a name="link2"></a>
  2676. <div class="page">
  2677. <h1>Link 2</h1>
  2678.  
  2679. <p>
  2680. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  2681. </p>
  2682.  
  2683. <p>
  2684. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  2685. </p>
  2686.  
  2687. </div>
  2688.  
  2689. <a name="link3"></a>
  2690. <div class="page">
  2691. <h1>Link 3</h1>
  2692. <p>
  2693. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  2694. </p>
  2695.  
  2696. <p>
  2697. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  2698. </p>
  2699.  
  2700. </div>
  2701.  
  2702. <a name="link4"></a>
  2703. <div class="page">
  2704. <h1>Link 4</h1>
  2705. <p>
  2706. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  2707. </p>
  2708.  
  2709. <p>
  2710. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  2711. </p>
  2712.  
  2713. </div>
  2714.  
  2715. <a name="link5"></a>
  2716. <div class="page">
  2717. <h1>Link 5</h1>
  2718. <p>
  2719. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  2720. </p>
  2721.  
  2722. <p>
  2723. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  2724. </p>
  2725.  
  2726. </div>
  2727. </div></div>
  2728. </textarea></td>
  2729. <td width="50%">
  2730. <img src="http://i.imgur.com/4ceESFx.png"><br><textarea><style>
  2731. table {
  2732. display: none;
  2733. }
  2734. .page table {
  2735. display: table;
  2736. }
  2737. body {
  2738. background-image: url("http://i.imgur.com/pCHJfla.png");
  2739. }
  2740. #layout {
  2741. width: 800px;
  2742. height: 600px;
  2743. margin: 0 auto;
  2744. background-image: url("http://i.imgur.com/qvzO1au.png");
  2745. }
  2746. #main {
  2747. font: 10pt tahoma;
  2748. color: #000000;
  2749. top: 180px;
  2750. left: 230px;
  2751. width: 570px;
  2752. height: 390px;
  2753. overflow: hidden;
  2754. }
  2755. .page {
  2756. height: 390px;
  2757. overflow: auto;
  2758. }
  2759. #nav {
  2760. top: 180px;
  2761. left: 0px;
  2762. width: 190px;
  2763. height: 390px;
  2764. overflow: hidden;
  2765. text-align: center;
  2766. }
  2767. .table {
  2768. display: inline;
  2769. text-align: left;
  2770. }
  2771. td {
  2772. padding: 10px;
  2773. }
  2774. h1 {
  2775. font: 13pt tahoma;
  2776. color: #a0846f;
  2777. text-align: center;
  2778. border-width: 2px;
  2779. border-bottom-style: solid;
  2780. border-top-style: solid;
  2781. border-color: #ccae77;
  2782. letter-spacing: 4px;
  2783. line-height: 25px;
  2784. }
  2785. h2 {
  2786. font: 11pt tahoma;
  2787. color: #ecdbcd;
  2788. text-align: center;
  2789. background-color: #a0701a;
  2790. letter-spacing: 2px;
  2791. line-height: 25px;
  2792. }
  2793. h2:hover {
  2794. font: 11pt tahoma;
  2795. color: #a0701a;
  2796. text-align: center;
  2797. background-color: #ecdbcd;
  2798. letter-spacing: 2px;
  2799. line-height: 25px;
  2800. }
  2801. h3 {
  2802. font: 12pt tahoma;
  2803. color: #ccae77;
  2804. border-width: 1px;
  2805. border-bottom-style: solid;
  2806. border-top-style: solid;
  2807. border-color: #a0846f;
  2808. letter-spacing: 2px;
  2809. line-height: 25px;
  2810. }
  2811. b {
  2812. color: #a0701a;
  2813. font: 10pt tahoma;
  2814. font-weight: bold;
  2815. line-height: 14px;
  2816. }
  2817. i {
  2818. color: #ccae77;
  2819. font: 10pt tahoma;
  2820. font-style: italic;
  2821. line-height: 14px;
  2822. }
  2823. a:link, a:visited, a:active {
  2824. color: #bd9134;
  2825. font: 10pt tahoma;
  2826. text-decoration: none;
  2827. }
  2828. a:hover {
  2829. color: #a0701a;
  2830. font: 10pt tahoma;
  2831. text-decoration: none;
  2832. }
  2833. </style><br><br><br><div id="layout" style="position: relative;">
  2834.  
  2835.  
  2836. <div id="nav" style="position: absolute;">
  2837. <h1>Navigation</h1>
  2838. <a href="#home" class="nav"><h2>Home</h2></a>
  2839. <a href="#link1" class="nav"><h2>Link 1</h2></a>
  2840. <a href="#link2" class="nav"><h2>Link 2</h2></a>
  2841. <a href="#link3" class="nav"><h2>Link 3</h2></a>
  2842. <a href="#link4" class="nav"><h2>Link 4</h2></a>
  2843. <a href="#link5" class="nav"><h2>Link 5</h2></a>
  2844.  
  2845.  
  2846. </div>
  2847.  
  2848.  
  2849. <div id="main" style="position: absolute;">
  2850. <a name="home"></a>
  2851. <div class="page">
  2852. <h1>Header One</h1>
  2853. To swap out your image, edit the image URL under #layout, which is close to the top of the layout coding. If you have any questions or need help using this layout, <a href="/neomessages.phtml?type=send&recipient=painted_dreams87">neomail Heather</a> any time.<br><br><b>This is bold.</b> <i>This is italics.</i> <a href="/~ezulla">This is a link</a>
  2854.  
  2855. <h3>Header Three</h3>
  2856.  
  2857.  
  2858. </div>
  2859.  
  2860. <a name="link1"></a>
  2861. <div class="page">
  2862. <h1>Link 1</h1>
  2863. <p>
  2864. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  2865. </p>
  2866.  
  2867. <p>
  2868. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  2869. </p>
  2870.  
  2871. </div>
  2872.  
  2873. <a name="link2"></a>
  2874. <div class="page">
  2875. <h1>Link 2</h1>
  2876.  
  2877. <p>
  2878. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  2879. </p>
  2880.  
  2881. <p>
  2882. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  2883. </p>
  2884.  
  2885. </div>
  2886.  
  2887. <a name="link3"></a>
  2888. <div class="page">
  2889. <h1>Link 3</h1>
  2890. <p>
  2891. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  2892. </p>
  2893.  
  2894. <p>
  2895. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  2896. </p>
  2897.  
  2898. </div>
  2899.  
  2900. <a name="link4"></a>
  2901. <div class="page">
  2902. <h1>Link 4</h1>
  2903. <p>
  2904. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  2905. </p>
  2906.  
  2907. <p>
  2908. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  2909. </p>
  2910.  
  2911. </div>
  2912.  
  2913. <a name="link5"></a>
  2914. <div class="page">
  2915. <h1>Link 5</h1>
  2916. <p>
  2917. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  2918. </p>
  2919.  
  2920. <p>
  2921. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  2922. </p>
  2923.  
  2924. </div>
  2925. </div></div>
  2926. </textarea></td>
  2927. </tr><tr align="center"><td width="50%">
  2928. <img src="http://i.imgur.com/X2embS8.png"><br><textarea><style>
  2929. table {
  2930. display: none;
  2931. }
  2932. .page table {
  2933. display: table;
  2934. }
  2935. body {
  2936. background-image: url("http://i.imgur.com/YeTCnEJ.png");
  2937. }
  2938. #layout {
  2939. width: 800px;
  2940. height: 600px;
  2941. margin: 0 auto;
  2942. background-image: url("http://i.imgur.com/DCKgNXc.png");
  2943. }
  2944. #main {
  2945. font: 10pt tahoma;
  2946. color: #000000;
  2947. top: 180px;
  2948. left: 230px;
  2949. width: 570px;
  2950. height: 390px;
  2951. overflow: hidden;
  2952. }
  2953. .page {
  2954. height: 390px;
  2955. overflow: auto;
  2956. }
  2957. #nav {
  2958. top: 180px;
  2959. left: 0px;
  2960. width: 190px;
  2961. height: 390px;
  2962. overflow: hidden;
  2963. text-align: center;
  2964. }
  2965. .table {
  2966. display: inline;
  2967. text-align: left;
  2968. }
  2969. td {
  2970. padding: 10px;
  2971. }
  2972. h1 {
  2973. font: 13pt tahoma;
  2974. color: #3957c0;
  2975. text-align: center;
  2976. border-width: 2px;
  2977. border-bottom-style: solid;
  2978. border-top-style: solid;
  2979. border-color: #abd6f8;
  2980. letter-spacing: 4px;
  2981. line-height: 25px;
  2982. }
  2983. h2 {
  2984. font: 11pt tahoma;
  2985. color: #ebf3f3;
  2986. text-align: center;
  2987. background-color: #435398;
  2988. letter-spacing: 2px;
  2989. line-height: 25px;
  2990. }
  2991. h2:hover {
  2992. font: 11pt tahoma;
  2993. color: #435398;
  2994. text-align: center;
  2995. background-color: #ebf3f3;
  2996. letter-spacing: 2px;
  2997. line-height: 25px;
  2998. }
  2999. h3 {
  3000. font: 12pt tahoma;
  3001. color: #abd6f8;
  3002. border-width: 1px;
  3003. border-bottom-style: solid;
  3004. border-top-style: solid;
  3005. border-color: #3957c0;
  3006. letter-spacing: 2px;
  3007. line-height: 25px;
  3008. }
  3009. b {
  3010. color: #435398;
  3011. font: 10pt tahoma;
  3012. font-weight: bold;
  3013. line-height: 14px;
  3014. }
  3015. i {
  3016. color: #3957c0;
  3017. font: 10pt tahoma;
  3018. font-style: italic;
  3019. line-height: 14px;
  3020. }
  3021. a:link, a:visited, a:active {
  3022. color: #abd6f8;
  3023. font: 10pt tahoma;
  3024. text-decoration: none;
  3025. }
  3026. a:hover {
  3027. color: #435398;
  3028. font: 10pt tahoma;
  3029. text-decoration: none;
  3030. }
  3031. </style><br><br><br><div id="layout" style="position: relative;">
  3032.  
  3033.  
  3034. <div id="nav" style="position: absolute;">
  3035. <h1>Navigation</h1>
  3036. <a href="#home" class="nav"><h2>Home</h2></a>
  3037. <a href="#link1" class="nav"><h2>Link 1</h2></a>
  3038. <a href="#link2" class="nav"><h2>Link 2</h2></a>
  3039. <a href="#link3" class="nav"><h2>Link 3</h2></a>
  3040. <a href="#link4" class="nav"><h2>Link 4</h2></a>
  3041. <a href="#link5" class="nav"><h2>Link 5</h2></a>
  3042.  
  3043.  
  3044. </div>
  3045.  
  3046.  
  3047. <div id="main" style="position: absolute;">
  3048. <a name="home"></a>
  3049. <div class="page">
  3050. <h1>Header One</h1>
  3051. To swap out your image, edit the image URL under #layout, which is close to the top of the layout coding. If you have any questions or need help using this layout, <a href="/neomessages.phtml?type=send&recipient=painted_dreams87">neomail Heather</a> any time.<br><br><b>This is bold.</b> <i>This is italics.</i> <a href="/~ezulla">This is a link</a>
  3052.  
  3053. <h3>Header Three</h3>
  3054.  
  3055.  
  3056. </div>
  3057.  
  3058. <a name="link1"></a>
  3059. <div class="page">
  3060. <h1>Link 1</h1>
  3061. <p>
  3062. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  3063. </p>
  3064.  
  3065. <p>
  3066. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  3067. </p>
  3068.  
  3069. </div>
  3070.  
  3071. <a name="link2"></a>
  3072. <div class="page">
  3073. <h1>Link 2</h1>
  3074.  
  3075. <p>
  3076. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  3077. </p>
  3078.  
  3079. <p>
  3080. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  3081. </p>
  3082.  
  3083. </div>
  3084.  
  3085. <a name="link3"></a>
  3086. <div class="page">
  3087. <h1>Link 3</h1>
  3088. <p>
  3089. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  3090. </p>
  3091.  
  3092. <p>
  3093. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  3094. </p>
  3095.  
  3096. </div>
  3097.  
  3098. <a name="link4"></a>
  3099. <div class="page">
  3100. <h1>Link 4</h1>
  3101. <p>
  3102. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  3103. </p>
  3104.  
  3105. <p>
  3106. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  3107. </p>
  3108.  
  3109. </div>
  3110.  
  3111. <a name="link5"></a>
  3112. <div class="page">
  3113. <h1>Link 5</h1>
  3114. <p>
  3115. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  3116. </p>
  3117.  
  3118. <p>
  3119. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  3120. </p>
  3121.  
  3122. </div>
  3123. </div></div>
  3124. </textarea></td>
  3125. <td width="50%">
  3126. <img src="http://i.imgur.com/17MvUNs.png"><br><textarea><style>
  3127. table {
  3128. display: none;
  3129. }
  3130. .page table {
  3131. display: table;
  3132. }
  3133. body {
  3134. background-image: url("http://i.imgur.com/QQo0XCL.png");
  3135. }
  3136. #layout {
  3137. width: 800px;
  3138. height: 600px;
  3139. margin: 0 auto;
  3140. background-image: url("http://i.imgur.com/BTS8d0C.png");
  3141. }
  3142. #main {
  3143. font: 10pt tahoma;
  3144. color: #000000;
  3145. top: 180px;
  3146. left: 230px;
  3147. width: 570px;
  3148. height: 390px;
  3149. overflow: hidden;
  3150. }
  3151. .page {
  3152. height: 390px;
  3153. overflow: auto;
  3154. }
  3155. #nav {
  3156. top: 180px;
  3157. left: 0px;
  3158. width: 190px;
  3159. height: 390px;
  3160. overflow: hidden;
  3161. text-align: center;
  3162. }
  3163. .table {
  3164. display: inline;
  3165. text-align: left;
  3166. }
  3167. td {
  3168. padding: 10px;
  3169. }
  3170. h1 {
  3171. font: 13pt tahoma;
  3172. color: #888e6c;
  3173. text-align: center;
  3174. border-width: 2px;
  3175. border-bottom-style: solid;
  3176. border-top-style: solid;
  3177. border-color: #a6a6a1;
  3178. letter-spacing: 4px;
  3179. line-height: 25px;
  3180. }
  3181. h2 {
  3182. font: 11pt tahoma;
  3183. color: #cfd8c7;
  3184. text-align: center;
  3185. background-color: #3a3a31;
  3186. letter-spacing: 2px;
  3187. line-height: 25px;
  3188. }
  3189. h2:hover {
  3190. font: 11pt tahoma;
  3191. color: #3a3a31;
  3192. text-align: center;
  3193. background-color: #cfd8c7;
  3194. letter-spacing: 2px;
  3195. line-height: 25px;
  3196. }
  3197. h3 {
  3198. font: 12pt tahoma;
  3199. color: #a6a6a1;
  3200. border-width: 1px;
  3201. border-bottom-style: solid;
  3202. border-top-style: solid;
  3203. border-color: #888e6c;
  3204. letter-spacing: 2px;
  3205. line-height: 25px;
  3206. }
  3207. b {
  3208. color: #3a3a31;
  3209. font: 10pt tahoma;
  3210. font-weight: bold;
  3211. line-height: 14px;
  3212. }
  3213. i {
  3214. color: #a6a6a1;
  3215. font: 10pt tahoma;
  3216. font-style: italic;
  3217. line-height: 14px;
  3218. }
  3219. a:link, a:visited, a:active {
  3220. color: #888e6c;
  3221. font: 10pt tahoma;
  3222. text-decoration: none;
  3223. }
  3224. a:hover {
  3225. color: #3a3a31;
  3226. font: 10pt tahoma;
  3227. text-decoration: none;
  3228. }
  3229. </style><br><br><br><div id="layout" style="position: relative;">
  3230.  
  3231.  
  3232. <div id="nav" style="position: absolute;">
  3233. <h1>Navigation</h1>
  3234. <a href="#home" class="nav"><h2>Home</h2></a>
  3235. <a href="#link1" class="nav"><h2>Link 1</h2></a>
  3236. <a href="#link2" class="nav"><h2>Link 2</h2></a>
  3237. <a href="#link3" class="nav"><h2>Link 3</h2></a>
  3238. <a href="#link4" class="nav"><h2>Link 4</h2></a>
  3239. <a href="#link5" class="nav"><h2>Link 5</h2></a>
  3240.  
  3241.  
  3242. </div>
  3243.  
  3244.  
  3245. <div id="main" style="position: absolute;">
  3246. <a name="home"></a>
  3247. <div class="page">
  3248. <h1>Header One</h1>
  3249. To swap out your image, edit the image URL under #layout, which is close to the top of the layout coding. If you have any questions or need help using this layout, <a href="/neomessages.phtml?type=send&recipient=painted_dreams87">neomail Heather</a> any time.<br><br><b>This is bold.</b> <i>This is italics.</i> <a href="/~ezulla">This is a link</a>
  3250.  
  3251. <h3>Header Three</h3>
  3252.  
  3253.  
  3254. </div>
  3255.  
  3256. <a name="link1"></a>
  3257. <div class="page">
  3258. <h1>Link 1</h1>
  3259. <p>
  3260. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  3261. </p>
  3262.  
  3263. <p>
  3264. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  3265. </p>
  3266.  
  3267. </div>
  3268.  
  3269. <a name="link2"></a>
  3270. <div class="page">
  3271. <h1>Link 2</h1>
  3272.  
  3273. <p>
  3274. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  3275. </p>
  3276.  
  3277. <p>
  3278. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  3279. </p>
  3280.  
  3281. </div>
  3282.  
  3283. <a name="link3"></a>
  3284. <div class="page">
  3285. <h1>Link 3</h1>
  3286. <p>
  3287. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  3288. </p>
  3289.  
  3290. <p>
  3291. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  3292. </p>
  3293.  
  3294. </div>
  3295.  
  3296. <a name="link4"></a>
  3297. <div class="page">
  3298. <h1>Link 4</h1>
  3299. <p>
  3300. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  3301. </p>
  3302.  
  3303. <p>
  3304. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  3305. </p>
  3306.  
  3307. </div>
  3308.  
  3309. <a name="link5"></a>
  3310. <div class="page">
  3311. <h1>Link 5</h1>
  3312. <p>
  3313. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  3314. </p>
  3315.  
  3316. <p>
  3317. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  3318. </p>
  3319.  
  3320. </div>
  3321. </div></div>
  3322. </textarea></td>
  3323. </tr></table></center>
  3324.  
  3325.  
  3326.  
  3327. </center></div>
  3328.  
  3329. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement