Advertisement
maryaciolli

new blogroll 2.0

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