Advertisement
dylanohelps

About Me #1

May 15th, 2013
826
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.28 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!------
  4. ABOUT ME PAGE #1 by JAKEHELPS
  5. #1: Don't remove the credit.
  6. #2: Don't redistribute and claim as your own.
  7. #3: Customize as you like!
  8.  
  9. © Copyright 2013 - Jake Helps | Tumblr
  10. ------>
  11.  
  12. <head>
  13. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}" />
  17.  
  18. <link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
  19.  
  20. <link href='http://fonts.googleapis.com/css?family=Quicksand' rel='stylesheet' type='text/css'>
  21.  
  22.  
  23. </head>
  24. <style type="text/css">
  25. body {
  26. padding: 0;
  27. margin: 0;
  28. list-style: none;
  29. background-color: #202020;
  30. background-attachment: fixed;
  31. margin-bottom: 50px;
  32. }
  33.  
  34. a {
  35. text-decoration: none;
  36. color: black;
  37. }
  38.  
  39. ::-webkit-scrollbar-thumb:vertical {
  40. height:10px;
  41. background-color: #0195ab; }
  42.  
  43. ::-webkit-scrollbar-thumb:horizontal {
  44. height:30px;
  45. background-color: #0195ab; }
  46.  
  47. ::-webkit-scrollbar {
  48. height: 10px;
  49. width: 5px;
  50. background-color: #101010; }
  51.  
  52. #content {
  53. float: left;
  54. width: 600px;
  55. height: auto;
  56. background-color: #FFFFFF;
  57. margin-left: 250px;
  58. margin-top: 60px;
  59. -webkit-transition: all 0.2s ease-in-out;
  60. -moz-transition: all 0.2s ease-in-out;
  61. -o-transition: all 0.2s ease-in-out;
  62. -ms-transition: all 0.2s ease-in-out;
  63. transition: all 0.2s ease-in-out;
  64. }
  65.  
  66. .name {
  67. display: block;
  68. padding: 25px 10px;
  69. background-color: #303030;
  70. height: 24px;
  71. font-family: 'Fjalla One';
  72. color: #FFFFFF;
  73. font-size: 16px;
  74. text-align: center;
  75. letter-spacing: 10px;
  76. text-transform: uppercase;
  77. }
  78.  
  79. .name .general {
  80. text-align: center;
  81. font-family: arial unicode ms;
  82. font-size: 8px;
  83. color: #FFFFFF;
  84. letter-spacing: 3px;
  85. text-transform: uppercase;
  86. }
  87.  
  88. .photo1 img {
  89. width: 300px;
  90. height: 420px;
  91. background-color: #101010;
  92. float: left;
  93. }
  94.  
  95. .photo2 img {
  96. width: 300px;
  97. height: 420px;
  98. background-color: #101010;
  99. float: right;
  100. }
  101.  
  102. #description {
  103. float: left;
  104. width: 290px;
  105. height: 474px;
  106. background-color: #FFFFFF;
  107. margin-top: 60px;
  108. padding: 10px;
  109. font-family: arial unicode ms;
  110. font-size: 8px;
  111. color: #202020;
  112. text-transform: uppercase;
  113. letter-spacing: 1px;
  114. leight-height: 120%;
  115. overflow: auto;
  116. opacity: 0;
  117. -webkit-transition: all 0.2s ease-in-out;
  118. -moz-transition: all 0.2s ease-in-out;
  119. -o-transition: all 0.2s ease-in-out;
  120. -ms-transition: all 0.2s ease-in-out;
  121. transition: all 0.2s ease-in-out;
  122. }
  123.  
  124. #description:hover {
  125. opacity: 1;
  126. }
  127.  
  128. #links {
  129. width: 580px;
  130. height: auto;
  131. margin-left: 250px;
  132. padding: 10px;
  133. text-align: center;
  134. }
  135.  
  136. #links a {
  137. font-family: arial unicode ms;
  138. font-size: 8px;
  139. color: #FFFFFF;
  140. padding: 10px;
  141. text-transform: uppercase;
  142. letter-spacing: 1px;
  143. }
  144.  
  145. .hovered {
  146. display: inline-block;
  147. margin-left: -170px;
  148. margin-top: 300px;
  149. font-size: 8px;
  150. text-transform: uppercase;
  151. color: #FFFFFF;
  152. opacity: 0.1;
  153. }
  154.  
  155.  
  156. </style>
  157. <body>
  158. <div id="content">
  159. <div class="name">Wesley Dracarys Burnwood
  160. <div class="general">Seth Kuhlmann | 22 | Nephilim</div>
  161. </div>
  162.  
  163. <div class="photo1"><img src="http://i93.photobucket.com/albums/l78/andrew_jason12/tumblr_lokiau98Zn1qa9vqgo1_1280.png" /></div>
  164. <div class="photo2"><img src="http://i93.photobucket.com/albums/l78/andrew_jason12/Untitled-1-3.png" /></div>
  165. </div>
  166. <div id="description">
  167. Wesley Dracarys Burnwood was born as the nephilim child of the angel Adam and his mortal mother Clarisse Halleway. For almost eighteen years of his life, his true nature has been kept hidden within him and from him. With no contact or knowledge about what happened to his father, and with hesitation to discuss the topic from his mother, he finally gave up on wondering about what his father was like.<br /><br />
  168. This is where you input your description or biography of your character. It can be as long as you want it to be because it's going to overflow in the box and act as a scrolling biography so feel free to put as much information as you want!
  169. </div>
  170. <div class="hovered">Hover</div>
  171. <div id="links">
  172. <a href="/">Home</a>
  173. <a href="/">Message</a>
  174. <a href="/">Link 1</a>
  175. <a href="/">Link 2</a>
  176. <a href="/">Link 3</a>
  177. <a href="http://jakehelps.tumblr.com">Credit</a>
  178. </div>
  179.  
  180.  
  181.  
  182.  
  183. </body>
  184. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement