Advertisement
Gived

blogroll theme 2

Jun 1st, 2013
4,513
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 KB | None | 0 0
  1. <!--
  2. gived
  3. -->
  4.  
  5. <link href='http://fonts.googleapis.com/css?family=Quicksand:400,700|The+Girl+Next+Door|Marck+Script|Lobster|Reenie+Beanie|Shadows+Into+Light+Two|Megrim|Rock+Salt|Raleway:100' rel='stylesheet' type='text/css'>
  6.  
  7.  
  8.  
  9.  
  10. <style type="text/css">
  11.  
  12. ::-webkit-scrollbar {width: 10px; height: 4px; background: #fff; }
  13.  
  14. ::-webkit-scrollbar-thumb { background-color:#000;}
  15.  
  16. a:link, a:active, a:visited{
  17. color:#999999;
  18. text-decoration: none;
  19. -webkit-transition: color 0.4s ease-out;
  20. -moz-transition: color 0.4s ease-out;
  21. }
  22.  
  23. body {
  24. background-color: #fff; /*BACKGROUND COLOR*/
  25. background-position:fixed;
  26. font-family:calibri;
  27. font-size:30px;
  28. color:#000;}
  29.  
  30.  
  31. #content{
  32. position:fixed !important;
  33. width:805px;
  34. height:65%;
  35. border: 1px solid #ececec; /*CONTENT BORDER*/
  36. padding:2px;
  37. margin-left:290px;
  38. margin-top:90px;
  39. font-size: 9px;
  40. line-height:11px;
  41. background-color:#fff;/*BACKGROUND COLOR*/
  42. font-family:helvetica;
  43. overflow:auto;
  44. text-align:left;
  45. }
  46.  
  47. #content img{
  48. border:1px solid #c4c4c4;
  49. padding:4px;
  50. margin:5px;
  51. width:78px;
  52. background-color: #fff;
  53. -webkit-transition: all 0.3s linear;
  54. -moz-transition: all 0.3s linear;
  55. transition: all 0.3s linear;
  56. }
  57.  
  58. #content img:hover{
  59. width:70px;
  60. padding:8px;
  61. -webkit-transition: all 0.3s linear;
  62. -moz-transition: all 0.3s linear;
  63. transition: all 0.3s linear;
  64. }
  65.  
  66. @font-face {
  67. font-family: "g";
  68. src: url('http://static.tumblr.com/a90iyxz/7y4mmuafe/iknowaghost.ttf');
  69. }
  70. .title{
  71. text-transform: uppercase;
  72. width: 210px;
  73. position: fixed;
  74. font-family:titulo;
  75. font-size:60px;
  76. letter-spacing:3px;
  77. line-height:auto;
  78. color:#999999;
  79. margin-top: 30px;
  80. background:;
  81. height:100%;
  82. margin-left: 590px;
  83. z-index:;
  84. display:inline;
  85. text-align:center;
  86. }
  87.  
  88.  
  89. @font-face {
  90. font-family: "titulo";
  91. src: url('http://static.tumblr.com/exioynw/NBFm4wy7z/bebasneue.otf');
  92. }
  93.  
  94. .links{
  95. text-transform: uppercase;
  96. width: 210px;
  97. background:;
  98. position: fixed;
  99. font-family:Quicksand;
  100. font-size:12px;
  101. font-weight:700;
  102. letter-spacing:1px;
  103. line-height:auto;
  104. color:#999999;
  105. margin-top: 44px;
  106. margin-left: 380px;
  107. z-index:9999;
  108. display:inline;
  109. border-right:1px solid #cecece;
  110. text-align:right;
  111. }
  112.  
  113.  
  114.  
  115.  
  116. #s-m-t-tooltip {
  117. max-width:300px;
  118. padding:3px 4px 5px 4px;
  119. margin:20px 0px 0px 20px;
  120. background-color:#fff; /* change the background color */
  121. border:1px solid #ddd; /* change the border color */
  122. font-family:calibri; /* change the font */
  123. font-size:9px; /* change the font size */
  124. letter-spacing:2px; /* change the letter spacing */
  125. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  126. color:#999; /* change the text color */
  127. z-index:999999999999999999999999999999999999;
  128.  
  129. }
  130.  
  131. </style>
  132.  
  133. <title>{title}</title>
  134. <div class="title">Blogroll
  135. </div>
  136.  
  137.  
  138.  
  139. <div class="links">
  140. <a href="/">home</a><br><a href="/ask">ask</a><br><a href="http://gived.tumblr.com">credit</a>
  141. </div>
  142.  
  143.  
  144. <div id="content">
  145.  
  146. {block:Following}{block:Followed}<a title='{FollowedName}' target='_blank' href='{FollowedUrl}'><img border='0' src='{FollowedPortraitURL-96}'/>{/block:Followed}{/block:Following}
  147. </div>
  148.  
  149.  
  150. </div>
  151. <div style="font-size: 10px; float: right; position: fixed; bottom: 5px; right: 5px; text-transform:lowercase;"><a href="http://gived.tumblr.com" title="theme credit"><img src="http://media.tumblr.com/tumblr_lpvqgehnPi1qffvip.gif"></a></div>
  152. </head>
  153. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  154.  
  155. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  156.  
  157. <script>
  158.  
  159. (function($){
  160.  
  161. $(document).ready(function(){
  162.  
  163. $("a[title]").style_my_tooltips({
  164.  
  165. tip_follows_cursor:true,
  166.  
  167. tip_delay_time:90,
  168.  
  169. tip_fade_speed:600,
  170.  
  171. attribute:"title"
  172.  
  173. });
  174.  
  175. });
  176.  
  177. })(jQuery);
  178.  
  179. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement