Advertisement
songbirdinatrench

deanlirium BLOGROLL #1 - from the lighthouse pack

Jul 29th, 2014
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.90 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. BLOGROLL 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.  
  40. <style type="text/css">
  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:12px;
  87. font-family:'cambria';
  88. font-style:italic;
  89. font-weight:normal;
  90. line-height:10px;
  91. text-align:center;}
  92.  
  93. /* sidebar */
  94. #sidebar {
  95. margin-left: -200px;
  96. left:50%;
  97. overflow:hidden;
  98. line-height:15px;
  99. width: 400px;
  100. height:400px;
  101. text-align: center;
  102. margin-top:-140px;}
  103.  
  104. #sidebarimg img{
  105. width:400px;
  106. height:400px;
  107. margin-top:0px;
  108. -webkit-transition: all 0.6s;
  109. -moz-transition: all 0.6s;
  110. transition: all 0.6s;}
  111.  
  112. #description {
  113. width:260px;
  114. height:200px;
  115. margin-left:60px;
  116. padding:10px;
  117. padding-bottom:0px;
  118. padding-top:3px;
  119. overflow-y:scroll;
  120. text-align:justify;
  121. margin-top:15px;
  122. position:fixed;}
  123.  
  124. #links {
  125. margin-top:-290px;
  126. -webkit-transition: all 0.6s;
  127. -moz-transition: all 0.6s;
  128. transition: all 0.6s;}
  129. #links a {
  130. padding:5px;
  131. margin-right:0px;
  132. font-family:'cambria';
  133. font-style:italic;
  134. font-size:13px;
  135. -webkit-transition: all 0.6s ease;
  136. -moz-transition: all 0.6s ease;
  137. transition: all 0.6s ease;}
  138. #links a:hover{
  139. text-shadow: 0 1px 1px #444444;}
  140.  
  141. #cred {
  142. left:-60px;
  143. bottom:6px;
  144. font-size:9px;
  145. padding:5px;
  146. color:#848182;
  147. z-index:2147483647;
  148. text-transform:uppercase;
  149. border:1px solid transparent;
  150. position:fixed;
  151. -webkit-transition: all 0.5s ease-out;
  152. -moz-transition: all 0.5s ease-out;
  153. transition: all 0.5s ease-out;}
  154.  
  155. #cred:hover {
  156. left:6px;
  157. background:white;
  158. border-bottom:1px solid #eeeeee;
  159. -webkit-transition: all 0.5s ease-out;
  160. -moz-transition: all 0.5s ease-out;
  161. transition: all 0.5s ease-out;
  162. }
  163. #cred:hover a{
  164. color:#768297;}
  165. #cred a{
  166. color:#848182;}
  167.  
  168. #s-m-t-tooltip {
  169. max-width:300px;
  170. padding:5px;
  171. padding-top:2px;
  172. padding-bottom:2px;
  173. margin:5px 0px 0px 10px;
  174. background-color:#ffffff;
  175. font-family:calibri;
  176. font-size:8px;
  177. line-height:8px;
  178. text-transform:uppercase;
  179. color:#848182;
  180. z-index:2147483647;}
  181.  
  182. #title {
  183. margin-left:-200px;
  184. width:400px;
  185. font-size:30px; /*change title size*/
  186. top:0px;
  187. padding-top:20px;
  188. font-weight:bold; }
  189.  
  190. header {
  191. position: fixed;
  192. width: 100%;
  193. top:110px;
  194. height: 190px;
  195. left:50%;
  196. margin-left:0px;
  197. -webkit-transition: all 0.6s;
  198. -moz-transition: all 0.6s;
  199. transition: all 0.6s;}
  200.  
  201. .demo-text {
  202. color: #fcfcfc; /*change title color*/
  203. font-style:normal;
  204. text-align:center;
  205. text-transform:uppercase;
  206. 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*/
  207. font-weight: 700;
  208. line-height:70px;}
  209.  
  210. #description img {
  211. padding: 0px;
  212. width: 30px;
  213. display:inline-block;
  214. margin: 4px;
  215. border: 6px solid #faf5f5; /*change icons border color*/
  216. -o-transition: all 0.6s ease-out;
  217. -webkit-transition: all 0.6s ease-out;
  218. -moz-transition: all 0.6s ease-out;
  219. transition: all 0.6s ease-out;
  220. filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  221. filter: gray;
  222. -webkit-filter: grayscale(100%);
  223. }
  224.  
  225. #description img:hover{
  226. border:6px solid #768297; /*change icons border color on hover*/
  227. filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  228. -webkit-filter: grayscale(0%);
  229. -o-transition: all 0.6s ease-out;
  230. -webkit-transition: all 0.6s ease-out;
  231. -moz-transition: all 0.6s ease-out;
  232. transition: all 0.6s ease-out;}
  233.  
  234. /*--Cursor code--*/
  235.  
  236. *, body, img, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  237.  
  238. </style></head>
  239.  
  240. <body>
  241.  
  242. <header><h1 id="title" class="demo-text">blogroll</h1>
  243.  
  244. <div id="sidebar">
  245. <div id="sidebarimg">
  246.  
  247. <!--- 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! --->
  248.  
  249. <img src="http://static.tumblr.com/4a5284c34714e1f7b3a6aaf78dccffe5/t0g3sds/B9nn9fmvw/tumblr_static_bh3f6z0mako4c8cok0kwwscgo.jpg"></div>
  250.  
  251. <div id="links">
  252. <a href="/" title="home">i.</a>
  253. <a href="/ask" title="letters">ii.</a>
  254.  
  255. <!--- add custom links --->
  256.  
  257. <a href="link url" title="link title">iii.</a>
  258. <a href="link url" title="link title">iv.</a>
  259. <a href="link url" title="link title">v.</a>
  260. <a href="link url" title="link title">vi</a>
  261.  
  262. </div>
  263.  
  264. <div id="description">
  265.  
  266. <center>
  267. {block:Following}{block:Followed}<a target='_blank' href='{FollowedURL}'title='{FollowedName}'><img border='1' src='{FollowedPortraitURL-96}' /></a>{/block:Followed}{/block:Following}
  268. </center>
  269.  
  270. </div></div></header></div></div></div>
  271.  
  272.  
  273.  
  274. <div id="cred">
  275. <a href="http://deanlirium.tumblr.com/">deanlirium <span style="font-size:12px;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;╳</span></a>
  276. </div></div></div></div></div></div></div>
  277.  
  278. </body>
  279.  
  280.  
  281. <script type="text/javascript">
  282. var shine = new Shine(document.getElementById('title'));
  283.  
  284. function handleMouseMove(event) {
  285. shine.light.position.x = event.clientX;
  286. shine.light.position.y = event.clientY;
  287. shine.draw();
  288. }
  289.  
  290. window.addEventListener('mousemove', handleMouseMove, false);
  291.  
  292.  
  293. var config = new shinejs.Config({
  294. numSteps: 5,
  295. opacity: 0.5,
  296. opacityPow: 1.8,
  297. offset: 0.15,
  298. blur: 40,
  299. blurPow: 1,
  300. 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!*/
  301.  
  302. });
  303.  
  304. shine.config = config;
  305. shine.draw();
  306.  
  307. /*If you want to disable the shadow auto pilot, delete from here*/
  308.  
  309. function update() {
  310. window.requestAnimationFrame(update);
  311. var time = new Date().getTime();
  312. var speed = 0.00018; // 1 = 1000 rotations/s
  313. var phase = time * speed * 2.0 * Math.PI;
  314. var radiusX = window.innerWidth * 0.5;
  315. var radiusY = window.innerHeight * 0.5;
  316. shine.light.position.x = radiusX + radiusX * Math.cos(phase);
  317. shine.light.position.y = radiusY + radiusY * Math.sin(phase * 0.7);
  318. shine.draw();
  319. }
  320.  
  321. update();
  322.  
  323. /*to here!*/
  324.  
  325. </script>
  326.  
  327. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement