seouless

Blogroll #1 (Light)

Sep 3rd, 2012
2,879
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <head><title>{Title}; Following</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5.  
  6.  
  7. <style type="text/css">
  8.  
  9. iframe#tumblr_controls{
  10. right:0px !important;
  11. position:fixed !important;
  12. -webkit-transition: all 0.7s ease-out;
  13. -moz-transition: all 0.7s ease-out;
  14. transition: all 0.7s ease-out;
  15. z-index:9999;
  16. }
  17.  
  18. ::-webkit-scrollbar { width: 6px; }
  19. ::-webkit-scrollbar-track { border-radius: 10px; }
  20. ::-webkit-scrollbar-thumb { border-radius: 10px; background:#ccc; }
  21.  
  22. ::selection { background:#fff; color:#000; }
  23. ::-moz-selection { background:#fff; color:#000; }
  24. ::-webkit-selection { background:#fff; color:#000; }
  25.  
  26. body {
  27. text-transform:normal;
  28. background:#fff url('{image:BG}') fixed repeat center;
  29. color:#888;
  30. }
  31.  
  32. a {
  33. text-decoration:none;
  34. -webkit-transition:all 0.3s linear;
  35. -moz-transition:all 0.3s linear;
  36. -o-transition:all 0.3s linear;
  37. transition:all 0.3s linear;
  38. cursor:help;
  39. color:#444;
  40. }
  41.  
  42. a:active {
  43. color:#000;
  44. -webkit-transition:all 0.05s linear;
  45. -moz-transition:all 0.05s linear;
  46. -o-transition:all 0.05s linear;
  47. transition:all 0.05s linear;
  48. }
  49.  
  50. #main {
  51. margin:auto;
  52. width:590px;
  53. height:500px;
  54. overflow:hidden;
  55. }
  56.  
  57. #title {
  58. margin-top:15%;
  59. font-size:24px;
  60. letter-spacing:5px;
  61. font-style:italic;
  62. font-family:georgia;
  63. padding:2px 45px 2px 45px;
  64. }
  65.  
  66. #lien {
  67. margin-left:125px;
  68. font:8px consolas;
  69. letter-spacing:1px;
  70. text-transform:uppercase;
  71. }
  72.  
  73. #body {
  74. position:fixed;
  75. text-align:center;
  76. margin:10px;
  77. width:570px;
  78. max-height:325px;
  79. overflow:auto;
  80. }
  81.  
  82. .all {
  83. float:left;
  84. margin:5px;
  85. }
  86.  
  87. .por {
  88. border:3px solid #ccc;
  89. }
  90.  
  91. .name {
  92. font:10px consolas;
  93. text-transform:uppercase;
  94. letter-spacing:1px;
  95. position:absolute;
  96. background:#fff;
  97. color:#000;
  98. line-height:10px;
  99. width:64px;
  100. margin-left:3px;
  101. margin-top:-67px;
  102. padding-top:28px;
  103. height:36px;
  104. opacity:0;
  105. text-align:center;
  106. overflow:hidden;
  107. -webkit-transition:all 0.3s linear;
  108. -moz-transition:all 0.3s linear;
  109. -o-transition:all 0.3s linear;
  110. transition:all 0.3s linear;
  111. }
  112.  
  113. .name:hover {
  114. opacity:.9;
  115. }
  116.  
  117.  
  118.  
  119. </style>
  120. {block:ifinfinitescroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescroll}
  121. </head>
  122. <body>
  123.  
  124.  
  125. <div id="main">
  126.  
  127.  
  128. <div id="title">Following;</div>
  129. <div id="lien">
  130. <a href="/">Back to blog</a> // <a href="http://subplanets.tumblr.com">©</a>
  131. </div>
  132.  
  133.  
  134. <div id="body">
  135. {block:Following}
  136. {block:Followed}
  137. <div class="all">
  138. <img class="por" src="{FollowedPortraitURL-64}">
  139. <a href="{FollowedURL}" title="{FollowedTitle}" target="blank"><div class="name">{FollowedName}</div></a>
  140. </div>
  141. {/block:Followed}
  142. {/block:Following}
  143. </div>
  144.  
  145.  
  146. </div><!-- main -->
  147.  
  148. </body>
  149. </html>
Advertisement
Add Comment
Please, Sign In to add comment