Advertisement
jaesoonie

Blogroll #3

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