superfrown

Page #9

Apr 7th, 2014
864
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.22 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7.  
  8. <head>
  9. <!----
  10.  
  11. Page 09: Spring
  12. about page
  13. by: superfrown.tumblr.com
  14.  
  15. You may:
  16. Edit as much as you like
  17.  
  18. You may not:
  19. Claim as your own
  20. Remove the credit
  21.  
  22.  
  23. ---->
  24.  
  25.  
  26. <style type="text/css">
  27.  
  28. /* MAIN */
  29.  
  30. body {
  31. background-color:#efefef;
  32. background-image: url();
  33. background-attachment: fixed;
  34. background-repeat: repeat;
  35. color:#424242;
  36. font-family: calibri;
  37. font-size: 11px;
  38. margin: 0px;
  39. padding: 0px;}
  40.  
  41. a:link, a:active {
  42. text-decoration:none;
  43. color: #cecece;
  44. -webkit-transition: all 0.4s ease-in-out;
  45. -moz-transition: all 0.4s ease-in-out;
  46. -o-transition: all 0.4s ease-in-out;
  47. transition: all 0.4s ease-in-out;}
  48.  
  49. a:visited {
  50. text-decoration:none;
  51. color: #cecece;
  52. -webkit-transition: all 0.4s ease-in-out;
  53. -moz-transition: all 0.4s ease-in-out;
  54. -o-transition: all 0.4s ease-in-out;
  55. transition: all 0.4s ease-in-out;}
  56.  
  57. a:hover {
  58. color: #e8e8e8;
  59. -webkit-transition: all 0.4s ease-in-out;
  60. -moz-transition: all 0.4s ease-in-out;
  61. -o-transition: all 0.4s ease-in-out;
  62. transition: all 0.4s ease-in-out;}
  63.  
  64.  
  65. ::-webkit-scrollbar {
  66. height:6px;
  67. width:4px;
  68. background-color: #ffffff;}
  69.  
  70. ::-webkit-scrollbar-thumb:vertical {
  71. background-color: #cecece;}
  72.  
  73. ::-webkit-scrollbar-thumb:horizontal {
  74. background-color: #cecece;}
  75.  
  76.  
  77.  
  78. /* SIDEBAR */
  79.  
  80. .sidebar {
  81. width:620px;
  82. padding-top:10px;
  83. padding-bottom:10px;
  84. background-color:#e8e8e8;
  85. z-index:2000;}
  86.  
  87.  
  88. /* LINKS */
  89.  
  90. .links {
  91. text-align:center;
  92. width:640px;
  93. height:25px;}
  94.  
  95. .links a {
  96. display:inline-block;
  97. font-size:14px;
  98. padding:4px;
  99. margin-top:0px;
  100. margin-right:6px;
  101. margin-left:6px;
  102. text-transform:lowercase;
  103. font-style:italic;
  104. letter-spacing:1px;
  105. color: #9e9e9e;
  106. -webkit-transition: all 0.4s ease-in-out;
  107. -moz-transition: all 0.4s ease-in-out;
  108. -o-transition: all 0.4s ease-in-out;
  109. transition: all 0.4s ease-in-out;}
  110.  
  111. .links a:hover {
  112. color: #9e9e9e;
  113. text-decoration:line-through;
  114. -webkit-transition: all 0.4s ease-in-out;
  115. -moz-transition: all 0.4s ease-in-out;
  116. -o-transition: all 0.4s ease-in-out;
  117. transition: all 0.4s ease-in-out;}
  118.  
  119.  
  120. /* STUFF */
  121.  
  122. .stuff {
  123. width:620px;
  124. height:auto;
  125. padding-bottom:10px;
  126. margin:0 auto;
  127. background-color:#f4f4f4;}
  128.  
  129. .image {
  130. position:absolute;
  131. margin-top:10px;
  132. margin-left:466px;
  133. width:140px;
  134. height:340px;
  135. border:2px solid #ffffff;}
  136.  
  137. .image img {
  138. width:140px;
  139. height:340px;}
  140.  
  141. .box {
  142. margin-top:10px;
  143. margin-left:10px;
  144. width:426px;
  145. height:324px;
  146. padding:10px;
  147. overflow:auto;
  148. font-size:13px;
  149. text-align:justify;
  150. color:#9e9e9e;
  151. background-color:#ffffff;}
  152.  
  153. .stat {
  154. margin-bottom:10px;
  155. padding-left:5px;
  156. line-height:18px;
  157. letter-spacing:1px;
  158. color:#8e8e8e;
  159. border-bottom:2px solid #8e8e8e;}
  160.  
  161.  
  162.  
  163. </style>
  164.  
  165.  
  166. </head>
  167.  
  168. <body>
  169.  
  170.  
  171. <div class="stuff">
  172.  
  173. <div class="sidebar">
  174.  
  175.  
  176. <!--- EDIT YOUR PAGE LINKS HERE --->
  177. <div class="links">
  178. <a href="/"> Home </a>
  179. <a href="/ask"> Ask </a>
  180. <a href=""> Link 1 </a>
  181. <a href=""> Link 2 </a>
  182. <a href="http://superfrown.tumblr.com"> credit </a>
  183. </div>
  184.  
  185.  
  186. </div>
  187.  
  188.  
  189. <div class="image">
  190.  
  191. <!--- EDIT YOUR IMAGE HERE --->
  192. <img src="https://24.media.tumblr.com/8bdbdcb89761d54df01c9608c5d499d7/tumblr_mwwenbaFkZ1s74pnvo3_r1_400.png">
  193. </div>
  194.  
  195.  
  196. <div class="box">
  197.  
  198. <!--- EDIT YOUR DESCRIPTION HERE --->
  199. <div class="stat"><b>Name:</b> name here </div>
  200. <div class="stat"><b>Age:</b> age here </div>
  201. <div class="stat"><b>Location:</b> location here </div>
  202.  
  203.  
  204. Hello! This is a description. If it gets too long, a scrollbar will appear. <a href="/">Lorem ipsum</a> dolor sit amet, consectetur <i>adipiscing</i> elit. Nam <b>nulla augue</b>, dictum vitae orci in, euismod blandit risus. Ut ullamcorper, urna a ultricies luctus, sapien mauris consequat massa, feugiat laoreet eros neque ut ipsum. Aliquam ac ante hendrerit, ultrices sapien ac, aliquet massa. Donec eget placerat lectus. Mauris sit amet semper purus, ut accumsan dolor. Nulla dignissim, ligula gravida rhoncus bibendum, enim nisi feugiat nisl, eu porttitor arcu lectus nec urna. Nulla faucibus diam sit amet leo gravida, id rhoncus erat varius. Ut posuere laoreet urna.
  205. <br><br>
  206. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Proin aliquam et elit ac pellentesque. Aenean ac elit feugiat, dapibus sem vitae, pulvinar augue. Suspendisse ut diam tempus, feugiat enim ut, mollis augue. Nullam lorem libero, tincidunt quis tincidunt eu, sodales id arcu. Donec vitae tempor arcu, a tincidunt ligula. Etiam ut vestibulum leo. Nullam volutpat dolor vestibulum rhoncus molestie. Duis non faucibus mauris, egestas tincidunt nisl. Suspendisse rhoncus accumsan eros, id hendrerit metus auctor et. Duis volutpat mi justo. Etiam sit amet tortor id nisl consequat congue. Integer nec porta tortor, quis feugiat lectus. Donec nec diam massa. Aenean blandit nibh eget neque rutrum semper. Ut libero massa, eleifend at pellentesque eget, consectetur eu lorem.
  207.  
  208. </div>
  209.  
  210. </body>
  211. </html>
Advertisement
Add Comment
Please, Sign In to add comment