Advertisement
songbirdinatrench

deanlirium ABOUT #1 - from the lighthouse pack

Jul 29th, 2014
664
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.62 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. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7.  
  8. <!---
  9.  
  10. ▣▣▣
  11. ABOUT PAGE #1 BY DEANLIRIUM
  12. ▣▣▣
  13.  
  14. PLEASE like and/or reblog the theme post if you use! Edit as you want but YOU MUST leave the credit. Seriously though if you need a base code just google it!
  15. if you need anything please ask me OFF ANON so that I can reply privately! :)
  16.  
  17. --->
  18.  
  19. <script type="text/javascript" src="http://static.tumblr.com/t0g3sds/Xxmn9cdk0/shine.min.js"></script>
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Lustria|Poiret+One|Crete+Round|Oswald:700|Montserrat:700|Fjalla+One|Orienta|Noto+Sans:700' rel='stylesheet' type='text/css'>
  22. <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
  23. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
  24.  
  25. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  26. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  27. <script>
  28. (function($){
  29. $(document).ready(function(){
  30. $("a[title]").style_my_tooltips({
  31. tip_follows_cursor:true,
  32. tip_delay_time:90,
  33. tip_fade_speed:200,
  34. attribute:"title"
  35. });
  36. });
  37. })(jQuery);
  38. </script>
  39. <style type="text/css">
  40.  
  41.  
  42. @font-face {font-family:Bebas Neue;src:url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf');}
  43.  
  44. /*--scrollbar--*/
  45.  
  46. ::-webkit-scrollbar-thumb:vertical {height:5px; background-color:#aaa;} /*change scrollbar color*/
  47. ::-webkit-scrollbar-thumb:horizontal {background-color:#aaa;} /*change scrollbar color*/
  48. ::-webkit-scrollbar {background-color:transparent;height:0px;width:4px;border:2px solid transparent;}
  49. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:#ffffff;display:block;height:0px;border-right:0px solid transparent;border-left:0px solid transparent;
  50. }
  51.  
  52. ::selection {
  53. color:#444444;}
  54. ::-moz-selection {
  55. color:#444444;}
  56. ::-webkit-selection {
  57. color:#444444;}
  58.  
  59. body {
  60. background-color:#ffffff; /*change background color*/
  61. background-image:url(''); /*set a background image if needed*/
  62. background-attachment:fixed;
  63. font-family:calibri;
  64. color:#848182; /*change text color; for this and all the other colors you can use www.colorpicker.com*/
  65. font-size:10px;}
  66.  
  67. a {
  68. color:#ffffff; /*change link color*/
  69. text-decoration:none;
  70. -webkit-transition: all 0.5s ease-out;
  71. -moz-transition: all 0.5s ease-out;
  72. transition: all 0.5s ease-out;}
  73. a:hover {
  74. color:#ffffff; /*change link color on hover*/
  75. text-decoration:none;
  76. -webkit-transition: all 0.8s ease-out;
  77. -moz-transition: all 0.8s ease-out;
  78. transition: all 0.8s ease-out;}
  79.  
  80. img {
  81. border:none;
  82. padding-bottom:none;
  83. display: block;}
  84.  
  85. h1 {
  86. font-size:16px;
  87. letter-spacing:2px;
  88. font-family:'cambria';
  89. font-style:italic;
  90. font-weight:normal;
  91. line-height:10px;
  92. text-align:center;}
  93.  
  94. /* sidebar */
  95. #sidebar {
  96. margin-left: -200px;
  97. left:50%;
  98. overflow:hidden;
  99. line-height:15px;
  100. width: 400px;
  101. height:400px;
  102. text-align: center;
  103. margin-top:-140px;}
  104.  
  105. #sidebarimg img{
  106. width:400px;
  107. height:400px;
  108. margin-top:0px;
  109. -webkit-transition: all 0.6s;
  110. -moz-transition: all 0.6s;
  111. transition: all 0.6s;}
  112.  
  113. #description {
  114. width:200px;
  115. height:210px;
  116. margin-left:90px;
  117. padding:10px;
  118. padding-bottom:0px;
  119. padding-top:3px;
  120. overflow-y:scroll;
  121. text-align:justify;
  122. margin-top:15px;
  123. position:fixed;
  124. background: rgba(255,255,255,0.5);}
  125.  
  126. #links {
  127. margin-top:-290px;
  128. -webkit-transition: all 0.6s;
  129. -moz-transition: all 0.6s;
  130. transition: all 0.6s;}
  131. #links a {
  132. padding:5px;
  133. margin-right:0px;
  134. font-family:'cambria';
  135. font-style:italic;
  136. font-size:13px;
  137. -webkit-transition: all 0.6s ease;
  138. -moz-transition: all 0.6s ease;
  139. transition: all 0.6s ease;}
  140. #links a:hover{
  141. text-shadow: 0 1px 1px #444444;}
  142.  
  143. #cred {
  144. left:-60px;
  145. bottom:6px;
  146. font-size:9px;
  147. padding:5px;
  148. color:#848182;
  149. z-index:2147483647;
  150. text-transform:uppercase;
  151. border:1px solid transparent;
  152. position:fixed;
  153. -webkit-transition: all 0.5s ease-out;
  154. -moz-transition: all 0.5s ease-out;
  155. transition: all 0.5s ease-out;}
  156.  
  157. #cred:hover {
  158. left:6px;
  159. background:white;
  160. border-bottom:1px solid #eeeeee;
  161. -webkit-transition: all 0.5s ease-out;
  162. -moz-transition: all 0.5s ease-out;
  163. transition: all 0.5s ease-out;
  164. }
  165. #cred:hover a{
  166. color:#768297;}
  167. #cred a{
  168. color:#848182;}
  169.  
  170. #s-m-t-tooltip {
  171. max-width:300px;
  172. padding:5px;
  173. padding-top:2px;
  174. padding-bottom:2px;
  175. margin:5px 0px 0px 10px;
  176. background-color:#ffffff;
  177. font-family:calibri;
  178. font-size:8px;
  179. line-height:8px;
  180. text-transform:uppercase;
  181. color:#848182;
  182. z-index:2147483647;}
  183.  
  184. #title {
  185. margin-left:-200px;
  186. width:400px;
  187. font-size:30px; /*change title size*/
  188. top:0px;
  189. padding-top:20px;
  190. font-weight:bold; }
  191.  
  192. header {
  193. position: fixed;
  194. width: 100%;
  195. top:110px;
  196. height: 190px;
  197. left:50%;
  198. margin-left:0px;
  199. -webkit-transition: all 0.6s;
  200. -moz-transition: all 0.6s;
  201. transition: all 0.6s;}
  202.  
  203. .demo-text {
  204. color: #fcfcfc; /*change title color*/
  205. font-style:normal;
  206. text-align:center;
  207. text-transform:uppercase;
  208. font-family: 'Montserrat'; /*change title font; choose between Montserrat, Lustria, Poiret One, Crete Round, Oswald, Fjalla One, Orienta, Noto Sans, Helvetica, Cambria, Bebas Neue, Times New Roman*/
  209. font-weight: 700;
  210. line-height:70px;}
  211.  
  212.  
  213. /*--Cursor code--*/
  214.  
  215. *, body, img, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  216.  
  217. </style></head>
  218.  
  219. <body>
  220.  
  221. <header><h1 id="title" class="demo-text">About</h1>
  222.  
  223. <div id="sidebar">
  224. <div id="sidebarimg">
  225.  
  226. <!--- change the image; upload it somewhere (like the tumblr static uploader, just google it!), get the direct url and paste it below instead of the one I put! --->
  227.  
  228. <img src="http://static.tumblr.com/4a5284c34714e1f7b3a6aaf78dccffe5/t0g3sds/B9nn9fmvw/tumblr_static_bh3f6z0mako4c8cok0kwwscgo.jpg"></div>
  229.  
  230. <div id="links">
  231. <a href="/" title="home">i.</a>
  232. <a href="/ask" title="letters">ii.</a>
  233.  
  234. <!--- add custom links --->
  235.  
  236. <a href="link url" title="link title">iii.</a>
  237. <a href="link url" title="link title">iv.</a>
  238. <a href="link url" title="link title">v.</a>
  239. <a href="link url" title="link title">vi</a>
  240.  
  241. </div>
  242.  
  243. <div id="description">
  244.  
  245. <!--- Write whatever you want here below --->
  246.  
  247. Lorem ipsum dolor 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. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor 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. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  248.  
  249. <!--- stop --->
  250.  
  251. </div>
  252.  
  253. </div>
  254. </header>
  255.  
  256. </div></div></div></div>
  257.  
  258. <div id="cred">
  259. <a href="http://deanlirium.tumblr.com/">deanlirium <span style="font-size:12px;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;╳</span></a>
  260. </div></div></div></div></div></div></div>
  261.  
  262.  
  263. </div></div></div></div>
  264.  
  265. </body>
  266.  
  267.  
  268. <script type="text/javascript">
  269. var shine = new Shine(document.getElementById('title'));
  270.  
  271. function handleMouseMove(event) {
  272. shine.light.position.x = event.clientX;
  273. shine.light.position.y = event.clientY;
  274. shine.draw();
  275. }
  276.  
  277. window.addEventListener('mousemove', handleMouseMove, false);
  278.  
  279.  
  280. var config = new shinejs.Config({
  281. numSteps: 5,
  282. opacity: 0.5,
  283. opacityPow: 1.8,
  284. offset: 0.15,
  285. blur: 40,
  286. blurPow: 1,
  287. shadowRGB: new shinejs.Color(68,68,68) /*change the shadow color using RGB colors; websites like www.colorpicker.com or www.rgbtool.com will help, just select your color and write here the numerical values next to R, G and B next to the color slidebar - remember to use a comma between the values!*/
  288.  
  289. });
  290.  
  291. shine.config = config;
  292. shine.draw();
  293.  
  294. /*If you want to disable the shadow auto pilot, delete from here*/
  295.  
  296. function update() {
  297. window.requestAnimationFrame(update);
  298. var time = new Date().getTime();
  299. var speed = 0.00018; // 1 = 1000 rotations/s
  300. var phase = time * speed * 2.0 * Math.PI;
  301. var radiusX = window.innerWidth * 0.5;
  302. var radiusY = window.innerHeight * 0.5;
  303. shine.light.position.x = radiusX + radiusX * Math.cos(phase);
  304. shine.light.position.y = radiusY + radiusY * Math.sin(phase * 0.7);
  305. shine.draw();
  306. }
  307.  
  308. update();
  309.  
  310. /*to here!*/
  311.  
  312. </script>
  313.  
  314. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement