Advertisement
cornetespoir

Blogroll #1 press any button

Jan 28th, 2016
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.28 KB | None | 0 0
  1. <!--
  2. //press any button
  3.  
  4. a blogroll page by espoirthemes //
  5. +don't remove/touch the credit.
  6. +edit it as much as you want!
  7.  
  8. base by azurethemes
  9.  
  10. -->
  11. <!DOCTYPE html>
  12. <head>
  13.  
  14.  
  15. <!--change "Blogroll" to whatever you want the title to be -->
  16. <title>Blogroll </title>
  17. <link rel="shortcut icon" href="{Favicon}">
  18.  
  19. <!-- TOOLTIP SCRIPTS -->
  20. <script type="text/javascript"
  21. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  22. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  23. <script>
  24. (function($){
  25. $(document).ready(function(){
  26. $("[title]").style_my_tooltips({
  27. tip_follows_cursor:true,
  28. tip_delay_time:200,
  29. tip_fade_speed:300
  30. }
  31. );
  32. });
  33. })(jQuery);
  34. </script>
  35.  
  36. <style type="text/css">
  37.  
  38. ::-webkit-scrollbar{height: 6px; width: 8px; -webkit-border-radius: 0px; background:transparent;
  39. }
  40.  
  41. ::-webkit-scrollbar-thumb{background:#fff; height:8px;border:4px double black;}
  42. ::-webkit-scrollbar-track{background:#fff;
  43. }
  44.  
  45.  
  46. @font-face { font-family: "bitxmap"; src: url('https://dl.dropboxusercontent.com/s/ynigokwezl7b8uy/Early%20GameBoy.ttf'); }
  47.  
  48. body{cursor:help;
  49. font-family:bitxmap;
  50.  
  51. }
  52.  
  53.  
  54.  
  55. .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop{border:1px solid black;}
  56. /* tooltips */
  57. #s-m-t-tooltip{
  58. max-width:300px;
  59. margin:30px;
  60. border:1px solid white;
  61. box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 1);
  62. font-family:bitxmap;
  63. padding:5px 5px;
  64. background:#000; /** tooltip background color **/
  65. color:#fff; /** toolip color **/
  66. z-index:999999999;
  67. font-size:8px;
  68. text-transform:uppercase;
  69. }
  70.  
  71. /* don't touch this, this is the what makes it look like a speech bubble */
  72. #s-m-t-tooltip:after{position: absolute;
  73. content: "";
  74. width: 0; height: 0;
  75. border-top: 14px solid black;
  76. border-left: 14px solid transparent;
  77. border-width: 14px 14px 0px;
  78. height:0;
  79. width:0;
  80. z-index:-999;
  81. position:absolute;
  82. left:-15px;
  83. top:2px;}
  84. #s-m-t-tooltip:before{position: absolute;
  85. content: "";
  86. z-index:-2;
  87. width: 0; height: 0;
  88. border-top: 100px solid white;
  89. border-left: 100px solid transparent;
  90. border-width: 15px 15px 0px;
  91. height:0;
  92. width:0;
  93. z-index:-999;
  94. position:absolute;
  95. left:-15px;
  96. top:2px;}
  97.  
  98. /* LINKS */
  99. /*body/general links*/
  100. a{color:black; text-decoration:none;}
  101. a:hover{cursor:help;}
  102. /*the back button */
  103.  
  104. #title a {
  105. color: #000; /*link color */
  106. font-size:12px;
  107. font-family:bitxmap;
  108. border:2px solid black;
  109. text-decoration: none;
  110. background-image: linear-gradient(to right,
  111. transparent,
  112. transparent 50%,
  113. #090909 50%,
  114. #090909);
  115. padding:4px;
  116.  
  117. background-position: 0 0;
  118. background-size: 200% 100%;
  119. transition: all .4s ease-in;
  120.  
  121. text-decoration:none;
  122.  
  123. }
  124. #title a:hover{
  125. color:white;
  126. background-position: -100% 0%;
  127.  
  128. }
  129.  
  130.  
  131. /*container*/
  132. #content {
  133. margin:0 auto;
  134. width:600px;
  135. padding:10px;
  136. height:80vh;
  137. overflow-y:auto;
  138. border:6px double black;
  139. padding-right:16px;
  140.  
  141. }
  142. #content a{background-image:none; border:none;}
  143.  
  144. /*icons*/
  145. #content img{
  146. margin-left:40px;
  147. margin-top:40px;
  148.  
  149. /*erase the border-radius if you want square images */
  150. border-radius:90px;
  151. /*change the borders of the images */
  152. border:2px solid black;
  153. border-bottom:6px solid black;
  154. width:70px;
  155.  
  156. -webkit-transition-duration:.6s;
  157. -moz-transition-duration:.6s;
  158. -o-transition-duration:.6s;
  159. -ms-transition-duration:.6s;
  160. }
  161. #content img:hover{border:2px solid black;}
  162.  
  163. /* TITLE */
  164. #title{
  165. font-size:30px;
  166. color:#000; /* title color */
  167. font-weight:bold;
  168. width:400px;
  169. font-family:bitxmap;
  170. margin-left:300px;
  171. margin-top:30px;
  172. margin-bottom:10px;
  173. }
  174.  
  175. /*don't touch this*/
  176. .egg {
  177. font-size:7px;
  178. bottom:7px;
  179. right:10px;
  180. position:fixed;
  181. letter-spacing:1px;
  182. font-weight:bold;
  183. text-transform:uppercase;
  184. color:#000;
  185. text-decoration:none;
  186. margin-left:600px; margin-top:200px;
  187. display:block; width: 16px;
  188. height: 22px; background-color: #FFFEFC;
  189. -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px; border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  190. animation-name: egg;
  191. animation-duration: 1s;
  192. animation-iteration-count: infinite;
  193. font-family: "bitxmap";
  194. border:1px solid black;}
  195.  
  196. @keyframes egg{
  197. 0%{}
  198. 10%{transform:rotate(6deg)}
  199. 80%{transform:rotate(-6deg)}
  200. 100%{}
  201. }
  202.  
  203.  
  204. </style>
  205. </head>
  206. <body>
  207.  
  208. <div id="title">// blogroll<!--change blogroll to whatever title you want -->
  209. <div style=" position:absolute;top:40px; right:380px; font-size:10px;">
  210. <!--replace "/link" and "link" with an actual link -->
  211. <a href="/link"> ~~ link</a>
  212.  
  213. <a href="/"> ~~ back</a></div></div>
  214.  
  215.  
  216. <div id="content">
  217.  
  218. {block:Following}{block:Followed}<a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-96}">{/block:Followed}{/block:Following}
  219. </div>
  220.  
  221.  
  222. <a href="http://espoirthemes.tumblr.com"><div class="egg"></div></a>
  223.  
  224. </body>
  225. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement