Advertisement
silvercybermen

Blogroll Page 01: Sunlight

Mar 17th, 2014
620
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.96 KB | None | 0 0
  1. <html>
  2.  
  3. <!---
  4.  
  5. Blogroll Page 01: Sunlight by lunecerise aka blackthestrals
  6. -don't steal any code
  7. -don't remove/move credit
  8. -don't use as a base code
  9.  
  10. --->
  11.  
  12. <head>
  13.  
  14. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  15. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  16. <script>
  17. (function($){
  18. $(document).ready(function(){
  19. $("[title]").style_my_tooltips({
  20. tip_follows_cursor:true,
  21. tip_delay_time:30,
  22. tip_fade_speed:300,
  23. attribute:"title"
  24. });
  25. });
  26. })(jQuery);
  27. </script>
  28.  
  29.  
  30.  
  31. <style type="text/css">
  32.  
  33. ::-webkit-scrollbar{height: 9px; width: 8px; -webkit-border-radius: 0px; background-color:#fff;}
  34. ::-webkit-scrollbar-thumb{background-color:#2dd8d0;}
  35. ::-webkit-scrollbar-track{background-color:#fff;}
  36.  
  37. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  38.  
  39. body {
  40. background-color:#fff;
  41. font-family:calibri;
  42. font-weight:normal;
  43. }
  44.  
  45. a {
  46. text-decoration:none;
  47. }
  48.  
  49. #bg, #bg img {
  50. margin-left:-10px;
  51. display:inline-block;
  52. width:400px;
  53. height:105%;
  54. opacity:0.8;
  55. z-index:-1;
  56. float:left;
  57. position:fixed;
  58. margin-top:-15px;
  59. }
  60.  
  61. #bg2, #bg2 img {
  62. display:inline-block;
  63. float:right;
  64. margin-left:520px;
  65. position:fixed;
  66. width:400px;
  67. height:105%;
  68. opacity:0.8;
  69. z-index:-1;
  70. margin-top:-15px;
  71. }
  72.  
  73. .fire {
  74. width:600px;
  75. height:500px;
  76. overflow:scroll;
  77. margin-left:410px;
  78. margin-top:100px;
  79. position:absolute;
  80. background-color:#fff;
  81. border:solid 1px #f2f2f2;
  82. box-shadow: 3px 3px #aaa;
  83. }
  84.  
  85. .fire img {
  86. opacity:0.7;
  87. width:64px;
  88. height:64px;
  89. display:inline-block;
  90. padding:5px;
  91. margin:10px;
  92. float:left;
  93. transition-duration:0.5s;
  94. -moz-transition-duration:0.5s;
  95. -webkit-transition-duration:0.5s;
  96. -o-transition-duration:0.5s;
  97. -ms-transition-duration:0.5s;
  98. }
  99.  
  100. .fire img:hover {
  101. opacity:1;
  102. transition-duration:0.5s;
  103. -moz-transition-duration:0.5s;
  104. -webkit-transition-duration:0.5s;
  105. -o-transition-duration:0.5s;
  106. -ms-transition-duration:0.5s;
  107. }
  108.  
  109. #links {
  110. width:100%;
  111. }
  112.  
  113. #links a {
  114. display:inline-block;
  115. padding:10px;
  116. background-color:#fff;
  117. border-radius:100%;
  118. border:1px solid #2dd8d0;
  119. box-shadow:2px 2px #aaa;
  120. margin-top:5px;
  121. transition-duration:0.5s;
  122. -moz-transition-duration:0.5s;
  123. -webkit-transition-duration:0.5s;
  124. -o-transition-duration:0.5s;
  125. -ms-transition-duration:0.5s;
  126. }
  127.  
  128. #links a:hover {
  129. background-color:#2dd8d0;
  130. border-color:#fff;
  131. transition-duration:0.5s;
  132. -moz-transition-duration:0.5s;
  133. -webkit-transition-duration:0.5s;
  134. -o-transition-duration:0.5s;
  135. -ms-transition-duration:0.5s;
  136. }
  137.  
  138. #title {
  139. width:585px;
  140. text-align:center;
  141. padding:5px;
  142. font-size:30px;
  143. color:#2dd8d0;
  144. text-transform:uppercase;
  145. position:absolute;
  146. margin-top:45px;
  147. margin-left:410px;
  148. border-bottom:1px solid #f2f2f2;
  149. }
  150.  
  151. .retroshadow {
  152. color: #2c2c2c;
  153. letter-spacing: .05em;
  154. text-shadow:
  155. 3px 3px 0px #d5d5d5,
  156. 4px 4px 0px rgba(0, 0, 0, 0.2);
  157. }
  158.  
  159. #s-m-t-tooltip {
  160. max-width:300px;
  161. padding:1px 4px;
  162. margin:20px 0px 0px 20px;
  163. height:auto;
  164. background-color:#2dd8d0;
  165. font-family:calibri;
  166. font-size:9px;
  167. letter-spacing:1px;
  168. text-transform:uppercase;
  169. color:#fff;
  170. z-index:999999999999999999999999999999999999;
  171. }
  172.  
  173. #credit, #credit a {
  174. position:fixed;
  175. bottom:2px;
  176. right:4px;
  177. padding:2px 3px;
  178. font-family: 'Alegreya Sans SC', helvetica;
  179. text-transform:uppercase;
  180. color:#fff;
  181. font-size:10px;
  182. width:15px;
  183. height:15px;
  184. background-color:#000;
  185. -moz-transition-duration:0.3s;
  186. -webkit-transition-duration:0.3s;
  187. -o-transition-duration:0.3s;
  188. -ms-transition-duration:0.3s;
  189. }
  190.  
  191. #credit:hover, #credit a:hover {
  192. font-family: 'Alegreya Sans SC', helvetica;
  193. color:#000;
  194. background-color:#fff;
  195. text-shadow:#aaa 2px 2px;
  196. -moz-transition-duration:0.4s;
  197. -webkit-transition-duration:0.4s;
  198. -o-transition-duration:0.4s;
  199. -ms-transition-duration:0.4s;
  200. }
  201.  
  202. </style>
  203. </head>
  204. <body>
  205.  
  206.  
  207.  
  208. <div id="bg"><img src="http://25.media.tumblr.com/52ae53be6572cca0d1a00acad9d86704/tumblr_n2gcl3hOPj1rf1vfdo2_250.jpg"></div> <div id="bg2"><img src="http://24.media.tumblr.com/4fb19a8dace5b51884104db2a0631c8c/tumblr_n2gcl3hOPj1rf1vfdo4_250.jpg"></div>
  209. <div id="title" class="retroshadow">
  210. <div id="links">
  211. <a href="/" title="home"></a>
  212. Blogroll
  213. <a href="/ask" title="ask"></a>
  214. </div></div>
  215. <div class="fire">
  216.  
  217. {block:Following}
  218. {block:Followed}
  219.  
  220. <a href="{FollowedURL}" target="_blank" title="{FollowedName}"><img src="{FollowedPortraitURL-64}"> </a>
  221.  
  222. {/block:Followed}
  223. {/block:Following}
  224.  
  225. </div>
  226.  
  227. <div id="credit"><a href="http://lunecerise.tumblr.com" title="lunecerise">LC</a></div>
  228.  
  229. </body>
  230. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement