Advertisement
irrationiall

About Me Page #1

Mar 29th, 2013
2,523
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  11.  
  12. <!----About Me Page by elctra
  13. don't steal the credit or use as a base code
  14. and no redistributing-->
  15.  
  16. <style type="text/css">
  17.  
  18. body {
  19. background: #eee;
  20. font-family:consolas;
  21. font-size: 10px;
  22. line-height: 100%;
  23. }
  24.  
  25. a {
  26. text-decoration: none;
  27. color: #585858;
  28. }
  29.  
  30. #page {
  31. width: 400px;
  32. height: 100px;
  33. margin-left:38%;
  34. margin-top: 10%;
  35. font-family: tall dark and handsome;
  36. font-size: 100px;
  37. line-height: 10%;
  38. letter-spacing: 2px;
  39.  
  40. }
  41.  
  42.  
  43. #container {
  44. width: 300px;
  45. height: 70px;
  46. }
  47.  
  48. #filler a{
  49. font-size: 20px;
  50. margin-top:40px;
  51. text-align: center;
  52. height: 20px;
  53. line-height: 100%;
  54. background-color: #333333;
  55. color: #f8f8f8;
  56. -webkit-transition: all 0.8s ease;
  57. -moz-transition: all 0.8s ease;
  58. -o-transition: all 0.8s ease;
  59. display:block;
  60. padding:3px;
  61. }
  62.  
  63. #filler a:hover{
  64. background-color: #f8f8f8;
  65. color: #333333;
  66. }
  67.  
  68. #about {
  69. width: 180px;
  70. height: 300px;
  71. margin-left: 633px;
  72. margin-top: -10px;
  73. font-family: consolas;
  74. font-size: 10px;
  75. text-align:;
  76. overflow: auto;
  77. }
  78.  
  79. #picture {
  80. width: 100px;
  81. height: 100px;
  82. margin-left: 515px;
  83. margin-top: -300px;
  84. }
  85.  
  86. #stuff {
  87. width: 100px;
  88. height: 180px;
  89. margin-left: 513px;
  90. margin-top: 20px;
  91. text-align: left;
  92. font-family: consolas;
  93. font-size: 12px;
  94. text-transform: lowercase;
  95. }
  96.  
  97. #color {
  98. color: #3399FF
  99. }
  100.  
  101.  
  102. #credit {
  103. position:fixed;
  104. float: right;
  105. bottom: 10px;
  106. right: 5px;
  107. letter-spacing: 1px;
  108. }
  109.  
  110.  
  111. {CustomCSS}
  112. </style>
  113. </head>
  114. <body>
  115.  
  116.  
  117. <div id="page"><div id="container">
  118. <div id="box" align="center">About Me</div>
  119. <div id="filler"><a href="/">back to blog</a>
  120. </div>
  121. </div>
  122. </div>
  123.  
  124. <div id="about"> this is where all your text goes, okay? if you write too much in here it gets a scrollbar which is cool right? i think so too haha. to be honest, it looks better the more you write in here. i hope it's easy for you guys to customize this shit. and yeah, if you have any questions about it just shimmy on ovah to elctra's ask she'll help you
  125. </div>
  126.  
  127. <div id="picture"><img width="100" src="http://media.tumblr.com/c2e5172c4527aaf0b01beedb64eb2cb6/tumblr_inline_mir0srVXuy1qz4rgp.png"></a></div>
  128.  
  129. <div id="stuff"><p><b>name:</b>spoongus
  130. <p><b>gender:</b>spork
  131. <p><b>age:</b>65
  132. <p><b>country:</b>amurica
  133. </div>
  134. <div id="credit"><a href="elctra.tumblr.com">made by elctra</div>
  135.  
  136. </div>
  137.  
  138. </body>
  139.  
  140. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement