Advertisement
benizora

Page 02: About Me (Centered)

Sep 16th, 2012
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. <html>
  2.  
  3. <!--
  4.  
  5. page 02: about me (centered)
  6. by jackie @ benizora.tumblr.com
  7. please keep all of the credits
  8. and don’t steal or distribute.
  9. Thank you! :3
  10.  
  11. -->
  12.  
  13. <head>
  14.  
  15. <title>{Title}</title>
  16.  
  17. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  18.  
  19. <link rel="shortcut icon" href="{Favicon}">
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Niconne' rel='stylesheet' type='text/css'>
  22.  
  23. <style type="text/css">
  24.  
  25. @font-face {
  26. font-family: "Loreena";
  27. src: url('http://static.tumblr.com/e1ydrvt/klIm9snwb/lorena_medium.ttf') format("truetype");
  28. }
  29.  
  30. a {
  31. color: #fff;
  32. text-decoration: none;
  33. }
  34.  
  35. a:link, a:active, a:visited {
  36. text-decoration: none;
  37. color: #fff;
  38. -webkit-transition: all 0.5s linear;
  39. -moz-transition: all 0.5s linear;
  40. -o-transition: all 0.5s linear;
  41. }
  42.  
  43. a:hover {
  44. color:#c9c9c9;
  45. text-decoration: none;
  46. -webkit-transition: all 0.5s linear;
  47. -moz-transition: all 0.5s linear;
  48. -o-transition: all 0.5s linear;
  49. }
  50.  
  51. body {
  52. background-image: url('PUT BACKGROUND LINK HERE');
  53. background-attachment: fixed;
  54. background-color: #000;
  55. }
  56.  
  57. #imacorner1 {
  58. border-bottom:10px solid #fff;
  59. border-left:10px solid transparent;
  60. position:fixed;
  61. margin:-40px 0px 0px 290px;
  62. }
  63.  
  64. #imacorner2 {
  65. border-right:10px solid transparent;
  66. border-bottom:10px solid #fff;
  67. position:fixed;
  68. margin:-40px 0px 0px 300px;
  69. }
  70.  
  71. #about {
  72. position:fixed;
  73. border-bottom:1px dotted #000;
  74. width:360px;
  75. background-color:#fff;
  76. font-family: 'Calibri', sans-serif;
  77. color:#000;
  78. font-size:11px;
  79. margin:-30px 0px 0px 105px;
  80. text-align:justify;
  81. padding:10px 20px 10px 20px;
  82. overflow-y: scroll;
  83. height:150px;
  84. }
  85.  
  86. ::-webkit-scrollbar {
  87. height:10px;
  88. width:8px;
  89. background:#fff;
  90. }
  91.  
  92. ::-webkit-scrollbar-thumb:vertical {
  93. background:#eee;
  94. height:100px;
  95. }
  96.  
  97. #banner {
  98. font-family:'Loreena', sans-serif;
  99. font-size:25px;
  100. letter-spacing:2px;
  101. display:block;
  102. width:400px;
  103. line-height:130%;
  104. margin: 0px 0px 55px 105px;
  105. padding:6px 0px 6px 0px;
  106. background-color:#222;
  107. text-transform:uppercase;
  108. text-align:none;
  109. color:#fff;
  110. }
  111.  
  112. #image {
  113. width:400px;
  114. height:200px;
  115. margin:-100px 0px 0px 105px;
  116. z-index:999;
  117. overflow:hidden;
  118. }
  119.  
  120. #leftlinks {
  121. z-index:-999;
  122. padding:5px;
  123. padding-bottom:16px;
  124. width: 80px;
  125. display:block;
  126. margin:50px 0px 0px 85px;
  127. text-transform:uppercase;
  128. }
  129.  
  130. .box {
  131. width: 500px;
  132. height: 300px;
  133. margin: 40px auto auto auto;
  134. }
  135.  
  136.  
  137. #leftlinks a {
  138. z-index:-999;
  139. background-color:#fff;
  140. color:#000;
  141. font-size:8px;
  142. font-family:'Calibri', sans-serif;
  143. text-align:left;
  144. width:90px;
  145. letter-spacing:1px;
  146. line-height:50%;
  147. padding:5px;
  148. height:5px;
  149. display:block;
  150. padding-left:13px;
  151. margin:2px;
  152. }
  153.  
  154. #leftlinks a:hover {
  155. background-color:#222;
  156. color:#fff;
  157. left:80px;
  158. width:80px;
  159. font-family:'Calibri', sans-serif;
  160. -webkit-transition-duration:0.5s;
  161. -moz-transition-duration:0.5s;
  162. opacity:1;
  163. margin-left:-55px;
  164. }
  165.  
  166. </style>
  167.  
  168. </head>
  169.  
  170. <body>
  171.  
  172. </div>
  173.  
  174. <div class="box">
  175.  
  176. <div id="leftlinks">
  177.  
  178. <!-- PUT YOUR LINKS HERE! --!>
  179.  
  180. <a href="LINK HERE">LINK #1</a>
  181.  
  182. <a href="LINK HERE">LINK #2</a>
  183.  
  184. <a href="LINK HERE">LINK #3</a>
  185.  
  186. <a href="LINK HERE">LINK #4</a></div>
  187.  
  188. <!-- PUT TOP IMAGE LINK INTO CODE BELOW! --!>
  189.  
  190. <div id="image"><img src="http://img.photobucket.com/albums/1003/contendaz/image.jpg"/></div>
  191.  
  192. <div id="banner"><center>
  193.  
  194. <!-- TITLE HERE --!>
  195.  
  196. About This Page
  197.  
  198. <!-- END TITLE --!>
  199.  
  200. </center></div>
  201.  
  202. <div id="imacorner1"></div><div id="imacorner2"></div><center><div id="about"><p>
  203.  
  204. <!-- PUT YOUR ABOUT ME SECTION IN HERE!! --!>
  205.  
  206.  
  207. </p></div></center>
  208.  
  209. </div>
  210.  
  211. <!-- DO NOT REMOVE CREDIT!!!! --!>
  212.  
  213. <font style="position: fixed; bottom: 10px; right: 20px;><font size="5px"><a href="http://benizora.tumblr.com"><b>❀</b></a></font>
  214.  
  215. </body>
  216.  
  217. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement