Advertisement
hazpottuh

about page theme 1 by hazpottuh

Jul 27th, 2013
1,368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 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. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. <link href='http://fonts.googleapis.com/css?family=Offside' rel='stylesheet' type='text/css'>
  7.  
  8. <!--
  9.  
  10. PLEASE DON'T REMOVE THE CREDITS THANK YOU xx
  11. ABOUT ME THEME #1 by HAZPOTTUH
  12.  
  13.  
  14. -->
  15.  
  16.  
  17. <style type="text/css">
  18.  
  19. body {
  20. background: #f7f7f7;
  21. margin:20px;
  22. margin-top:30px;
  23. color:#C7C7C7;
  24. font-family:;
  25. font-size:10px;
  26. line-height:100%;
  27. text-align:justify;
  28. }
  29.  
  30. a{text-decoration:none; outline:none; -moz-outline-style:none; color:#AAAAAA;}
  31.  
  32. #center {
  33. position: absolute;
  34. height: 200px;
  35. width: 400px;
  36. margin: -100px 0 0 -200px;
  37. top: 50%;
  38. left: 50%;
  39. }
  40.  
  41. #box {
  42. position:fixed;
  43. width:160px;
  44. height:200px;
  45. border:dashed 1px;
  46. position: absolute;
  47. margin-top:-40px;
  48. margin-left:40px;
  49. }
  50.  
  51. #haha {
  52. position:fixed;
  53. width:160px;
  54. height:200px;
  55. border:dashed 1px;
  56. position: absolute;
  57. margin-left:170px;
  58. margin-top:0px;
  59. }
  60.  
  61.  
  62. #title {
  63. text-align:center;
  64. margin-top:-90px;
  65. font-family:georgia;
  66. font-size:20px;
  67. color:#CDC0B0;
  68. padding-top:9px;
  69. padding-bottom:8px;
  70. }
  71.  
  72.  
  73. #hotstuffbbdeceiveme {
  74. position:fixed;
  75. font-family:georgia;
  76. font-size:10px;
  77. color:#a8a8a8;
  78. margin-left:2px;
  79. margin-top:20px;
  80. padding:8px;
  81. width:140px;
  82. }
  83.  
  84.  
  85. #pic {
  86. border:solid 1px;
  87. padding:6px;
  88. border-color: {color:border};
  89. opacity:.80;
  90. position:absolute;
  91. margin-top:-160px;
  92. margin-left:170px
  93. }
  94.  
  95. #desctitle {
  96. position:fixed;
  97. background-color:black;
  98. width:145px;
  99. height:10px;
  100. font-family:trebuchet ms;
  101. font-size:10px;
  102. font-color:#E3E3E3;
  103. margin-left:7px;
  104. margin-top:8px;
  105. padding-top:2px;
  106. padding-bottom:2px;
  107. text-align:center;
  108. font-color:
  109. }
  110.  
  111.  
  112. #nav {
  113. position:fixed;
  114. width:350px;
  115. font-family: 'Offside', cursive;
  116. font-size:20px;
  117. text-align:center;
  118. margin-top:-30px;
  119. margin-left:-169px;
  120. }
  121.  
  122.  
  123. #header {
  124. width:350px;
  125. margin-top:-200px;
  126. }
  127.  
  128.  
  129. #links {
  130. position:fixed;
  131. width:140px;
  132. line-height: 200%;
  133. text-transform: uppercase;
  134. margin-left: 60px;
  135. margin-top: 30px;
  136. height:40px;
  137. text-align: justify;
  138. margin-bottom:0px;
  139. display:block;
  140. padding: 0px;
  141.  
  142. }
  143.  
  144.  
  145. </style>
  146. {CustomCSS}</style></head><body>
  147.  
  148. <div id="center">
  149. <div id="header">
  150. <!-- you can edit this picture by hosting your file, try photobucket or imageshack or the tumblr upload static file -->
  151. <img src="http://static.tumblr.com/jd94sup/zAXmql9op/tumblr_mqjozf5o3v1sbkc41o1_500.png" width="400" align="center">
  152.  
  153. </div>
  154. <div id="box">
  155. <div id="desctitle">ABOUT ME</div>
  156. <div id="hotstuffbbdeceiveme">
  157. tell us about yourself. just fit the box.
  158. blah. tell us about yourself. just fit the box.
  159. blah. tell us about yourself. just fit the box.
  160. blah. tell us about yourself. just fit the box.
  161. blah. tell us about yourself. just fit the box.
  162. blah. tell us about yourself. just fit the box.
  163. blah. tell us about yourself. just fit the box.
  164. blah. tell us about yourself. just fit the box.
  165. blah. tell us about yourself. just fit the box.
  166. blah.
  167. </div>
  168.  
  169. <div id="haha">
  170. <div id="desctitle">OTHER LINKS</div>
  171. <div id="links">
  172. <a href="/">link 1</a> <br>
  173. <a href="/">link 2</a><br>
  174. <a href="/">link 3</a><br>
  175. </div>
  176.  
  177. <div id="nav">
  178. <a href="/">home</a> /
  179. <a href="/ask">ask</a> /
  180. <a href="/submit">submit</a>
  181.  
  182. </div>
  183. </div>
  184.  
  185. <div style="position:fixed;bottom:3px; right:3px; font-size:9px; letter-spacing:1px; font-family:cambria;"><a href="http://hazpottuh.tumblr.com/">credits</a></center></div>
  186.  
  187. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement