moanszayn

Page 12

Sep 6th, 2014
455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!------------------------------------------------------------------
  5.  
  6. BLOGROLL BY AILEEN
  7.  
  8. base by salazhar
  9.  
  10.  
  11. ------------------------------------------------------------------->
  12.  
  13. <title>Blogroll</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15.  
  16. <!-- TOOLTIP SCRIPTS -->
  17. <script type="text/javascript"
  18. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  19. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  20. <script>
  21. (function($){
  22. $(document).ready(function(){
  23. $("[title]").style_my_tooltips({
  24. tip_follows_cursor:true,
  25. tip_delay_time:200,
  26. tip_fade_speed:300
  27. }
  28. );
  29. });
  30. })(jQuery);
  31. </script>
  32.  
  33. <style type="text/css">
  34.  
  35. ::-webkit-scrollbar-thumb:vertical {border:1px solid #EBEEFF;height:12px; background-color:#EBEEFF;}
  36. ::-webkit-scrollbar-thumb:horizontal {background-color:#EBEEFF;}
  37. ::-webkit-scrollbar {background-color:white;height:7px;width:7px;border:5px solid #f1f1f1;}
  38.  
  39. /** BODY **/
  40. body{
  41. font-family:Arial;
  42. }
  43.  
  44. /** TOOLTIPS **/
  45. #s-m-t-tooltip{
  46. font:arial;
  47. font-weight:bold;
  48. max-width:300px;
  49. margin:15px;
  50. padding:5px 5px;
  51. background:#06d190; /** tooltip background color **/
  52. color:#fff; /** toolip color **/
  53. z-index:999999;
  54. font-size:11px;
  55. text-transform:lowercase;
  56. }
  57.  
  58. /** LINKS **/
  59. a{
  60. text-decoration:none;
  61. -webkit-transition-duration:.6s;
  62. -moz-transition-duration:.6s;
  63. -o-transition-duration:.6s;
  64. -ms-transition-duration:.6s;
  65. }
  66.  
  67. a:hover{
  68. -webkit-transition-duration:.6s;
  69. -moz-transition-duration:.6s;
  70. -o-transition-duration:.6s;
  71. -ms-transition-duration:.6s;
  72. }
  73.  
  74.  
  75. /** CONTAINER **/
  76. #content {
  77. background:#ADE8F0;
  78. margin:0 auto;
  79. margin-top:10px;
  80. width:650px;
  81. height:450px;
  82. overflow-y:auto;
  83. box-shadow:5px 5px 2px #f1f1f1;
  84. }
  85.  
  86. /** ICONS **/
  87. #content img{
  88. margin-left:5px;
  89. width:50px;
  90. padding:3px;
  91. border:5px solid #ADE8F0;
  92. -webkit-transition-duration:.6s;
  93. -moz-transition-duration:.6s;
  94. -o-transition-duration:.6s;
  95. -ms-transition-duration:.6s;
  96. }
  97.  
  98. #content img:hover{
  99. opacity:.7;
  100. border:5px solid #00BBBB;
  101.  
  102. }
  103.  
  104. /** TITLE **/
  105. #title{
  106. padding-bottom:10px;
  107. padding-top:10px;
  108. font-size:30px;
  109. font-family:arial;
  110. font-weight:bold;
  111. width:650px;
  112. margin:0 auto;
  113. margin-top:50px;
  114. color:#fff;
  115. background:#9ff4c5;
  116. text-align:center;
  117. -webkit-transition-duration:1s;
  118. text-shadow:10px 0px transparent, -10px 0px transparent;
  119. -webkit-transition: all 0.5s linear;
  120. box-shadow:5px 5px 2px #f1f1f1;
  121. }
  122.  
  123. #title a{
  124. color:#fff;
  125. padding-bottom:15px;
  126. }
  127.  
  128. /** CREDIT **/
  129. .credit a{
  130. font-size:7px;
  131. bottom:7px;
  132. right:10px;
  133. position:fixed;
  134. letter-spacing:1px;
  135. font-weight:bold;
  136. text-transform:uppercase;
  137. color:#000;
  138. text-decoration:none;
  139. }
  140.  
  141. .credit a:hover{
  142. color:#eee;
  143. }
  144.  
  145.  
  146. </style>
  147. </head>
  148. <body>
  149.  
  150. <div id="title">chipotleigh's blogroll;
  151. <a href="/"style="font-size:25px;padding-bottom:5px">back • </a>
  152. <a href="/ask"style="font-size:25px;padding-bottom:5px">ask • </a>
  153. <a href="http://tumblr.com"style="font-size:25px;padding-bottom:5px">dash </a>
  154. </div>
  155.  
  156. <div id="content">
  157.  
  158. {block:Following}{block:Followed}<a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-48}">{/block:Followed}{/block:Following}
  159. </div>
  160.  
  161. <div class="credit"><a href="http://champaynepapi.tumblr.com">CL</a></div>
  162.  
  163. </body>
  164. </html>
Advertisement
Add Comment
Please, Sign In to add comment