dylanohelps

About Me #3

May 31st, 2013
1,479
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.96 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!----------------------
  4.  
  5. ABOUT PAGE 3 by JAKEHELPS
  6. #1: Do not redistribute & claim as your own.
  7. #2: Do not remove the credit.
  8.  
  9. ---------------------------->
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  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=Abril+Fatface' rel='stylesheet' type='text/css'>
  19.  
  20. <link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
  21.  
  22. </head>
  23. <style type="text/css">
  24. body {
  25. padding: 0;
  26. margin: 0;
  27. list-style: none;
  28. background-color: #FFFFFF;
  29. background-attachment: fixed;
  30. background-image:url('http://25.media.tumblr.com/dc74d0fc4cd1d55ea86607ef3a4bd4b7/tumblr_mni1ao5IcB1sofm3xo1_250.png');
  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: transparent; }
  51.  
  52. #navigation {
  53. width: 100%;
  54. height: 100%;
  55. display: block;
  56. position: fixed;
  57. background-color: #202020;
  58. }
  59.  
  60. #navigation a {
  61. display: block;
  62. padding: 26px 30px;
  63. background-color: #505050;
  64. font-family: 'fjalla one';
  65. font-size: 16px;
  66. color: #FFFFFF;
  67. text-align: right;
  68. text-transform: uppercase;
  69. letter-spacing: 2px;
  70. -webkit-transition: all 0.2s ease-in-out;
  71. -moz-transition: all 0.2s ease-in-out;
  72. -o-transition: all 0.2s ease-in-out;
  73. -ms-transition: all 0.2s ease-in-out;
  74. transition: all 0.2s ease-in-out;
  75. }
  76.  
  77. #navigation a:hover {
  78. padding-right: 100px;
  79. }
  80.  
  81. #circle {
  82. width: 1220px;
  83. height: 1220px;
  84. background-color: #FFFFFF;
  85. background-image:url('http://24.media.tumblr.com/tumblr_ls2e05Cme11r3vazto6_250.jpg');
  86. position: fixed;
  87. border-top-right-radius: 640px;
  88. border-bottom-right-radius: 600px;
  89. margin-top: -300px;
  90. margin-left: -500px;
  91. border: 15px solid #FFFFFF;
  92. }
  93.  
  94. .about {
  95. width: 650px;
  96. height: 650px;
  97. background-color: transparent;
  98. margin-top: 320px;
  99. border-top-right-radius: 200px;
  100. border-bottom-right-radius: 240px;
  101. padding: 10px;
  102. margin-left: 500px;
  103. }
  104.  
  105. .title {
  106. font-family: 'abril fatface';
  107. font-size: 24px;
  108. color: #202020;
  109. width: 400px;
  110. padding: 20px;
  111. margin-top: 10px;
  112. margin-left: 70px;
  113. background-color: transparent;
  114. text-align: center;
  115. }
  116.  
  117. .description {
  118. width: 500px;
  119. height: 300px;
  120. background-color: transparent;
  121. padding: 5px;
  122. overflow: auto;
  123. margin-left: 40px;
  124. font-family: cambria;
  125. font-size: 12px;
  126. color: #505050;
  127. margin-bottom: 20px;
  128. }
  129.  
  130. .quote {
  131. font-family: abril fatface;
  132. font-size: 14px;
  133. color: #202020;
  134. width: 500px;
  135. height: auto;
  136. padding: 10px;
  137. margin-left: 20px;
  138. text-align: center;
  139. }
  140.  
  141. .mark {
  142. font-family: 'times new roman';
  143. font-size: 40px;
  144. background-color: #202020;
  145. color: #FFFFFF;
  146. padding: 0px 5px 10px 4px;
  147. text-align: center;
  148. width: 20px;
  149. height: 20px;
  150. border-radius: 20px;
  151. margin-left: 260px;
  152. }
  153.  
  154. .line {
  155. border-top: 4px solid #202020;
  156. width: 300px;
  157. margin-left: 130px;
  158. margin-top: -15px;
  159. }
  160.  
  161. .portrait {
  162. width: 48px;
  163. height: 48px;
  164. border: 5px solid #FFFFFF;
  165. margin-left: 265px;
  166. margin-top: -10px;
  167. }
  168.  
  169. #credit a {
  170. margin-top: 90px;
  171. color: #202020;
  172. margin-left: 230px;
  173. font-family: cambria;
  174. font-size: 10px;
  175. opacity: 0.2;
  176. position: absolute;
  177. -webkit-transition: all 0.2s ease-in-out;
  178. -moz-transition: all 0.2s ease-in-out;
  179. -o-transition: all 0.2s ease-in-out;
  180. -ms-transition: all 0.2s ease-in-out;
  181. transition: all 0.2s ease-in-out;
  182. }
  183.  
  184. #credit a:hover {
  185. opacity: 1;
  186. }
  187.  
  188.  
  189. </style>
  190. <body>
  191. <div id="navigation">
  192. <a href="javascript:history.go(-1)" onMouseOver="self.status=document.referrer;return true" style="background-color: #77cdfe;">back</a>
  193. <a href="/ask" style="background-color: #64c6ff;">Contact</a>
  194. <a href="/archive" style="background-color: #51c0ff;">History</a>
  195. <a href="#" style="background-color: #3eb7fd;">Link 1</a>
  196. <a href="#" style="background-color: #2cb0fb;">Link 2</a>
  197. <a href="#" style="background-color: #1eabfc;">Link 3</a>
  198. <a href="#" style="background-color: #0da5fc;">Link 4</a>
  199. <a href="#" style="background-color: #02a0fb;">Link 5</a>
  200. <a href="#" style="background-color: #008cdd;">Link 6</a>
  201. <a href="#" style="background-color: #027fc6;">Link 7</a>
  202. </div>
  203.  
  204. <div id="circle">
  205. <div class="about">
  206. <div class="portrait"><img src="{PortraitURL-48}" /></div>
  207. <div class="title">TITLE HERE.</div>
  208. <div class="description">
  209. DESCRIPTION HERE
  210. </div>
  211. <div class="mark">"</div><div class="line"></div>
  212. <div class="quote">
  213. QUOTE HERE
  214. </div>
  215. <div id="credit"><a href="http://jakehelps.tumblr.com">&copy; jakehelps 2013</div>
  216. </div>
  217.  
  218. </div>
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225. </body>
  226. </html>
Advertisement
Add Comment
Please, Sign In to add comment