Advertisement
Guest User

DAMNALY BLOGROLL THEME

a guest
Jun 4th, 2013
1,307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. <html>
  2. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  3. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  4. <script>
  5. (function($){
  6. $(document).ready(function(){
  7. $("[title]").style_my_tooltips({
  8. tip_follows_cursor:true,
  9. tip_delay_time:200,
  10. tip_fade_speed:300
  11. }
  12. );
  13. });
  14. })(jQuery);
  15. </script>
  16. <head>
  17. <style type="text/css">
  18.  
  19.  
  20. ::-webkit-scrollbar {
  21.  
  22. height: 4px;
  23.  
  24. width: 5px;
  25.  
  26. background: #fff;
  27.  
  28. }
  29.  
  30. ::-webkit-scrollbar-thumb {
  31.  
  32. background-color:#ccc;
  33.  
  34.  
  35.  
  36. -webkit-border-radius: 2px;
  37.  
  38. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  39.  
  40. }
  41.  
  42. ::-webkit-scrollbar-corner {
  43.  
  44. background: #transparent;
  45.  
  46. }
  47. #s-m-t-tooltip{
  48. position:absolute;
  49. background-color:#fff;
  50. padding:3px;
  51. z-index:999;border:1px solid #ccc;
  52. margin-top:10px;
  53. margin-left:5px;
  54. display:block;font-style:italic;
  55. text-transform:uppercase;
  56. font-size:10px;
  57. color:#000;
  58. }
  59.  
  60. </style>
  61. <title>BLOGROLL</title>
  62. <style type="text/css">
  63.  
  64. body {
  65. background-color: #fff;
  66. font-family:helvetica;
  67. font-size:10;
  68. }
  69.  
  70. a {
  71. text-decoration: none;
  72. font-family: helvetica;
  73. color: #fff;background-color:#ccc;
  74. padding:4px;-webkit-transition: opacity 1s linear; opacity:1; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out
  75. }
  76.  
  77. a:hover {
  78. background-color: #fff;
  79. border: none;color:#666;-webkit-transition: opacity 1s linear; opacity:1; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out
  80. }
  81.  
  82. #things {width:450px; height:400px; background-color:#fff; padding:10px; margin-top:100px; margin-left:450px; border:1px solid #ccc;}
  83.  
  84. #things a:hover {background-color:transparent; opacity:.6; ;-webkit-transition: opacity .6s linear; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out}
  85. #links {border-bottom:1px solid #ccc; padding:7px;}
  86.  
  87. h1 {
  88. font-family: 'Lobster', serif;
  89. color: #333;
  90. font-size: 3em;
  91. margin: 0;
  92. padding: 10px 0 10px 0;
  93. text-shadow: 2px 2px 1px #ccc;
  94. }
  95.  
  96. h2 {
  97. font-weight: bold;
  98. font-size: 1.2em;
  99. }
  100.  
  101. </style>
  102. <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  103. </head>
  104. <body>
  105. <div id="things"> <!-- TITLE GOES HERE, 450X60 PX -->
  106. <img src="http://static.tumblr.com/j5ngv58/HJQmnvczj/1.jpg">
  107.  
  108. <div style="overflow:auto; width:450px; height:290px; background-color: #ffffff; text-align: center;">
  109. {Block:Following}
  110. {Block:Followed}
  111.  
  112. <a href="{FollowedURL}" title="{FollowedTitle}" style="background-color:transparent;"> <img src="{FollowedPortraitURL-48}" alt="{FollowedURL}" style="padding:4px; border:1px solid #ccc;margin-top:3px;-webkit-filter: grayscale(1); "> </a>
  113. {/Block:Followed}
  114. {/Block:Following}
  115. </div>
  116. <div id="links"><center></br>
  117. <a href="/">BACK</a>
  118. <a href="/ask">ASK</a>
  119. <a href="/nav">NAV</a></center>
  120. </div>
  121.  
  122. </div>
  123. </div>
  124. </div>
  125. <div style="position:fixed; bottom:5px; right:5px; padding:2px 2px; font-size:10px; font-family:nexa;"><a href="http://damnaly.tumblr.com/">THEME</a></div>
  126.  
  127. </body>
  128. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement