Advertisement
painted_dreams87

Expecto Patronum Layout

Apr 21st, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. <style>
  2. table {
  3. display: none;
  4. }
  5. .page table {
  6. display: table;
  7. }
  8. .sf {
  9. display: none;
  10. }
  11. body {
  12. background-image: url("http://u.cubeupload.com/painted_dreams87/ExpectoPatronumBG.png");
  13. }
  14. #layout {
  15. width: 786px;
  16. height: 506px;
  17. top: 5px;
  18. margin: 0 auto;
  19. background-image: url("http://u.cubeupload.com/painted_dreams87/ExpectoPatronumLayou.png");
  20. }
  21. #main {
  22. font: 9pt tahoma;
  23. color: #000000;
  24. top: 90px;
  25. left: 35px;
  26. width: 380px;
  27. height: 325px;
  28. overflow: hidden;
  29. }
  30. .page {
  31. height: 325px;
  32. overflow: auto;
  33. }
  34. .table {
  35. display: inline;
  36. text-align: left;
  37. }
  38. td {
  39. color: #000000;
  40. font: 9pt tahoma;
  41. line-height: 14px;
  42. }
  43. h1 {
  44. font-weight: normal;
  45. font: 13pt tahoma;
  46. text-align: left;
  47. color: #374241;
  48. padding-left: 5px;
  49. letter-spacing: 1px;
  50. border-bottom: 1px solid #3c4d55;
  51. }
  52. b {
  53. color: #3c4d55;
  54. font: 9pt tahoma;
  55. font-weight: bold;
  56. line-height: 14px;
  57. }
  58. i {
  59. color: #202b3b;
  60. font: 9pt tahoma;
  61. font-style: italic;
  62. line-height: 14px;
  63. }
  64. a:link, a:visited, a:active {
  65. color: #728675;
  66. font: 9pt tahoma;
  67. text-decoration: none;
  68. }
  69. a:hover {
  70. color: #68696b;
  71. font: 9pt tahoma;
  72. text-decoration: none;
  73. }
  74. textarea {
  75. width: 200px;
  76. height: 60px;
  77. font: 9pt tahoma;
  78. color: #728675;
  79. background-color: #c3c7c4;
  80. margin: 1px 0 0;
  81. overflow: hidden;
  82. }
  83. </style><div id="layout" style="position: relative;">
  84. <div id="main" style="position: absolute;">
  85.  
  86. <a name="home"></a>
  87. <div class="page">
  88. <h1>Header One</h1>
  89. <b>bold</b> <i>italic</i> <a href="/~">link</a><br><br><center>
  90. <textarea>
  91. text here
  92. </textarea></center>
  93. <br><br><br><br><br><br><center>
  94. <a href="#link2"><img src="http://u.cubeupload.com/painted_dreams87/ExpectoPatronumArrow.png" border="0"></a>
  95. </center>
  96. </div>
  97.  
  98.  
  99. <a name="link2"></a>
  100. <div class="page">
  101. this is page 2
  102. <br><br><br><br><br><br><center>
  103. <a href="#link3"><img src="http://u.cubeupload.com/painted_dreams87/ExpectoPatronumArrow.png" border="0"></a>
  104. </center>
  105. </div>
  106.  
  107.  
  108. <a name="link3"></a>
  109. <div class="page">
  110. this is page 3
  111. <br><br><br><br><br><br><center>
  112. <a href="#link4"><img src="http://u.cubeupload.com/painted_dreams87/ExpectoPatronumArrow.png" border="0"></a>
  113. </center>
  114. </div>
  115.  
  116.  
  117. <a name="link4"></a>
  118. <div class="page">
  119. this is page 4
  120. </div>
  121.  
  122.  
  123. <a name="expectopatronum"></a>
  124. <div class="page">
  125. this is a hidden page
  126. </div>
  127.  
  128.  
  129.  
  130. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement