Advertisement
silvercybermen

About 02: Burning Bright

Jun 27th, 2014
1,938
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.24 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. <!---
  6.  
  7. About Page 02: Burning Bright by lunecerise aka romulvs
  8.  
  9. -keep the credit intact
  10. -don't steal any code
  11. -don't use as a basecode
  12.  
  13. --->
  14.  
  15. <head>
  16.  
  17. <title>About</title><!--- PICK A TITLE!!! --->
  18.  
  19. <link rel="shortcut icon" href="{Favicon}">
  20.  
  21. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  22. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  23. <script>
  24. (function($){
  25. $(document).ready(function(){
  26. $("[title]").style_my_tooltips({
  27. tip_follows_cursor:true,
  28. tip_delay_time:1,
  29. tip_fade_speed:100,
  30. attribute:"title"
  31. });
  32. });
  33. })(jQuery);
  34. </script>
  35.  
  36. <style type="text/css">
  37.  
  38. ::-webkit-scrollbar {width:5px; height:auto; background:transparent;}
  39. ::-webkit-scrollbar-corner {background:transparent;}
  40. ::-webkit-scrollbar-thumb:vertical {background:#fff;}
  41. ::-webkit-scrollbar-thumb:horizontal {background:#fff;}/*COLOR OF YOUR SCROLLBAR*/
  42. ::-webkit-scrollbar-thumb:hover {background:#fff;}
  43. ::-webkit-scrollbar-increment {width:5px; height:5px; background-color:#fff;}
  44.  
  45. *, body, a, a:hover, a:active {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  46.  
  47. ::selection {
  48. background-color:#fff;/*TEXT SELECTION COLOURS*/
  49. color:#000;
  50. }
  51.  
  52. ::-moz-selection {
  53. background-color:#fff;
  54. color:#000;
  55. }
  56.  
  57. ::-webkit-selection {
  58. background-color:#fff;
  59. color:#000;
  60. }
  61.  
  62. body {
  63. background-image:url('http://static.tumblr.com/vmteopo/G3Xn7sztm/vintage_cameras.jpg') no-repeat;
  64. background-size:cover;
  65. background-position:center;
  66. font-family:calibri;
  67. display:visible;
  68. overflow:hidden;
  69. }
  70.  
  71. a {
  72. text-decoration:none;/*COLOR OF A LINK*/
  73. color:#aaa;
  74. transition:0.5s ease-in-out;
  75. -webkit-transition:0.5s ease-in-out;
  76. -moz-transition:0.5s ease-in-out;
  77. -ms-transition:0.5s ease-in-out;
  78. -o-transition:0.5s ease-in-out;
  79. }
  80.  
  81. a:hover {
  82. color:#fff;
  83. text-decoration:line-through;
  84. }
  85.  
  86. blockquote {
  87. padding-left:5px;
  88. border-left:1px solid #fff;
  89. }
  90.  
  91. ul, li {
  92. list-style:square;
  93. }
  94.  
  95. ol {
  96. list-style:lower-roman;
  97. color:#fff;
  98. }
  99.  
  100. #container {
  101. width:800px;
  102. height:600px;
  103. margin:25px auto 0;
  104. border:1px dotted #fff;
  105. overflow:hidden;
  106. transition:0.5s ease-in-out;
  107. -webkit-transition:0.5s ease-in-out;
  108. -moz-transition:0.5s ease-in-out;
  109. -ms-transition:0.5s ease-in-out;
  110. -o-transition:0.5s ease-in-out;
  111. }
  112.  
  113. #container:hover {
  114. background:rgba(0,0,0,0.5);
  115. }
  116.  
  117. u {
  118. text-decoration:none;
  119. border-bottom:dotted 2px #fff;
  120. }
  121.  
  122. b, strong {
  123. font-weight:800;
  124. }
  125.  
  126. #title {
  127. font-weight:normal;
  128. color:#fff;
  129. font-size:35px;
  130. padding:5px;
  131. text-align:center;
  132. margin-top:250px;
  133. transition:0.5s ease-in-out;
  134. -webkit-transition:0.5s ease-in-out;
  135. -moz-transition:0.5s ease-in-out;
  136. -ms-transition:0.5s ease-in-out;
  137. -o-transition:0.5s ease-in-out;
  138. }
  139.  
  140. #container:hover #title {
  141. margin-top:90px;
  142. font-size:70px;
  143. text-shadow:5px 5px 5px 0.2em #777;
  144. }
  145.  
  146. #container:hover .links {
  147. margin-top:-5px;
  148. opacity:1;
  149. }
  150.  
  151. .links {
  152. margin-top:30px;
  153. margin-left:160px;
  154. font-size:25px;
  155. color:#fff;
  156. width:450px;
  157. padding:10px;
  158. text-align:center;
  159. opacity:0;
  160. transition:0.5s ease-in-out;
  161. -webkit-transition:0.5s ease-in-out;
  162. -moz-transition:0.5s ease-in-out;
  163. -ms-transition:0.5s ease-in-out;
  164. -o-transition:0.5s ease-in-out;
  165. }
  166.  
  167. .links a {
  168. color:#Fff;/*COLOR OF LARGE LINKS*/
  169. text-decoration:none;
  170. display:inline-block;
  171. border-bottom:2px solid transparent;
  172. margin:0 5px;
  173. padding: 5px 5px 10px;
  174. transition:0.4s ease-in-out;
  175. -webkit-transition:0.4s ease-in-out;
  176. -moz-transition:0.4s ease-in-out;
  177. -ms-transition:0.4s ease-in-out;
  178. -o-transition:0.4s ease-in-out;
  179. }
  180.  
  181. .links a:hover {
  182. text-decoration:none;
  183. padding-bottom:2px;
  184. border-bottom:2px solid #fff;
  185. }
  186.  
  187. #box {
  188. position:absolute;
  189. text-align:justify;
  190. color:#fff;
  191. font-size:10px;
  192. border:3px solid #fff;
  193. width:380px;
  194. height:280px;
  195. padding:10px;
  196. margin:300px 400px 0;
  197. opacity:0;
  198. overflow-y:scroll;
  199. overflow-x:hidden;
  200. transition:0.5s ease-in-out;
  201. -webkit-transition:0.5s ease-in-out;
  202. -moz-transition:0.5s ease-in-out;
  203. -ms-transition:0.5s ease-in-out;
  204. -o-transition:0.5s ease-in-out;
  205. }
  206.  
  207. #box h1 {
  208. font-size:15px;
  209. }
  210.  
  211. #container:hover #box {
  212. opacity:1;
  213. margin-top:-5px;
  214. margin-left:195px;
  215. }
  216.  
  217. #s-m-t-tooltip {
  218. max-width:300px;
  219. padding: 5px 7px;
  220. margin:10px;
  221. background-color:#fff;/*COLOR OF TOOLTIP*/
  222. font-family:calibri;
  223. font-size:8px;
  224. border:double #aaa;
  225. font-style:bold;
  226. letter-spacing:1px;
  227. text-transform:uppercase;
  228. color:#aaa;
  229. z-index:10000000000000000000000000000000000000000000000000000000000000;
  230. -moz-transition-duration: 0.3s;
  231. -webkit-transition-duration: 0.3s;
  232. -o-transition-duration: 0.3s;
  233. }
  234.  
  235. #credit {
  236. position:fixed;
  237. bottom:5px;
  238. right:5px;
  239. color:#fff;
  240. font-size:13px;
  241. }
  242.  
  243. #credit a {
  244. text-transform:uppercase;
  245. color:#fff;
  246. }
  247.  
  248. </style>
  249. </head>
  250. <body style="background-image:url('http://static.tumblr.com/vmteopo/G3Xn7sztm/vintage_cameras.jpg')"><!--- ABOVE IS YOUR BACKGROUND IMAGE --->
  251. <div id="container">
  252. <div id="title"><u>Burning Bright</u></div><!--- YOUR TITLE --->
  253. <div class="links">
  254. <!--- YOUR LARGE LINKS --->
  255. <a href="/">tragedy</a>
  256. <a href="/">comedy</a>
  257. <a href="/">romance</a>
  258. <a href="/">history</a>
  259.  
  260. </div>
  261. <div id="box">
  262. <!--- YOUR BIO; WRAP HEADINGS IN <h1> AND OTHER CONTENT IN <p> --->
  263. <h1>Tall Terrors</h1>
  264. <p>I'm a dinosaur!</p>
  265. <p><i>Lorem</i> <b>ipsum</b> <a href="/" title="april">dolor</a> sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>
  266. <ul><li>
  267. Duis aute irure dolor in reprehenderit in <i>voluptate velit esse cillum dolore</i> eu fugiat nulla pariatur.</li> </ul>
  268. <p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  269. <strike>Curabitur pretium tincidunt lacus.</strike> </p>
  270. <h1>Somersault</h1>
  271. <p><b>Nulla gravida orci a odio.</b> Nullam varius, turpis et commodo pharetra, est eros bibendum elit, nec luctus magna felis sollicitudin mauris. <u>Integer in mauris eu nibh euismod gravida.</u> Duis ac tellus et risus vulputate vehicula. Donec lobortis risus a elit. Etiam tempor. </p>
  272. <blockquote><p>Ut ullamcorper, ligula eu tempor congue, eros est euismod turpis, id tincidunt sapien risus a quam. Maecenas fermentum consequat mi. Donec fermentum.</p> <ol>Pellentesque malesuada nulla a mi. Duis sapien sem, aliquet nec, commodo eget, consequat quis, neque.</ol> </blockquote>
  273. <!--- END OF BIO --->
  274. </div>
  275. </div>
  276.  
  277. <div id="credit"><a href="http://lunecerise.co.vu" title="lunecerise">LC</a></div>
  278.  
  279. </body>
  280. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement