Advertisement
luciam

Blogroll #1

Feb 28th, 2014
1,708
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.21 KB | None | 0 0
  1. <html>
  2. <!-------------------------------------------------
  3. BLOGROLL #01 BY: http://robbarya.tumblr.com (INSTRUCTIONS IN CODE)
  4. ...................................................
  5. ...................................................
  6.  
  7. TERMS OF USE:
  8. - DON'T CLAIM AS YOUR OWN
  9. - DON'T REMOVE OR MOVE THE CREDIT
  10. - DON'T REDISTRIBUTE
  11. - DON'T USE AS A BASE. YOU CAN EDIT IT AS MUCH AS YOU LIKE AS LONG AS THE CREDIT IS STILL IN ITS ORIGINAL PLACE- Thank you
  12. --------------------------------------------->
  13.  
  14. <head><title>Blogroll</title><!---Change the browser title--->
  15. <link rel="shortcut icon" href="{Favicon}" />
  16.  
  17.  
  18. <!----tooltip-->
  19.  
  20. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  21.  
  22. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  23.  
  24. <script>
  25.  
  26. (function($){
  27.  
  28. $(document).ready(function(){
  29.  
  30. $("a[title]").style_my_tooltips({
  31.  
  32. tip_follows_cursor:true,
  33.  
  34. tip_delay_time:90,
  35.  
  36. tip_fade_speed:600,
  37.  
  38. attribute:"title"
  39.  
  40. });
  41.  
  42. });
  43.  
  44. })(jQuery);
  45.  
  46. </script>
  47.  
  48.  
  49. <style type="text/css">
  50.  
  51. @font-face {
  52. font-family: 'Tulpen One';
  53. font-style: normal;
  54. font-weight: 400;
  55. src: local('Tulpen One'), local('TulpenOne-Regular'), url(http://themes.googleusercontent.com/static/fonts/tulpenone/v4/zIBZqHVchKl0ZjPbCjECkhsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
  56. }
  57.  
  58.  
  59.  
  60. #s-m-t-tooltip{
  61. font-family: calibri;
  62. letter-spacing:1px;
  63. max-width:150px;
  64. font-size: 7px;
  65. margin:0px 10px;
  66. padding:3px;
  67. background: #000;
  68. color:#fdfdfd;
  69. z-index:999;
  70. text-transform:uppercase;
  71. }
  72.  
  73.  
  74. a, a:active, a:visited, a:hover {
  75. -webkit-transition: all 0.6s linear;
  76. -moz-transition: all 0.6s linear;
  77. -ms-transition: all 0.6s linear;
  78. -o-transition: all 0.6s linear;
  79. transition: all 0.6s linear;
  80. }
  81.  
  82. ::-webkit-scrollbar-thumb:vertical {
  83. background-color: #c8413a; /*Change color of scroll bar*/
  84. height:5px;
  85. }
  86. ::-webkit-scrollbar-corner {
  87. background-color: transparent;
  88. }
  89. ::-webkit-scrollbar-thumb:horizontal {
  90. background-color: #c8413a; /*Change color of scroll bar*/
  91. height:5px!important;
  92. }
  93.  
  94. ::-webkit-scrollbar {
  95. height:7px;
  96. width:5px;
  97. }
  98.  
  99. #credit {
  100. background-color: #eee;
  101. position:fixed;
  102. bottom:10px;
  103. right:10px;
  104. text-align: center;
  105. text-transform: uppercase;
  106. font-size:8px;
  107. letter-spacing:0.3em;
  108. opacity:1;
  109. width:50px;
  110. padding:5px;
  111. }
  112. #credit a {
  113. color: #333;
  114. text-decoration:none;
  115. }
  116.  
  117. #credit a:hover {
  118. letter-spacing: 0.5em;
  119. opacity: 0.6;
  120. }
  121.  
  122.  
  123. body {
  124. font-family: Calibri;
  125. color: #666;
  126. background-color: #FFF;/*Change background color*/
  127. }
  128.  
  129. .top {
  130. background-color: #EEE;/*Change the topbar background color*/
  131. height: 60px;
  132. width: 640px;
  133. margin: auto;
  134. margin-top: 10px;}
  135.  
  136. .top img {
  137. height: 40px;
  138. width: 40px;
  139. border: solid 5px #CCC; /*Change the topbar image border color*/
  140. margin: 5px;
  141. -webkit-transition: all 0.6s linear;
  142. -moz-transition: all 0.6s linear;
  143. -ms-transition: all 0.6s linear;
  144. -o-transition: all 0.6s linear;
  145. transition: all 0.6s linear;}
  146.  
  147. .top img:hover{
  148. border-color: #c8413a; /*Change the topbar image border color when you hover over it*/
  149. -webkit-transition: all 0.6s linear;
  150. -moz-transition: all 0.6s linear;
  151. -ms-transition: all 0.6s linear;
  152. -o-transition: all 0.6s linear;
  153. transition: all 0.6s linear;
  154. }
  155.  
  156. .navi {
  157. margin-top: -70px;
  158. margin-left: 20px;}
  159. .navi ul {list-style-type:none;}
  160. .navi li {
  161. text-transform: uppercase;
  162. background-color: #CCC; /*Change the topbar links background color*/
  163. padding: 2px;
  164. height: 11px;
  165. font-size: 8px;
  166. margin-bottom:2px;
  167. width:40px;
  168. text-align:center;
  169. -webkit-transition: all 0.6s linear;
  170. -moz-transition: all 0.6s linear;
  171. -ms-transition: all 0.6s linear;
  172. -o-transition: all 0.6s linear;
  173. transition: all 0.6s linear;
  174. }
  175. .navi a {
  176. color: #fff;/*Change the topbar links color*/
  177. text-decoration:none;
  178. -webkit-transition: all 0.6s linear;
  179. -moz-transition: all 0.6s linear;
  180. -ms-transition: all 0.6s linear;
  181. -o-transition: all 0.6s linear;
  182. transition: all 0.6s linear;;
  183. }
  184.  
  185. .navi a li:hover {
  186. width: 55px;
  187. background-color: #c8413a;/*Change the topbar links color when you hover over them*/
  188. letter-spacing: 0.3em;
  189. -webkit-transition: all 0.6s linear;
  190. -moz-transition: all 0.6s linear;
  191. -ms-transition: all 0.6s linear;
  192. -o-transition: all 0.6s linear;
  193. transition: all 0.6s linear;
  194. }
  195.  
  196. .titulo {
  197. text-transform: uppercase;
  198. font-family: 'Tulpen One';
  199. letter-spacing: 0.3em;
  200. margin-top: -62px;
  201. font-size: 40px;
  202. font-weight: 500;
  203. color: #CCC;/*Change title color*/
  204. width: 640px;
  205. text-align: center;}
  206.  
  207.  
  208. /*-----blogs--------------------------------------------------------------*/
  209. #todo {
  210. width: 640px;
  211. margin:auto;
  212. height: 480px;
  213. overflow: scroll;
  214. display:block;
  215. }
  216.  
  217. .blog {
  218. width: 45px;
  219. margin-top: 20px;
  220. height: 45px;
  221. text-align:center;
  222. float:left;
  223. margin-left: 20px;
  224. }
  225.  
  226. .blog img {
  227. opacity: 0.7;
  228. margin: 10px;
  229. border: solid 5px #eee; /*Change the blogs border color*/
  230. width: 45px;
  231. height: 45px;
  232. -webkit-transition: all 0.6s linear;
  233. -moz-transition: all 0.6s linear;
  234. -ms-transition: all 0.6s linear;
  235. -o-transition: all 0.6s linear;
  236. transition: all 0.6s linear;
  237. float:left;
  238. }
  239. .blog img:hover {
  240. opacity: 1;
  241. border-color:#c8413a;/*Change the blogs border color when you hover over them*/
  242. -webkit-transition: all 0.6s linear;
  243. -moz-transition: all 0.6s linear;
  244. -ms-transition: all 0.6s linear;
  245. -o-transition: all 0.6s linear;
  246. transition: all 0.6s linear;
  247. }
  248.  
  249. </style>
  250. </head>
  251. <body>
  252. <div class="top"><img src="http://25.media.tumblr.com/avatar_617092a74eb8_128.png"><!--------Top image URL here. To get an URL you should previously upload the image on
  253. http://www.tumblr.com/themes/upload_static_file and then copy here the link it gives you, between the ""--------->
  254. <div class="navi">
  255. <ul>
  256. <a href="/"><li>back</li></a>
  257. <a href="/ask"><li>ask</li></a>
  258. <a href="http://www.tumblr.com/dashboard"><li>dash</li></a>
  259. </ul>
  260. </div>
  261. <div class="titulo">Blogroll</div><!---Change the title--------->
  262. </div>
  263.  
  264. <!-----------------------BLOGROLL----------------------->
  265. <div id="todo">
  266. {block:Following}{block:Followed}
  267. <div class="blog">
  268. <a target="_blank" href="{FollowedURL}"> <img border: "0" src="{FollowedPortraitURL-48}" title="{FollowedName}"/>
  269. </a>
  270. </div>
  271. {/block:Followed}{/block:Following}
  272.  
  273.  
  274. </div>
  275. <div id="credit"><a href="http://robbarya.tumblr.com">credit</a></div>
  276. </body>
  277. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement