Advertisement
zojoh

PageOne - About

Dec 1st, 2012
6,078
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.12 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. <!---
  5. PAGE: 1 - About
  6. BY: Heidi (Previously Crayoned & Zohne of Zojoh)
  7. --->
  8.  
  9. <head>
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}" />
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  13. <style type="text/css">
  14.  
  15. /*Body & General Link*/
  16.  
  17. body {
  18. margin:0;
  19. padding:0;
  20. background-color:#fff; /*Background color*/
  21. background-image:url('BACKGROUND URL'); /*Background image*/
  22. font-family:consolas;
  23. font-size:9px;
  24. }
  25.  
  26.  
  27. a {
  28. color:#999; /*Link color*/
  29. text-decoration:none;
  30. -webkit-transition: all 0.6s ease-in-out;
  31. -moz-transition: all 0.6s ease-in-out;
  32. -o-transition: all 0.6s ease-in-out;
  33. transition: all 0.6s ease-in-out;
  34. }
  35.  
  36. a:hover {
  37. color:#fff; /*Link color when hovering*/
  38. }
  39.  
  40. /*Box & Content*/
  41.  
  42. #box {
  43. border-left:1px solid #ddd; /*Outer container border*/
  44. border-right:1px solid #ddd; /*Outer container border*/
  45. padding:20px;
  46. width:450px; /*!Width of the content!*/
  47. margin:100px auto;
  48. }
  49.  
  50. #content {
  51. background-color:#fff; /*Inner container/Content Background Color*/
  52. background-image:url('http://static.tumblr.com/bc7znss/5hpma27py/brillant.png'); /*Inner container/Content Background Image*/
  53. color:#aaa; /*Text color*/
  54. font-family:consolas;
  55. font-size:9px;
  56. letter-spacing:1px;
  57. line-height:9px;
  58. padding:2px 8px;
  59. max-width:400px;
  60. }
  61.  
  62. /*Leftie Image*/
  63. #photo img {
  64. border:3px double #ddd; /*Image border*/
  65. background:#fff; /*Image background*/
  66. padding:5px;
  67. max-width:70px;
  68. float:left;
  69. margin-top:5px;
  70. margin-right:5px;
  71. }
  72.  
  73. /*Title for example "Name:"*/
  74. span.l {
  75. color:#999;
  76. font-family:courier new;
  77. font-size:10px;
  78. line-height:11px;
  79. text-transform:uppercase;
  80. letter-spacing:1px;
  81. }
  82.  
  83. /*List style no need to touch*/
  84. ul, li {
  85. list-style-type:none;
  86. margin:0px;
  87. padding:0 5px 0 0;}
  88.  
  89.  
  90. /*Linkbox to the right*/
  91.  
  92. #links {
  93. background:#fff; /*Linkbox Background*/
  94. border:3px double #ddd; /*Linkbox borders*/
  95. padding:5px;
  96. margin-top:5px;
  97. margin-bottom:5px;
  98. }
  99.  
  100.  
  101. #links li {
  102. list-style-type:square; /*Links in Linksboxs list style*/
  103. margin:2px 14px;
  104. }
  105.  
  106. /*Navigation, back, ask & dashboard icons*/
  107.  
  108. #navigation {
  109. position:absolute;
  110. margin-left:-15px; /*Move navigation icons left or right*/
  111. margin-top:8px; /*Move navigation icons up or down*/
  112. }
  113.  
  114. #navigation a {
  115. display:block;
  116. margin-top:3px;
  117. opacity:0.5;
  118. }
  119.  
  120. #navigation a:hover {
  121. opacity:1;
  122. }
  123.  
  124. </style>
  125. </head>
  126. <body>
  127.  
  128. <div id="box">
  129. <!---START: Navigation Images---->
  130. <div id="navigation">
  131. <a href="http://{name}.tumblr.com">
  132. <img src="http://static.tumblr.com/3yblkz0/yaome0hh0/1335651127_045.png" />
  133. </a>
  134. <a href="http://{name}.tumblr.com/ask">
  135. <img src="http://static.tumblr.com/3yblkz0/RoUme0hmq/1335651096_004.png" />
  136. </a>
  137. <a href="http://tumblr.com">
  138. <img src="http://static.tumblr.com/3yblkz0/5TYmecsz3/1335651109_101.png" />
  139. </a>
  140. </div>
  141. <!---END: Navigation Images---->
  142.  
  143. <!---START: Leftie Image---->
  144. <div id="photo">
  145. <img src="http://static.tumblr.com/3yblkz0/oKSmecswu/tumblr_ly35jjlv9p1qce38f.gif"/>
  146. </div>
  147. <!---END: Leftie Image---->
  148.  
  149. <table id="content">
  150. <tr>
  151. <td valign="top" width="50%" style="border-right:1px solid #ddd;">
  152.  
  153. <ul>
  154. <li><span class="l">Name:</span> your name</li>
  155. <li><span class="l">Age:</span> your age</li>
  156. <li><span class="l">Location:</span> your location</li>
  157. <li><span class="l">Contact Me:</span><a href="URL HERE">your contact link</a></li>
  158. <li><span class="l">Interests:</span> your interests</li>
  159. <li><span class="l">Bio:</span> more information can be written here</li>
  160. <ul>
  161. </td>
  162.  
  163. <td valign="top" style="padding-left:8px;">
  164.  
  165. <!---- START: Cute pixel & title to links---->
  166. <span class="l"><img src="http://static.tumblr.com/3yblkz0/rFMme0fw6/mini-icone19.gif"/> Links</span>
  167. <!---- END: Cute pixel & title to links ---->
  168. <ul id="links">
  169. <li><a href="URL HERE">link</a></li>
  170. <li><a href="URL HERE">link</a></li>
  171. <li><a href="URL HERE">link</a></li>
  172. <li><a href="URL HERE">link</a></li>
  173. </ul>
  174.  
  175. <!---- START: Cute pixel & title to more links---->
  176. <span class="l"><img src="http://static.tumblr.com/3yblkz0/rFMme0fw6/mini-icone19.gif"/> Tags</span>
  177. <!---- END: Cute pixel & title to more links---->
  178. <ul id="links">
  179. <li><a href="URL HERE">link</a></li>
  180. <li><a href="URL HERE">link</a></li>
  181. <li><a href="URL HERE">link</a></li>
  182. <li><a href="URL HERE">link</a></li>
  183. </ul>
  184.  
  185. <!--- INFO: If you want more link-boxes, add the following BEFORE </td>.
  186.  
  187. <span class="l"><img src="PIXEL URL"/> TITLE</span>
  188. <ul id="links">
  189. <li><a href="URL HERE">link</a></li>
  190. (..)
  191. </ul>
  192. ----->
  193. </td>
  194. </tr>
  195. </table>
  196. </div>
  197.  
  198. <div style="top:5px; left:5px; position:absolute"><a href="http://ladmilk.tumblr.com" title="page by heidi" >©</a></div>
  199. </body>
  200. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement