Advertisement
briqhter

theme pack 1 blogroll

Nov 28th, 2014
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.50 KB | None | 0 0
  1. <!--
  2. theme pack #1 - blogroll by Sabina (briqhter/cutiephil)
  3. please do not remove the credit
  4. -->
  5.  
  6. <!DOCTYPE html>
  7. <html lang="en">
  8.  
  9. <head>
  10.  
  11. <!------script1------>
  12. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  13. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  14. <script>
  15. (function($){
  16. $(document).ready(function(){
  17. $("a[title]").style_my_tooltips({
  18. tip_follows_cursor:true,
  19. tip_delay_time:90,
  20. tip_fade_speed:600,
  21. attribute:"title"
  22. });
  23. });
  24. })(jQuery);
  25. </script>
  26. <!------script2------>
  27.  
  28. <style type="text/css">
  29.  
  30. /* fonts */
  31. @font-face { font-family:"bb"; src: url('https://dl.dropboxusercontent.com/s/mw5tqnd88mxflxw/Saniretro.ttf');}
  32. /* basics1 */
  33. body {
  34. font-family:calibri;
  35. font-size:11px;
  36. line-height:12px;
  37. color:#888;
  38. background-color:#ffffff;
  39. background-image:url(http://static.tumblr.com/bgzjy3u/0Zznfopt2/tumblr_inline_mx3lrqyox41r8f9nah.gif); /* replace this with your background image */
  40. background-attachment:fixed;
  41. background-repeat:repeat;
  42. }
  43.  
  44. a:link, a:active, a:visited{
  45. color:#888;
  46. text-decoration:none;
  47. }
  48.  
  49. a:hover {
  50. color: #888;
  51. }
  52.  
  53. img {
  54. border:0;
  55. max-width:100%;
  56. }
  57.  
  58. #s-m-t-tooltip {
  59. max-width:300px;
  60. padding:5px;
  61. margin:20px 0px 0px 20px;
  62. background: #fff; /* change the background color */
  63. border:1px solid #f0b484; /* change the border color */
  64. font-family:calibri; /* change the font */
  65. font-size:8px; /* change the font size */
  66. line-height:8px; /* change the font size */
  67. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  68. color:#f0b484; /* change the text color */
  69. letter-spacing:1px;
  70. z-index:999999999999999999999999999999999999;
  71. }
  72.  
  73. ::-webkit-scrollbar {width: 2px; height: 4px; background: #f3e2d7; }
  74. ::-webkit-scrollbar-thumb { background-color: #f0b484; -webkit-border-radius: 1ex; }
  75.  
  76. /* basics2 */
  77.  
  78. #wrap{
  79. margin:auto;
  80. position: absolute;
  81. overflow:hidden;
  82. width:880px;
  83. height:600px;
  84. top: 0; left: 0; bottom: 0; right: 0;
  85. }
  86.  
  87. #content {
  88. z-index:10;
  89. position:fixed;
  90. overflow:hidden;
  91. margin-top:0px;
  92. margin-left:424px;
  93. width:436px;
  94. height:600px;
  95. background-color:#ffffff;
  96. background-image:url(http://static.tumblr.com/bgzjy3u/0Zznfopt2/tumblr_inline_mx3lrqyox41r8f9nah.gif); /* replace this with your background image */
  97. background-attachment:fixed;
  98. background-repeat:repeat;
  99. }
  100.  
  101. #sidebar {
  102. position:fixed;
  103. margin-left:0px;
  104. margin-top:0px;
  105. width:440px;
  106. height:600px;
  107. background:#fff;
  108. }
  109.  
  110. #sidebar img{
  111. height:600px;
  112. width:440px;
  113. overflow:hidden;
  114. }
  115.  
  116. #backbar {
  117. z-index:1;
  118. position:fixed;
  119. margin-left:440px;
  120. margin-top:0px;
  121. width:440px;
  122. height:600px;
  123. background:#fff;
  124. }
  125.  
  126. #backbar img{
  127. height:600px;
  128. width:440px;
  129. overflow:hidden;
  130. }
  131.  
  132. #box1 {
  133. position:fixed;
  134. overflow-y:scroll;
  135. margin-top:0px;
  136. margin-left:0px;
  137. width:416px;
  138. height:500px;
  139. background:white;
  140. font-size:11px;
  141. line-height:15px;
  142. padding:10px;
  143. border-bottom:1px solid #f0b484;
  144. border-top:1px solid #f0b484;
  145. }
  146.  
  147. #follow{
  148. z-index:6;
  149. position:static;
  150. float: left;
  151. margin:4px;
  152. padding:4px;
  153. height:41px;
  154. width:41px;
  155. border:1px solid #eee;
  156. background:white;
  157. -webkit-transition: all 0.8s ease;
  158. -moz-transition: all 0.8s ease;
  159. -o-transition: all 0.8s ease;
  160. transition: all 0.8s ease;
  161. }
  162.  
  163. #follow img{
  164. height:41px;
  165. width:41px;
  166. opacity:0.7;
  167. -webkit-transition: all 0.8s ease;
  168. -moz-transition: all 0.8s ease;
  169. -o-transition: all 0.8s ease;
  170. transition: all 0.8s ease;
  171. }
  172.  
  173. #follow:hover img{
  174. opacity:1;
  175. }
  176.  
  177. #follow:hover{
  178. border:1px solid #f0b484;
  179. color:white;
  180. }
  181.  
  182. #btitle {
  183. z-index:3;
  184. position:fixed;
  185. margin-top:540px;
  186. margin-left:12px;
  187. width:440px;
  188. height:100px;
  189. color:#f0b484;
  190. font-family:bb;
  191. font-size:80px;
  192. line-height:60px;
  193. text-transform:uppercase;
  194. }
  195.  
  196. #btitleshadow{
  197. z-index:2;
  198. position:fixed;
  199. margin-top:537px;
  200. margin-left:16px;
  201. width:440px;
  202. height:100px;
  203. color:#f3e2d7;
  204. font-family:bb;
  205. font-size:80px;
  206. line-height:60px;
  207. text-transform:uppercase;
  208. }
  209.  
  210. #credit {
  211. z-index: 4783;
  212. position:fixed;
  213. bottom:10px;
  214. right:10px;
  215. background:white;
  216. border: 1px solid #eee;
  217. padding: 3px;
  218. font-family: times;
  219. font-size: 10px;
  220. line-height: 15px;
  221. font-style:italic;
  222. transition: all 0.6s ease-out;
  223. -o-transition-transition: all 0.4s ease-out;
  224. -webkit-transition: all 0.4s ease-out;
  225. -moz-transition: all 0.4s ease-out;
  226. }
  227.  
  228. #credit a{
  229. color:#bbb;
  230. }
  231.  
  232. #credit:hover{
  233. opacity: 2;
  234. transition: all 0.6s ease-out;
  235. -o-transition-transition: all 0.4s ease-out;
  236. -webkit-transition: all 0.4s ease-out;
  237. -moz-transition: all 0.4s ease-out;
  238. }
  239.  
  240. {CustomCSS}
  241.  
  242. </style>
  243.  
  244. <title>Blogroll</title>
  245. <link rel="shortcut icon" href="{Favicon}" />
  246.  
  247. </head>
  248.  
  249. <body>
  250.  
  251. <div id="credit"><a href="http://cutiephil.tumblr.com">CP</a></div>
  252.  
  253. <div id="wrap">
  254.  
  255. <div id="sidebar">
  256. <img src="http://static.tumblr.com/bgzjy3u/gSynfopuz/grace_helbig_robin_roemer_002snjk.jpg"><!--put the url of the image you want here-->
  257. </div>
  258. <div id="backbar">
  259. <img src="http://static.tumblr.com/bgzjy3u/gSynfopuz/grace_helbig_robin_roemer_002snjk.jpg"><!--put the url of the image you want here-->
  260. </div><!--sidebar-->
  261.  
  262. <div id="content">
  263.  
  264. <div id="box1">
  265. {block:Following}{block:Followed}
  266. <a href="{FollowedURL}" title="{FollowedName}"><div id="follow"><img src="{FollowedPortraitURL-48}" align="left"></div></a>
  267. {/block:Followed}{/block:Following}
  268. </div>
  269.  
  270. <!-----change blogroll//) to anything you want as the main title------>
  271. <div id="btitle">blogroll//</div>
  272. <div id="btitleshadow">blogroll//</div>
  273.  
  274. </div><!--content-->
  275.  
  276. </div><!--wrap-->
  277. </body>
  278.  
  279. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement