Advertisement
austellus

Blogroll #1

Apr 12th, 2014
982
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. <html>
  2.  
  3. <!--
  4.  
  5. BLOGROLL #1 THEME BY ELECTRIC THEMES
  6. PLEASE DONT DO ANYTHING DISRISPECTUL WITH MY THEME
  7. (STEALING, REMOVING CREDIT, REDISTRIBUTING, ETC)
  8. APRIL 2014
  9.  
  10. -->
  11.  
  12. <head>
  13. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  14.  
  15. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  16.  
  17. <script>
  18.  
  19. (function($){
  20.  
  21. $(document).ready(function(){
  22.  
  23. $("a[title]").style_my_tooltips({
  24.  
  25. tip_follows_cursor:true,
  26.  
  27. tip_delay_time:0,
  28.  
  29. tip_fade_speed:0,
  30.  
  31. attribute:"title"
  32.  
  33. });
  34.  
  35. });
  36.  
  37. })(jQuery);
  38.  
  39. </script>
  40.  
  41. <title>Blogroll</title>
  42. <link rel="shortcut icon" href="{Favicon}">
  43. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  44.  
  45. <style type="text/css">
  46.  
  47. #s-m-t-tooltip {
  48. max-width:180px;
  49. padding:3px;
  50. margin:0px 0px 0px 15px;
  51. text-align:center;
  52. background:#E0E0E0;
  53. font-family:consolas;
  54. letter-spacing:1px;
  55. font-size:8px;
  56. text-transform:uppercase;
  57. color:#a1a1a1;
  58. z-index:99999999999999999999999999999;
  59. }
  60.  
  61. body {
  62. background-color: #E0E0E0;
  63. background-image: url('IMAGEURL');
  64. background-repeat: repeat;
  65. margin-left: -50px;
  66. background-attachment: fixed;
  67. font-family:consolas;
  68. font-size:8px;
  69. letter-spacing:1px;
  70. color:black;
  71. text-transform:uppercase;
  72. }
  73.  
  74. #all {
  75. padding: 30px;
  76. height:400px;
  77. width:500px;
  78. margin-top:100px;
  79. margin-left:auto;
  80. margin-right:auto;
  81. overflow: auto;
  82. }
  83.  
  84. #all img {
  85. padding: 10px;
  86. margin: 10px;
  87. background:#E0E0E0;
  88. }
  89.  
  90. .broll{
  91. position:absolute;
  92. background:#f5f5f5;
  93. width:330px;
  94. padding:15px;
  95. height:370px;
  96. overflow:auto;
  97. }
  98.  
  99. .side{
  100. position:absolute;
  101. text-align:center;
  102. width:150px;
  103. margin-left:375px;
  104. background:#f5f5f5;
  105. padding:10px;
  106. font-weight:bold;
  107. }
  108.  
  109. .side a{
  110. padding:5px;
  111. text-decoration:none;
  112. width:80px;
  113. display:inline-block;
  114. margin:5px;
  115. color:#696969;
  116. background:#e0e0e0;
  117. -webkit-transition: all .5s ease;
  118. -moz-transition: all .5s ease;
  119. -o-transition: all .5s ease;
  120. -ms-transition: all .5s ease;
  121. transition: all .5s ease;
  122. }
  123.  
  124. .side a:hover{
  125. background:#f5f5f5;
  126. -webkit-transition: all .5s ease;
  127. -moz-transition: all .5s ease;
  128. -o-transition: all .5s ease;
  129. -ms-transition: all .5s ease;
  130. transition: all .5s ease;
  131. }
  132.  
  133. ::-webkit-scrollbar-thumb{
  134. background-color: #ccc;
  135. height:auto;
  136. }
  137.  
  138. ::-webkit-scrollbar {
  139. height:3px;
  140. width:3px;
  141. background-color: transparent;
  142. }
  143.  
  144. .credit{
  145. bottom:5px;
  146. left:5px;
  147. position:fixed;
  148. z-index:9999999;
  149. }
  150.  
  151. </style>
  152.  
  153. </head>
  154. <body>
  155.  
  156. <div id="all">
  157.  
  158. <div class="side">
  159. <br><br>
  160. <a href="/">home</a><br>
  161. <a href="/ask">mail</a><br>
  162. <a href="/">link</a><br><br><br>
  163. </div>
  164.  
  165. <div class="broll">
  166. <center>
  167. {block:Following}{block:Followed}<a href="{FollowedURL}" title="{FollowedName}"><img src='{FollowedPortraitURL-40}' /></a>{/block:Followed}{/block:Following}
  168. </center>
  169. </div>
  170.  
  171. </div>
  172.  
  173. <div class="credit"><a href="http://austellus.tumblr.com/" title="theme credit"><img src="http://media.tumblr.com/tumblr_lkl6voVxrw1qfamg6.gif"/></a></div>
  174. </body>
  175. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement