Advertisement
pvaaux

Arrival Home

Sep 21st, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. <style>
  2. body {
  3. margin-top: -14px;
  4. color: #cccccc;
  5. line-height: 200%;
  6. font-family: verdana;
  7. font-size: 13px;
  8. }
  9. .sf {
  10. display: none;
  11. }
  12. #box {
  13. width: 500px;
  14. height: 650px;
  15. left: 50%;
  16. margin-left: -300px;
  17. top: 50%;
  18. margin-top: -250px;
  19. }
  20. #nav {
  21. float: right;
  22. height: 450px;
  23. width: 500px;
  24. }
  25. #nav a {
  26. background: url("http://i.imgur.com/klDc1C6.png");
  27. width: 200px;
  28. text-indent: 10px;
  29. line-height: 50px;
  30. display: block;
  31. color: #bbbbbb;
  32. text-decoration: none;
  33. height: 50px;
  34. letter-spacing: -1px;
  35. }
  36. #nav a:hover {
  37. text-indent: 25px;
  38. width: 215px;
  39. }
  40. .anchor {
  41. width: 500px;
  42. height: 450px;
  43. background: url("http://i.imgur.com/klDc1C6.png");
  44. padding: 0;
  45. float: left;
  46. }
  47. .screen {
  48. margin: 25px 5px 25px 25px;
  49. overflow: hidden;
  50. height: 450px;
  51. }
  52. .text {
  53. overflow: auto;
  54. height: 450px;
  55. padding-right: 10px;
  56. }
  57. p {
  58. text-indent: 25px;
  59. }
  60. h1 {
  61. color: #93828E;
  62. border-left: 100px solid #93828E;
  63. border-right: 100px solid #93828E;
  64. text-align: center;
  65. font-family: georgia;
  66. line-height: 5px;
  67. font-size: 22px;
  68. font-weight: normal;
  69. margin-bottom: 30px;
  70. margin-top: 40px;
  71. font-variant: small-caps;
  72. letter-spacing: 4px;
  73. }
  74. h2 {
  75. font-size: 16px;
  76. font-family: georgia;
  77. font-weight: normal;
  78. letter-spacing: 5px;
  79. color: #6B5C66;
  80. line-height: 3px;
  81. border-right: #6B5C66 200px solid;
  82. border-left: #6B5C66 50px solid;
  83. text-align: center;
  84. margin-top: 40px;
  85. margin-bottom: 20px;
  86. }
  87. a {
  88. color: #96A5BE;
  89. }
  90. a:hover {
  91. color: #93828E;
  92. }
  93. b {
  94. color: #687C8B;
  95. }
  96. i {
  97. color: #6B5C66;
  98. }
  99. .section {
  100. border-left: 5px solid #6B5C66;
  101. background: url("http://i.imgur.com/owjPpcZ.png");
  102. margin: 10px;
  103. padding: 15px;
  104. line-height: 175%;
  105. }
  106. .space {
  107. background: url("http://i.imgur.com/klDc1C6.png");
  108. height: 25px;
  109. }
  110. </style><div id="main"><img src="https://imgur.com/mqsLm4R.jpg" style="position: fixed; width: 100%; height: 100%; z-index: -999; top: 0; left: 0;"><div id="box" style="position: fixed;">
  111. <div class="anchor"><div class="screen">
  112.  
  113. <div class="text" id="main">
  114.  
  115. You finally make it home, and you find a letter sitting on your front porch. You open it and read it:<br><br>
  116.  
  117. You are cordially invited to a banquet in your honor. Thank you for helping us capture Bodach. You and everyone who helped you are to attend for an <a href="/~Iryllis"> official ceremony</a>.
  118.  
  119.  
  120.  
  121. </div>
  122.  
  123.  
  124.  
  125.  
  126. <div class="space"></div></div></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement