Advertisement
kawaiibuu

Blanco Theme

Jul 7th, 2013
10,027
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.99 KB | None | 0 0
  1. <!--
  2. blanco by mc
  3. jubileethemes.tumblr.com
  4. -->
  5. <head>
  6. <meta name="color:Background" content="#fff" />
  7. <meta name="color:Text" content="#000" />
  8. <meta name="color:Links" content="#000" />
  9. <meta name="color:border" content=""/>
  10.  
  11. <meta name="if:Show Blog Title" content="1"/>
  12. <meta name="if:Show Sidebar Image" content="0"/>
  13. <meta name="if:Fade Image" content="0"/>
  14. <meta name="if:Grayscale Images" content="0"/>
  15. <meta name="if:Single Column" content="1" />
  16. <meta name="if:Two Columns" content="0"/>
  17. <meta name="if:Post Border" content="0" />
  18. <meta name="if:high sidebar" content="0" />
  19. <meta name="if:normal sidebar" content="1" />
  20. <meta name="if:low sidebar" content="0" />
  21. <meta name="if:lowest sidebar" content="0" />
  22.  
  23. <meta name="font:Body" content="Arial"/>
  24.  
  25. <meta name="image:Background" content=""/>
  26. <meta name="image:Sidebar" content=""/>
  27. <meta name="image:floaties1" content="" />
  28. <meta name="image:floaties2" content="" />
  29. <meta name="image:floaties3" content="" />
  30. <meta name="image:floaties4" content="" />
  31. <meta name="image:floaties5" content="" />
  32.  
  33. <meta name="text:Post Gaps" content="5" />
  34. <meta name="text:Body font size" content="11"/>
  35. <meta name="text:link 1 title" content="" />
  36. <meta name="text:link 2 title" content="" />
  37. <meta name="text:link 3 title" content="" />
  38. <meta name="text:link 4 title" content="" />
  39. <meta name="text:link 5 title" content="" />
  40. <meta name="text:link 6 title" content="" />
  41. <meta name="text:link 1 url" content="" />
  42. <meta name="text:link 2 url" content="" />
  43. <meta name="text:link 3 url" content="" />
  44. <meta name="text:link 4 url" content="" />
  45. <meta name="text:link 5 url" content="" />
  46. <meta name="text:link 6 url" content="" />
  47.  
  48. <title>{Title}</title>
  49. <link rel="shortcut icon" href="{Favicon}">
  50. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  51. <link rel="shortcut icon" href="{Favicon}">
  52. <title>Untitled Document</title>
  53. <link rel="shortcut icon" href="{Favicon}">
  54. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  55.  
  56. {block:Description}
  57. <meta name="description" content="{MetaDescription}" />
  58. {/block:Description}
  59.  
  60. <link href='http://fonts.googleapis.com/css?family=Clicker+Script' rel='stylesheet' type='text/css'>
  61. <link href='http://fonts.googleapis.com/css?family=EB+Garamond' rel='stylesheet' type='text/css'>
  62. <script type="text/javascript" src="http://static.tumblr.com/j1tjexd/A33m6pdi7/like_script.js"></script>
  63. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script>
  64. <script src="toggle.js" type="text/javascript"><!--mce:1--></script>
  65. <script type="text/javascript">
  66. $(document).ready(function(){
  67. $(".description").hide();
  68. $(".about").click(function(){
  69. $('.description').slideToggle("fast");
  70. return true;
  71. });
  72. });
  73. </script>
  74. <style type="text/css">
  75. {block:IfGrayscaleImages}
  76. img{
  77. -webkit-transition: opacity 0.8s linear;
  78. opacity: 0.60;
  79. -webkit-filter:grayscale(100%);
  80. }
  81. img:hover{
  82. -webkit-transition: opacity 0.8s linear;
  83. opacity: 1;
  84. -webkit-filter:none;
  85. }
  86. {/block:IfGrayscaleImages}
  87. {block:IfFadeImage}
  88. img{
  89. -webkit-transition: opacity 0.8s linear;
  90. opacity: 0.60;
  91. }
  92. img:hover{
  93. -webkit-transition: opacity 0.8s linear;
  94. opacity: 1;
  95. }
  96. {/block:IfFadeImage}
  97. #tumblr_controls{
  98. top: 1px !important;
  99. margin: 0 0 0 0;
  100. right: 0px !important;
  101. position: fixed !important;}
  102.  
  103. {block:IfFadeImage}
  104. iframe#tumblr_controls { right:0px !important; position: fixed !important; -webkit-transition: opacity 0.5s linear; opacity: 0.6; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out;}
  105.  
  106. iframe#tumblr_controls:hover{ -webkit-transition: opacity 0.7s linear; opacity: 1; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
  107.  
  108. {/block:IfFadeImage}
  109.  
  110.  
  111.  
  112.  
  113. body{
  114. color:{color:Text};
  115. background-color:{color:Background};
  116. background-image:url({image:Background});
  117. background-attachment: fixed;
  118. background-size: cover;
  119. font-size:{text:Body font size}px;
  120. text-align:center;
  121. font-family:{font:Body};
  122. line-height:15px;
  123. }
  124. .wrapper{
  125. margin:1px auto;
  126. margin-left: auto;
  127. }
  128.  
  129. .header{
  130. float: left;
  131. width: 100%;
  132. }
  133.  
  134. .left{
  135. float: left;
  136. margin-right: 20px;
  137. width: 802px;
  138. color:{color:Text};
  139. }
  140.  
  141. p {
  142. margin:0px;
  143. margin-top:0px;
  144. }
  145.  
  146. a:link, a:active, a:visited{
  147. color:{color:Links};
  148. text-decoration: none;
  149. -o-transition-duration: 3s;
  150. -webkit-transition-duration: 3s;
  151. -moz-transition-duration: 3s;
  152. }
  153.  
  154. a:hover {
  155. color:{color:Hover};
  156. -webkit-transition-duration: 0.5s;
  157. -moz-transition-duration: 0.5s;
  158. -o-transition-duration: 0.5s;
  159. -ms-transition-duration: 0.5s;
  160. text-decoration:underline;
  161. }
  162.  
  163. #info {
  164. padding: 0px;
  165. width: 200px;
  166. font-family: calibri;
  167. font-size: 11px;
  168. color: {color:Text};
  169. text-align: center;
  170. line-height: 13px;
  171. margin-bottom: 3px;
  172. overflow: auto;
  173. }
  174.  
  175. #navi {
  176. width: 190px;
  177. margin-left: 10px;
  178. text-align: center;
  179. }
  180.  
  181. #navi a {
  182. height: 11px;
  183. padding: 2px;
  184. margin-bottom: 3px;
  185. margin: 0px;
  186. font-family:{font:Body};
  187. font-size: 9px;
  188. color: {color:Links};
  189. text-transform: none;
  190. letter-spacing: 1px;
  191. text-align: center;
  192. line-height: 11px;
  193. text-decoration: none;
  194. }
  195.  
  196. #navi a:hover {
  197. color: {color:Hover};
  198. text-decoration: underline;
  199. }
  200.  
  201. #posts {
  202. {block:IfPostBorder}border: 1px solid {color:border};{/block:IfPostBorder}
  203. {block:IfSingleColumn}width: 324px;
  204. margin: 50px 500px;{block:IfSingleColumn}
  205. {block:IfTwoColumns}width: 650px;
  206. margin: 50px 300px;{block:IfTwoColumns}
  207. color:{color:Text};
  208.  
  209. {block:PermalinkPage}
  210. margin-left:300px;
  211. width: 400px;
  212. {/block:PermalinkPage}
  213. }
  214.  
  215. .entry {
  216. margin: 10px;
  217. padding: 2px;
  218. float:left;
  219. margin-right:0px;
  220. margin-bottom:{text:Post Gaps}px;
  221. line-height:15px;
  222. color:{color:Text};
  223. width:300px;
  224. opacity: 1;
  225. {block:PermalinkPage}
  226. width: 500px;
  227. height: auto;
  228. opacity: 1;
  229. {/block:PermalinkPage}
  230. }
  231.  
  232. .title{
  233. font-weight:none;
  234. text-align: center;
  235. padding: 2px;
  236. text-transform:lowercase;
  237. margin-top:8px;
  238. line-height: 20px;
  239. margin-bottom:3px;
  240. font-size: 22px;
  241. color:{color:Links};
  242. }
  243.  
  244. .post_title{
  245. font-family:calibri, helvetica;
  246. color:{color:Text};
  247. display:block;
  248. font-size:12px;
  249. line-height:20px;
  250. text-transform:none;
  251. }
  252.  
  253. .link_title{
  254. color:{color:Text};
  255. font-size:12px;
  256. line-height:20px;
  257. text-transform:none;
  258. font-family:calibri, helvetica;
  259. margin-bottom:5px;
  260. }
  261.  
  262. .nav{
  263. position:fixed !important;
  264. width: 200px;
  265. height:100%;
  266. {block:ifhighsidebar}margin-top:90px;{/block:ifhighsidebar}
  267. {block:ifnormalsidebar}margin-top:250px;{/block:ifnormalsidebar}
  268. {block:iflowsidebar}margin-top:550px;{/block:iflowsidebar}
  269. {block:iflowestsidebar}margin-top:650px;{/block:iflowestsidebar}
  270. margin-left: 50px;
  271. padding-left:0px;
  272. padding: 0px;
  273. line-height:11px;
  274. letter-spacing:0px;
  275. }
  276.  
  277.  
  278. .photopermaholder{
  279. position:absolute;
  280. height:14px;
  281. bottom:22px; right:3px;opacity:0;
  282. filter: alpha(opacity = 0);
  283. -moz-transition: all 0.5;
  284. -webkit-transition: all 0.5s;
  285. -o-transition: all 0.5s;
  286. transition: all 0.5;
  287. }
  288.  
  289. .photoperma{
  290. display:inline-block;
  291. margin-right:5px;
  292. padding:4px;
  293. height:14px;
  294. }
  295.  
  296. .photoperma a{color:#000;
  297. }
  298.  
  299. .entry:hover .photopermaholder{
  300. opacity:1.9;
  301. filter: alpha(opacity = 70);
  302. -moz-transition: all 0.5;
  303. -webkit-transition: all 0.5s;
  304. -o-transition: all 0.5s;
  305. transition: all 0.5;
  306. }
  307.  
  308. .permalink{
  309. text-transform:none;
  310. text-align:right;
  311. font-family: calibri;
  312. color:{color:Links};
  313. isplay:inline-block;
  314. margin-right:5px;
  315. padding:0px;
  316. height:6px;
  317. opacity: 0;
  318. filter: alpha(opacity = 0);
  319. -moz-transition: all 0.4s;
  320. -webkit-transition: all 0.4s;
  321. -o-transition: all 0.4s;
  322. transition: all 0.4;
  323. }
  324.  
  325. div#entry:hover .permalink{
  326. margin-top: -2px;
  327. opacity: 1;
  328. filter: alpha(opacity = 100);
  329. -moz-transition: all 0.4s;
  330. -webkit-transition: all 0.4s;
  331. -o-transition: all 0.4s;
  332. transition: all 0.4;
  333. }
  334.  
  335. .quote{
  336. font-size:{text:Body font size}px;
  337. {block:IfCalibriFont}
  338. font-family:calibri, helvetica;
  339. {/block:IfCalibriFont}
  340. line-height:14px;
  341. text-transform:none;
  342. margin-bottom:-2px;
  343. color:{color:Text};
  344. {block:IfnotCalibriFont}
  345. font-family:{font:Body};
  346. {/block:IfnotCalibriFont}
  347. }
  348.  
  349. .audio{
  350. width:300px;
  351. padding:5px;
  352. margin-bottom:4px;
  353. }
  354.  
  355. .audiocap, .videocap{
  356. background-color:{color:Audio};
  357. display:block;
  358. padding:10px;
  359. }
  360.  
  361. .albumart, .albumart img{
  362. {block:IndexPage}
  363. width:300px;
  364. {/block:IndexPage}
  365. {block:PermalinkPage}
  366. width:500px;
  367. {/block:PermalinkPage}
  368. }
  369.  
  370. div.video embed,
  371. div.post div.video object {
  372. {block:IndexPage}
  373. width:250px !important;
  374. height:150px !important;
  375. {/block:IndexPage}
  376. {block:PermalinkPage}
  377. width:500px !important;
  378. height:400px !important;
  379. {/block:PermalinkPage}
  380. }
  381.  
  382. .question{
  383. font-weight:normal;
  384. margin-bottom:5px;
  385. {block:IfCalibriFont}
  386. font-family:calibri, helvetica;
  387. {/block:IfCalibriFont}
  388. font-size:11px;
  389. line-height:15px;
  390. display:block;
  391. color:{color:Text};
  392. text-transform:none;
  393. }
  394.  
  395. .caption{
  396. margin-top:5px;
  397. margin-bottom:5px;
  398. {block:IfCalibriFont}
  399. font-family:calibri, helvetica;
  400. {/block:IfCalibriFont}
  401. color:{color:Text};
  402. }
  403. .bordaht {
  404. -webkit-border-radius: 20px;
  405. -moz-border-radius: 20px;
  406. border-radius: 20px;
  407. }
  408.  
  409. .h1 {font-family: 'Clicker Script', cursive;
  410. }
  411.  
  412. .purr {
  413. font-family:{font:Body};
  414. text-align:center;
  415. color:{color:Sidebar Links};
  416. display:block;
  417. font-size:9px;
  418. margin-top:5px;
  419. letter-spacing: 1px;
  420. }
  421.  
  422. .purr a:hover{
  423. color:{color:sidebar links hover};
  424. letter-spacing: 3px;
  425. }
  426.  
  427. </style>
  428. <script type="text/javascript" src="http://samisite.com/extras/HTMLobj-1640/moveobj.js"> </script>
  429. <script type="text/javascript">
  430.  
  431. /***********************************************
  432. * Floating image script- By Virtual_Max (http://www.geocities.com/siliconvalley/lakes/8620)
  433. * Modified by Dynamic Drive for various improvements
  434. * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
  435. * Using CSB or Trellix: use an INSERT HTML box to hold your script and put your js and images into web components (webgem in Trellix). Then you MUST change each gEMDIR to GEMDIR before using code!
  436. ***********************************************/
  437.  
  438. //Step 1: Define unique variable names depending on number of flying images (ie:3):
  439. var flyimage1, flyimage2, flyimage3, flyimage4
  440.  
  441. function pagestart(){
  442. //Step 2: Using the same variable names as 1), add or delete more of the below lines (47=width, height=68 of image):
  443. flyimage1=new Chip("flyimage1",40,62);
  444. flyimage2=new Chip("flyimage2",40,62);
  445. flyimage3=new Chip("flyimage3",40,62);
  446. flyimage4=new Chip("flyimage4",40,62);
  447. flyimage5=new Chip("flyimage5",40,62);
  448. flyimage6=new Chip("flyimage6",40,62);
  449.  
  450.  
  451. //Step 3: Using the same variable names as 1), add or delete more of the below lines:
  452. movechip("flyimage1");
  453. movechip("flyimage2");
  454. movechip("flyimage3");
  455. movechip("flyimage4");
  456. movechip("flyimage5");
  457. movechip("flyimage6");
  458.  
  459. }
  460.  
  461. if (window.addEventListener)
  462. window.addEventListener("load", pagestart, false)
  463. else if (window.attachEvent)
  464. window.attachEvent("onload", pagestart)
  465. else if (document.getElementById)
  466. window.onload=pagestart
  467.  
  468. </script>
  469.  
  470. <!-- Step 4: Define your flying images. For each image's ID tag, use the same variable names as 1) above -->
  471.  
  472.  
  473. <div id="flyimage1" style="position:absolute; left: -500px; width:40; height:62; font-size:10px;">
  474. <img src="{image:floaties1}">
  475. </div>
  476.  
  477. <div id="flyimage2" style="position:absolute; left: -500px; width:40; height:62; font-size:10px;">
  478. <img src="{image:floaties2}">
  479. </div>
  480.  
  481. <div id="flyimage3" style="position:absolute; left: -500px; width:40; height:62; font-size:10px;">
  482. <img src="{image:floaties3}">
  483. </div>
  484.  
  485. <div id="flyimage4" style="position:absolute; left: -500px; width:40; height:62; font-size:10px;">
  486. <img src="{image:floaties4}">
  487. </div>
  488.  
  489. <div id="flyimage5" style="position:absolute; left: -500px; width:40; height:62; font-size:10px;">
  490. <img src="{image:floaties5}">
  491. </div>
  492. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  493. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  494. </script>
  495. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  496. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  497. <script type="text/javascript">
  498.  
  499. $(window).load(function () {
  500. $('.posts').masonry(),
  501. $('.masonryWrap').infinitescroll({
  502. navSelector : "div#navigation",
  503. // selector for the paged navigation (it will be hidden)
  504. nextSelector : "div#navigation a#nextPage",
  505. // selector for the NEXT link (to page 2)
  506. itemSelector : ".entry",
  507. // selector for all items you'll retrieve
  508. bufferPx : 10000,
  509. extraScrollPx: 11000,
  510. loadingImg : "",
  511. loadingText : "<em></em>",
  512. },
  513. // call masonry as a callback.
  514. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  515. );
  516. });
  517. </script>
  518.  
  519. </head>
  520.  
  521. <body>
  522.  
  523. <div class="wrapper">
  524.  
  525. <div class="nav">
  526. <div class="title">{block:ifshowblogtitle}{Title}{/block:ifshowblogtitle}</a></div>
  527. <center><a title="home" href="/"><img src="http://media.tumblr.com/6aca0d764fe5e18e1167e8c6d2ebb7df/tumblr_inline_mn2m1bdRic1qz4rgp.png"></a>
  528. <a title="ask" href="/ask"><img src="http://media.tumblr.com/649f94f2f210bc510d0b67756f861eb9/tumblr_inline_mn2m2bLZts1qz4rgp.png"></a>
  529. <a title="submit" href="/submit"><img src="http://media.tumblr.com/1993d10d01265cc0890de956820e8515/tumblr_inline_mn2m5djCbQ1qz4rgp.png"></a>
  530. <a title="theme" href="http://jubileethemes.tumblr.com"><img src="http://media.tumblr.com/1e21b4526d9646dc496210d1199117b9/tumblr_inline_mn2m46JRuI1qz4rgp.png"></a></center>
  531. {block:ifShowSidebarImage}<center><img src="{image:sidebar}" width="100px"></a></center>
  532. {/block:ifShowSidebarImage}
  533.  
  534. <div id="info">{Description}
  535. </div>
  536. <div style="padding: 1px; margin-bottom:5px;"><div style=""><button type="button" class="button" onmouseover="this.sv=this.style.backgroundColor; this.style.backgroundColor='#f4f4f4';" onmouseout="if(this.sv)this.style.backgroundColor=this.sv; else this.style.backgroundColor='';" onclick="this.parentNode.parentNode.childNodes[1].style.display = ''; this.parentNode.style.display = 'none'; return false;" style="">links</button></div><div class="spoiler" style="display: none;"><div><button type="button" class="button" onclick="this.parentNode.parentNode.parentNode.childNodes[0].style.display = ''; this.parentNode.parentNode.style.display = 'none'; return false;">close</button></div>
  537.  
  538. <div class="purr">
  539.  
  540. <a href="{text:link 1 url}">{text:link 1 title}</a><br>
  541. <a href="{text:link 2 url}">{text:link 2 title}</a><br>
  542. <a href="{text:link 3 url}">{text:link 3 title}</a><br>
  543. <a href="{text:link 4 url}">{text:link 4 title}</a><br>
  544. <a href="{text:link 5 url}">{text:link 5 title}</a><br>
  545. <a href="{text:link 6 url}">{text:link 6 title}</a><br>
  546.  
  547.  
  548. </td>
  549. </tr>
  550. </div></div></center><br><br>
  551. </div>
  552. </div>
  553.  
  554. <div class="left">
  555.  
  556. <div id="posts">
  557.  
  558. <div class="posts">
  559.  
  560. {block:Posts}
  561.  
  562. <div class="entry">
  563.  
  564. {block:Text}
  565. <div id="entry">
  566. <div style="padding-top:15px; padding-bottom:10px; padding-left:10px; padding-right:10px;">
  567. {block:Title}<span class="post_title">{Title}</span>{/block:Title}
  568. {Body}
  569. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel} &nbsp; <a href="{ReblogURL}" target="_blank">reblog</a></a></div>{/block:IndexPage}
  570. </div></div>
  571. {/block:Text}
  572.  
  573. {block:Photo}
  574. <div id="entry">
  575. {block:IndexPage}<div class="photopermaholder"><div class="photoperma"><a href="{ReblogURL}"target="_blank" ><img src="http://static.tumblr.com/i8axhtw/zGombktxi/rebloggg.png"title="reblog"class="bordaht"></a> <img height="20" style="height:20px;cursor:pointer;" src="http://static.tumblr.com/i8axhtw/50mmbktzc/likeee.png" id="like_image_{PostID}" onclick="LikePost('{PostID}','{ReblogURL}',this)" border="0" alt="like" title="like"class="bordaht"/></div></div>{/block:IndexPage}
  576. {/block:ifReblogLinkOnHover}
  577. {block:IndexPage}{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoUrl-500}" width="300"></a></a>{LinkCloseTag}{/block:IndexPage}</div>
  578. {block:PermalinkPage}
  579. <div style="padding-top:15px; padding-bottom:9px; padding-left:10px; padding-right:10px;">
  580. <img src="{PhotoUrl-500}">
  581. {block:Caption}{Caption}{/block:Caption}
  582. </div>
  583. {/block:PermalinkPage}
  584. {/block:Photo}
  585.  
  586. {block:Photoset}
  587. <div id="entry">
  588. {block:IndexPage}<div class="photopermaholder"><div class="photoperma"><a href="{ReblogURL}"target="_blank"><img src="http://static.tumblr.com/i8axhtw/zGombktxi/rebloggg.png"title="reblog"class="bordaht"></a> <img height="20" style="height:20px;cursor:pointer;" src="http://static.tumblr.com/i8axhtw/50mmbktzc/likeee.png" id="like_image_{PostID}" onclick="LikePost('{PostID}','{ReblogURL}',this)" border="0" alt="like" title="like"class="bordaht"/></div></div>{/block:IndexPage}
  589. {/block:ifReblogLinkOnHover}
  590. {block:IndexPage}{Photoset-250}{/block:IndexPage}</div>
  591. {/block:Photoset}
  592.  
  593. {block:Quote}
  594. <div id="entry">
  595. <div style="padding-top:15px; padding-bottom:10px; padding-left:10px; padding-right:10px;">
  596. <div class="quote">" {Quote} " </div>
  597. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel} &nbsp; <a href="{ReblogURL}" target="_blank">reblog</a></a></div>{/block:IndexPage}
  598. </div></div>
  599. {/block:Quote}
  600.  
  601. {block:Link}
  602. <div id="entry">
  603. <div style="padding-top:15px; padding-bottom:10px; padding-left:10px; padding-right:10px;">
  604. <a href="{URL}"{Target}><span class="link_title"> {Name}</span></a>
  605. {block:Description}<small>{Description}</small>{/block:Description}
  606. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel} &nbsp; <a href="{ReblogURL}" target="_blank">reblog</a></a></div>{/block:IndexPage}
  607. </div></div>
  608. {/block:Link}
  609.  
  610. {block:Video}
  611. <div class="video">
  612. <div id="entry">
  613. {block:IndexPage}<div class="photopermaholder"><div class="photoperma"><a href="{ReblogURL}"target="_blank"><img src="http://static.tumblr.com/i8axhtw/zGombktxi/rebloggg.png"title="reblog"class="bordaht"></a> <img height="20" style="height:20px;cursor:pointer;" src="http://static.tumblr.com/i8axhtw/50mmbktzc/likeee.png" id="like_image_{PostID}" onclick="LikePost('{PostID}','{ReblogURL}',this)" border="0" alt="like" title="like"class="bordaht"/></div></div>{/block:IndexPage}
  614. {/block:ifReblogLinkOnHover}
  615. {block:IndexPage}{Video-250}{/block:IndexPage}
  616. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  617. </div>
  618. {block:IndexPage}{block:Caption}<div class="videocap"><a href="{Permalink}">{Caption}</a></div>{/block:Caption}{/block:IndexPage}
  619. {block:PermalinkPage}{block:Caption}<div class="videocap">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  620. </div>
  621. {/block:Video}
  622.  
  623. {block:Chat}
  624. <div id="entry">
  625. <div style="padding-top:15px; padding-bottom:10px; padding-left:10px; padding-right:10px;">
  626. {block:Title}
  627. <div class="ptitle">{Title}</div>
  628. {/block:Title}{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}
  629. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel} &nbsp; <a href="{ReblogURL}" target="_blank">reblog</a></a></div>{/block:IndexPage}
  630. </div></div>
  631. {/block:Chat}
  632.  
  633. {block:Audio}
  634. {block:AlbumArt}
  635. <div id="entry">
  636. {block:IndexPage}<div class="photopermaholder"><div class="photoperma"><a href="{ReblogURL}"target="_blank"><img src="http://static.tumblr.com/i8axhtw/zGombktxi/rebloggg.png"title="reblog"class="bordaht"></a> <img height="20" style="height:20px;cursor:pointer;" src="http://static.tumblr.com/i8axhtw/50mmbktzc/likeee.png" id="like_image_{PostID}" onclick="LikePost('{PostID}','{ReblogURL}',this)" border="0" alt="like" title="like"class="bordaht"/></div></div>{/block:IndexPage}
  637. <div class="albumart"><img src="{AlbumArtURL}" width="300"></a></div></div>{/block:AlbumArt}
  638. <div class="audio">{AudioPlayerWhite}</div>
  639. {block:PermalinkPage}{block:Caption}<div class="audiocap">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  640. {/block:Audio}
  641.  
  642. {block:Answer}
  643. <div id="entry">
  644. <div style="padding-top:15px; padding-bottom:9px; padding-left:10px; padding-right:10px;">
  645. <div class="question"><u>{Asker}</u>: &nbsp;{Question}</div>
  646. {Answer}
  647. {block:IndexPage}<div class="permalink">{NoteCountWithLabel} &nbsp; </div>{/block:IndexPage}
  648. </div></div>
  649. {/block:Answer}
  650.  
  651. {block:PermalinkPage}
  652.  
  653. <div style="padding-top:15px; padding-bottom:9px; padding-left:10px; padding-right:10px;">{block:Date}Posted {TimeAgo} with {NoteCountWithLabel}{/block:Date}</div>
  654. {/block:PermalinkPage}
  655. {block:PostNotes}{PostNotes}{/block:PostNotes}
  656.  
  657. </div>
  658.  
  659. {/block:Posts}
  660. </div>
  661. </div>
  662.  
  663. {block:IndexPage}
  664. <div class="column navigation" id="navigation">
  665. {block:Pagination}
  666. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  667. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  668. </div>
  669. {/block:IndexPage}
  670. <iframe id="likes_frame" style="height:1px;width:1px;position:absolute;left:-500px;"></iframe>
  671. </body>
  672. <div style="position:fixed; bottom: 0px; right: 0px"><a href="http://jubileethemes.tumblr.com" title="a jubilee theme"><big><big><big><big>☁</big></big></big></big></a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement