Advertisement
kitamikeita

Blogroll 01

Nov 16th, 2013
3,396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5.  
  6.  
  7. <!-------------------------------------------------
  8. BLOGROLL #01 || MADE BY: http://snootydormouse.tumblr.com (KITSTHEMES)
  9. ---------------------------------------------------
  10.  
  11. TERMS OF USAGE:
  12. - DO NOT REMOVE THE CREDIT
  13. - DO NOT REDISTRIBUTE
  14. - DO NOT CLAIM AS YOUR OWN
  15. - DO NOT USE AS A BASE
  16.  
  17. --------------------------------------------->
  18.  
  19. <title>BLOGROLL</title>
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22.  
  23. <link href="http://static.tumblr.com/la4ujvn/zhjmw840z/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  24.  
  25. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  26. <script src="http://static.tumblr.com/la4ujvn/xedmw81vj/jquery.style-my-tooltips.js"></script>
  27.  
  28. <script>
  29. (function($){
  30. $(document).ready(function(){
  31. $("[title]").style_my_tooltips({
  32. tip_follows_cursor:true,
  33. tip_delay_time:100});
  34. });
  35. })(jQuery);
  36. </script>
  37.  
  38.  
  39. <style type="text/css">
  40.  
  41. body {
  42. background:#fcfcfc;
  43. color: #333;
  44. font-family: trebuchet ms, Arial, sans-serif;
  45. font-size: 13px;
  46. }
  47.  
  48. a {
  49. color: #aaa;
  50. text-decoration: none;
  51. }
  52.  
  53. @font-face {font-family: infy; src:url("http://digilander.libero.it/kitamikeita/Fonts/Infinity.ttf")}
  54.  
  55. .container {width: 610px;
  56. margin: 60px auto}
  57.  
  58. .header {
  59. position: relative;
  60. width: 610px;
  61. height: 45px;
  62. margin: 10px auto 0 auto;
  63. font-family: infy, arial, trebuchet ms;
  64. font-size: 45px;
  65. color: #969696;
  66. text-transform: uppercase;
  67. letter-spacing: 10px;
  68. text-align: center;
  69. padding: 8px 0;
  70. background-color: #e3e3e3;
  71. }
  72.  
  73. .square {
  74. position: relative;
  75. width: 610px;
  76. height: 605px;
  77. margin: 0 auto;
  78. overflow-y: scroll;
  79. overflow-X: hidden;
  80. border-bottom: 3px double #f0f0f0;
  81. }
  82.  
  83. .link01 a, .link02 a {
  84. float: left;
  85. position: relative;
  86. width: 40px;
  87. height: 10px;
  88. margin-right: 2px;
  89. line-height: 9px;
  90. font-size: 13px;
  91. color: #969696;
  92. text-transform: uppercase;
  93. letter-spacing: 2px;
  94. text-align: center;
  95. padding: 4px 0;
  96. background-color: #f0f0f0;
  97. transition: all .4s;
  98. -o-transition: all .4s;
  99. -webkit-transition: all .4s;
  100. -moz-transition: all .4s;
  101. }
  102.  
  103. .link01 a {
  104. background: #f0f0f0 url(http://i.imgur.com/fAwgbG5.png) no-repeat center 2%;}
  105. .link02 a {
  106. background: #f0f0f0 url(http://i.imgur.com/jStTz68.png) no-repeat center 2%;}
  107.  
  108. .link01 a:hover, .link02 a:hover {background-position: center 100%;
  109. background-color: #f2f2f2;
  110. transition: all .4s;
  111. -o-transition: all .4s;
  112. -webkit-transition: all .4s;
  113. -moz-transition: all .4s;
  114. }
  115.  
  116. .blogavatar {z-index: 1;
  117. width: 64px;
  118. height: 64px;
  119. margin: 5px;
  120. float: left;
  121. border: 6px solid #fff;
  122. position: relative;
  123. text-align: center;
  124. -webkit-box-shadow: 1px 1px 0px #e6e6e6;
  125. -moz-box-shadow: 1px 1px 0px #e6e6e6;
  126. box-shadow: 1px 1px 0px #e6e6e6;
  127. cursor: default;
  128. background: #fff
  129. }
  130.  
  131. .blogavatar, .blogavatar:hover {
  132. transition: all 1s;
  133. -o-transition: all 1s;
  134. -webkit-transition: all 1s;
  135. -moz-transition: all 1s;}
  136.  
  137. .blogavatar:hover {
  138. border-color: #f2f7f7; /* CUSTOM COLOR #01 */
  139. transform:rotate(360deg);
  140. -ms-transform:rotate(360deg);
  141. -webkit-transform:rotate(360deg)
  142. }
  143.  
  144. .blogavatar:nth-child(even):hover {
  145. border-color: #f7f5f2; /* CUSTOM COLOR #02 */
  146. transform:rotate(-360deg);
  147. -ms-transform:rotate(-360deg);
  148. -webkit-transform:rotate(-360deg)
  149. }
  150.  
  151. .blogavatar img {opacity: .7;
  152. transition: all 1s;
  153. -o-transition: all 1s;
  154. -webkit-transition: all 1s;
  155. -moz-transition: all 1s;}
  156.  
  157. .blogavatar:hover img {opacity: 1;
  158. transition: all 1s;
  159. -o-transition: all 1s;
  160. -webkit-transition: all 1s;
  161. -moz-transition: all 1s;}
  162.  
  163. .credits a {text-decoration: none;
  164. color: #aaa;
  165. font-family: arial;
  166. font-size: 13px;
  167. position:fixed;
  168. bottom: 12px;
  169. right: 17px;
  170. }
  171.  
  172. ::selection {
  173. background-color:#ccc;
  174. color:#fff;
  175. }
  176.  
  177. ::-moz-selection {
  178. background-color:#ccc;
  179. color:#fff;
  180. }
  181.  
  182. ::-webkit-scrollbar {
  183. width:5px;
  184. height:auto;
  185. background:#ffffff;
  186. }
  187.  
  188. ::-webkit-scrollbar-corner {
  189. background:#ffffff;
  190. }
  191.  
  192. ::-webkit-scrollbar-thumb:vertical {
  193. background:#d4d4d4;
  194. }
  195.  
  196. ::-webkit-scrollbar-thumb:horizontal {
  197. background:#d4d4d4;
  198. }
  199.  
  200. </style>
  201.  
  202.  
  203. </head>
  204.  
  205. <body>
  206. <div class="container">
  207.  
  208. <div class="header"><b>b</b>l<b>o</b>g<b>r</b>o<b>l</b>l</div>
  209. <div class="square">
  210.  
  211. {block:Following}
  212. {block:Followed}
  213.  
  214. <div class="blogavatar">
  215. <a href="{FollowedURL}" title="{FollowedName}" target="_blank"><img src="{FollowedPortraitURL-64}"></a>
  216.  
  217. </div>
  218.  
  219. {/block:Followed}
  220. {/block:Following}
  221.  
  222. </div>
  223.  
  224. <div class="link01"><a href="/" title="back"></a></div><div class="link02"><a href="http://tumblr.com/dashboard" title="dashboard"></a></div>
  225.  
  226.  
  227. </div>
  228.  
  229.  
  230.  
  231. <div class="credits"><a href="http://snootydormouse.tumblr.com">©</a></div>
  232.  
  233. </body>
  234.  
  235. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement