kingsdylan

theme #16; bonsai

Jul 19th, 2014
713
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.53 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- hi hope you like this theme and i hope you will also follow the rules, or else i will found you, and then i will kill you (。◕‿◕。) --->
  9.  
  10. <meta name="color:Background" content="#bfdbf3"/>
  11. <meta name="color:Text" content="#838282"/>
  12. <meta name="color:Link" content="#b8b8b8"/>
  13. <meta name="color:Hover" content="#e3e3e3"/>
  14.  
  15. <meta name="image:sidebar" content=""/>
  16.  
  17. <meta name="text:link1" content="Link1"/>
  18. <meta name="text:link1 tooltip" content="tooltip1"/>
  19. <meta name="text:link1 url" content="/"/>
  20. <meta name="text:link2" content="Link2"/>
  21. <meta name="text:link2 tooltip" content="tooltip2"/>
  22. <meta name="text:link2 url" content="/"/>
  23. <meta name="text:link3" content="Link3"/>
  24. <meta name="text:link3 tooltip" content="tooltip3"/>
  25. <meta name="text:link3 url" content="/"/>
  26. <meta name="text:link4" content="Link4"/>
  27. <meta name="text:link4 tooltip" content="tooltip4"/>
  28. <meta name="text:link4 url" content="/"/>
  29.  
  30. <meta name="color:border" content="#fff"/>
  31. <meta name="select:font" content="bitxmap" title="bitxmap">
  32. <meta name="select:font" content="arial" title="arial">
  33. <meta name="select:font" content="calibri" title="calibri">
  34. <meta name="select:font" content="Mixtape Mike" title="Mixtape Mike">
  35.  
  36. <style type="text/css">
  37.  
  38. ::-webkit-scrollbar {background-color: #ffffff; height:8px; width:4px}
  39. ::-webkit-scrollbar-thumb:vertical {background-color: #f5dbf3; height:50px}
  40. ::-webkit-scrollbar-thumb:horizontal {background-color: #dadada; height:8px!important}
  41.  
  42. iframe#tumblr_controls {
  43. white-space:nowrap;
  44. -webkit-filter: invert(100%);
  45. -moz-filter: invert(100%);
  46. -o-filter: invert(100%);
  47. -ms-filter: invert(100%);
  48. filter: invert(100%);
  49. opacity:.2;transition: .8s ease-in-out;
  50. -webkit-transition: .8s ease-in-out;
  51. -moz-transition: .8s ease-in-out;
  52. -o-transition: .8s ease-in-out;}
  53.  
  54.  
  55. body {
  56. margin:0px;
  57. color:{color:text};
  58. font-family:arial;
  59. font-size:10px;
  60. line-height:100%;
  61. font-family:bitxmap;
  62. background: url(http://38.media.tumblr.com/743aa9e0a25fa464224ac7f704412289/tumblr_n5z7j3a9LF1sbc4eko3_250.png) no-repeat center center fixed;
  63. -webkit-background-size: cover;
  64. -moz-background-size: cover;
  65. -o-background-size: cover;
  66. background-size: cover; }
  67. }
  68.  
  69. a {
  70. text-decoration:none;
  71. outline:none;
  72. -moz-outline-style:none;
  73. color:{color:link};
  74. }
  75.  
  76. a:hover{
  77. color:{color:hover};
  78. }
  79.  
  80. a {
  81. cursor:help;
  82. text-decoration:none;
  83. outline:none;
  84. -moz-outline-style:none;
  85. color:{color:link};
  86. -moz-transition-duration:0.1s;
  87. -webkit-transition-duration:0.1s;
  88. -o-transition-duration:0.1s;
  89. }
  90.  
  91. img {
  92. border:none;
  93. }
  94.  
  95. blockquote {
  96. padding-left:5px;
  97. border-left:2px solid;
  98. }
  99.  
  100. blockquote blockquote {
  101. padding-left:5px;
  102. border-left:2px solid;
  103. }
  104.  
  105. h1 {
  106. font-size:15px;
  107. }
  108.  
  109. #entries {
  110. padding:10px;
  111. width:400px;
  112. margin-left:580px;
  113. margin-top:240px;
  114. }
  115.  
  116. #post {
  117. width:250px;
  118. margin-bottom:10px;
  119. background:transparent;
  120. padding:10px;
  121. border:solid #e3e3e3 1px;
  122. box-shadow:rgba(0,0,0,0.05)10px 9px;
  123. }
  124.  
  125.  
  126.  
  127. #sidebar {
  128. position:absolute;
  129. margin-left:645px;
  130. margin-top:-210px;
  131. background:transparent;
  132. padding-left:10px;
  133. padding-right:10px;
  134. padding-bottom:10px;
  135. padding-top:0px;
  136. border:#e3e3e3 solid 1px;
  137. box-shadow:rgba(0,0,0,0.05)10px 9px;
  138. width:130px;
  139.  
  140. }
  141.  
  142.  
  143. #title {
  144. font-size:20px;
  145. text-align:left;
  146. margin-bottom:5px;
  147. font-family:lala;
  148. }
  149.  
  150. #sidebarimage {
  151. width 60px;
  152. margin-left:35px;
  153. }
  154.  
  155. #sidebarimage img {
  156. width:60px;
  157. }
  158.  
  159. #links{
  160. font-size:9px;
  161. padding-left:0px;
  162. padding-top:10px;
  163. word-spacing:18px;
  164. width:250px;
  165.  
  166. }
  167.  
  168. #links a{
  169. background-color:white;
  170. width:0px;
  171. height:0px;
  172. display:inline-block;
  173. -moz-transition-duration:0.3s;
  174. -webkit-transition-duration:0.3s;
  175. -o-transition-duration:0.3s;
  176. }
  177.  
  178. #links a:hover {
  179. background-color:white;
  180. border: 0px double #a4a4a8;
  181. -moz-transition-duration:0.3s;
  182. -webkit-transition-duration:0.3s;
  183. -o-transition-duration:0.3s;
  184. }
  185.  
  186. #description {
  187. text-align:center;
  188. margin-top:-4px;
  189. width:130px;
  190. margin-left:3px;
  191. padding-top:5px;
  192. }
  193.  
  194. #info {
  195. text-align:center;
  196. margin-top:10px;
  197. background:white;
  198. border:solid 1px #e3e3e3;
  199. padding:5px;
  200. border-radius:5px;
  201. }
  202.  
  203. <!------ ASK/ANSWERED ------>
  204.  
  205. #asker {
  206. font-size: 9px;
  207. padding:5px;
  208. text-align:left;
  209. font-family:arial;
  210. color: #b6afaf;
  211. background-color:white;
  212. }
  213.  
  214. #askerj {
  215. border-radius: 100px;
  216. float: left;
  217. padding-left: 4px;
  218. padding-right: 8px;
  219. padding-top: 4px;
  220. }
  221.  
  222. #askerj img {
  223. border-radius: 100px;
  224. }
  225.  
  226. @font-face { font-family: "cedarcursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v1/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  227.  
  228. #urlasker {
  229. font-family:cedarcursive;
  230. font-size:15px;
  231. }
  232.  
  233. #answer {
  234. text-align: right;
  235. background-color: #fcfcfc;
  236. color: #b6afaf;
  237. padding:1px;
  238. padding-top:30px;
  239. padding-right:9px;
  240. padding-left:11px;
  241. }
  242.  
  243.  
  244. .newplayerbutton {
  245. position: relative;
  246. width: 28px;
  247. height: 27px;
  248. overflow: hidden;
  249. }
  250.  
  251. .playerbuttonhug {
  252. position: absolute;
  253. top: -11px;
  254. left: -12px;
  255. }
  256.  
  257.  
  258. .tumblr_audio_player {
  259. border: none;
  260. padding: 0px;
  261. margin: 0px;
  262. height: 50px;
  263. width: 500px;
  264. }
  265.  
  266. .playerbuttonbg {
  267. position: absolute;
  268. left: 20px;
  269. top: 20px;
  270. width: 28px;
  271. height: 28px;
  272. background-color: #ffffff;
  273. padding: 10px;
  274. -webkit-border-radius: 40px;
  275. -moz-border-radius: 40px;
  276. border-radius: 40px;
  277. opacity: .4;
  278. filter: alpha(opacity=40);
  279. -moz-opacity: 0.4;
  280. -khtml-opacity: 0.4;
  281. transition: opacity .7s ease-in-out;
  282. -moz-transition: opacity .7s ease-in-out;
  283. -webkit-transition: opacity .7s ease-in-out;
  284. }
  285.  
  286. .playerbuttonbg:hover {
  287. opacity: 1;
  288. filter: alpha(opacity=100);
  289. -moz-opacity: 1;
  290. -khtml-opacity: 1;
  291. }
  292.  
  293. .audioimgwrapper {
  294. position: absolute;
  295. left: 0px;
  296. top: 0px;
  297. -webkit-border-radius: 50px;
  298. -moz-border-radius: 50px;
  299. border-radius: 50px;
  300. overflow: hidden;
  301. width: 88px;
  302. height: 88px;
  303. }
  304.  
  305. .audioimgwrapper img {
  306. width: 100%;
  307. height: auto;
  308. -webkit-border-radius: 50px;
  309. -moz-border-radius: 50px;
  310. border-radius: 50px;
  311. }
  312.  
  313. .trackdetails {
  314. width: auto;
  315. display:inline-block;
  316. margin-left: 100px;
  317. min-height: 85px;
  318. }
  319.  
  320. .audiowrapper {
  321. position: relative;
  322. display:inline-block;
  323. }
  324.  
  325. @font-face { font-family: "redensek"; src: url('http://static.tumblr.com/4yxykdm/ICUlrfl4t/redensek_1_.ttf'); }
  326.  
  327. #zaynflirt{
  328. position:fixed;
  329. font-family:redensek;
  330. font-size:18px;
  331. line-height:50%;
  332. right:15px;
  333. bottom:25px;
  334. text-transform:uppercase;
  335. }
  336.  
  337. #zaynflirt a {
  338. color:black;
  339. }
  340.  
  341. #s-m-t-tooltip{
  342. max-width:250px;
  343. z-index:999999;
  344. margin:10px;
  345. padding:3px 7px;
  346. border-radius:0px;
  347. text-transform:uppercase; /* cand be lowercase or none */
  348. background:#FFF; /* change the background color */
  349. color:#AAA; /* change the text color */
  350. font-family:arial; /* change the font */
  351. font-size:8px; /* change the font size */
  352. box-shadow:rgba(0,0,0,0.05)10px 9px;
  353. border-bottom:3px solid #f5dbf3;
  354. }
  355.  
  356. #pagination {
  357. padding-bottom: 35px;
  358. text-transform: lowercase;
  359. margin-left:140px;
  360. width:400px;
  361. }
  362.  
  363. #pagination a {
  364. padding:10px;
  365. border:#e3e3e3 solid 1px;
  366. box-shadow:rgba(0,0,0,0.05)10px 9px;
  367. color: {color:link};
  368. padding: 5px 10px;
  369. text-decoration: none;
  370. font-size:10px;
  371.  
  372. }
  373.  
  374. #pagination a:hover {
  375. color:{color:hover};
  376. }
  377.  
  378. @font-face {font-family:Mixtape Mike; src: url(http://static.tumblr.com/9wzbixa/EZ4mj3kyl/mixtmk_t.otf);}
  379. @font-face{ font-family:"bitxmap"; src: url("http://static.tumblr.com/ofgksh6/md0mkd9yd/bitxmap_font_tfb.ttf")}
  380.  
  381.  
  382.  
  383. {CustomCSS}</style></head><body>
  384.  
  385.  
  386.  
  387.  
  388. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  389. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  390. <script>
  391. (function($){
  392. $(document).ready(function(){
  393. $("a[title]").style_my_tooltips({
  394. tip_follows_cursor:true,
  395. tip_delay_time:100,
  396. tip_fade_speed:100,
  397. attribute:"title"
  398. });
  399. });
  400. })(jQuery);
  401. </script>
  402.  
  403. <div id="sidebar">
  404.  
  405. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  406.  
  407. <div id="links">
  408.  
  409. <a title="home" href="/"><img src="http://media.tumblr.com/6aca0d764fe5e18e1167e8c6d2ebb7df/tumblr_inline_mn2m1bdRic1qz4rgp.png"></a>
  410.  
  411. <a title="mail" href="/ask"><img src="http://media.tumblr.com/649f94f2f210bc510d0b67756f861eb9/tumblr_inline_mn2m2bLZts1qz4rgp.png"></a>
  412.  
  413. <a title= "{text:link1 tooltip}" href="{text:link1 url}"><img src="http://media.tumblr.com/1993d10d01265cc0890de956820e8515/tumblr_inline_mn2m5djCbQ1qz4rgp.png"></a>
  414.  
  415. <a title= "{text:link2 tooltip}" href="{text:link2 url}"><img src="http://media.tumblr.com/ae17e45fdfabd60bf76e8ae14ac591eb/tumblr_inline_mni0f9jeMH1qz4rgp.png"></a>
  416.  
  417. <a title= "{text:link3 tooltip}" href="{text:link3 url}"><img src="http://media.tumblr.com/e5859e61e885828e51372a281e2678af/tumblr_inline_mni0h2CFSr1qz4rgp.png"></a>
  418.  
  419. <a title= "{text:link4 tooltip}" href="{text:link4 url}"><img src="http://media.tumblr.com/1e21b4526d9646dc496210d1199117b9/tumblr_inline_mn2m46JRuI1qz4rgp.png"></a>
  420.  
  421.  
  422. </div>
  423.  
  424. <div id="description">{Description}</div>
  425.  
  426. </div>
  427.  
  428. <div id="zaynflirt">
  429. <a title="zaynflirt"href="http://zaynflirt.tumblr.com">☾</a
  430. </div>
  431.  
  432. </div>
  433.  
  434. <div id="entries">{block:Posts}<div id="post">
  435.  
  436. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  437.  
  438. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-250}"></center>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  439.  
  440. {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  441.  
  442. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  443.  
  444. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  445.  
  446. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  447.  
  448. {block:AudioPlayer}
  449. <div class="audiowrapper">
  450. {block:AlbumArt}
  451. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  452. {/block:AlbumArt}
  453.  
  454. <div class="playerbuttonbg">
  455. <div class="newplayerbutton">
  456. <div class="playerbuttonhug">
  457.  
  458. {AudioPlayerWhite}
  459.  
  460. </div>
  461. </div>
  462. </div>
  463.  
  464. <div class="trackdetails">
  465.  
  466. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  467. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  468. {block:Album}Album: {Album}{/block:Album}<br/>
  469. {PlayCountWithLabel}
  470.  
  471. </div>
  472. </div>
  473. {/block:AudioPlayer}
  474.  
  475. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  476.  
  477. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  478.  
  479. <div id="info"><a href="{Perimalink}">{block:Date}<a href="{Permalink}">{Month} {DayOfMonth}</a> {/block:Date} with <a href="{Permalink}">{NoteCount} notes </a> {block:RebloggedFrom} — <a href="{ReblogParentURL}">via</a> ; {/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}"> src <a href="{SourceURL}"></a>{/block:ContentSource}{/block:RebloggedFrom}
  480. <br>
  481.  
  482. {block:HasTags}{block:Tags} # <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>
  483.  
  484.  
  485. {Block:PostNotes}{PostNotes}{/block:PostNotes}
  486. <br><br><br>
  487. {/block:Posts}
  488.  
  489. <div id="pagination">
  490. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  491. </div>
  492. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment