Advertisement
tomkirk

Blogroll #1

Apr 5th, 2014
5,773
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.08 KB | None | 0 0
  1. <!--
  2. [ T H E M E B Y ]
  3.  
  4. ○ ● ○
  5.  
  6. [ T O M K I R K ]
  7.  
  8.  
  9. *** icons won't show up when you're customizing but they'll come up on the actual page on your blog
  10. -->
  11. <html>
  12. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  13. <html xmlns="http://www.w3.org/1999/xhtml">
  14. <head>
  15.  
  16.  
  17.  
  18. <title>
  19. {block:PostSummary}
  20. {PostSummary} - {/block:PostSummary}
  21.  
  22. Blogroll
  23.  
  24. </title>
  25. </style>
  26.  
  27. <style type="text/css">
  28.  
  29. iframe#tumblr_controls {-webkit-filter:invert(100%);right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  30. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: .9;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  31.  
  32. ::-webkit-scrollbar {width:16px; height:16px; background:#ffffff}
  33. ::-webkit-scrollbar-thumb { background-color: #e8e8e8;border:5px solid #ffffff;}
  34.  
  35. #s-m-t-tooltip {max-width:300px;padding:3px;padding-left:3px;padding-bottom:3px;padding-right:4px;font-size:10px;line-height:10px;font-style:italic;margin:25px 20px 25px 20px;background-color:white;color:black;border:1px solid #ebebeb;z-index:999999999999999999999999999999999999;box-shadow:rgba(0,0,0,0.07)3px 3px;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;transition: all 0.2s ease;}
  36.  
  37. body{
  38. background-color:#ffffff; /*background hex color code*/
  39. background-image:url(); /*insert image url between parentheses*/
  40. background-attachment:fixed;
  41. background-repeat:repeat;
  42. background-position:center;
  43. /*
  44. background-size:100% 100%; -remove dashes, asterisks, and this text to make background picture fit entire screeen-
  45. */
  46. font-size:10px;
  47. line-height:14px; /*make this number slightly bigger than font-size*/
  48. font-family:consolas;
  49. color:#666666; /*font color*/
  50. }
  51.  
  52. a:link, a:active, a:visited{
  53. color:#666666; /*link color*/
  54. text-decoration:none; /*can put underline for underlined links*/
  55. }
  56.  
  57. a:hover{
  58. color:#666666; /*link hover color*/
  59. text-decoration:none;
  60. }
  61.  
  62. #container{
  63. margin:auto;
  64. width:340px;
  65. }
  66.  
  67. #box{
  68. position:fixed;
  69. margin-left:20px;
  70. margin-top:200px;
  71. padding:8px;
  72. width:300px;
  73. background:#ffffff; /*box color*/
  74. border:1px solid #ebebeb; /*change color code for different colored borders*/
  75. box-shadow:rgba(0,0,0,0.07)-7px 7px;
  76. z-index:1;
  77. /*delete the following for no rounded edges*/
  78. -webkit-border-bottom-right-radius: 4px;
  79. -webkit-border-bottom-left-radius: 4px;
  80. -moz-border-radius-bottomright: 4px;
  81. -moz-border-radius-bottomleft: 4px;
  82. border-bottom-right-radius: 4px;
  83. border-bottom-left-radius: 4px;
  84. }
  85.  
  86. #all {
  87. height:260px;
  88. overflow:hidden;
  89. overflow-y:scroll;
  90. }
  91.  
  92. .portraits img{
  93. padding:2px;
  94. width:31px;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;
  95. }
  96.  
  97. .portraits img:hover{
  98. -webkit-transform: scale(1.15);
  99. -moz-transform: scale(1.15);
  100. transform: scale(1.15);
  101. }
  102.  
  103. #bar{
  104. position:absolute;
  105. margin-top:182px;
  106. margin-left:20px;
  107. padding:3px;
  108. padding-right:5px;
  109. text-align:right;
  110. width:308px;
  111. height:11px;
  112. background:#e8e8e8; /*bar background*/
  113. border:1px solid #ebebeb; /*matching border color with #box border looks best*/
  114. /*delete the following for no rounded edges*/
  115. -webkit-border-top-left-radius: 4px;
  116. -webkit-border-top-right-radius: 4px;
  117. -moz-border-radius-topleft: 4px;
  118. -moz-border-radius-topright: 4px;
  119. border-top-left-radius: 4px;
  120. border-top-right-radius: 4px;
  121. }
  122.  
  123. .bartitle{
  124. float:left;
  125. font-weight:bold;
  126. }
  127.  
  128. .bartitle:first-letter{
  129. text-decoration:underline;
  130. }
  131.  
  132. blockquote{
  133. padding-left:5px;
  134. margin-left:15px;
  135. margin-right:0px;
  136. margin-top:5px;
  137. margin-bottom:0px;
  138. border-left:2px solid #e8e8e8;
  139. }
  140.  
  141. .p {padding-top:5px;}
  142. .ol, ul {margin-left:10px;padding:5px;}
  143. .ul {list-style-type:square;}
  144.  
  145. {CustomCSS}
  146. </style>
  147.  
  148. <link rel="shortcut icon" href="{Favicon}">
  149. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  150.  
  151. </head>
  152.  
  153.  
  154. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  155.  
  156. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  157.  
  158. <script>
  159. (function($){
  160. $(document).ready(function(){
  161. $("a[title]").style_my_tooltips({
  162. tip_follows_cursor:true,
  163. tip_delay_time:200,
  164. tip_fade_speed:300,
  165. attribute:"title"
  166. });
  167. });
  168. })(jQuery);
  169. </script>
  170.  
  171. <body>
  172. <div id="container">
  173.  
  174. <div id="bar">
  175. <span class="bartitle"> <a href="/blogroll">Blogroll...</a> </span>
  176. <a title="return home"href="/"><img src="http://media.tumblr.com/691ba4289e39661cfb6559164f39f3c0/tumblr_inline_msy5o89F1X1qz4rgp.png"></a>
  177. <a title="message"href="/ask"><img src="http://media.tumblr.com/36615af987980409c80cc67cae27013d/tumblr_inline_msy5o5RiHU1qz4rgp.png"></a>
  178. <a title="dashboard"href="http://www.tumblr.com/dashboard"><img src="http://media.tumblr.com/7cd16259d770a6d5f4a6350dc962a48e/tumblr_inline_msy5nqetZl1qz4rgp.png"></a>
  179. </div>
  180.  
  181. <div id="box">
  182. <center>
  183. <div id="all">
  184. <div class="portraits">
  185. {block:Following}{block:Followed}
  186. <a title="{FollowedName}"href="{FollowedURL}"><img src="{FollowedPortraitURL-96}"></a>
  187. {/block:Followed}{/block:Following}
  188. </div>
  189. </div>
  190. </center>
  191. </div>
  192. </div>
  193.  
  194. <div style="position:fixed;right:0;bottom:0;padding:15px;">
  195. <a title="theme by tomkirk"href="http://tomkirk.tumblr.com/">▲</a>
  196. </div>
  197. </body>
  198. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement