jaesoonie

Blogroll #4

Apr 17th, 2014
1,877
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.41 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5.  
  6.  
  7.  
  8. ʙʟᴏɢʀᴏʟʟ #4;
  9. © ᴍᴀᴅᴇ ʙʏ ᴄʜʟᴏᴇ
  10. [ ʏᴏɴɢ.ᴄᴏ.ᴠᴜ ] & [ sᴏᴏɴᴊᴜɴs.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ ]
  11.  
  12. ᴛʜᴇᴍᴇs ᴄᴀɴ ʙᴇ ғᴏᴜɴᴅ ᴀᴛ:
  13. [ sᴏᴏɴ-co.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ ]
  14.  
  15.  
  16. - ᴅᴏɴ'ᴛ sᴛᴇᴀʟ ɪᴛ.
  17. - ᴘʟᴇᴀsᴇ ʟᴇᴀᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛ ᴏɴ ᴛʜᴇ ᴘᴀɢᴇ.
  18.  
  19.  
  20.  
  21. -->
  22.  
  23. <title>{Title}</title>
  24. <link rel="shortcut icon" href="{Favicon}">
  25. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  26. <meta name="description" content="" />
  27. <script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
  28. <script type="text/javascript" src="http://static.tumblr.com/whx9ghv/1eGm9d17y/isotope.js"></script>
  29. <script>
  30. $(function(){
  31. var $container = $('#icon');
  32. $container.isotope({
  33. itemSelector: '.icons'
  34. });
  35. });
  36. </script>
  37.  
  38. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  39. <script>
  40. (function($){
  41. $(document).ready(function(){
  42. $("[title]").style_my_tooltips();
  43. });
  44. })(jQuery);
  45. </script>
  46.  
  47. <style type="text/css">
  48.  
  49. #s-m-t-tooltip {
  50. display: block;
  51. background: #111;
  52. font-size: 8px;
  53. font-family: calibri;
  54. letter-spacing: 1px;
  55. text-transform: uppercase;
  56. line-height:100%;
  57. color: #fff;
  58. text-align: center;
  59. margin-left: 18px;
  60. padding:7px;
  61. min-width: 40px;
  62. max-width: 200px;
  63. z-index: 99;}
  64.  
  65. ::-webkit-scrollbar-thumb:vertical{background-color: #f6f6f6;}
  66. ::-webkit-scrollbar {width: 2px; background-color:#fff;}
  67.  
  68. body {background-color: #fff;margin: 0px;}
  69.  
  70. a:link, a:visited, a:active {
  71. text-decoration: none;
  72. -webkit-transition: all 0.7s ease-in-out;
  73. -moz-transition: all 0.7s ease-in-out;
  74. -o-transition: all 0.7s ease-in-out;
  75. -ms-transition: all 0.7s ease-in-out;
  76. transition: all 0.7s ease-in-out;}
  77.  
  78. a:hover {-webkit-transition: all 0.7s ease-in-out;
  79. -moz-transition: all 0.7s ease-in-out;
  80. -o-transition: all 0.7s ease-in-out;
  81. -ms-transition: all 0.7s ease-in-out;
  82. transition: all 0.7s ease-in-out;}
  83.  
  84. #head {
  85. margin:auto;
  86. /****************HEADER IMAGE********************/
  87. background:url('HEADER IMAGE URL');
  88. background-size:cover;
  89. z-index:99;
  90. opacity:0.9;
  91. height: 130px;
  92. margin-top:50px;
  93. width: 700px;}
  94.  
  95. #sets{
  96. position:relative;
  97. margin:auto;
  98. width:700px;
  99. padding-bottom:5px;
  100. z-index:9999;
  101. -webkit-transition: all 0.7s ease-in-out;
  102. -moz-transition: all 0.7s ease-in-out;
  103. -o-transition: all 0.7s ease-in-out;
  104. -ms-transition: all 0.7s ease-in-out;
  105. transition: all 0.7s ease-in-out;}
  106.  
  107. #title {
  108. margin:auto;
  109. margin-top:-75px;
  110. font: bold 10px consolas;
  111. text-transform:uppercase;
  112. color: #000;
  113. letter-spacing: 15px;
  114. padding:8px 2px 0px 2px;
  115. -webkit-transition: all 0.7s ease-in-out;
  116. -moz-transition: all 0.7s ease-in-out;
  117. -o-transition: all 0.7s ease-in-out;
  118. -ms-transition: all 0.7s ease-in-out;
  119. transition: all 0.7s ease-in-out;}
  120.  
  121. #links {
  122. background:#000;
  123. margin-top:40px;opacity:0;padding:1px 3px 5px 3px;
  124. -webkit-transition: all 0.7s ease-in-out;
  125. -moz-transition: all 0.7s ease-in-out;
  126. -o-transition: all 0.7s ease-in-out;
  127. -ms-transition: all 0.7s ease-in-out;
  128. transition: all 0.7s ease-in-out;}
  129.  
  130. #links a {
  131. font: oblique 9px arial;
  132. width: 65px;
  133. display: inline-block;
  134. padding-top: 2px;
  135. color: #fff;
  136. letter-spacing: 2px;
  137. text-align:center;}
  138.  
  139. #sets a:hover {background-color: #fff; color: #000;}
  140. #sets:hover #links {opacity:1;margin-top:50px;}
  141.  
  142. #box {margin:auto; width: 698px;height:340px;background:#fff; margin-top:-15px;padding-top: 20px;overflow:auto;border-right: 1px solid #f3f3f3;border-left: 1px solid #f3f3f3;}
  143. #icon {margin:auto;margin-left:20px;}
  144. .icons {margin: 15px;position: relative;}
  145.  
  146. .pics {
  147. border-radius:2px;
  148. display: table-cell;
  149. background-color: #f5f5f5;
  150. border:2px solid #f4f4f4;
  151. margin: 5px;
  152. height:20px;
  153. padding: 6px;
  154. -webkit-transition: all 0.7s ease-in-out;
  155. -moz-transition: all 0.7s ease-in-out;
  156. -o-transition: all 0.7s ease-in-out;
  157. -ms-transition: all 0.7s ease-in-out;
  158. transition: all 0.7s ease-in-out;}
  159.  
  160. .pics img {
  161. display: inline-block;
  162. padding: 6px;
  163. border: 1px solid #f0f0f0;
  164. background-color: #fff;
  165. height: 20px;}
  166.  
  167. .info {
  168. margin-top:5px;
  169. word-wrap: break-word;
  170. background:#f5f5f5;
  171. text-align:center;
  172. width:125px;
  173. height:20px;
  174. margin-left:40px;
  175. margin-top:-33px;
  176. padding:5px 3px 7px 3px;
  177. -webkit-transition: all 0.7s ease-in-out;
  178. -moz-transition: all 0.7s ease-in-out;
  179. -o-transition: all 0.7s ease-in-out;
  180. -ms-transition: all 0.7s ease-in-out;
  181. transition: all 0.7s ease-in-out;}
  182.  
  183. .name {
  184. text-align: center;
  185. color: #555;
  186. font: bold 8px calibri;
  187. text-transform:uppercase;
  188. letter-spacing: 2px;
  189. padding:3px;
  190. }
  191.  
  192. .pics:hover .info{color: #fff;}
  193. .pics:hover .name{color: #fff;}
  194.  
  195.  
  196. #cr {font-size:9px;font-family:arial;text-align:center;padding: 4px;z-index:99999;position:fixed;top:5px;left:5px;color:#888;}
  197. #cr a {color:#333;}
  198.  
  199. </style>
  200. </head>
  201.  
  202. <body>
  203. <div id="head"></div>
  204. <div id="sets" align="center">
  205. <!--title--->
  206. <div id="title">blogroll</div>
  207. <div id="links">
  208. <a href="/">go back</a>
  209. <a href="/ask">message</a>
  210. <!--extra link--->
  211. <a href="URL">link</a>
  212. </div></div>
  213.  
  214.  
  215. {block:Following}
  216. <div id="box">
  217. <div id="icon">
  218. {block:Followed}
  219. <div class="icons">
  220. <a href="{FollowedURL}" title="{FollowedTitle}" target="_blank">
  221. <div class="pics">
  222. <img src="{FollowedPortraitURL-30}">
  223. <div class="info">
  224. <div class="name">
  225. {FollowedName}
  226. </div></div></div></a>
  227. </div>
  228. {/block:Followed}
  229. </div></div>
  230. {/block:Following}
  231.  
  232.  
  233. </body>
  234. <div id="cr" title="theme by soonjun"><a href="http://soon-co.tumblr.com/">©</a></div>
  235. </html>
Advertisement
Add Comment
Please, Sign In to add comment