Advertisement
narruldthemes

blogroll theme #1

Apr 25th, 2014
1,349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.23 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <!----
  12. THEME BY NARRULD do not copy or remove credit
  13. --->
  14.  
  15. <head>
  16.  
  17. <style type="text/css">
  18.  
  19. ::-webkit-scrollbar-thumb{ background-color: #31b59d; border: 2px solid #fff; height:auto; }
  20.  
  21. ::-webkit-scrollbar { height:8px; width:11px; background-color: #31b59d; border:4px solid #fff; }
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28. body {
  29. background-image: url(http://29.media.tumblr.com/tumblr_lxwynw0Pdg1r9g6hvo5_250.png);
  30. margin:0px;
  31. color:#cecccc;
  32. font-family:arial;
  33. padding:5px;
  34. line-height:100%;
  35. }
  36.  
  37. a {
  38. color:#cecccc;
  39. text-decoration:none;
  40. outline:none;
  41. opacity:1 ;
  42. -webkit-transition: all 0.8s;
  43. -moz-transition: all 0.8s;
  44. transition: all 0.8s;
  45. }
  46.  
  47. a:hover {
  48. color:#1d1d1d;
  49. -webkit-transition: all 0.8s;
  50. -moz-transition: all 0.8s;
  51. transition: all 0.8s;
  52. }
  53.  
  54.  
  55. img {
  56. border:none;
  57. }
  58.  
  59. blockquote {
  60. padding-left:5px;
  61. border-left:2px solid;
  62. }
  63.  
  64. blockquote blockquote {
  65. padding-left:5px;
  66. border-left:2px solid;
  67. }
  68.  
  69. h1 {
  70. font-size:15px;
  71. }
  72.  
  73. #themeslink {
  74. position:absolute;
  75. top:22%;
  76. left:59%;
  77. font-size:12px;
  78. }
  79.  
  80. #themeslink a{
  81. -webkit-transition: all 0.5s;
  82. -moz-transition: all 0.5s;
  83. transition: all 0.5s;
  84. display: inline-block;
  85. text-transform: lowercase;
  86. letter-spacing:0px;
  87. color:#31b59d;
  88. text-align:center;
  89. width:50px;
  90. font-weight:bold;
  91. padding:3px 2px 3px 2px;
  92. -moz-transition-duration:0.5s;
  93. -webkit-transition-duration:0.5s;
  94. -o-transition-duration:0.5s;
  95. }
  96.  
  97. #themeslink a:hover{
  98. color:#31b59d;
  99. text-decoration:line-through;
  100. -webkit-transition: all 0.5s;
  101. -moz-transition: all 0.5s;
  102. transition: all 0.5s;
  103. -moz-transition-duration:0.5s;
  104. -webkit-transition-duration:0.5s;
  105. -o-transition-duration:0.5s;
  106.  
  107. }
  108.  
  109. #box {
  110. position:absolute;
  111. width:630px;
  112. height:400px;
  113. top:25%;
  114. left:27%;
  115. overflow:scroll;
  116. border:3px solid #31b59d;
  117. }
  118.  
  119. .sidebartitle {
  120. position:fixed;
  121. font-size:30px;
  122. font-family:arial;
  123. letter-spacing:-2px;
  124. font-weight:bold;
  125. left:27%;
  126. top:21%;
  127. color:#159476;
  128. padding:5px;
  129. }
  130.  
  131. .icons img {
  132. border:3px dotted #eee;
  133. margin-top:8px;
  134. padding:7px;
  135. -moz-transition-duration:0.3s;
  136. -webkit-transition-duration:0.3s;
  137. -o-transition-duration:0.3s;
  138. }
  139.  
  140. .icons img:hover {
  141. border:3px dotted #44bd9a;
  142. -webkit-transform: rotate(45deg);
  143. -moz-transform: rotate(45deg);
  144. -moz-transition-duration:0.3s;
  145. -webkit-transition-duration:0.3s;
  146. -o-transition-duration:0.3s;
  147.  
  148. }
  149.  
  150. l {color: #999;}
  151.  
  152.  
  153. {CustomCSS}
  154.  
  155. #s-m-t-tooltip {
  156. max-width:300px;
  157. padding:3px 4px 3px 4px;
  158. margin:20px 0px 0px 20px;
  159. background-color:#fff; /* change the background color */
  160. border:1px solid #ddd; /* change the border color */
  161. font-family:arial; /* change the font */
  162. font-size:9px; /* change the font size */
  163. letter-spacing:2px; /* change the letter spacing */
  164. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  165. color:#aaa; /* change the text color */
  166. z-index:999999999999999999999999999999999999;
  167. }
  168.  
  169.  
  170. </style>
  171. </head>
  172.  
  173. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  174. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  175. <script>
  176. (function($){
  177. $(document).ready(function(){
  178. $("a[title]").style_my_tooltips({
  179. tip_follows_cursor:true,
  180. tip_delay_time:90,
  181. tip_fade_speed:600,
  182. attribute:"title"
  183. });
  184. });
  185. })(jQuery);
  186. </script>
  187.  
  188. <body>
  189. <div class="sidebartitle">{Name}'s blogroll.</div>
  190. <center><div id="themeslink">
  191. <a href="/">home</a>&nbsp;
  192. <a href="/ask">mssg</a>&nbsp;
  193. <a href="http://www.tumblr.com/dashboard">dash</a>
  194. </div>
  195. </div></div>
  196. <center><div id="box">
  197. <center><div class="icons">
  198. {block:Following}{block:Followed}
  199.  
  200. <a target="_blank" href="{FollowedURL}"title="{FollowedName}"><img src="{FollowedPortraitURL-64}"/>
  201.  
  202. {/block:Followed}{/block:Following}</a></div></div>
  203.  
  204.  
  205.  
  206. <div style="position:fixed;bottom:2px; right:3px; font-size:9px; letter-spacing:1px; font-family:calibri;border:1px solid;padding:4px;color:#aaa;"><a href="http://narruld.tumblr.com/"><l>NARRULD</l></a></center></div>
  207.  
  208. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement