Advertisement
franzzfu

About 01

May 29th, 2014
7,918
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.82 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <head>
  4. <title>NAVIGATION</title> <!-- This is the text on your browser tab-->
  5. <link rel="shortcut icon" href="{Favicon}">
  6.  
  7. <!----
  8.  
  9. about 01 by franz @ lestranqe.tumblr.com/
  10. DO NOT REMOVE THE CREDIT OR DIE AT THE BARRICADE
  11. instructions included :)
  12.  
  13. --->
  14.  
  15. <style type="text/css">
  16.  
  17. /*Scrollbar*/
  18.  
  19. ::-webkit-scrollbar {
  20. width:5px;
  21. height:auto;
  22. background:#fff;} /*Change scrollbar background colour here*/
  23. ::-webkit-scrollbar-corner {background:#fff;} /*Change scrollbar background colour here*/
  24. ::-webkit-scrollbar-thumb:vertical {background:#f2f2f2;} /*Change scrollbar colour here*/
  25. ::-webkit-scrollbar-thumb:horizontal {background:#f2f2f2;} /*Change scrollbar colour here*/
  26.  
  27. /*Main Structure*/
  28.  
  29. body {
  30. background:#fff; /*Change background colour here*/
  31. color:#000; /*Change font colour here*/
  32. font-family:times; /*Change font here*/
  33. font-size:11px; /*Change font size here*/
  34. line-height:180%;
  35. }
  36.  
  37. a {
  38. text-decoration:none;
  39. outline:none;
  40. -moz-outline-style:none;
  41. color:#6a6a6a; /*Change links colour here*/
  42. -webkit-transition:all .5s ease-in-out;
  43. -moz-transition:all .5s ease-in-out;
  44. transition:all .5s ease-in-out;
  45. }
  46.  
  47. a:hover {
  48. color:#e6e6e6; /*Change hovered links colour here*/
  49. -webkit-transition:all .5s ease-in-out;
  50. -moz-transition:all .5s ease-in-out;
  51. transition:all .5s ease-in-out;
  52. }
  53.  
  54. /*Header*/
  55.  
  56. #header {
  57. margin-left:auto;
  58. margin-right:auto;
  59. margin-top:100px;
  60. background:transparent;
  61. width:680px;
  62. border-bottom:1px solid #e6e6e6;
  63. }
  64.  
  65. #title {
  66. text-align:center;
  67. font-family:times;
  68. font-size:25px;
  69. font-weight:bold;
  70. text-transform:uppercase;
  71. letter-spacing:8px;
  72. }
  73.  
  74. #description {
  75. margin:15px;
  76. text-align:center;
  77. font-size:8px;
  78. text-transform:uppercase;
  79. letter-spacing:3px;
  80. }
  81.  
  82. /*Content*/
  83.  
  84. #container {
  85. margin: 0 auto;
  86. width: 680px;
  87. border-bottom:1px solid #e6e6e6;
  88. border-right:1px solid #e6e6e6;
  89. }
  90.  
  91. #left {
  92. width:200px;
  93. height:275px;
  94. border-left:1px solid #e6e6e6;
  95. border-right:1px solid #e6e6e6;
  96. position:absolute;
  97. padding:15px 5px 35px 13px;
  98. }
  99.  
  100. #leftimage img {
  101. height:275px;
  102. width:170px;
  103. padding:10px;
  104. text-align:center;
  105. opacity:.9;
  106. }
  107.  
  108. #content {
  109. position:relative;
  110. width:414px;
  111. height:290px;
  112. margin-left:220px;
  113. padding:15px 23px 20px 23px;
  114. overflow:auto;
  115. text-align:justify;
  116. line-height:150%;
  117. }
  118.  
  119. /*Links*/
  120.  
  121. #navigation {
  122. text-align:center;
  123. margin:15px 0;
  124. }
  125.  
  126. #navigation a {
  127. color:#000;
  128. padding:20px;
  129. font-size:8px;
  130. text-transform:uppercase;
  131. letter-spacing:3px;
  132. }
  133.  
  134. #navigation a:hover {
  135. color:#e6e6e6;
  136. }
  137.  
  138. /*Credit - DON'T TOUCH THIS PART*/
  139.  
  140. #credit {
  141. position:fixed;
  142. float:right;
  143. bottom:5px;
  144. right:5px;
  145. background:transparent;
  146. font-size:20px;
  147. text-align:right;
  148. }
  149.  
  150. #credit a {
  151. color:#000;
  152. }
  153.  
  154. #logo {
  155. font-size:10px;
  156. font-family:baskerville;
  157. font-style:italic;
  158. opacity:0;
  159. -webkit-transition:all .5s ease-in-out;
  160. -moz-transition:all .5s ease-in-out;
  161. transition:all .5s ease-in-out;
  162. }
  163.  
  164. #credit:hover #logo {
  165. opacity:1;
  166. -webkit-transition:all .5s ease-in-out;
  167. -moz-transition:all .5s ease-in-out;
  168. transition:all .5s ease-in-out;
  169. }
  170.  
  171.  
  172.  
  173. </style>
  174. </head>
  175.  
  176. <body>
  177. <div id="header">
  178. <div id="title">About Me</div> <!-- Page Title-->
  179. <div id="description">Meet the blogger</div> <!-- Description-->
  180. </div>
  181.  
  182. <div id="container">
  183.  
  184. <div id="left">
  185. <div id="leftimage"><img src="http://static.tumblr.com/wyul8xf/rl8n6a391/about.jpg"></div> <!-- Insert link to your image-->
  186. </div>
  187.  
  188. <div id="content">
  189. <p>This is where you type everything you want others to know about you. You can <b>bold things</b> like this, <i>italicise them</i>, <small>make them tiny</small>, <strike>strike them out</strike> or change the font colour, <font color="#207301">like so</font>. </p>
  190. <p>Start a new paragraph like this. You might want to make a list:</p>
  191. <ul>
  192. <li>Hello</li>
  193. <li>Bonjour</li>
  194. <li>Hola</li></ul>
  195. <center><p>Make things go to the center.</p></center>
  196. <p>Oh and by the way, don't worry about space limit. Put as many things here as you want. A scrollbar will appear automatically when your texts go beyond the size of the box.
  197. <p>Now GO WILD.</p>
  198. </div>
  199.  
  200. </div>
  201.  
  202. <div id="navigation"> <!-- The links at the bottom, duplicate to add more links-->
  203. <a href="/">Link 1</a>
  204. <a href="/">Link 2</a>
  205. <a href="/">Link 3</a>
  206. <a href="/">Link 4</a>
  207. </div>
  208.  
  209. <div id="credit"> <!-- DON'T TOUCH-->
  210. <div id="logo">franztheme</div>
  211. <a href="http://lestranqe.tumblr.com">☺</a>
  212. </div>
  213.  
  214. </body>
  215. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement