Advertisement
interludethenshivers

Theme 15, Blogroll page

Jul 31st, 2013
816
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.32 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. <head>
  4.  
  5. <title>interlude</title>
  6.  
  7.  
  8. <style type="text/css">
  9.  
  10. ::-webkit-scrollbar {background-color:#fff; height:4px; width:3px}
  11. ::-webkit-scrollbar-thumb:vertical {background-color:#3b3b3b; height:50px}
  12. ::-webkit-scrollbar-thumb:horizontal {background-color:#3b3b3b; height:3px!important}
  13.  
  14.  
  15. ::selection {
  16. background: #9a9a9a;
  17. color:#fff;
  18. -webkit-transition: all 0.2s linear;
  19. -webkit-transition: all 0.2s linear;
  20. -moz-transition: all 0.2s linear;
  21. transition: all 0.2s linear;
  22. }
  23.  
  24. ::-moz-selection {
  25. background: #9a9a9a;
  26. color:#fff;
  27. -webkit-transition: all 0.2s linear;
  28. -webkit-transition: all 0.2s linear;
  29. -moz-transition: all 0.2s linear;
  30. transition: all 0.2s linear;
  31. }
  32. ::-webkit-selection {
  33. background: #9a9a9a;
  34. color:#fff;
  35. -webkit-transition: all 0.2s linear;
  36. -webkit-transition: all 0.2s linear;
  37. -moz-transition: all 0.2s linear;
  38. transition: all 0.2s linear;
  39. }
  40.  
  41. #s-m-t-tooltip{
  42. font-size: 8px;
  43. max-width:300px;
  44. padding:3px 3px 2px 4px;
  45. margin:20px 0px 0px 20px;
  46. z-index:10;
  47. background-color:#9a9a9a;
  48. font-family:calibri;
  49. letter-spacing:2px;
  50. text-transform:uppercase;
  51. color:#fff;
  52. z-index:999999999999999999999;}
  53.  
  54.  
  55. body {
  56. background-color:#fff;
  57. color:#9a9a9a;
  58. font-family:calibri;
  59. text-transform:uppercase;
  60. font-size:9px;
  61. line-height:100%;
  62. }
  63.  
  64. a {
  65. color: #3a3a3a;
  66. -webkit-transition-duration:1s;
  67. -moz-transition-duration:1s;
  68. -o-transition-duration:1s;
  69. transition-duration:1s; }
  70.  
  71. a:hover {
  72. color: #aaaaaa;
  73. webkit-transition-duration:1s;
  74. -moz-transition-duration:1s;
  75. -o-transition-duration:1s;
  76. transition-duration:1s; }
  77.  
  78. #Frame {
  79. opacity:1;
  80. position:fixed;
  81. margin-left:430px;
  82. margin-top:-185px;
  83. z-index:-1;}
  84.  
  85. #Frame img{
  86. height:650px;
  87. }
  88.  
  89. #Content {
  90. font-family:raleway;
  91. text-transform:none;
  92. z-index:999999;
  93. background-color:#fff;
  94. color:#777;
  95. overflow:auto;
  96. font-size:10px;
  97. height:387px;
  98. width:490px;
  99. margin-top:180px;
  100. margin-left:520px;}
  101.  
  102. #entries {
  103. width:475px;
  104. margin: 20px auto 20px;
  105. padding:2px;
  106. margin-bottom:50px;
  107. margin-top:10px; }
  108.  
  109. #entries img {
  110. opacity:0.7;
  111. background-color: #fff;
  112. padding:4px;
  113. width:60px;
  114. height:60px;
  115. -webkit-transition-duration:4s;
  116. -moz-transition-duration:4s;
  117. -o-transition-duration:4s;
  118. transition-duration:4s;
  119. }
  120.  
  121. #entries img:hover {
  122. opacity:1;
  123. -webkit-transition-duration:4s;
  124. -moz-transition-duration:4s;
  125. -o-transition-duration:4s;
  126. transition-duration:4s;
  127. }
  128.  
  129. /*SIDEBAR*/
  130.  
  131. #side {
  132. position:fixed;
  133. margin-top:-240px;
  134. margin-left:145px;
  135. padding-bottom:5px;
  136. }
  137.  
  138. #side a {
  139. font-family:cambria;
  140. padding:3px;
  141. text-transform:uppercase;
  142. font-size:10px;
  143. width:40px;
  144. text-decoration:none;
  145. text-align:center;
  146. display:inline-block;
  147. color:#777;
  148. -webkit-transition: all 0.5s ease-out;
  149. -moz-transition: all 0.5s ease-out;
  150. transition: all 0.5s ease-out;
  151. }
  152.  
  153. #side a:hover {
  154. background-color:#777;
  155. color:#fff;
  156. -webkit-transition: all 0.5s ease-out;
  157. -moz-transition: all 0.5s ease-out;
  158. transition: all 0.5s ease-out;
  159. }
  160.  
  161. #sideimage img {
  162. z-index:-1;
  163. position:fixed;
  164. margin-top:-350px;
  165. margin-left:100px;
  166. width:200px;
  167. }
  168.  
  169. #sidetitle {
  170. font-family:cambria;
  171. font-size:15px;
  172. line-height:150%;
  173. text-align:center;
  174. TEXT-TRANSFORM:uppercase;
  175. width:120px;
  176. color:#777;
  177. position:fixed;
  178. margin-top:-300px;
  179. margin-left:138px;
  180. }
  181.  
  182. /*SIDEBAR*/
  183.  
  184. </style>
  185.  
  186. <div id="Frame">
  187. <img src="http://static.tumblr.com/kvpds3v/TQgmqtvl0/54.jpg">
  188. </div>
  189.  
  190. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  191.  
  192. <script type="text/javascript" src="http://static.tumblr.com/kvpds3v/RRQmns75k/gunsorhands.txt"></script>
  193.  
  194. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  195.  
  196. <script>
  197. (function($){
  198. $(document).ready(function(){
  199. $("a[title]").style_my_tooltips({
  200.  
  201. tip_follows_cursor:true,
  202. tip_delay_time:90,
  203. tip_fade_speed:600,
  204. attribute:"title"
  205. });
  206. });
  207. })(jQuery);
  208. </script>
  209.  
  210.  
  211. </head>
  212.  
  213. <body>
  214.  
  215. <div id="Content">
  216.  
  217. <center>
  218. <table cellspacing="0" cellpadding="15">
  219.  
  220. <div id="entries" >
  221.  
  222.  
  223. {block:Following}
  224. {block:Followed}
  225. <a target="_blank" href="{FollowedURL}" title="{FollowedTitle}"><img src="{FollowedPortraitURL-64}" /></a>
  226. {/block:Followed}{/block:Following}
  227.  
  228.  
  229.  
  230. </div>
  231.  
  232. </table>
  233. </center>
  234. </div>
  235.  
  236. <div id="sidetitle">
  237. <!--HERE YOU ADD YOUR TITLE-->
  238. your url/title here
  239. <!--END OF THE TITLE-->
  240. </div>
  241. <div id="side">
  242. <a href="/">home</a>
  243. &nbsp;&nbsp;
  244. <a href="http://www.tumblr.com/dashboard">dash</a>
  245. <br><br>
  246. <a href="/ask">ask</a>
  247. &nbsp;&nbsp;
  248. <a href="http://persefonne.tumblr.com/">credit</a>
  249. </div>
  250. <div id="sideimage">
  251. <img src="http://static.tumblr.com/kvpds3v/8kumphv75/53.gif">
  252. </div>
  253.  
  254.  
  255. </body>
  256. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement