Advertisement
maryaciolli

new blogroll

Nov 13th, 2013
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!---Blogroll by Mary Aciolli // (shampaim.tumblr.com) don't copy, please--->
  5.  
  6. <title>{title} | blogroll</title>
  7.  
  8. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  9.  
  10. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  11.  
  12. <script>
  13.  
  14. (function($){
  15.  
  16. $(document).ready(function(){
  17.  
  18. $("a[title]").style_my_tooltips({
  19.  
  20. tip_follows_cursor:true,
  21.  
  22. tip_delay_time:0,
  23.  
  24. tip_fade_speed:0,
  25.  
  26. attribute:"title"
  27.  
  28. });
  29.  
  30. });
  31.  
  32. })(jQuery);
  33.  
  34. </script>
  35. </head>
  36.  
  37. <style type="text/css">
  38.  
  39. body{font-family:'arvil'; font-size: 11px;color: #696969;background: url('');background-color:#fff;background-attachment:fixed;line-height: 13px;text-align:justify;}
  40.  
  41. #content{margin: auto;margin-bottom: 15px;z-index:4;width:490px;margin-top:20px;text-align:justify;}
  42.  
  43. b, strong { color: #CEB7C4;}
  44. u, underline {color:#D2D2D2; border-bottom: 1px dashed #E0D0D9; text-decoration: none;}
  45. i { color: #E5E5E5;}
  46. s, strike { color: #D7EEEE;}
  47. a {color:#b5b5b5; text-decoration:none;}
  48. a:hover{color:#b5b5b5;text-decoration:none;}
  49.  
  50. .caixa{padding: 10px;margin-bottom: 15px;text-align:justify; border:0px double #fff; text-decoration:uppercase; border-top:1px dotted #696969}
  51.  
  52. .banner {;width:500px; height:45px; text-align:center; padding-top:5px; font-size:12px; font-family: 'arvil'; text-decoration:uppercase;}
  53.  
  54. .icons{border: 1px solid #b5b5b5; margin: 1px; width: 60px; height:60px; opacity: 0.9; -webkit-transition: all 1s ease; border-radius: 360px; background:#fff; padding:10px; filter:gray; -webkit-filter: grayscale(0%);}
  55. .icons:hover{ opacity:0.7; filter:gray; -webkit-filter: grayscale(100%);}
  56.  
  57. .nome{background:#b5b5b5; font-size:9px; font-family: 'arvil'; text-decoration:uppercase;}
  58.  
  59. @font-face {font-family: "arvil";
  60. src: url('http://static.tumblr.com/nqcm3ld/G1Mmhlp7u/arvil.ttf'); format("truetype"); }
  61.  
  62. @font-face {font-family: "andy";
  63. src: url('http://static.tumblr.com/nqcm3ld/7XSmhlotu/andyfont.ttf'); format("truetype"); }
  64.  
  65. letra{font-family: "andy"; font-size:65px;}
  66.  
  67. #s-m-t-tooltip {
  68. max-width:150px;
  69. padding:5px 10px 5px 10px;
  70. margin:20px 14px 7px 10px;
  71. border:1px solid #eee; /* change the border color */
  72. background-color:#fff; /* change the background color */
  73. font-family:Calibri; /* change the font */
  74. font-style: normal;
  75. font-size:10px; /* change the font size */
  76. line-height:11px;
  77. letter-spacing:1px; /* change the letter spacing */
  78. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  79. color:#999; /* change the text color */
  80. z-index:999;
  81. }
  82.  
  83. </head>
  84. </style>
  85.  
  86. <body>
  87.  
  88. <div id="pagina"><center><div id="content">
  89. <div class="banner">
  90.  
  91. <letra>Blogroll</letra><br><br>
  92.  
  93. <a href="/">back</a>
  94.  
  95. </div><br>
  96.  
  97. <div class="caixa"> {block:Following} {block:Followed} <a title="{FollowedTitle}" target="blank" href="{FollowedURL}"><img src="{FollowedPortraitURL-96}"alt="{FollowedURL}"class="icons"></a>{/block:Followed}
  98. </div>
  99. </div>
  100.  
  101. </center></div>
  102. </div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement