Advertisement
juliechan

Raindrops theme

Dec 24th, 2012
1,335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.60 KB | None | 0 0
  1. <!--
  2. Raindrops theme by utekii.tumblr.com // hoshikusu.tumblr.com--
  3. ------------------------------RULES-----------------------------
  4.  
  5. * Please do not remove the credits.
  6. * No third-hand redistribution
  7. * Do not claim as yours
  8. * Don't break the rules or you WILL be reported w/o hesitation
  9. * You can edit this but leave the credits in tact
  10. * Do not use this code as a base code
  11.  
  12. -------------------------------FAQ------------------------------
  13.  
  14. 1. I do not help with customization of themes
  15. 2. Check ALL appearance options before asking a question
  16. 3. I don't give codes to anyone unless on special occasion
  17. 4. I will NEVER take theme requests
  18. 5. Pagination is available once you UNCHECK infinite scrolling
  19. 6. I don't help with adding extra links
  20. 7. Infinite scrolling works fine whether you have scm or not
  21. 8. For the codes, go to the first post of the live preview
  22.  
  23. ◆◇For any other questions message me on my THEME blog◆◇
  24.  
  25. -->
  26.  
  27.  
  28.  
  29. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  30. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  31.  
  32. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  33.  
  34. <head>
  35. <title>{title}</title>
  36. <link rel="shortcut icon" href="{favicon}">
  37. <link rel="alternate" type="application/rss+xml" xml:lang="en" lang="en">
  38. {block:Description}
  39. <meta name="description" content="{MetaDescription}"/>
  40. {/block:Description}
  41.  
  42. {block:ifdisablerightclick}
  43. <SCRIPT TYPE="text/javascript">
  44. <!--
  45. //Disable right click script
  46. //visit http://www.rainbow.arch.scriptmania.com/scripts/
  47. var message="Sorry, right-click has been disabled";
  48. ///////////////////////////////////
  49. function clickIE() {if (document.all) {(message);return false;}}
  50. function clickNS(e) {if
  51. (document.layers||(document.getElementById&&!document.all)) {
  52. if (e.which==2||e.which==3) {(message);return false;}}}
  53. if (document.layers)
  54. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  55. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  56. document.oncontextmenu=new Function("return false")
  57. // -->
  58. </SCRIPT>
  59. {/block:ifdisablerightclick}
  60.  
  61. <!--stuff-->
  62. <meta name="if:disable right click" content="1"/>
  63. <meta name="if:infinite scrolling" content="1"/>
  64. <meta name="if:cute cursor" content="1"/>
  65. <meta name="if:pixel text" content="1"/>
  66. <meta name="if:500px posts" content="1"/>
  67. <meta name="if:400px posts" content="0"/>
  68. <meta name="if:250px posts" content="0"/>
  69. <meta name="if:link 1" content="1"/>
  70. <meta name="if:link 2" content="1"/>
  71. <meta name="if:link 3" content="1"/>
  72. <meta name="if:link 4" content="1"/>
  73. <meta name="if:link 5" content="1"/>
  74. <meta name="if:link 6" content="1"/>
  75. <meta name="if:link 7" content="1"/>
  76.  
  77. <meta name="color:background" content="#fff"/>
  78. <meta name="color:title" content="#E08E79"/>
  79. <meta name="color:post titles" content="#2C3233">
  80. <meta name="color:text" content="#000"/>
  81. <meta name="color:links" content="#A8DADE"/>
  82. <meta name="color:links hover" content="#aaa"/>
  83. <meta name="color:post background" content="#fff"/>
  84. <meta name="color:scroll" content="#aaa">
  85. <meta name="color:home button" content="#C8E0DC"/>
  86. <meta name="color:ask button" content="#fff"/>
  87. <meta name="color:archive button" content="#7797A2"/>
  88. <meta name="color:link 1" content="#FF9476"/>
  89. <meta name="color:link 2" content="#FCB065"/>
  90. <meta name="color:link 3" content="#f5de5d"/>
  91. <meta name="color:link 4" content="#BCE48E"/>
  92. <meta name="color:link 5" content="#bddfd9">
  93. <meta name="color:link 6" content="#83BEBB">
  94. <meta name="color:link 7" content="#D0C2CD">
  95.  
  96. <meta name="text:link 1 url" content=""/>
  97. <meta name="text:link 1" content="link"/>
  98. <meta name="text:link 2 url" content=""/>
  99. <meta name="text:link 2" content="link"/>
  100. <meta name="text:link 3 url" content=""/>
  101. <meta name="text:link 3" content="link"/>
  102. <meta name="text:link 4 url" content=""/>
  103. <meta name="text:link 4" content="link"/>
  104. <meta name="text:link 5 url" content=""/>
  105. <meta name="text:link 5" content="link"/>
  106. <meta name="text:link 6 url" content=""/>
  107. <meta name="text:link 6" content="link"/>
  108. <meta name="text:link 7 url" content=""/>
  109. <meta name="text:link 7" content="link"/>
  110.  
  111. <meta name="image:background" content="http://static.tumblr.com/14xu0fs/RVum6rl4d/brushed_alu.png">
  112. <meta name="image:sidebar picture" content="http://25.media.tumblr.com/tumblr_m6mk9hLEDh1rz774co1_500.png"/>
  113. <meta name="image:post background" content=""/>
  114. <meta name="image:description bg" content="http://25.media.tumblr.com/tumblr_lxwynw0Pdg1r9g6hvo6_100.png">
  115.  
  116.  
  117. <!--stuff-->
  118.  
  119. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  120.  
  121. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  122.  
  123. <script src="http://static.tumblr.com/iuggpng/8iplzlvdu/smoothscroll.js" type="text/javascript"></script>
  124.  
  125. <script type="text/javascript">$(document).ready(function(){$( '.content' ).fadeIn("slow");});</script>
  126.  
  127. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  128.  
  129. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  130.  
  131. <script type="text/javascript" charset="utf-8">
  132. var $j = jQuery.noConflict();
  133. $j(function() {
  134. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  135. $j("img").lazyload({
  136. placeholder : "",
  137. effect: "fadeIn",
  138. });
  139. });
  140. </script>
  141.  
  142.  
  143. <style type="text/css">
  144. {CustomCSS}
  145.  
  146. ::-webkit-scrollbar-thumb:vertical {background-color:#bbb; height:75px;}
  147. ::-webkit-scrollbar {height:0px;width:5px;background-color:white;}
  148.  
  149.  
  150. iframe#tumblr_controls {
  151. right:5px !important;
  152. top:5px !important;
  153. position: fixed !important;
  154. -webkit-transition: opacity 0.7s linear;
  155. opacity: 0.8;
  156. -webkit-transition: all 0.8s ease-out;
  157. -moz-transition: all 0.8s ease-out;
  158. transition: all 0.8s ease-out;
  159. }
  160.  
  161. iframe#tumblr_controls:hover {
  162. -webkit-transition: opacity 0.7s linear;
  163. opacity: 1;
  164. -webkit-transition: all 0.4s ease-out;
  165. -moz-transition: all 0.4s ease-out;
  166. transition: all 0.4s ease-out;
  167. }
  168.  
  169. body{
  170. background-color{color:background};
  171. background-image:url('{image:background}');
  172. background-attachment:fixed;
  173. {block:ifpixeltext}
  174. font-family:pf-arma-five;
  175. font-size:8px;
  176. {/block:ifpixeltext}
  177. {block:ifnotpixeltext}
  178. font-family:consolas;
  179. font-size:10px;
  180. {/block:ifnotpixeltext}
  181. color:{color:text};
  182. {block:ifcutecursor}
  183. cursor: url(http://media.tumblr.com/tumblr_lqcmexUvFW1qfc7qm.png), progress !important;
  184. {/block:ifcutecursor}
  185. }
  186.  
  187. a, a:link, a:visited, a:active{
  188. color:{color:links};
  189. z-index:999;
  190. border-bottom:0px solid #eee;
  191. padding-bottom:10px;
  192. text-decoration:none;
  193. letter-spacing:1px;
  194. -webkit-transition: all 0.4s ease-out;
  195. -moz-transition: all 0.4s ease-out;
  196. transition: all 0.4s ease-out;
  197. }
  198.  
  199.  
  200.  
  201. a:hover {
  202. color:{color:links hover};
  203. border-bottom:1px solid #eee;
  204. padding-bottom:1px;
  205. text-decoration:none;
  206. {block:ifcutecursor}
  207. cursor: url(http://media.tumblr.com/tumblr_lqcmexUvFW1qfc7qm.png), progress !important;
  208. {/block:ifcutecursor}
  209. -webkit-transition: all 0.4s ease-out;
  210. -moz-transition: all 0.4s ease-out;
  211. transition: all 0.4s ease-out;
  212. }
  213.  
  214. img, a img{
  215. {block:IndexPage}
  216. opacity:.8;
  217. -webkit-transition:all 0.8s ease-out;
  218. -moz-transition:all 0.8s ease-out;
  219. transition:all 0.8s ease-out;
  220. {/block:IndexPage}
  221. }
  222.  
  223. img:hover{
  224. opacity:.9;
  225. {block:PermalinkPage}
  226. opacity:1;
  227. {/block:PermalinkPage}
  228. -webkit-transition:all 0.8s ease-out;
  229. -moz-transition:all 0.8s ease-out;
  230. transition:all 0.8s ease-out;
  231. }
  232.  
  233. #posts{
  234. margin-top:5px;
  235. overflow:hidden;
  236. padding:0px;
  237. margin-left:200px;
  238. }
  239.  
  240. #box{
  241. position:relative;
  242. background-color:{color:post background};
  243. background-image:url('{image:post background}');
  244. margin-bottom:20px;
  245. height:auto;
  246. padding:3px;
  247. {block:IndexPage}
  248. {block:if500pxposts}width:500px;{/block:if500pxposts}
  249. {block:if400pxposts}width:400px;{/block:if400pxposts}
  250. {block:if250pxposts}width:250px;{/block:if250pxposts}
  251. {/block:IndexPage}
  252. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  253. }
  254.  
  255. .titles{
  256. text-align:center;
  257. font-family:spring-script;
  258. font-size:18px;
  259. padding:10px;
  260. border-left:10px solid #A0B9C0;
  261. color:{color:post titles};
  262. }
  263.  
  264. .titles a{
  265. color:{color:post titles};
  266. }
  267.  
  268. .linkt{
  269. text-align:center;
  270. padding-top:10px;
  271. font-family:spring-script;
  272. font-size:18px;
  273. border-right:10px solid #A0B9C0;
  274. }
  275.  
  276. .linkt a{
  277. color:{color:post titles};
  278. }
  279.  
  280. .texts{
  281. line-height:14px;
  282. margin:10px;
  283. padding:0px;
  284. }
  285.  
  286. .play {
  287. padding:7px;
  288. border: 1px solid #fff;
  289. font-family:helvetica new;
  290. font-size:9px;
  291. height:auto;
  292. overflow:hidden;
  293. color:{color:Text};
  294. background-color:{color:post background};
  295. }
  296.  
  297. .asku{
  298. -webkit-border-top-right-radius:50px;
  299. -webkit-border-top-left-radius:50px;
  300. -webkit-border-bottom-right-radius:50px;
  301. -webkit-border-bottom-left-radius:50px;
  302. -moz-border-top-right-radius:50px;
  303. -moz-border-top-left-radius:50px;
  304. -moz-border-bottom-right-radius:50px;
  305. -moz-border-bottom-left-radius:50px;
  306. }
  307.  
  308. .ask{
  309. border-bottom:1px solid #eee;
  310. padding-bottom:10px;
  311. }
  312.  
  313. .message{
  314. margin:4px;
  315. line-height:14px;
  316. }
  317.  
  318. blockquote{
  319. border-left:2px solid #bbb;
  320. padding-left:3px;
  321. }
  322.  
  323. #permalink{
  324. display:block;
  325. width:500px;
  326. padding:5px;
  327. height:auto;
  328. background-color:transparent;
  329. color:{color:text};
  330. }
  331.  
  332. #perma{
  333. position:absolute;
  334. width:100px;
  335. border-left:1px dashed #018C8A;
  336. height:auto;
  337. top:-20px;
  338. opacity:0;
  339. padding:5px;
  340. right:-120px;
  341. color:#000;
  342. letter-spacing:2px;
  343. font-family:georgia;
  344. font-size:9px;
  345. -webkit-transition:all 0.5s ease-out;
  346. -moz-transition:all 0.5s ease-out;
  347. transition:all 0.5s ease-out;
  348. }
  349.  
  350. #perma a{
  351. color:#83AF9B;
  352. }
  353.  
  354. #box:hover #perma{
  355. top:3px;
  356. opacity:1;
  357. -webkit-transition:all 0.6s ease-out;
  358. -moz-transition:all 0.6s ease-out;
  359. transition:all 0.6s ease-out;
  360. }
  361.  
  362. #drops{
  363. width:120px;
  364. height:120px;
  365. position:fixed;
  366. top:280px;
  367. left:840px;
  368. background-color:#C8C8A9;
  369. opacity:.9;
  370. -webkit-border-top-right-radius:60px;
  371. -webkit-border-top-left-radius:60px;
  372. -webkit-border-bottom-right-radius:60px;
  373. -webkit-border-bottom-left-radius:60px;
  374. }
  375.  
  376. #of{
  377. width:100px;
  378. height:100px;
  379. margin-top:15px;
  380. margin-left:5px;
  381. -webkit-border-top-right-radius:50px;
  382. -webkit-border-top-left-radius:50px;
  383. -webkit-border-bottom-right-radius:50px;
  384. -webkit-border-bottom-left-radius:50px;
  385. }
  386.  
  387. .linkies{
  388. position:fixed;
  389. width:10px;
  390. height:10px;
  391. top:405px;
  392. left:855px;
  393. -webkit-transform:rotate(47deg);
  394. -webkit-border-top-right-radius:7px;
  395. -webkit-border-bottom-right-radius:7px;
  396. -webkit-border-bottom-left-radius:7px;
  397. }
  398.  
  399. #home{
  400. padding:3px;
  401. background-color:{color:home button};
  402. }
  403.  
  404. #ask{
  405. padding:3px;
  406. margin-top:10px;
  407. margin-left:39px;
  408. background-color:{color:ask button};
  409. }
  410.  
  411. #archive{
  412. padding:3px;
  413. margin-left:78px;
  414. background-color:{color:archive button};
  415. }
  416.  
  417. #holder{
  418. width:120px;
  419. background-color:#fff;
  420. opacity:1;
  421. height:60px;
  422. position:fixed;
  423. left:980px;
  424. top:280px;
  425. -webkit-border-top-left-radius:110px;
  426. -webkit-border-top-right-radius:110px;
  427. }
  428.  
  429. .extra{
  430. width:7px;
  431. position:absolute;
  432. left:25px;
  433. top:60px;
  434. -webkit-border-bottom-left-radius:5px;
  435. -webkit-border-bottom-right-radius:5px;
  436. -webkit-transition:all 0.7s ease-out;
  437. -moz-transition:all 0.7s ease-out;
  438. transition:all 0.7s ease-out;
  439. }
  440.  
  441. #link1{
  442. height:50px;
  443. background-color:{color:link 1};
  444. }
  445.  
  446. #link2{
  447. height:80px;
  448. left:35px;
  449. background-color:{color:link 2};
  450. }
  451.  
  452. #link3{
  453. height:65px;
  454. left:45px;
  455. background-color:{color:link 3};
  456. }
  457.  
  458. #link4{
  459. height:100px;
  460. left:55px;
  461. background-color:{color:link 4};
  462. }
  463.  
  464. #link5{
  465. height:65px;
  466. left:65px;
  467. background-color:{color:link 5};
  468. }
  469.  
  470. #link6{
  471. height:80px;
  472. left:75px;
  473. background-color:{color:link 6};
  474. }
  475.  
  476. #link7{
  477. height:50px;
  478. left:85px;
  479. background-color:{color:link 7};
  480. }
  481.  
  482. #link1:hover, #link2:hover, #link3:hover, #link4:hover, #link5:hover, #link6:hover, #link7:hover{
  483. padding-bottom:30px;
  484. }
  485.  
  486. #t1{
  487. position:fixed;
  488. opacity:0;
  489. width:70px;
  490. height:auto;
  491. font-family:pf mill;
  492. text-transform:lowercase;
  493. font-size:8px;
  494. text-align:center;
  495. color:#aaa;
  496. top:308px;
  497. left:1005px;
  498. }
  499.  
  500. .extra:hover #t1{
  501. opacity:1;
  502. -webkit-transition:all 0.7s ease-out;
  503. -moz-transition:all 0.7s ease-out;
  504. transition:all 0.7s ease-out;
  505. }
  506.  
  507. #marshmallow{
  508. position:fixed;
  509. width:250px;
  510. height:auto;
  511. top:430px;
  512. left:800px;
  513. }
  514.  
  515. #narsha{
  516. font-size:45px;
  517. font-weight:bold;
  518. font-family:dk;
  519. text-align:center;
  520. letter-spacing:5px;
  521. text-transform:lowercase;
  522. color:{color:title};
  523. }
  524.  
  525. #luhanforevar{
  526. height:auto;
  527. width:220px;
  528. padding:5px;
  529. font-family:consolas;
  530. line-height:12px;
  531. font-size:9px;
  532. letter-spacing:1px;
  533. margin-left:30px;
  534. background-image:url('{image:description bg}');
  535. }
  536.  
  537. #pag{
  538. position:fixed;
  539. font-family:georgia;
  540. margin-top:10px;
  541. left:120px;
  542. font-size:50px;
  543. }
  544.  
  545. #juliechan{
  546. position:fixed;
  547. bottom:10px;
  548. right:10px;
  549. color:#000;
  550. font-family:pf mill;
  551. }
  552.  
  553. #juliechan a{
  554. color:#555;
  555. }
  556.  
  557. @font-face {font-family: "pf-arma-five";src: url('http://static.tumblr.com/4pxtmpq/cEZm6plt0/pf_arma_five.ttf');}
  558.  
  559. @font-face {font-family: "spring-script";src: url('http://static.tumblr.com/14xu0fs/doqm70wc5/spring_script.ttf');}
  560.  
  561. @font-face {font-family: "economica-regular";src: url('http://static.tumblr.com/jtqlgf2/EFzm1d5lh/economica-regular.ttf');}
  562.  
  563. @font-face {font-family: "dk";src: url('http://static.tumblr.com/iuggpng/XaZm5hhme/dk_pimpernel.ttf');}
  564.  
  565. @font-face {font-family: "pf mill";src: url('http://static.tumblr.com/iuggpng/QOrm0dm4v/pfmil__.ttf');}
  566.  
  567.  
  568. </style>
  569. <script type="text/javascript"
  570. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js">
  571. </script>
  572. <script type="text/javascript" language="javascript">
  573. $(function () {
  574. $('#scrlBotm').click(function () {
  575. $('html, body').animate({
  576. scrollTop: $(document).height()
  577. },
  578. 1500);
  579. return false;
  580. });
  581.  
  582. $('#scrlTop').click(function () {
  583. $('html, body').animate({
  584. scrollTop: '0px'
  585. },
  586. 1500);
  587. return false;
  588. });
  589. });
  590. </script>
  591. </head>
  592. <body>
  593. {block:ifinfinitescrolling}<a id="scrlTop" title="fly up !" href="#" style="position: fixed; bottom: 10px; left: 10px; padding-bottom:1px;"><font size="10px">↑</font></a>
  594. {/block:ifinfinitescrolling}
  595.  
  596. {block:ifnotinfinitescrolling}
  597. <p><center><div id="pag">{block:Pagination}
  598. {block:PreviousPage}<a href="{PreviousPage}">◄</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">►</a>{/block:NextPage}
  599. {/block:Pagination}</div></center>{/block:ifnotinfinitescrolling}
  600.  
  601. <div id="drops">
  602. <img src ="{image:sidebar picture}" id="of" width="100px">
  603. </div>
  604.  
  605. <a title="i n d e x" href="/" id="home" class="linkies"></a>
  606. <a title="l e t t e r s" href="/ask" id="ask" class="linkies"></a>
  607. <a title="m e m o r i e s" href="/archive" id="archive" class="linkies"></a>
  608.  
  609. <div id="holder">
  610. {block:iflink1}
  611. <a href="{text:link 1 url}" id="link1" class="extra"><div class="extra" id="t1">{text:link 1}</div></a>
  612. {/block:iflink1}
  613.  
  614. {block:iflink2}
  615. <a href="{text:link 2 url}" id="link2" class="extra"><div class="extra" id="t1">{text:link 2}</div></a>
  616. {/block:iflink2}
  617.  
  618. {block:iflink3}
  619. <a href="{text:link 3 url}" id="link3" class="extra">
  620. <div class="extra" id="t1">{text:link 3}</div></a>
  621. {/block:iflink3}
  622.  
  623. {block:iflink4}
  624. <a href="{text:link 4 url}" id="link4" class="extra"><div class="extra" id="t1">{text:link 4}</div></a>
  625. {/block:iflink4}
  626.  
  627. {block:iflink5}
  628. <a href="{text:link 5 url}" id="link5" class="extra"><div class="extra" id="t1">{text:link 5}</div></a>
  629. {/block:iflink5}
  630.  
  631. {block:iflink6}
  632. <a href="{text:link 6 url}" id="link6" class="extra"><div class="extra" id="t1">{text:link 6}</div></a>
  633. {/block:iflink6}
  634.  
  635. {block:iflink7}
  636. <a href="{text:link 7 url}" id="link7" class="extra"><div class="extra" id="t1">{text:link 7}</div></a>
  637. {/block:iflink7}
  638. </div>
  639.  
  640. <div id="marshmallow">
  641. <div id="narsha">
  642. {title}
  643. </div>
  644. <div id="luhanforevar">
  645. {description}
  646. </div>
  647. </div>
  648.  
  649. <div id="juliechan">
  650. <a href="http://utekii.tumblr.com" target="new">✿ theme</a>
  651. </div>
  652.  
  653. <div id="posts">
  654. <div class="autopagerize_page_element">
  655. {block:Posts}
  656. <div id="box">
  657. {block:IndexPage}
  658. <div id="perma">
  659. {TimeAgo}
  660. <br><a href="{Permalink}">{NoteCountWithLabel}</a></br>
  661. <div>-----------------</div>
  662. {block:Tags}
  663. &#160<a href="{TagURL}">#{Tag}</a>{/block:Tags}
  664. </div>
  665. {/block:IndexPage}
  666.  
  667. {block:Text}
  668. <div class="texts">
  669. {block:Title}
  670. <div class="titles">
  671. <a href="{Permalink}">{Title}</a>
  672. </div>
  673. {/block:Title}
  674.  
  675. {Body}
  676. </div>
  677. {/block:Text}
  678.  
  679. {block:Photo}
  680. <a href="{Permalink}">
  681. {block:IndexPage}
  682. {block:if500pxposts}
  683. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  684. {/block:if500pxposts}
  685.  
  686. {block:if400pxposts}
  687. <a href="{Permalink}">
  688. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="400px"/>
  689. {/block:if400pxposts}
  690.  
  691. {block:if250pxposts}
  692. <a href="{Permalink}"><img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  693. {/block:if250pxposts}
  694. {/block:IndexPage}
  695.  
  696. {block:PermalinkPage}
  697. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  698. {/block:PermalinkPage}
  699. </a>
  700. {/block:Photo}
  701.  
  702. {block:Photoset}
  703. {block:IndexPage}
  704. {block:if500pxposts}
  705. <a href="{Permalink}">{Photoset-500}</a>
  706. {/block:if500pxposts}
  707.  
  708. {block:if400pxposts}
  709. <a href="{Permalink}">{Photoset-400}</a>
  710. {/block:if400pxposts}
  711.  
  712. {block:if250pxposts}
  713. <a href="{Permalink}">{Photoset-250}</a>
  714. {/block:if250pxposts}
  715. {/block:IndexPage}
  716.  
  717. {block:PermalinkPage}
  718. {Photoset-500}
  719. {/block:PermalinkPage}
  720.  
  721. {block:PermalinkPage}
  722. {block:Caption}
  723. <div id="text">
  724. {Caption}
  725. </div>
  726. {/block:Caption}
  727. {/block:PermalinkPage}
  728. {/block:Photoset}
  729.  
  730. {block:Quote}
  731. <div class="texts">
  732. <center>
  733. "{Quote}"
  734.  
  735. {block:Source}
  736. <div style="text-align:right;border-top:1px solid #ccc;">
  737. - {Source}
  738. </div>
  739. {/block:Source}
  740. </center>
  741. </div>
  742. {/block:Quote}
  743.  
  744. {block:Link}
  745. <div class="linkt">
  746. <a href="{URL}" {Target}>๑ {Name}</a>
  747. </div>
  748.  
  749. {block:Description}
  750. <div class="texts">
  751. {Description}
  752. </div>
  753. {/block:Description}
  754. {/block:Link}
  755.  
  756. {block:Chat}
  757. <div class="post chat">
  758. {block:Title}
  759. <div class="titles">
  760. <a href="{Permalink}">{Title}</a>
  761. </div>
  762. {/block:Title}
  763.  
  764. <div class="texts">
  765. {block:Lines}
  766. <div class="{Alt} user_{UserNumber}">
  767. {block:Label}
  768. <span class="label"><div style="border-bottom:1px solid #aaa;">{Label}</span>
  769. {/block:Label}
  770.  
  771. {Line}
  772. </div></div>
  773. {/block:Lines}
  774. </div>
  775. </div>
  776. {/block:Chat}
  777.  
  778. {block:Video}
  779. {block:IndexPage}
  780. {block:if500pxposts}
  781. {Video-500}
  782. {/block:if500pxposts}
  783.  
  784. {block:if400pxposts}
  785. {Video-400}
  786. {/block:if400pxposts}
  787.  
  788. {block:if250pxposts}
  789. {Video-250}
  790. {/block:if250pxposts}
  791. {/block:IndexPage}
  792.  
  793. {block:PermalinkPage}
  794. {Video-500}
  795. {/block:PermalinkPage}
  796.  
  797. <center>
  798. {PlayCountWithLabel}
  799. {block:Caption}
  800. <div class="texts">
  801. {Caption}
  802. </div>
  803. </center>
  804. {/block:Caption}
  805. {/block:Video}
  806.  
  807. {block:Audio}
  808. <div class="play">
  809. <div class="audio">
  810. <div style="width:100%; background-color:black;">{AudioPlayerBlack}</div>
  811. {block:AlbumArt}
  812. <div style="float:left; margin-top:5px; margin-right:10px;">
  813. <img src="{AlbumArtURL}" width="130" style="align:left;">
  814. </div>
  815.  
  816. {/block:AlbumArt}
  817. {block:Caption}
  818. <div class="caption">
  819.  
  820. {block:Artist}
  821. <p><b>ARTIST</b>: {Artist}
  822. {/block:Artist}
  823.  
  824. {block:Album}
  825. <br><b>ALBUM</b>: {Album}
  826. {/block:Album}
  827.  
  828. {block:TrackName}
  829. <br><b>TRACK</b>: {TrackName}
  830. {/block:TrackName}
  831.  
  832. {block:PlayCount}
  833. <br><b>PLAYS</b>: {FormattedPlayCount}
  834. {/block:PlayCount}
  835. {Caption}</div>
  836. {/block:Caption}
  837. </div></div>
  838. {/block:Audio}
  839.  
  840. {block:Answer}
  841. <div class="texts">
  842. <div class="ask">
  843. <img src="{AskerPortraitURL-48}" class="asku" align="left" style="margin-right:5px;opacity:1;">
  844. {Asker} whispered:"{Question}"
  845. </div>
  846. {Answer}
  847. </div>
  848. {/block:Answer}
  849.  
  850. {block:PermalinkPage}
  851. <div id="permalink">
  852. {block:Date}
  853. <div style="border-left:40px solid #FAEAAF; padding-left:5px;">
  854. <p>{Month} {DayOfMonth}, {Year}</p>
  855. </div>
  856. <div style="border-left:50px solid #FF9476; padding-left:5px;">
  857. <p>{NoteCountWithLabel}</p>
  858. </div>
  859. {/block:Date}
  860. {block:PostNotes} {/block:PostNotes}
  861. {block:RebloggedFrom}
  862. <div style="border-left:60px solid #0BB2AA; padding-left:5px;">
  863. <p>via : <a href="{ReblogParentURL}">{ReblogParentName}</a></p>
  864. </div>
  865. <div style="border-left:70px solid #D0C2CD; padding-left:5px;">
  866. <p>origin : <a href="{ReblogRootURL}">{ReblogRootName}</a></p>
  867. </div>
  868. {/block:RebloggedFrom}
  869. <div>
  870. {block:HasTags}<center>tagged :{block:Tags}
  871. &#160<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div></center>{/block:HasTags}
  872. <div id="taemin">{PostNotes}</div></div></div> {/block:PermalinkPage}
  873. </div>
  874. {/block:Posts}
  875. </div>{block:ifinfinitescrolling}</div>{/block:ifinfinitescrolling}
  876. </div>
  877. </body>
  878. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement