Advertisement
kawaiibuu

mochi theme

Oct 3rd, 2013
4,698
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.42 KB | None | 0 0
  1. <!-- **************************
  2. _.._ ******************************
  3. .' .-'` ** do not remove this **
  4. / / mochi theme by meancutie @
  5. | | http://jubileethemes.tumblr.com
  6. \ '.___.;
  7. '._ _.'
  8. ``
  9. .--,_
  10. / ,/ /
  11. / // /
  12. / // /
  13. .' ' (
  14. / \.-"""-._
  15. / a ' . ' `-.
  16. ( . ' " `.
  17. `-.-' " ' ;
  18. `.' " . .-' " ;
  19. : . .' ;
  20. `. ' : ' ' ;
  21. ) _.". " . ";
  22. .'_.' .' ' __.,`.
  23. '" ""''---'` "'
  24. -->
  25. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  26. <head>
  27. <!-- colors -->
  28. <meta name="color:background" content="#ffffff"/>
  29. <meta name="color:windows background" content="#c5e5ec"/>
  30. <meta name="color:text" content="#000"/>
  31. <meta name="color:taskbar" content="#c5e5ec"/>
  32. <meta name="color:taskbar 2" content="#ffffff"/>
  33. <meta name="color:title" content="#000"/>
  34. <meta name="color:link" content="#ffffff"/>
  35. <!-- images -->
  36. <meta name="image:bottom image" content=""/>
  37. <meta name="image:top sidebar" content=""/>
  38. <meta name="image:background" content="http://static.tumblr.com/mqkrxog/aa1mu4hla/tumblr_inline_mq52folzhp1qz4rgp.gif"/>
  39. <meta name="image:windows background" content=""/>
  40. <meta name="image:post icon" content="http://static.tumblr.com/mqkrxog/xrXmu4hi7/tumblr_inline_mu0sorosak1qeczqe.gif"/>
  41. <meta name="image:moveable image" content=""/>
  42. <!-- toggle options -->
  43. <meta name="if:fullsized background" content="0"/>
  44. <meta name="if:transparent post" content="0"/>
  45. <meta name="if:hover sidebar" content="0"/>
  46. <meta name="if:custom permalinks" content="0"/>
  47. <meta name="if:cute nav icons" content="0"/>
  48. <meta name="if:dropbox" content="1"/>
  49. <meta name="if:endlessscroll" content="1"/>
  50. <meta name="if:transparent sidebar" content="0"/>
  51. <!-- text -->
  52. <meta name="text:dropbox title" content="links title">
  53. <meta name="text:header text" content="your text here">
  54. <meta name="text:permalinks" content="%"/>
  55. <meta name="text:img top align" content="120"/>
  56. <meta name="text:img left align" content="130"/>
  57. <meta name="text:link 1 URL" content="">
  58. <meta name="text:link 1" content="">
  59. <meta name="text:link 2 URL" content="">
  60. <meta name="text:link 2" content="">
  61. <meta name="text:link 3 URL" content="">
  62. <meta name="text:link 3" content="">
  63. <meta name="text:link 4 URL" content="">
  64. <meta name="text:link 4" content="">
  65. <meta name="text:link 5 URL" content="">
  66. <meta name="text:link 5" content="">
  67. <meta name="text:link 6 URL" content="">
  68. <meta name="text:link 6" content="">
  69.  
  70.  
  71. <title>{Title}
  72. {block:PostTitle}: {PostTitle}{/block:PostTitle}
  73. </title>
  74. <link rel="shortcut icon" href="{Favicon}">
  75. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  76. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  77.  
  78. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  79. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  80. <script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);
  81. </script>
  82. <style type="text/css">
  83. iframe#tumblr_controls {
  84. right:0px !important;
  85. position: fixed !important;
  86. -webkit-transition:opacity 0.5s linear;
  87. opacity: 0.5;
  88. -webkit-transition: all 0.2s ease-out;
  89. -moz-transition: all 0.2s ease-out;
  90. transition: all 0.2s ease-out;
  91. z-index:0000;
  92. }
  93.  
  94. body {
  95. font-family:consolas;
  96. font-weight:normal;
  97. font-size:12px;
  98. line-height:12px;
  99. letter-spacing:1px;
  100. word-spacing:-1px;
  101. color:{color:text};
  102. word-wrap:break-word;
  103. text-align:center;
  104. text-overflow:clip;
  105. background:{color:background} url('{image:background}') fixed repeat right bottom;
  106. margin:0;
  107. {block:iffullsizedbackground}background-size: cover; {/block:iffullsizedbackground}
  108. }
  109.  
  110. a {
  111. font-family:consolas;
  112. font-size:12px;
  113. color:{color:link};
  114. text-decoration:none;
  115. -webkit-transition:all 0.3s ease-in-out;
  116. -moz-transition:all 0.3s ease-in-out;
  117. -o-transition:all 0.3s ease-in-out;
  118. transition:all 0.3s ease-in-out;}
  119.  
  120. a:hover {
  121. font-style:oblique;
  122. }
  123.  
  124. #content {
  125. width:250px;
  126. margin:auto;
  127. z-index:10;
  128. }
  129.  
  130. #outer {
  131. margin-top:60px;
  132. padding-bottom: 20px;
  133. padding:95px 7px 25px 14px;
  134. width:277px;
  135. height:500px;
  136. }
  137.  
  138. #posts {
  139. padding-top: 25px;
  140. padding-right: 0px;
  141. padding-left: 30px;
  142. margin:-35px -7px -15px -14px;
  143. {block:ifnottransparentpost}
  144. background:{color:windows background} url('{image:windows background}'); {/block:ifnottransparentpost}
  145. width:277px;
  146. height:490px;
  147. overflow:auto;
  148. z-index: 9999999200;
  149.  
  150. }
  151.  
  152. .posts {
  153. z-index:20;
  154. margin:0px 0px 23px 2px;
  155. width:250px;
  156. overflow:hidden; }
  157.  
  158. .posts img {
  159. max-width:100%;
  160. }
  161.  
  162. .posts #perma {
  163. -webkit-transition:all 0.3s ease-in-out;
  164. -moz-transition:all 0.3s ease-in-out;
  165. -o-transition:all 0.3s ease-in-out;
  166. transition:all 0.3s ease-in-out;
  167. z-index:19;
  168. opacity:1;
  169. margin-top:5px;
  170. text-align:right;
  171. width:250px;
  172. }
  173.  
  174. .posts:hover #perma {
  175. -webkit-transition:all 0.3s ease-in-out;
  176. -moz-transition:all 0.3s ease-in-out;
  177. -o-transition:all 0.3s ease-in-out;
  178. transition:all 0.3s ease-in-out;
  179. opacity:0.7;
  180. }
  181.  
  182. .posts #perma a {
  183. font-size:10px;
  184. }
  185.  
  186. .entry {
  187. width:250px;
  188. overflow:hidden;
  189. z-index:10;
  190. }
  191.  
  192. #header {
  193. margin-top: 40px;
  194. margin-left: 0px;
  195. position:fixed;
  196. height: 25px;
  197. width: 308px;
  198. background: -webkit-gradient(linear, left top, right top, from({color:taskbar}), to({color:taskbar 2}));
  199. background: -webkit-linear-gradient(left, {color:taskbar 2}, {color:taskbar});
  200. background: -moz-linear-gradient(left, {color:taskbar 2}, {color:taskbar});
  201. background: -ms-linear-gradient(left, {color:taskbar 2}, {color:taskbar});
  202. background: -o-linear-gradient(left, {color:taskbar 2}, {color:taskbar});
  203. }
  204.  
  205.  
  206. #miniheader {
  207. margin-top: -44px;
  208. margin-left: 0px;
  209. position:fixed;
  210. height: 20px;
  211. width: 160px;
  212. background: -webkit-gradient(linear, left top, right top, from({color:taskbar}), to({color:taskbar 2}));
  213. background: -webkit-linear-gradient(left, {color:taskbar 2}, {color:taskbar});
  214. background: -moz-linear-gradient(left, {color:taskbar 2}, {color:taskbar});
  215. background: -ms-linear-gradient(left, {color:taskbar 2}, {color:taskbar});
  216. background: -o-linear-gradient(left, {color:taskbar 2}, {color:taskbar});
  217.  
  218. }
  219.  
  220.  
  221.  
  222. #sidebar {
  223. position:fixed;
  224. margin-left: -220px;
  225. {block:ifnothoversidebar} top: 100px; {/block:ifnothoversidebar}
  226. {block:ifhoversidebar} bottom: 27px; {/block:ifhoversidebar}
  227. width:150px;
  228. -webkit-transition:all 0.3s ease-in-out;
  229. -moz-transition:all 0.3s ease-in-out;
  230. -o-transition:all 0.3s ease-in-out;
  231. transition:all 0.3s ease-in-out;
  232. }
  233. #sidebar:hover {
  234. {block:ifhoversidebar} bottom: 200px; {/block:ifhoversidebar}
  235. -webkit-transition:all 0.5s ease-in-out;
  236. -moz-transition:all 0.5s ease-in-out;
  237. -o-transition:all 0.5s ease-in-out;
  238. transition:all 0.5s ease-in-out;
  239. }
  240.  
  241. #s-m-t-tooltip {
  242. z-index: 9999;
  243. background: white;
  244. letter-spacing:1px;
  245. font-size:12px;
  246. line-height:12px;
  247. text-align:center;
  248. color: {color:text};
  249. max-width: 150px;
  250. word-wrap: break-word;
  251. padding:3px;
  252. display:block;
  253. margin:10px 10px 10px 10px; b
  254. order:1px solid {color:border}; }
  255.  
  256. #png {
  257. position:absolute;
  258. z-index:1000;
  259. margin-left:0px;
  260. margin-top:40px;}
  261.  
  262. #png img {
  263. width:308px; }
  264.  
  265.  
  266.  
  267. #blah {
  268. position:fixed;
  269. z-index:100;
  270. margin-left:302px;
  271. margin-top:63px;
  272. }
  273.  
  274. #blah2 {
  275. position:fixed;
  276. z-index:100;
  277. margin-left:0px;
  278. margin-top:63px;
  279. }
  280. #blah3 {
  281. position:fixed;
  282. z-index:100;
  283. margin-left:0px;
  284. margin-top:562px;
  285. }
  286. #blah4 {
  287. position:fixed;
  288. z-index:100;
  289. margin-left:-163px;
  290. margin-top:-40px;
  291. }
  292.  
  293. .psttit {
  294. text-align:center;
  295. }
  296.  
  297.  
  298. #captions {
  299. display:block;
  300. padding:0px;
  301. margin-top:10px;
  302. {block:IndexPage}
  303. display:none;{/block:IndexPage}
  304. }
  305.  
  306. #pw {
  307. text-align:left;
  308. margin:-20px 0px 0px 0px;
  309. padding:0px;
  310. width:250px;
  311. z-index:10; }
  312.  
  313. #pgn {
  314. text-align:left;
  315. line-height:14px;
  316. font-size:10px;
  317. letter-spacing:0px;
  318. margin:5px 0px 10px -2px;
  319. padding:0px;
  320. width:250px;
  321. background: rgba(255, 255, 255, 0.5);
  322. }
  323.  
  324. #pgn li {
  325. list-style:none;
  326. margin-left:-35px;}
  327.  
  328. #pgn img {
  329. display:none; }
  330.  
  331.  
  332. .trt {
  333. width: 125px;
  334. padding-right:15px;
  335. overflow:auto;
  336. padding-top: 35px;
  337. height: 75px;
  338. padding-left: 20px;
  339. position:absolute;
  340. font-family:consolas;
  341. font-weight:normal;
  342. font-size:12px;
  343. line-height:12px;
  344. letter-spacing:1px;
  345. word-spacing:-1px;
  346. color:{color:text};
  347. word-wrap:break-word;
  348. text-align:center;
  349. text-overflow:clip;
  350. {block:ifnottransparentsidebar}
  351. background:{color:windows background} url('{image:windows background}'); {/block:ifnottransparentsidebar}
  352. }
  353. b, strong {
  354. font-weight:heavy;
  355. }
  356. i, em {
  357. font-weight:light;
  358. }
  359. li {
  360. list-style:lower-roman;
  361. margin-left:-25px;
  362. text-align:justify;
  363. margin-right:0px;
  364. }
  365. blockquote {
  366. margin-left:0px;
  367. margin-right:0px;
  368. padding:5px 10px 5px 10px;
  369. overflow:hidden;
  370. text-align:justify;
  371. border-left:1px solid {color:text};
  372. }
  373.  
  374. #pep {
  375. margin-top: -44px;
  376. width: 150px;
  377. position:fixed;
  378. }
  379. #sb {
  380. height: 105px;
  381. position:fixed;
  382. z-index:100;
  383. margin-left:155px;
  384. margin-top:27px;
  385. overflow:hidden;
  386.  
  387. }
  388. #sb2 {
  389. height: 105px;
  390. position:fixed; z-index:100;
  391. margin-left: 0px;
  392. margin-top:27px;
  393. overflow:hidden;
  394.  
  395.  
  396. }
  397. #sb3 {
  398. position:fixed;
  399. z-index:100;
  400. margin-left:0px;
  401. margin-top:112px;
  402.  
  403. }
  404.  
  405. .ttt {
  406. width: 300px;
  407. margin-top: 47px;
  408. margin-left: 0px;
  409. position:absolute;
  410. z-index:9900;
  411. color: {color:title};
  412.  
  413.  
  414. }
  415.  
  416. #pn {
  417.  
  418. position:absolute;
  419. margin-top: 44px;
  420. margin-left: 8px;
  421. width: 15px;
  422. }
  423. #xy {
  424. position:fixed; margin-top: 2px; margin-left: 110px; z-index: 9999;
  425.  
  426.  
  427. }
  428.  
  429. #av {
  430.  
  431. position:absolute;
  432. margin-top: 35px; margin-left: 70px; z-index: 9999;
  433. overflow: hidden;
  434. }
  435.  
  436.  
  437. #st {
  438. max-width: 130px;
  439. margin-top: -210px;
  440. margin-left: 0px;
  441. position:fixed;
  442. z-index: 9999;
  443. }
  444.  
  445. #pt {
  446. position:fixed;
  447. z-index: 9999;
  448. }
  449.  
  450. #s-m-t-tooltip {
  451. background: #fff;
  452. font-size: 12px;
  453. font-family: consolas;
  454. color: #000;
  455. max-width: 100px;
  456. border: 1px solid {color:border};
  457. word-wrap: break-word;
  458. padding: 1px 5px 2px 6px;
  459. display: block;
  460. margin: 10px 10px 10px 15px;
  461. }
  462.  
  463. ::-webkit-scrollbar-thumb:vertical {
  464. background-color: none;
  465. width: 0;
  466. height: 0;
  467. }
  468.  
  469. ::-webkit-scrollbar-thumb:horizontal {
  470. background-color: none;
  471. width: 0;
  472. height: 0;
  473. }
  474.  
  475. ::-webkit-scrollbar {
  476. background-color: none;
  477. width: 0;
  478. height: 0;
  479. }
  480.  
  481. ::-webkit-scrollbar-track {
  482. background-color: none;
  483. width: 0;
  484. height: 0;
  485. }
  486. </style>
  487. <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" />
  488. {block:ifendlessscroll}<script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:ifendlessscroll}
  489. </head>
  490. <body>
  491.  
  492. <img src="{image:moveable image}" style="max-width:300px;
  493. margin-top: {text:img top align}px; margin-left: {text:img left align}px; z-index: 99111; position:fixed;"/>
  494. <div id="content">
  495.  
  496.  
  497. <div id="sidebar">
  498. <img src="{image:top sidebar}" style="max-width:100%; padding-bottom:45px;"/>
  499.  
  500. <div id="xy">
  501. {block:ifnotendlessscroll} <div style="z-index: 999999999;">{block:Pagination} {block:PreviousPage} <a href="{PreviousPage}"><img src="{block:ifcutenavicons}http://static.tumblr.com/mqkrxog/Stzmu4eln/back.gif{/block:ifcutenavicons}{block:ifnotcutenavicons}http://static.tumblr.com/mqkrxog/Vncmu2vq2/unselected_back.png{/block:ifnotcutenavicons}"/></a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"><img src="{block:ifcutenavicons}http://static.tumblr.com/mqkrxog/IE9mu4eo0/next.gif{/block:ifcutenavicons}{block:ifnotcutenavicons}http://static.tumblr.com/mqkrxog/L1Smu2wbu/selected_ntk.png{/block:ifnotcutenavicons}"/></a> {/block:NextPage} {/block:Pagination}</div> {/block:ifnotendlessscroll}
  502. </div>
  503. <div style="position:fixed; width: 145px; margin-top: -20px; margin-left: 5px; z-index: 9999;"><marquee behavior="scroll" direction="left">
  504. {text:header text}
  505. </marquee></div>
  506. {block:ifnotcutenavicons}
  507. <div style="position:fixed; margin-top: 2px; margin-left: 5px; z-index: 9999;"><a href="/" title="home"><img src="http://static.tumblr.com/mqkrxog/1xSmu2uvv/home.png"/></a></div>
  508. <div style="position:fixed; margin-top: 2px; margin-left: 30px; z-index: 9999;">
  509. <a href="/ask" title="message"><img src="http://static.tumblr.com/mqkrxog/vYUmu2v39/msg.png"/></a></div>
  510. <div style="position:fixed; margin-top: 2px; margin-left: 55px; z-index: 9999;"><a href="/submit" title="submit"><img src="http://static.tumblr.com/mqkrxog/MgQmu2v4o/tumblr_inline_mt9gzr46gp1qdljll.png"/></a></div>
  511. <div style="position:fixed; margin-top: 2px; margin-left: 80px; z-index: 9999;"><a href="/archive" title="index"><img src="http://static.tumblr.com/mqkrxog/9UQmu2v5o/fhfhf.png"/></a></div>
  512. {/block:ifnotcutenavicons}{block:ifcutenavicons}
  513. <div style="position:fixed; margin-top: 2px; margin-left: 5px; z-index: 9999;"><a href="/" title="home"><img src="http://static.tumblr.com/2abe6f50bb2bdb2bbb09a2ce6bffc4dc/mqkrxog/9nimu32qm/tumblr_static_gif55.gif"/></a></div>
  514. <div style="position:fixed; margin-top: 2px; margin-left: 30px; z-index: 9999;">
  515. <a href="/ask" title="message"><img src="http://static.tumblr.com/8badd42053a555851a014c3ea5f50b82/mqkrxog/sNFmu32eo/tumblr_static_gif5.gif"/></a></div>
  516. <div style="position:fixed; margin-top: 2px; margin-left: 55px; z-index: 9999;"><a href="/submit" title="submit"><img src="http://static.tumblr.com/a53f934787bab41a54f3466274691eec/mqkrxog/kSymu31ls/tumblr_static_gif6.gif"/></a></div>
  517. <div style="position:fixed; margin-top: 2px; margin-left: 80px; z-index: 9999;"><a href="/archive" title="index"><img src="http://static.tumblr.com/b3fc7cdcb20dca3a8a82660fa309d636/mqkrxog/0Wxmu337w/tumblr_static_gif4.gif"/></a></div>{/block:ifcutenavicons}
  518. <div id="miniheader"></div>
  519. <div class="trt" style="padding-bottom: 20px;">
  520. {block:Description}{Description}{/block:Description}
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528. </div>
  529. {block:ifdropbox}
  530. <div style="z-index: 999999999999999999909999999999;margin-top: -62px; margin-left: 5px; position:fixed;"><select onChange="location=this.options[this.selectedIndex].value;" style="font-family: consolas; color: {color:title};
  531.  
  532.  
  533. border: 1px solid transparent;
  534. -moz-transition:all 0.5s ease-out;
  535. -o-transition:all 0.5s ease-out;
  536. -webkit-transition all 0.5s ease-out;
  537. transition:all 0.5s ease-out;
  538. position: fixed;
  539. background-color:transparent;
  540.  
  541.  
  542. -webkit-appearance: none;text-align:center;margin-top:20px;">
  543. <option value="">{text:dropbox title}</option>
  544.  
  545. {block:iflink1}<option value="{text:link 1 url}">{text:link 1}</option>{/block:iflink1}
  546. {block:iflink2}<option value="{text:link 2 url}">{text:link 2}</option>{/block:iflink2}
  547. {block:iflink3}<option value="{text:link 3 url}">{text:link 3}</option>{/block:iflink3}
  548. {block:iflink4}<option value="{text:link 4 url}">{text:link 4}</option>{/block:iflink4}
  549. {block:iflink5}<option value="{text:link 5 url}">{text:link 5}</option>{/block:iflink5}
  550. </select>
  551. </form></div>{/block:ifdropbox}
  552. <div id="pep"><img style="border:0px;" src="http://static.tumblr.com/mqkrxog/OjMmu2poy/smaller.png" width="160px;"></a></div>
  553.  
  554. <div id="sb"><img style="border:0px;" src="http://media.tumblr.com/255ad66426a1f80685d13ed2c1ee53f9/tumblr_inline_mthci4EAA11qdljll.png" width="5px;"></a></div>
  555. <div id="sb2"><img style="border:0px;" src="http://media.tumblr.com/255ad66426a1f80685d13ed2c1ee53f9/tumblr_inline_mthci4EAA11qdljll.png"width="5px;"></a></div>
  556.  
  557. <div id="sb3"><img style="border:0px;" src="http://static.tumblr.com/mqkrxog/pzMmu2t8j/sml.png" width="160px;"></a></div>
  558.  
  559. </div>
  560.  
  561.  
  562.  
  563.  
  564. <div id="header"></div>
  565.  
  566. <div id="pn"><img src="{image:post icon}" width="16px;" height= "16px;"></a></div>
  567. <div class="ttt">
  568. {Title}</div>
  569. <div id="png"><img style="border:0px;" src="http://static.tumblr.com/mqkrxog/BAEmu2wmq/postsss.png"></a></div>
  570.  
  571. <div id="blah"><img style="border:0px;" src="http://media.tumblr.com/255ad66426a1f80685d13ed2c1ee53f9/tumblr_inline_mthci4EAA11qdljll.png"></a></div>
  572. <div id="blah2"><img style="border:0px; " src="http://media.tumblr.com/255ad66426a1f80685d13ed2c1ee53f9/tumblr_inline_mthci4EAA11qdljll.png"></a></div>
  573.  
  574. <div id="blah3"><img style="border:0px;" src="http://static.tumblr.com/mqkrxog/zfvmu2t4a/untitled-2.png"></a></div>
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585. <div id="outer">
  586.  
  587.  
  588. <div id="posts">
  589.  
  590.  
  591.  
  592.  
  593.  
  594. {block:Posts}
  595.  
  596. {block:ContentSource}
  597. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  598. {/block:ContentSource}
  599. <!-- {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  600.  
  601. <div class="posts">
  602.  
  603. {block:Text}
  604. <div class="entry">
  605. <!-- text post -->
  606. {block:Title}
  607. <div class="psttit">{Title}</div>
  608. {/block:Title}
  609. {Body} </div>
  610. {block:indexpage}
  611. <div id="perma">
  612. {block:ifcustompermalinks}
  613. <a href="{permalink}" title="{NoteCountWithLabel}">{text:permalinks}</a>
  614. {/block:ifcustompermalinks}
  615. {block:ifnotcustompermalinks}
  616. <a href="{ReblogURL}" target="_blank" class="details" title="reblog">reblog</a>
  617. <a href="{permalink}" title="perma">{NoteCountWithLabel}</a>
  618. {/block:ifnotcustompermalinks}
  619. </div>
  620. {/block:indexpage}
  621. {/block:Text}
  622.  
  623. {block:Photo}
  624. <!-- photo post -->
  625. <center>
  626. <a href="{permalink}" title="{NoteCountWithLabel}">
  627. <img style="border:0px;" src="{PhotoURL-HighRes}"></a>
  628. </center>
  629. {block:Caption}
  630. <div id="captions">
  631. {Caption}</div>
  632. {/block:Caption}
  633. {/block:Photo}
  634.  
  635. {block:Photoset}
  636. <!-- photoset -->
  637. {Photoset-250}
  638. {block:Caption}
  639. <div id="captions">
  640. {Caption}</div>
  641. {/block:Caption}
  642.  
  643. <div id="perma">
  644. {block:ifcustompermalinks}
  645. <a href="{permalink}" title="{NoteCountWithLabel}">{text:permalinks}</a>
  646. {/block:ifcustompermalinks}
  647. {block:ifnotcustompermalinks}
  648. <a href="{ReblogURL}" target="_blank" class="details" title="reblog">reblog</a>
  649. <a href="{permalink}" title="perma">{NoteCountWithLabel}</a>
  650. {/block:ifnotcustompermalinks}
  651. </div>
  652. {/block:Photoset}
  653.  
  654. {block:Quote}
  655. <div class="entry">
  656. <div style="font-size:13px;line-height:14px;">
  657. <i>{Quote}</i></div>
  658. <small>
  659. <P align="right">{Source}</p></small>
  660. </div>
  661. {block:indexpage}
  662. <div id="perma">
  663. {block:ifcustompermalinks}
  664. <a href="{permalink}" title="{NoteCountWithLabel}">{text:permalinks}</a>
  665. {/block:ifcustompermalinks}
  666. {block:ifnotcustompermalinks}
  667. <a href="{ReblogURL}" target="_blank" class="details" title="reblog">reblog</a>
  668. <a href="{permalink}" title="perma">{NoteCountWithLabel}</a>
  669. {/block:ifnotcustompermalinks}
  670. </div>
  671. {/block:indexpage}
  672. {/block:Quote}
  673.  
  674. {block:Link}
  675. <div class="entry">
  676. <div style="font-size:13px;line-height:14px;">
  677. <a href="{URL}" {Target}>{Name}</a></div>
  678. {description}
  679. </div>
  680. {block:indexpage}
  681. <div id="perma">
  682. {block:ifcustompermalinks}
  683. <a href="{permalink}" title="{NoteCountWithLabel}">{text:permalinks}</a>
  684. {/block:ifcustompermalinks}
  685. {block:ifnotcustompermalinks}
  686. <a href="{ReblogURL}" target="_blank" class="details" title="reblog">reblog</a>
  687. <a href="{permalink}" title="perma">{NoteCountWithLabel}</a>
  688. {/block:ifnotcustompermalinks}
  689. </div>
  690. {/block:indexpage}
  691. {/block:Link}
  692.  
  693. {block:Chat}
  694. <div class="entry">
  695. {block:Title}
  696. <div style="color:{color:title};
  697. word-wrap:break-word;
  698. word-spacing:-2px;
  699. font-size:11px;
  700. letter-spacing:1px;
  701. padding:2px; border:1px solid {color:border};
  702. text-align:center;">
  703. {Title}
  704. </div>
  705. {/block:Title}
  706. {block:Lines}
  707. <div style="background: rgba(255, 255, 255, 0.3); padding:0px 0px 2px 0px; margin-bottom:5px;">
  708. {block:Label}<b>{Label}</b>{/block:Label}
  709. {Line}
  710. </div>
  711. {/block:Lines}
  712. </div>
  713.  
  714. {block:indexpage}
  715. <div id="perma">
  716. {block:ifcustompermalinks}
  717. <a href="{permalink}" title="{NoteCountWithLabel}">{text:permalinks}</a>
  718. {/block:ifcustompermalinks}
  719. {block:ifnotcustompermalinks}
  720. <a href="{ReblogURL}" target="_blank" class="details" title="reblog">reblog</a>
  721. <a href="{permalink}" title="perma">{NoteCountWithLabel}</a>
  722. {/block:ifnotcustompermalinks}
  723. </div>
  724. {/block:indexpage}
  725. {/block:Chat}
  726.  
  727. {block:Audio}
  728. {block:AlbumArt}
  729. <div class="albumart">
  730. <img src="{AlbumArtURL}" width="100%"></a></div>
  731. {/block:AlbumArt}
  732. <div style="width:width:250px; opacity:0.5; overflow:hidden; margin-top: 10px;">
  733. {AudioPlayerWhite}
  734. </div>
  735. {block:Caption}
  736. <div id="captions">
  737. {Caption}
  738. </div>
  739. {/block:Caption}
  740.  
  741. {block:indexpage}
  742. <div id="perma">
  743. {block:ifcustompermalinks}
  744. <a href="{permalink}" title="{NoteCountWithLabel}">{text:permalinks}</a>
  745. {/block:ifcustompermalinks}
  746. {block:ifnotcustompermalinks}
  747. <a href="{ReblogURL}" target="_blank" class="details" title="reblog">reblog</a>
  748. <a href="{permalink}" title="perma">{NoteCountWithLabel}</a>
  749. {/block:ifnotcustompermalinks}
  750. </div>
  751. {/block:indexpage}
  752. {/block:Audio}
  753.  
  754. {block:video}
  755. {Video-250}
  756. {block:Caption}
  757. <div id="captions">
  758. {Caption}
  759. </div>
  760. {/block:Caption}
  761. <div id="perma">
  762. {block:ifcustompermalinks}
  763. <a href="{permalink}" title="{NoteCountWithLabel}">{text:permalinks}</a>
  764. {/block:ifcustompermalinks}
  765. {block:ifnotcustompermalinks}
  766. <a href="{ReblogURL}" target="_blank" class="details" title="reblog">reblog</a>
  767. <a href="{permalink}" title="perma">{NoteCountWithLabel}</a>
  768. {/block:ifnotcustompermalinks}
  769. </div>
  770. {/block:video}
  771.  
  772. {block:Answer}
  773. <div class="entry">
  774. <div style="margin-top:0px;">
  775. <div style="padding:5px; background: rgba(255, 255, 255, 0.5);">
  776. <i><u>{asker} asked:</u> {Question}</i></div>
  777. <div style="margin-bottom:-5px;">{Answer}</div>
  778. </div>
  779. </div>
  780. {block:indexpage}
  781. <div id="perma">
  782. {block:ifcustompermalinks}
  783. <a href="{permalink}" title="{NoteCountWithLabel}">{text:permalinks}</a>
  784. {/block:ifcustompermalinks}
  785. {block:ifnotcustompermalinks}
  786. <a href="{ReblogURL}" target="_blank" class="details" title="reblog">reblog</a>
  787. <a href="{permalink}" title="perma">{NoteCountWithLabel}</a>
  788. {/block:ifnotcustompermalinks}
  789. </div>
  790. {/block:indexpage}
  791. {/block:Answer}
  792. </div>
  793.  
  794. {block:PermalinkPage}
  795. {block:RebloggedFrom}
  796. <div id="pw">
  797. {block:HasTags}
  798. {block:Tags}
  799. <i><a href="{TagURL}">#{Tag}</a></i>
  800. {/block:Tags}
  801. {/block:HasTags}
  802. <br><br>
  803. {block:date}
  804. {Month}, {dayofmonth}{dayofmonthsuffix} {Year}.
  805. {/block:date}<br>
  806. <i>via:</i>
  807. <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  808. <i>(<a href="{ReblogRootURL}" title="{ReblogRootName}">&copy;</a>)
  809. </i>
  810. </div>
  811. {/block:RebloggedFrom}
  812. {block:PostNotes}
  813. <div id="pgn">
  814. {PostNotes}
  815. </div>
  816. {/block:PostNotes}
  817. {/block:PermalinkPage}
  818.  
  819.  
  820.  
  821. {/block:Posts}
  822. </div></div>
  823. <img src="{image:bottom image}" style="max-width:300px;
  824. bottom: 10px; left: 20px; z-index: -9999111; position:fixed;"/>
  825. </div>
  826. <div style="position:fixed; z-index: 9999; bottom: 3px; margin-left: 3px; opacity: 0.2;"><a href="http://jubileethemes.tumblr.com" title="download theme"><img src="http://static.tumblr.com/mqkrxog/VQZmu2tly/copy.png"/></a>
  827. </div>
  828. </body>
  829. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement