Advertisement
whattheweasley

Blogroll Theme 1

May 18th, 2012
2,037
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <!-- DO NOT REMOVE THE FOLLOWING
  3. ► Blogroll #1 by Rachael: pevensied @ tumblr.com ◄
  4. • If you are using my theme, please leave the credit
  5. where it is.
  6. • You can custom to your heart's content, but do not
  7. redistribute it as your own under any circumstance.
  8. -->
  9.  
  10. <HTML>
  11.  
  12. <title>Blogroll</title>
  13. <link rel="shortcut icon" href="{Favicon}" />
  14.  
  15. <head>
  16.  
  17. <script type="text/javascript"src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  18.  
  19.  
  20. <script type="text/javascript" src="http://static.tumblr.com/z5o2pr2/4jEm2giux/jquery.style-my-tooltip.js"></script>
  21.  
  22. <script type="text/javascript">
  23. $().ready(function() {
  24. //applies to all elements with title attribute. Change to ".class[title]" to select only elements with specific .class and title
  25. $("[title]").style_my_tooltips({
  26. tip_follows_cursor: "on", //on/off
  27. tip_delay_time: 40 //milliseconds
  28. });
  29. });
  30. </script>
  31.  
  32. <link href='http://fonts.googleapis.com/css?family=Tulpen+One' rel='stylesheet' type='text/css'>
  33.  
  34.  
  35.  
  36. <style type="text/css">
  37.  
  38. /* ---------- scroll bar --------- */
  39. ::-webkit-scrollbar-thumb:vertical {background-color:#eee; height:30px;}
  40. ::-webkit-scrollbar-thumb:horizontal {background-color:#eee; height:10px!important;}
  41. ::-webkit-scrollbar {background-color:#fff; height:10px; width:5px;}
  42.  
  43.  
  44. body {
  45. background-color:{color:background};
  46. background-image: url('http://static.tumblr.com/z5o2pr2/7kBm3qvv2/gplaypattern.png'); /* ---------- Background Image --------- */
  47. background-position: center;
  48. background-attachment:fixed;
  49. background-repeat: repeat;
  50. }
  51.  
  52. a:link {
  53. color: #eee;
  54. text-decoration:none;
  55. -webkit-transition: all 0.7s ease-out;
  56. -moz-transition: all 0.7s ease-out;
  57. transition: all 0.7s ease-out;
  58.  
  59. }
  60. a:hover {
  61. background: transparent;
  62. color: #eee;
  63. text-decoration: none;
  64. }
  65.  
  66. /* ---------- name hover --------- */
  67.  
  68. #s-m-t-tooltip {
  69. position:absolute;
  70. background:#eee;
  71. padding:3px 5px 3px 5px;
  72. z-index:9999;
  73. display:inline-block;
  74. font-size:10px;
  75. font-family:calibri;
  76. line-height:12px;
  77. color:{color:text};
  78. }
  79.  
  80.  
  81. #container {
  82. margin-top:20px;
  83. margin-left:20px;
  84. width: 420px;
  85. }
  86.  
  87. /* ---------- Icons --------- */
  88. .icon img {
  89. width:60px;
  90. margin-left:4px;
  91. opacity:0.6;
  92. border:3px solid #171717;
  93. -webkit-transition: all 0.5s ease-out;
  94. -moz-transition: all 0.5s ease-out;
  95. transition: all 0.5s ease-out;
  96. }
  97. .icon img:hover {
  98. opacity:1;
  99. -webkit-transform: scale(1.2);
  100. }
  101.  
  102. /* ---------- Container --------- */
  103. .container {
  104. background: #eee;
  105. padding:10px 5px;
  106. line-height: 1.5;
  107. opacity:0.75;
  108. }
  109.  
  110. .title {
  111. font-size:30px;
  112. font-family:'Tulpen One';
  113. }
  114.  
  115. .home {
  116. margin-left:120px;
  117. margin-top:-30px;
  118. opacity:0.5;
  119. -webkit-transition: all 0.5s ease-out;
  120. -moz-transition: all 0.5s ease-out;
  121. transition: all 0.5s ease-out;
  122. }
  123. .home:hover {
  124. opacity:1;
  125. }
  126.  
  127. #credit {
  128. position:fixed;
  129. width:100px;
  130. right:3px;
  131. bottom:3px;
  132. line-height:5px;
  133. letter-spacing:0px;
  134. font:10px georgia;
  135. text-transform:lowercase;
  136. font-style:italic;
  137. }
  138.  
  139. </style>
  140. </head>
  141. <body>
  142.  
  143.  
  144. <div id="container">
  145. <div class="title">Currently Following; <div class="home"><a href="/"><img src="http://static.tumblr.com/z5o2pr2/JfNm346ah/home.png"></a>
  146. </div></div>
  147. <div class="entry">
  148. <div class="container">
  149. <div class="icon">
  150.  
  151. <center>
  152. {block:Following}{block:Followed}<a target="_blank" href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-64}" />{/block:Followed}{/block:Following}&nbsp;&nbsp;
  153. </center></div></div></div></div>
  154.  
  155. <iv class="info"><center></center></div>
  156.  
  157. <!-- Please do not remove this, if you do: You MUST give me some form of credit, or I will skin you -->
  158. <div id="credit"><a target="blank"href="http://pevensied.tumblr.com/stuff/themes"><font color="#808080">theme by pevensied</a></font></div>
  159.  
  160. </body>
  161. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement