Advertisement
benizora

Page 03: About Me Page (2)

Sep 17th, 2012
9,440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. <html>
  2.  
  3. <!--
  4.  
  5. page 03: about me (2)
  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. <style type="text/css">
  22.  
  23. @font-face {
  24. font-family: "Tommaso";
  25. src: url('http://static.tumblr.com/e1ydrvt/1g8mah461/tommaso.ttf') format("truetype");
  26. }
  27.  
  28. a {
  29. color: #000;
  30. text-decoration: none;
  31. }
  32.  
  33. a:link, a:active, a:visited {
  34. text-decoration: none;
  35. color: #000;
  36. -webkit-transition: all 0.5s linear;
  37. -moz-transition: all 0.5s linear;
  38. -o-transition: all 0.5s linear;
  39. }
  40.  
  41. a:hover {
  42. color:#f8a519;
  43. text-decoration: none;
  44. -webkit-transition: all 0.5s linear;
  45. -moz-transition: all 0.5s linear;
  46. -o-transition: all 0.5s linear;
  47. }
  48.  
  49. body {
  50. background-image: url('http://static.tumblr.com/e1ydrvt/Yrpma9u6t/1benizora.jpg');
  51. background-attachment: fixed;
  52. background-color: #fff;
  53. }
  54.  
  55. #about {
  56. position:fixed;
  57. width:455px;
  58. background-color:#fff;
  59. font-family: 'Georgia', sans-serif;
  60. font-style:italic;
  61. color:#000;
  62. font-size:11px;
  63. text-align:justify;
  64. padding:20px 20px 20px 25px;
  65. }
  66.  
  67. ::-webkit-scrollbar {
  68. height:10px;
  69. width:8px;
  70. background:#fff;
  71. }
  72.  
  73. ::-webkit-scrollbar-thumb:vertical {
  74. background:#eee;
  75. height:100px;
  76. }
  77.  
  78. #banner {
  79. font-family:'Tommaso', sans-serif;
  80. font-size:45px;
  81. letter-spacing:1px;
  82. background-color:#FFF;
  83. display:block;
  84. position:fixed;
  85. width:480px;
  86. margin-top:10px;
  87. padding:2px 10px;
  88. opacity:.8;
  89. text-transform:uppercase;
  90. text-align:right;
  91. color:#000;
  92. -webkit-transition-duration:0.5s;
  93. -moz-transition-duration:0.5s;
  94. }
  95.  
  96. #banner:hover {
  97. opacity:1.1;
  98. -webkit-transition-duration:0.5s;
  99. -moz-transition-duration:0.5s;
  100. }
  101.  
  102. #image {
  103. width:500px;
  104. height:300px;
  105. margin-top:75px;
  106. overflow:hidden;
  107. }
  108.  
  109. .box {
  110. width: 500px;
  111. height: 300px;
  112. margin: 40px auto auto auto;
  113. }
  114.  
  115. #navigation {
  116. margin-top:-20px;
  117. height: 20px;
  118. width:500px;
  119. position: fixed;
  120. text-align:center;
  121. z-index:99;
  122. }
  123.  
  124. #sidelinks {
  125. text-align: center;
  126. width: 500px;
  127. display:block;
  128. font-family: 'Georgia', sans-serif;
  129. font-style:italic;
  130. z-index:999;
  131. }
  132.  
  133. #sidelinks a {
  134. display:inline-block;
  135. width: 105px;
  136. padding: 3px;
  137. font-family: 'Georgia', sans-serif;
  138. font-size: 9px;
  139. text-transform: lowercase;
  140. text-align: center;
  141. font-style:italic;
  142. letter-spacing: 1px;
  143. background-color:#fff;
  144. color:#000;
  145. z-index:999;
  146. }
  147.  
  148. #sidelinks a:hover{
  149. background-color:#e3b7b2;
  150. color:#fff;
  151. -webkit-transition: all 0.5s ease-in-out;
  152. -moz-transition: all 0.5s ease-in-out;
  153. -o-transition: all 0.5s ease-in-out;
  154. z-index:999;
  155. }
  156.  
  157. </style>
  158.  
  159. </head>
  160.  
  161. <body>
  162.  
  163. </div>
  164.  
  165. <div class="box">
  166. <div id="navigation"><div id="sidelinks">
  167.  
  168. <a href="PUT LINK HERE" id="sidelinks">link #1</a>
  169. <a href="PUT LINK HERE" id="sidelinks">link #2</a>
  170. <a href="PUT LINK HERE" id="sidelinks">link #3</a>
  171. <a href="PUT LINK HERE" id="sidelinks">link #4</a>
  172.  
  173. </div></div>
  174.  
  175. <div id="banner">
  176.  
  177. <!-- TITLE HERE --!>
  178.  
  179. <font color="#e3b7b2">{</font> About This Blog <font color="#e3b7b2">}</font>
  180.  
  181. <!-- END TITLE --!>
  182. </div>
  183.  
  184. <!-- PUT YOUR IMAGE IN HERE --!>
  185.  
  186. <div id="image"><img src="http://img.photobucket.com/albums/1003/contendaz/roses.jpg"/>
  187.  
  188. <!-- END IMAGE --!>
  189. <div id="about">
  190.  
  191. <!-- PUT YOUR ABOUT ME SECTION IN HERE!! --!>
  192.  
  193. <p>Here's some random text lalalala delete me when you go to put your own in!</p>
  194.  
  195.  
  196. </div></div>
  197.  
  198. </div>
  199.  
  200. <!-- DO NOT REMOVE CREDIT!!!! --!>
  201.  
  202. <font style="position: fixed; bottom: 10px; right: 20px;><font size="5px"><a href="http://benizora.tumblr.com"><b>❀</b></a></font>
  203.  
  204. </body>
  205.  
  206. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement