Advertisement
kawaiibuu

blogroll theme 1

Oct 18th, 2013
528
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | None | 0 0
  1. <head>
  2.  
  3. <title>{Title}: blogroll</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  6.  
  7.  
  8.  
  9.  
  10. <style type="text/css">
  11.  
  12.  
  13. body {
  14. color: #000000;
  15. background:#fff;
  16. background-repeat: repeat;
  17. background-attachment: fixed;
  18. font-family: consolas;
  19. line-height:110%;
  20. font-size: 10px;
  21. }
  22.  
  23.  
  24.  
  25. ::-webkit-scrollbar {width: 3px; height: 0px; padding-right:5px;background:#fff;}
  26.  
  27. ::-webkit-scrollbar-thumb {background-color:#000000; }
  28.  
  29. a:link, a:active, a:visited{
  30. color:#fff;
  31. text-decoration: none;
  32. }
  33.  
  34. a:hover {
  35. color:#000;
  36. text-decoration: none;
  37. }
  38.  
  39.  
  40. #content {
  41. width: 500px;
  42. margin: 10px auto;
  43. background:;
  44. }
  45.  
  46.  
  47. .header {
  48. background:transparent;
  49. margin-top:100px;
  50. display:block;
  51. }
  52.  
  53.  
  54.  
  55. .links {
  56. z-index: 999999;
  57. width: 570px;
  58. position: fixed;
  59. margin-top: 19px;
  60. font-size: 9px;
  61. font-family:arial;
  62. padding:2px 0px 0px 0px;
  63. text-align: center;
  64. text-transform:uppercase;
  65. letter-spacing:1px;
  66. line-height:11px;
  67. }
  68.  
  69. .links a {
  70. padding:2px 4px 2px 4px;
  71. color:#000;
  72. background: #fff;
  73. margin-top:-3px;
  74. }
  75.  
  76. .links a:hover {
  77. text-decoration:none;
  78.  
  79. color:#000;
  80. padding:2px 4px 2px 4px;
  81. -webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;transition: all .2s ease-in-out;
  82. }
  83.  
  84. .entry {
  85. float: left;
  86. width: 580px;
  87. padding:5px;
  88. display: block;
  89. position: relative;
  90. background:#ffffff;
  91. height: 345px;
  92. border: 1px solid #000;
  93. margin-top:10px;
  94. }
  95.  
  96. #about {
  97. width: 540px;
  98. height: 300px;
  99. overflow-y: scroll;
  100. padding-top: 20px;
  101. padding-left: 20px;
  102. padding-right: 20px;
  103. background-color: #fff;
  104. text-transform:uppercase;
  105. -moz-border-radius: 5px;
  106. border-radius: 5px;
  107. }
  108.  
  109. #about img {
  110. width:48px;
  111. height:48px;
  112. opacity: 0.7;
  113. -webkit-transition-duration:.7s;}
  114.  
  115. #about img:hover {
  116. opacity:.9;
  117. -webkit-transition: 0.2s ease-in;}
  118. #pagination{
  119. display:none;
  120. }
  121.  
  122.  
  123. .text {
  124. padding: 10px;
  125. }
  126.  
  127.  
  128.  
  129. </style>
  130. </head>
  131. <body>
  132.  
  133. <div id="content">
  134.  
  135. <div class="header"> <span class="links">
  136. <a href="/" title="return">home</a>
  137. <a href="/ask" title="ask">message</a>
  138. <a href="/archive" title="index">history</a>
  139. <a href="http://jubileethemes.tumblr.com/" title="more at">&copy</a>
  140. </span>
  141. <div style="z-index: -99; margin-left: -22px; margin-top: -10px; position:fixed;">
  142. <img src="http://i.imgur.com/BPslKZz.gif" /><img src="http://i.imgur.com/BPslKZz.gif" /><img src="http://i.imgur.com/BPslKZz.gif" /><img src="http://i.imgur.com/BPslKZz.gif" style="position:fixed;" />
  143. </div>
  144. </div>
  145. <div class="entry">
  146. <div id="about">
  147. <center><br><br>
  148. {block:Following}{block:Followed}<a href='{FollowedURL}'>
  149. <img src='{FollowedPortraitURL-48}' />
  150. {/block:Followed}{/block:Following}
  151. </center>
  152. </div>
  153.  
  154. <div style="margin-left: -22px; margin-top: 10px;">
  155. <img src="http://i.imgur.com/BPslKZz.gif" /><img src="http://i.imgur.com/BPslKZz.gif" /><img src="http://i.imgur.com/BPslKZz.gif" /><img src="http://i.imgur.com/BPslKZz.gif" style="position:fixed;" />
  156. </div>
  157. </div>
  158. </div>
  159.  
  160.  
  161.  
  162. <script>
  163. (function($){
  164. $(document).ready(function(){
  165. $("[title],a[title],img[title]").style_my_tooltips({
  166. tip_follows_cursor:true,
  167. tip_delay_time:100,
  168. tip_fade_speed:300,
  169. attribute:"title"
  170. });
  171. });
  172. })(jQuery);
  173. </script>
  174.  
  175. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement