Advertisement
imgirlrauhl

Blogroll 3 - Light Version

May 16th, 2014
1,096
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.32 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <head>
  3.  
  4. <!----
  5.  
  6. Blogroll #3 (Light Version) by Vanne @ vitanica.tumblr.com
  7.  
  8. PLEASE DO NOT REMOVE THE CREDITS! Thank you for using my blogpage <3
  9.  
  10. ----->
  11.  
  12. <title>Blogroll</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15.  
  16. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  17.  
  18. <style>
  19. div#qTip {
  20. margin: 5px;
  21. padding: 4px 8px 4px 8px;
  22. z-index: 99999;
  23. display: none;
  24. text-align: center;
  25. position: absolute;
  26. font-family: arial;
  27. text-transform: uppercase;
  28. font-size: 8px;
  29. color: #fff;
  30. background: #d3d3d3;
  31. letter-spacing: 1px;
  32. }
  33. </style>
  34.  
  35. <style type="text/css">
  36.  
  37. @import url(http://weloveiconfonts.com/api/?family=typicons);
  38.  
  39. /* typicons */
  40. [class*="typicons-"]:before {
  41. font-family: 'Typicons', sans-serif;
  42. }
  43.  
  44. body {
  45. background: url('http://static.tumblr.com/n9vj50j/LHGn5p9fg/tumblr_lvuln9wykz1r1ne7to3_250.jpg');
  46. font-family: Consolas;
  47. }
  48.  
  49. ::-webkit-scrollbar-thumb:vertical {
  50. background-color: #d3d3d3;
  51. height: auto;
  52. }
  53.  
  54. ::-webkit-scrollbar-thumb:horizontal {
  55. background-color: #d3d3d3;
  56. height: auto;
  57. }
  58.  
  59. ::-webkit-scrollbar {
  60. height:4px;
  61. width:5px;
  62. background-color: #fff;
  63. }
  64.  
  65. a {
  66. text-decoration: none;
  67. }
  68.  
  69. a:hover {
  70. text-decoration: none;
  71. }
  72.  
  73. #all {
  74. position:relative;
  75. top: 50px;
  76. width:700px;
  77. margin:0 auto;
  78. padding:5px;
  79. }
  80.  
  81. #title {
  82. position: relative;
  83. font-size:30px;
  84. margin-bottom: 15px;
  85. border-bottom: 2px solid #FD94A5;
  86. padding-bottom: 10px;
  87. padding-right: 20px;
  88. width: 675px;
  89. text-transform: lowercase;
  90. font-family: arial;
  91. font-weight: bold;
  92. letter-spacing: -4px;
  93. word-spacing: 5px;
  94. text-align: right;
  95. color: #FB7186;
  96. text-shadow: 2px 2px 0px #e3e3e3;
  97. }
  98.  
  99. #content {
  100. margin-top: 40px;
  101. width: 680px;
  102. height: 400px;
  103. overflow:auto;
  104. border: 2px solid #e3e3e3;
  105. background: rgba(255, 255, 255, .5);
  106. padding:5px;
  107. float:left;
  108. -webkit-transition: all 0.5s ease-in-out;
  109. -moz-transition: all 0.5s ease-in-out;
  110. -o-transition: all 0.5s ease-in-out;
  111. -ms-transition: all 0.5s ease-in-out;
  112. transition: all 0.5s ease-in-out;
  113. }
  114.  
  115. #content img {
  116. max-width: 64px;
  117. margin: 2px 2px 3px 2px;
  118. border: 10px solid #444;
  119. -webkit-transition: all 0.5s ease-in-out;
  120. -moz-transition: all 0.5s ease-in-out;
  121. -o-transition: all 0.5s ease-in-out;
  122. -ms-transition: all 0.5s ease-in-out;
  123. transition: all 0.5s ease-in-out;
  124. }
  125.  
  126. #content:hover img:hover {
  127. opacity: 1;
  128. border: 10px solid #FD94A5;
  129. }
  130.  
  131. #content:hover img {
  132. opacity: .5;
  133. }
  134.  
  135. #icon {
  136. z-index:9999;
  137. position: fixed;
  138. margin-left:20px;
  139. top: 60px;
  140. width: 100px;
  141. -webkit-border-radius: 50px;
  142. -moz-border-radius: 50px;
  143. border-radius: 50px;
  144. }
  145.  
  146. #icon img {
  147. width: 90px;
  148. border: 2px solid #FD94A5;
  149. -webkit-border-radius: 50px;
  150. -moz-border-radius: 50px;
  151. border-radius: 50px;
  152. }
  153.  
  154. #linkk {
  155. position: fixed;
  156. top: 114px;
  157. margin-left: 118px;
  158. width: 250px;
  159. z-index: 99999999999999999;
  160. }
  161.  
  162. #linkk a {
  163. display: inline-block;
  164. width: 30px;
  165. height: 30px;
  166. line-height: 32px;
  167. text-align: center;
  168. margin-left: 6px;
  169. font-size: 16px;
  170. color: #444;
  171. text-shadow: 2px 2px 0px #fff;
  172. -webkit-border-radius: 50px;
  173. -moz-border-radius: 50px;
  174. border-radius: 50px;
  175. -webkit-transition: all 0.5s ease-in-out;
  176. -moz-transition: all 0.5s ease-in-out;
  177. -o-transition: all 0.5s ease-in-out;
  178. -ms-transition: all 0.5s ease-in-out;
  179. transition: all 0.5s ease-in-out;
  180. }
  181.  
  182. #linkk:hover a:hover {
  183. background: #FD94A5;
  184. text-shadow: 0px 0px 0px #444;
  185. opacity: 1;
  186. }
  187.  
  188. #linkk:hover a {
  189. opacity: .5;
  190. }
  191.  
  192. /* You're not supposed to touch this */
  193. #pancake { position: fixed; bottom: 10px; left: 10px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } #pancake a { display: inline-block; text-align: center; font-size: 15px; font-family: arial; letter-spacing: -1px; padding: 2px 4px 4px 3px; font-weight: bold; width: 14px; height: 15px; line-height: 15px; overflow: hidden; background: #FD94A5; color: #fff; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } #cupcake { z-index: -1; position: fixed; margin-top: -21px; margin-left: 0px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } #cupcake a { display: inline-block; font-size: 15px; font-family: arial; letter-spacing: -1px; padding: 4px 4px 4px 0px; font-weight: bold; width: 10px; height: 13px; line-height: 13px; overflow: hidden; background: #fff; color: #444; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } #pancake:hover #cupcake a { width: 70px; margin-left: 21px; }
  194.  
  195. </style>
  196.  
  197. <body>
  198.  
  199. <div id="all">
  200. <div id="linkk">
  201. <a href="/" title="home"><span class="typicons-home"></span></a>
  202. <a href="/ask" title="message"><span class="typicons-mail"></span></a>
  203. <a href="/archive" title="past"><span class="typicons-edit"></span></a>
  204. <a href="#" title="link"><span class="typicons-star"></span></a>
  205. <a href="#" title="link"><span class="typicons-heart"></span></a>
  206. </div>
  207.  
  208. <div id="title">blogroll</div>
  209.  
  210. <div id="icon"><img src="{Favicon}"></div>
  211.  
  212. <div id="content">
  213. {block:Following}{block:Followed}
  214. <a target='_blank' href='{FollowedURL}' title="{FollowedName}"><img src='{FollowedPortraitURL-64}' /></a>
  215. {/block:Followed}{/block:Following}
  216. </div>
  217.  
  218. </div>
  219.  
  220. <div id="pancake"><a href="http://vitanica.tumblr.com/">v</a><div id="cupcake"><a href="http://vitanica.tumblr.com">vitanica</a></div></div>
  221.  
  222. </body>
  223.  
  224. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement