Advertisement
painted_dreams87

Nov - Africa

Oct 8th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.53 KB | None | 0 0
  1. <div id="nav" style="position: fixed;">
  2. <a href="#one" style="border-radius: 0 10px;">1</a>
  3. <a href="#two" style="border-radius: 10px 0;">2</a><br><a href="#top" id="home" style="border-radius: 40px; position: relative;">home</a><br><a href="#three" style="border-radius: 10px 0;">3</a>
  4. <a href="#four" style="border-radius: 0 10px;">4</a></div>
  5.  
  6. <div class="screen" style="position: relative; z-index: 7;"><div class="mid">
  7. <a href="#one" class="lonk" style="border-radius: 0 50px;"><div class="table" style="border-radius: 0 40px;"><div class="mid">one:<br> something</div></div></a>
  8.  
  9. <a href="#two" class="lonk" style="border-radius: 50px 0;"><div class="table" style="border-radius: 40px 0;"><div class="mid">two:<br> something</div></div></a>
  10.  
  11. <div id="title" style="border-radius: 200px; position: relative; z-index: 9;">africa</div>
  12.  
  13. <a href="#three" class="lonk" style="border-radius: 50px 0;"><div class="table" style="border-radius: 40px 0;"><div class="mid">three:<br> something</div></div></a>
  14.  
  15. <a href="#four" class="lonk" style="border-radius: 0 50px;"><div class="table" style="border-radius: 0 40px;"><div class="mid">four:<br> something</div></div></a>
  16. </div></div>
  17.  
  18. <div class="screen" id="one"><div class="mid">
  19. <div class="textborder"><div class="textzone">
  20. <h1>your first header</h1>
  21. <img src="http://images.neopets.com/items/can_fyora_wings.gif" class="left"><p>Welcome to your new layout! It features an intro screen and four anchored pages. I don't recommend adding more pages because of how the navigation is set up. You are however encouraged to change the colors and patterns if you'd like. Editing <i>background: url("http://i.imgur.com/FGHsx05.png") fixed;</i> will change the cloud background anywhere it appears. <b>This</b> is bold, <i>this</i> is italics, <em>this</em> is a highlight, and <a href="#three">this</a> is a link.</p>
  22.  
  23. <blockquote>To save, replace #one with <i>#save</i> in your address bar so that you end up with <a href="/preview_homepage.phtml#save">http://www.neopets.com/preview_homepage.phtml#save</a>. This will take you to the bottom of the page, where the save button is hiding.</blockquote>
  24.  
  25. <img src="http://images.neopets.com/items/can_fizzygravel_purple.gif" class="right"><p>Why end might ask civil again spoil. She dinner she our horses depend. Remember at children by reserved to vicinity. In affronting unreserved delightful simplicity ye. Law own advantage furniture continual sweetness bed agreeable perpetual. Oh song well four only head busy it. Afford son she had lively living. Tastes lovers myself too formal season our valley boy. Lived it their their walls might to by young.</p>
  26.  
  27. </div></div>
  28. </div></div>
  29.  
  30. <div class="screen" id="two"><div class="mid">
  31. <div class="textborder"><div class="textzone">
  32. 2
  33. </div></div>
  34. </div></div>
  35.  
  36. <div class="screen" id="three"><div class="mid">
  37. <div class="textborder"><div class="textzone">
  38. 3
  39. </div></div>
  40. </div></div>
  41.  
  42. <div class="screen" id="four"><div class="mid">
  43. <div class="textborder"><div class="textzone">
  44. 4
  45. </div></div>
  46. </div></div>
  47.  
  48.  
  49. <style>
  50. body {
  51. text-align: center;
  52. margin-top: -14px;
  53. overflow: hidden;
  54. font-family: verdana;
  55. background: #FADAA6;
  56. }
  57. .screen {
  58. height: 100%;
  59. width: 100%;
  60. display: table;
  61. background: #FADAA6;
  62. }
  63. a.lonk, .textborder, #nav a, h1 {
  64. background: url("http://tvg-blog.s3.amazonaws.com/uploads/2019/01/Cover-image.png") fixed;
  65. }
  66. a.lonk, #title, #nav a, h1 {
  67. font-family: garamond,georgia;
  68. text-align: center;
  69. }
  70. h1 {
  71. font-weight: normal;
  72. letter-spacing: 3px;
  73. color: #ffffff;
  74. background: #D09E4C;
  75. line-height: 150%;
  76. }
  77. blockquote {
  78. color: #fff;
  79. padding: 10px;
  80. background: #D09E4C;
  81. text-align: justify;
  82. }
  83. blockquote em {
  84. background: #9B92A7;
  85. }
  86. blockquote i {
  87. color: #7A696F;
  88. }
  89. img.left {
  90. float: left;
  91. margin: 5px 5px 5px 0;
  92. }
  93. img.right {
  94. float: right;
  95. margin: 5px 0 5px 5px;
  96. }
  97. #nav a {
  98. text-decoration: none;
  99. color: #fff;
  100. background: #D09E4C;
  101. display: inline-block;
  102. font-size: 8px;
  103. text-transform: uppercase;
  104. height: 40px;
  105. line-height: 40px;
  106. width: 40px;
  107. }
  108. #nav a:hover {
  109. background: #C0A87B;
  110. }
  111. #nav {
  112. top: 50%;
  113. margin-top: -243px;
  114. left: 50%;
  115. margin-left: -400px;
  116. z-index: 4;
  117. text-align: center;
  118. width: 84px;
  119. font-size: 0;
  120. }
  121. a#home {
  122. margin: -17px auto;
  123. height: 30px;
  124. line-height: 30px;
  125. width: 30px;
  126. z-index: 10;
  127. }
  128. a.lonk {
  129. width: 300px;
  130. height: 250px;
  131. display: inline-block;
  132. text-decoration: none;
  133. font-size: 25px;
  134. color: transparent;
  135. font-style: italic;
  136. }
  137. a.lonk:hover {
  138. color: #D09E4C;
  139. }
  140. a.lonk:hover .table {
  141. background: #fff;
  142. }
  143. #title {
  144. height: 200px;
  145. line-height: 200px;
  146. width: 200px;
  147. font-size: 30px;
  148. background: #fff;
  149. margin: -100px auto;
  150. color: #D09E4C;
  151. }
  152. .textzone {
  153. margin: 25px;
  154. padding: 0 15px;
  155. background: #fff;
  156. color: #555;
  157. overflow: auto;
  158. height: 450px;
  159. line-height: 175%;
  160. font-size: 12px;
  161. text-align: left;
  162. }
  163. .textzone a {
  164. color: #FADAA6;
  165. border: 1px solid transparent;
  166. padding: 0 1px;
  167. }
  168. .textzone a:hover {
  169. border: 1px solid #9B92A7;
  170. text-decoration: none;
  171. }
  172. b {
  173. color: #7E7362;
  174. }
  175. i {
  176. color: #765D36;
  177. }
  178. a, b, i {
  179. font-family: georgia;
  180. }
  181. em {
  182. font-style: normal;
  183. background: #D09E4C;
  184. color: #fff;
  185. padding: 0 2px;
  186. }
  187. .sf {
  188. display: none;
  189. }
  190. .mid {
  191. height: 100%;
  192. vertical-align: middle;
  193. display: table-cell;
  194. }
  195. .table {
  196. display: table;
  197. margin: 25px;
  198. height: 200px;
  199. width: 250px;
  200. background: 0;
  201. }
  202. .textborder {
  203. width: 600px;
  204. height: 500px;
  205. margin: auto;
  206. overflow: hidden;
  207. }
  208. </style><div id="save"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement