Advertisement
treasurecodes

Theme 9

Jul 12th, 2014
714
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.46 KB | None | 0 0
  1. <!---
  2.  
  3. π•‹π•™π•–π•žπ•– β„•π•šπ•Ÿπ•– 𝕓π•ͺ 𝕋𝕣𝕖𝕒𝕀𝕦𝕣𝕖 ℂ𝕠𝕕𝕖𝕀
  4.  
  5. 𝔻𝕠 π•Ÿπ• π•₯ π•£π•–π•žπ• π•§π•– π•₯𝕙𝕖 π•”π•£π•–π••π•šπ•₯ 𝕠𝕣 𝕦𝕀𝕖 𝕒𝕀 𝕒 𝕓𝕒𝕀𝕖 𝕔𝕠𝕕𝕖. π•‹π•™π•’π•Ÿπ•œ π•ͺ𝕠𝕦 𝕗𝕠𝕣 π•¦π•€π•šπ•Ÿπ•˜ π•žπ•ͺ π•₯π•™π•–π•žπ•–! ✌
  6.  
  7. (Β―`𝕧´¯)
  8. `Β·.ΒΈ.Β·Β΄
  9. ¸.·´¸.·¨) ¸.·¨)
  10. (ΒΈ.Β·Β΄ (ΒΈ.Β·Β΄ (ΒΈ.·¨¯`β™₯
  11.  
  12.  
  13. --->
  14.  
  15. <html>
  16.  
  17. <head>
  18. <link href='https://fonts.googleapis.com/css?family=Alegreya+Sans+SC' rel='stylesheet' type='text/css'>
  19.  
  20. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  21.  
  22. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  23. <script>
  24.  
  25. (function($){
  26.  
  27. $(document).ready(function(){
  28.  
  29. $("a[title]").style_my_tooltips({
  30.  
  31. tip_follows_cursor:true,
  32.  
  33. tip_delay_time:90,
  34.  
  35. tip_fade_speed:600,
  36.  
  37. attribute:"title"
  38.  
  39. });
  40.  
  41. });
  42.  
  43. })(jQuery);
  44.  
  45. </script>
  46.  
  47.  
  48. <title>{Title}</title>
  49. <link rel="shortcut icon" href="{Favicon}">
  50. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  51. {block:Description}
  52. <meta name="description" content="{MetaDescription}" />
  53. {/block:Description}
  54.  
  55.  
  56.  
  57. <link href='http://fonts.googleapis.com/css?family=Alegreya+Sans+SC|Noto+Sans|Poiret+One|Ubuntu|Great+Vibes|Dancing+Script|Satisfy|Julius+Sans+One|Rochester|Six+Caps|Raleway|Roboto+Condensed|Oxygen' rel='stylesheet' type='text/css'>
  58.  
  59.  
  60.  
  61. <meta name="text:quote" content="">
  62. <meta name="image:sidebar" content=""/>
  63. <meta name="color:background" content="#ffffff"/>
  64. <meta name="color:text" content="#999"/>
  65. <meta name="color:links" content="#aaa"/>
  66. <meta name="color:link hover" content="#ddd"/>
  67. <meta name="text:link1" content="">
  68. <meta name="text:link1url" content="/">
  69. <meta name="text:link2" content="">
  70. <meta name="text:link2url" content="/">
  71. <meta name="text:link3" content="">
  72. <meta name="text:link3url" content="/">
  73. <meta name="text:link4" content="">
  74. <meta name="text:link4url" content="/">
  75. <meta name="text:link5" content="">
  76. <meta name="text:link5url" content="/">
  77. <meta name="color:info" content=""/>
  78. <meta name="color:heart" content=""/>
  79. <meta name="color:answerbg" content=""/>
  80. <meta name="color:askbg" content=""/>
  81. <meta name="color:Scrollbar" content=""/>
  82.  
  83.  
  84.  
  85. <style type="text/css">
  86. /* --- TOOLTIPS ---*/
  87.  
  88. #s-m-t-tooltip {
  89. height:10px;
  90. max-width:300px;
  91. padding:3px 4px 5px 4px;
  92. margin:20px 0px 0px 20px;
  93. background-color:#000;
  94. font-family:helvetica; /* change the font */
  95. font-size:9px; /* change the font size */
  96. letter-spacing:1px; /* change the letter spacing */
  97. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  98. color:#fff; /* change the text color */
  99. box-shadow: 3px 3px 3px #868889;
  100. border-bottom:3px solid #000;
  101. z-index:999999999999999999999999999999999999;
  102.  
  103. }
  104.  
  105. /* --- SCROLLBAR ---*/
  106.  
  107.  
  108. ::-webkit-scrollbar-thumb:vertical {
  109. height:12px;
  110. border:2px solid #fff;
  111. background-color:{color:Scrollbar};
  112.  
  113. }
  114.  
  115. ::-webkit-scrollbar-thumb: {
  116. opacity:.8;
  117. }
  118.  
  119. ::-webkit-scrollbar {
  120. width:11px;
  121. height:7px;
  122. border:5px solid #fff;
  123. margin-bottom:-2%;
  124. background-color:{color:Scrollbar};
  125.  
  126. }
  127. ::-webkit-scrollbar-button:vertical:start:decrement,
  128. ::-webkit-scrollbar-button:vertical:end:increment{
  129.  
  130. height:8px;
  131. margin-bottom:-2%;
  132. border-right:2px solid #fff;
  133. border-left:2px solid #fff;
  134. background-color:{color:Scrollbar}; }
  135.  
  136.  
  137.  
  138.  
  139. body {
  140. font-family: 'Raleway', sans-serif;
  141. color:{color:text};
  142. font-size:12px;
  143. overflow-x:hidden;
  144. }
  145.  
  146.  
  147.  
  148. body, a {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto !important; }
  149.  
  150.  
  151. a:hover{cursor:url("http://i.imgur.com/IepP2.jpg"), auto !important;}
  152.  
  153.  
  154. a {
  155. padding:5px;
  156. text-decoration:none;
  157. -moz-outline-style:none;
  158. color:{color:links};
  159. -moz-transition-duration:0.5s;
  160. -webkit-transition-duration:0.5s;
  161. -o-transition-duration:0.5s;
  162.  
  163. }
  164.  
  165.  
  166.  
  167. a:hover{
  168. color:{color:link hover};
  169. font-style:none;
  170. -moz-transition-duration:0.5s;
  171. -webkit-transition-duration:0.5s;
  172. -o-transition-duration:0.5s;}
  173.  
  174.  
  175.  
  176. img {
  177.  
  178. border:0px;
  179.  
  180.  
  181. }
  182.  
  183.  
  184. blockquote {
  185.  
  186. padding-left:5px;
  187. color:{color:text};
  188. border-left:2px solid {color:links};
  189.  
  190. }
  191.  
  192.  
  193.  
  194.  
  195. h1 {
  196. font-size:12px;
  197. padding:10px;
  198. font-weight:normal;
  199. }
  200.  
  201. h2 {
  202. font-size:15px;
  203. padding:10px;
  204. width:100%;
  205. font-weight:normal;
  206. line-height:110%;
  207. }
  208.  
  209. /*---FOLLOW BUTTON---*/
  210.  
  211. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:0.9; }
  212.  
  213.  
  214.  
  215. /*---POSTS---*/
  216.  
  217. #entries {
  218. padding-left:15px;
  219. z-index:0;
  220. width:60%;
  221. line-height:12px;
  222. margin-bottom:20px;
  223. margin-left:500px;
  224. margin-top:40px;
  225. font-size:12px;
  226. }
  227.  
  228. #posts {
  229. width:500px;
  230. height:auto;
  231. padding:5px;
  232. line-height:12px;
  233. z-index:0;
  234. text-align:left;
  235. margin-bottom:50px;
  236.  
  237.  
  238. }
  239. #posts img {
  240. width:100%;
  241. }
  242.  
  243. /*---SIDEBAR---*/
  244.  
  245. #sidebar {
  246. width:250px;
  247. height:300px;
  248. position:fixed;
  249. margin-top:150px;
  250. margin-left:150px;
  251. -webkit-transition: all .8s ease-out;
  252. -moz-transition: all .8s ease-out;
  253. -o-transition: all .8s ease-out;
  254. -ms-transition: all .8s ease-out;
  255. transition: all .8s ease-out;
  256. }
  257.  
  258.  
  259. sidebar:hover{
  260. -webkit-transition: all .8s ease-out;
  261. -moz-transition: all .8s ease-out;
  262. -o-transition: all .8s ease-out;
  263. -ms-transition: all .8s ease-out;
  264. transition: all .8s ease-out;
  265. }
  266.  
  267. #sidebar #title {
  268. font-size:20px;
  269. position:fixed;
  270. font-style:none
  271. opacity:1;
  272. text-align:center;
  273. font-family: 'Alegreya Sans SC', sans-serif;
  274. text-align:center;
  275. width:250px;
  276. line-height:40px;
  277. margin-top:95px;
  278. -webkit-transition: all .8s ease-out;
  279. -moz-transition: all .8s ease-out;
  280. -o-transition: all .8s ease-out;
  281. -ms-transition: all .8s ease-out;
  282. transition: all .8s ease-out;
  283. }
  284.  
  285.  
  286. #sidebar:hover #title{
  287. opacity:0;
  288. margin-top:50px;
  289. -webkit-transition: all .4s ease-out;
  290. -moz-transition: all .4s ease-out;
  291. -o-transition: all .4s ease-out;
  292. -ms-transition: all .4s ease-out;
  293. transition: all .4s ease-out;
  294. }
  295.  
  296. #sidebar #frame img{
  297. margin-top:120px;
  298. width:250px;
  299. opacity:1;
  300.  
  301.  
  302. }
  303. #sidebar:hover #frame img{
  304. opacity:0;
  305.  
  306. }
  307.  
  308. #sidebar #miniquote {
  309. position:fixed;
  310. font-size:10px;
  311. word-spacing:3px;
  312. text-transform:none;
  313. text-align:center;
  314. letter-spacing:0px;
  315. margin-left:20px;
  316. text-transform:uppercase;
  317. font-family: 'noto sans', sans-serif;
  318. height:20px;
  319. width:208px;
  320. font-style:none;
  321. margin-top:0px;
  322. -webkit-transition: all .6s ease-out;
  323. -moz-transition: all .6s ease-out;
  324. -o-transition: all .6s ease-out;
  325. -ms-transition: all .6s ease-out;
  326. transition: all .6s ease-out;
  327.  
  328. }
  329.  
  330. #sidebar:hover #miniquote {
  331. opacity:0;
  332. margin-top:50px;
  333. -webkit-transition: all .6s ease-out;
  334. -moz-transition: all .6s ease-out;
  335. -o-transition: all .6s ease-out;
  336. -ms-transition: all .6s ease-out;
  337. transition: all .6s ease-out;
  338. }
  339.  
  340.  
  341. #sidebar #description {
  342. width:240px;
  343. font-size:11px;
  344. position:fixed;
  345. font-family: 'Raleway', sans-serif;
  346. padding:4px;
  347. margin-top:50px;
  348. line-height:13px;
  349. text-align:justify;
  350. opacity:0;
  351. -webkit-transition: all .8s ease-out;
  352. -moz-transition: all .8s ease-out;
  353. -o-transition: all .8s ease-out;
  354. -ms-transition: all .8s ease-out;
  355. transition: all .8s ease-out;
  356. }
  357.  
  358. #description a{
  359. font-size:16px;
  360. line-height:20px;
  361. color:#444;
  362. font-family: 'Satisfy', cursive;
  363. text-transform:capitalize;
  364. letter-spacing:2px;
  365.  
  366. }
  367.  
  368. #description a:hover{
  369. opacity:.4;
  370. }
  371. #sidebar:hover #description {
  372. opacity:1;
  373. -webkit-transition: all .8s ease-out;
  374. -moz-transition: all .8s ease-out;
  375. -o-transition: all .8s ease-out;
  376. -ms-transition: all .8s ease-out;
  377. transition: all .8s ease-out;
  378. }
  379.  
  380.  
  381. #sidebar #links {
  382. position:fixed;
  383. font-size:10px;
  384. padding-left:3px;
  385. padding-right:3px;
  386. text-transform:none;
  387. text-align:center;
  388. border-bottom:1px solid;
  389. letter-spacing:0px;
  390. text-transform:uppercase;
  391. font-family: 'noto sans', sans-serif;
  392. height:20px;
  393. width:243px;
  394. padding-top:5px;
  395. padding-bottom:2px;
  396. margin-top:22px;
  397. font-style:none;
  398. opacity:0;
  399. -webkit-transition: all .8s ease-out;
  400. -moz-transition: all .8s ease-out;
  401. -o-transition: all .8s ease-out;
  402. -ms-transition: all .8s ease-out;
  403. transition: all .8s ease-out;
  404. }
  405.  
  406. #sidebar:hover #links {
  407. opacity:1;
  408. border-bottom:1px solid #000;
  409. -webkit-transition: all .8s ease-out;
  410. -moz-transition: all .8s ease-out;
  411. -o-transition: all .8s ease-out;
  412. -ms-transition: all .8s ease-out;
  413. transition: all .8s ease-out;
  414. }
  415.  
  416.  
  417.  
  418. #sidebar #links a{
  419. color:#000;
  420. text-align:center;
  421. width:100px;
  422. padding-top:5px;
  423. padding-left:4px;
  424. padding-right:4px;
  425. padding-bottom:8px;
  426. line-height:130%;
  427. height:20px;
  428. -webkit-transition: all .8s ease-out;
  429. -moz-transition: all .8s ease-out;
  430. -o-transition: all .8s ease-out;
  431. -ms-transition: all .8s ease-out;
  432. transition: all .8s ease-out;
  433. }
  434.  
  435. #sidebar #links a:hover{
  436. letter-spacing:0px;
  437. height:20px;
  438. background:#000;
  439. padding-bottom:8px;
  440. border-bottom:1px dotted #fff;
  441. text-align:center;
  442. color:#ddd;
  443. -webkit-transition: all .8s ease-out;
  444. -moz-transition: all .8s ease-out;
  445. -o-transition: all .8s ease-out;
  446. -ms-transition: all .8s ease-out;
  447. transition: all .8s ease-out;
  448. }
  449.  
  450.  
  451. #sidebar #sidebarimage{
  452. width:250px;
  453. margin-left:-5px;
  454. margin-top:10px;
  455. padding:5px;
  456. position:fixed;
  457. opacity:0;
  458. -webkit-transition: all .8s ease-out;
  459. -moz-transition: all .8s ease-out;
  460. -o-transition: all .8s ease-out;
  461. -ms-transition: all .8s ease-out;
  462. transition: all .8s ease-out;
  463.  
  464. }
  465.  
  466. #sidebar:hover #sidebarimage{
  467. width:250px;
  468. padding:5px;
  469. position:fixed;
  470. opacity:1;
  471. -webkit-transition: all .8s ease-out;
  472. -moz-transition: all .8s ease-out;
  473. -o-transition: all .8s ease-out;
  474. -ms-transition: all .8s ease-out;
  475. transition: all .8s ease-out;
  476. }
  477.  
  478. #sidebarimage img{
  479. width:240px;
  480. height:140px;
  481. border:4px double #e5e5e5;
  482. -moz-box-shadow:0px 0px 7px #afafaf;
  483. -webkit-box-shadow:0px 0px 7px #afafaf;
  484. -webkit-transition: all 0.5s ease-out;
  485. -moz-transition: all 0.5s ease-out;
  486. transition: all 0.5s ease-out;
  487. z-index: 2;
  488. }
  489.  
  490. /*---PAGINATION---*/
  491.  
  492. #pagination {
  493. bottom:0%;
  494. position:fixed;
  495. width:500px;
  496. height:20px;
  497. padding:10px;
  498. margin-left:500px;
  499. background-color:#fff;
  500. color:#000;
  501. opacity:.8;
  502. text-align:center;
  503. font-family:helvetica;
  504. line-height:20px;
  505. font-size:11px;
  506. z-index:999;
  507. }
  508. #pagination a{
  509. color:#000;
  510. opacity:1;}
  511.  
  512. #pagination a:hover{
  513. opacity:.6;
  514. }
  515.  
  516.  
  517. /*--ASK AND ANSWER BOXES--*/
  518. .asker {
  519. text-align:left;
  520. color:{color:text};
  521. font-family: 'noto sans', sans-serif;
  522. width:470px;
  523. background:{color:askbg};
  524. margin-left:0px;
  525. font-size:11px;
  526. letter-spacing:2px;
  527. padding:14px;
  528. border:1px solid #efefef;
  529. border-bottom:2px solid #efefef ;
  530. position: relative;}
  531.  
  532. .asker a{
  533. text-transform:uppercase;
  534. line-height:100%;
  535. border:0px ;
  536. margin-left:-12px;
  537. font-family: 'Alegreya Sans SC', sans-serif;
  538. letter-spacing:2px;
  539. text-align:left;
  540. font-size:12px;
  541. color:{color:text};
  542.  
  543. }
  544.  
  545. .asker a:hover{
  546. opacity:.6;
  547. }
  548.  
  549. .answer {
  550. text-align:left;
  551. font-family: 'noto sans', sans-serif;
  552. width:470px;
  553. color:{color:text};
  554. background:{color:answerbg};
  555. border-left:1px solid #efefef;
  556. border-right:1px solid #efefef;
  557. border-bottom:1px solid #efefef;
  558. font-size:11px;
  559. letter-spacing:2px;
  560. padding:14px;
  561. position: relative;}
  562.  
  563. .answer a{
  564. text-transform:none;
  565. line-height:100%;
  566. padding:1px;
  567. font-family:helvetica;
  568. letter-spacing:2px;
  569. text-align:left;
  570. font-size:12px;
  571. color:{color:links};
  572.  
  573. }
  574. .answer a:hover{
  575. opacity:.6;
  576. }
  577.  
  578.  
  579. /*---CHAT POSTS---*/
  580.  
  581.  
  582. ul.chat, .chat li {
  583. list-style:none;
  584. line-height:15px;
  585. font-size:12px;
  586. font-family: 'noto sans', sans-serif;
  587. padding:5px;
  588.  
  589. }
  590. .chat li {
  591. border:1px solid #f5f5f5;
  592. width:485px;
  593. margin-left:-5px;
  594. }
  595.  
  596. .label {
  597. font-family: 'noto sans', sans-serif;
  598. text-decoration:none;
  599. line-height:15px;
  600. font-size:12px;
  601. font-weight:bold;
  602. text-transform:none;
  603. margin-right:5px;
  604.  
  605. }
  606.  
  607.  
  608.  
  609. /*--AUDIO POSTS--*/
  610.  
  611. .music {
  612. padding:10px;
  613. font-size:12px;
  614. width:480px;
  615. border:1px solid #efefef;
  616. line-height:20px;
  617. font-family: 'noto sans', sans-serif;
  618.  
  619. }
  620.  
  621.  
  622. .playercontainer {
  623. border-top:2px solid #efefef;
  624. text-align:left;
  625. margin-left:-10px;
  626. padding:10px;
  627. width:480px;
  628. }
  629.  
  630. /*---INFO AND TAGS---*/
  631.  
  632. #info {
  633. border-top:1px solid #efefef;
  634. width:498px;
  635. padding-top:5px;
  636. padding-bottom:5px;
  637. text-transform: none;
  638. letter-spacing:0px;
  639. text-align:left;
  640. font-size:11px;
  641. line-height: 14px;
  642. color:#000000;
  643. margin-top:-5px;
  644. margin-bottom:10px;
  645.  
  646. }
  647.  
  648.  
  649.  
  650. #info a {
  651. width:500px;
  652. color:#000000;
  653. margin-top:0px;
  654. margin-bottom:10px;
  655. text-align:left;
  656. font-style:normal;
  657.  
  658.  
  659. }
  660.  
  661.  
  662.  
  663. #info a:hover {
  664. color:#ddd;
  665.  
  666. }
  667.  
  668.  
  669.  
  670. #date {
  671. margin-bottom:10px;
  672. padding:10px;
  673. margin-top:5px;
  674. padding:5px;
  675. text-transform: none;
  676. letter-spacing:0px;
  677. display: inline;
  678. font-size:11px;
  679. line-height: 14px;
  680. color:#fff;
  681.  
  682.  
  683. }
  684.  
  685.  
  686.  
  687. #date a {
  688. text-align:left;
  689. color:#000000;
  690. margin-top:10px;
  691. margin-bottom:10px;
  692. margin-left:-5px;
  693. background:#efefef;
  694.  
  695.  
  696. }
  697.  
  698.  
  699.  
  700. #date a:hover {
  701. background:#fff;
  702. color:#000;
  703. }
  704.  
  705.  
  706. #tags {
  707. opacity:0;
  708. text-align:right;
  709. border-top:1px solid #efefef;
  710. width:494px;
  711. margin-top:-10px;
  712. color: {color:links};
  713. letter-spacing:0px;
  714. line-height:130%;
  715. font-size:8px;
  716. padding-right:5px;
  717. padding-bottom:2px;
  718. text-transform:uppercase;
  719. padding-top:5px;
  720. -moz-transition-duration:0.5s;
  721. -webkit-transition-duration:0.5s;
  722. -o-transition-duration:0.5s;
  723.  
  724. }
  725. #posts:hover #tags{
  726. opacity:1;
  727. -moz-transition-duration:0.5s;
  728. -webkit-transition-duration:0.5s;
  729. -o-transition-duration:0.5s;
  730. }
  731.  
  732.  
  733. #tags a {
  734. color:{color:links};
  735. text-transform:uppercase;
  736. font-size:9px;
  737. letter-spacing:0px;
  738. padding:1px;
  739. -moz-transition-duration:0.5s;
  740. -webkit-transition-duration:0.5s;
  741. -o-transition-duration:0.5s;
  742.  
  743. }
  744.  
  745.  
  746.  
  747. #tags a:hover {
  748. opacity:.3;
  749. -moz-transition-duration:0.5s;
  750. -webkit-transition-duration:0.5s;
  751. -o-transition-duration:0.5s;
  752.  
  753. }
  754.  
  755.  
  756.  
  757. #notes {
  758. margin-top:-50px;
  759. margin-left: 0px;
  760. width: 500px;
  761. font-size: 10px;
  762. }
  763.  
  764. }
  765.  
  766. .counter{
  767. position:fixed;
  768. bottom:9px;
  769. left:15px;
  770. text-align:center;
  771. font-size:10px;
  772. color:#949ea5;
  773. letter-spacing:1px;
  774. font-family:arial;
  775. font-weight:bold;
  776. padding:2px;
  777. opacity:.9;
  778.  
  779. }
  780. .counter a{
  781. color:#949ea5;
  782.  
  783.  
  784.  
  785. }
  786.  
  787. /* --- CREDIT ---*/
  788.  
  789. #cred {
  790. position:fixed;
  791. font-size:9px;
  792. font-weight:normal;
  793. line-height:150%;
  794. letter-spacing:2px;
  795. left:0px;
  796. bottom:0px;
  797. text-transform:uppercase;
  798. text-align:center;
  799. -moz-transition-duration:1s;
  800. -webkit-transition-duration:1s;
  801. -o-transition-duration:1s;
  802. }
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809. {CustomCSS}
  810.  
  811. </style>
  812. <div id="sidebar">
  813.  
  814. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  815.  
  816.  
  817. <div id="title">{Title}</div>
  818. <div id="frame"><img src="http://static.tumblr.com/uwwxw0e/Z4Gn8it2o/vects.jpg"></div>
  819. <div id="miniquote">" {text:quote} "</div>
  820.  
  821. <div id="links">
  822. <a href="{text:link1url}">{text:link1}</a>
  823. <a href="{text:link2url}">{text:link2}</a>
  824. <a href="{text:link3url}">{text:link3}</a>
  825. <a href="{text:link4url}">{text:link4}</a>
  826. <a href="{text:link5url}">{text:link5}</a>
  827.  
  828. </div>
  829.  
  830.  
  831. <div id="description">{Description}
  832.  
  833. </div>
  834.  
  835. </div>
  836.  
  837.  
  838.  
  839. <div id="entries">
  840.  
  841.  
  842. {block:Posts}<div id="posts">
  843.  
  844.  
  845.  
  846. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  847.  
  848.  
  849.  
  850. {block:Quote}<h2>β€œ{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  851.  
  852.  
  853.  
  854. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  855.  
  856. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  857.  
  858.  
  859.  
  860. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  861.  
  862.  
  863.  
  864. {block:Photoset}<center>{Photoset-500}</center>
  865.  
  866. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  867.  
  868.  
  869.  
  870. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  871.  
  872.  
  873.  
  874. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  875.  
  876.  
  877.  
  878. {block:Answer}<div class="asker"><span></span>{Asker}: {Question}</div><div class="answer">{Answer}</div>{/block:Answer}
  879.  
  880.  
  881.  
  882. {block:Audio}<div class="music">
  883. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  884. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  885. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  886. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893. <br><div id="info">
  894. <div id="date">{block:Date}<a href="{Permalink}"><a href="{Permalink}">{TimeAgo}</a></div>
  895.  
  896.  
  897. <div style="margin-top:-15px; text-align:right;"> <a href="{Permalink}"><font color="{color:heart}">β™₯</font> {NoteCountWithLabel}</a> {/block:Date} {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>|{block:ContentSource}<a href="{SourceURL}" title="{ReblogRootName}">credit</a>{/block:ContentSource}{/block:RebloggedFrom}</div> </div>
  898.  
  899. {block:HasTags}<div id="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  900.  
  901. {block:PostNotes}
  902. <div id="notes">{PostNotes}</div>
  903. {/block:PostNotes}
  904.  
  905. {/block:Posts}
  906.  
  907. {/block:Posts}</div></div></div>
  908.  
  909.  
  910. <div id="pagination">
  911. {block:PreviousPage}
  912. <a href="{PreviousPage}">Β« PREVIOUS</a>
  913. {/block:PreviousPage}
  914. {block:NextPage}
  915. <a href="{NextPage}">FORWARD Β»</a>{block:NextPage}
  916. </div>
  917.  
  918. </div>
  919.  
  920. </div>
  921.  
  922. </div>
  923.  
  924. </body>
  925. <!-- DO NOT REMOVE THIS PART -->
  926. <div style="position:fixed; bottom:10px; right:10px; font-size:8.5px; letter-spacing:2px; padding:5px;"><a href="http://treasurecodes.tumblr.com/"><img src="http://static.tumblr.com/uwwxw0e/uUFmz64q7/credit_icon.png" width="44px" height="40px"></a></div>
  927.  
  928. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement