precioussammy

dawn

Jan 18th, 2015
2,381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.21 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10.  
  11. <head>
  12.  
  13. <!--
  14. © sunshinesthemes.tumblr.com | Base Code 1
  15. edited and created by preciousthemes.tumblr.com
  16. -->
  17.  
  18. <!-- defaults -->
  19.  
  20. <!-- images -->
  21.  
  22. <meta name="image:Background" content=""/>
  23. <meta name="image:Sidebar" content="" />
  24. <meta name="image:Sidebar2" content="" />
  25.  
  26. <!-- colors -->
  27.  
  28. <meta name="color:Background" content="#ffffff" />
  29. <meta name="color:Body" content="#000000" />
  30. <meta name="color:Title" content="#000000" />
  31. <meta name="color:Description" content="#000000" />
  32. <meta name="color:Border" content="#eeeeee" />
  33. <meta name="color:Italic" content="#faacd7" />
  34. <meta name="color:NoteCount" content="#000000" />
  35. <meta name="color:Bold" content="#000000" />
  36.  
  37. <meta name="color:Info" content="#000000" />
  38. <meta name="color:InfoHover" content="#ffffff" />
  39.  
  40. <meta name="color:TabTitles" content="#ffffff" />
  41. <meta name="color:TabBackground" content="#000000" />
  42.  
  43. <meta name="color:Pagination" content="#000000" />
  44. <meta name="color:PaginationHover" content="#000000" />
  45.  
  46. <meta name="color:Links" content="#000000" />
  47. <meta name="color:LinksHover" content="#000000" />
  48.  
  49. <meta name="color:SidebarLinks" content="#000000" />
  50. <meta name="color:SidebarLinksHover" content="#000000" />
  51.  
  52. <!-- links/text -->
  53.  
  54. <meta name="text:Link1" content="/" />
  55. <meta name="text:Link1 Title" content="link" />
  56. <meta name="text:Link2" content="/" />
  57. <meta name="text:Link2 Title" content="link" />
  58. <meta name="text:Link3" content="/" />
  59. <meta name="text:Link3 Title" content="link" />
  60. <meta name="text:Link4" content="/" />
  61. <meta name="text:Link4 Title" content="link" />
  62.  
  63. <!-- tooltips -->
  64.  
  65. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  66. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  67. <script>
  68. (function($){
  69. $(document).ready(function(){
  70. $("[title]").style_my_tooltips({
  71. tip_follows_cursor:true,
  72. tip_delay_time:90,
  73. tip_fade_speed:600,
  74. attribute:"title"
  75. });
  76. });
  77. })(jQuery);
  78. </script>
  79.  
  80. <script type="text/javascript">
  81. WebFontConfig = {
  82. google: { families: [ 'Raleway:400,600,900,800,700:latin' ] }
  83. };
  84. (function() {
  85. var wf = document.createElement('script');
  86. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  87. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  88. wf.type = 'text/javascript';
  89. wf.async = 'true';
  90. var s = document.getElementsByTagName('script')[0];
  91. s.parentNode.insertBefore(wf, s);
  92. })(); </script>
  93.  
  94. <style type="text/css">
  95.  
  96. /* fonts (if you use them) */
  97.  
  98. /* scroll bar */
  99.  
  100. ::-webkit-scrollbar-thumb {
  101. background:#ccc;
  102. border: 2px solid white;
  103. height:auto;
  104. }
  105.  
  106. ::-webkit-scrollbar {
  107. height:9px;
  108. width:9px;
  109. background:#ccc;
  110. border:4px solid white;
  111. }
  112.  
  113. ::selection {
  114. background:white;
  115. }
  116.  
  117. /* body/post defaults */
  118.  
  119. h1 {
  120. font-size: 7px;
  121. text-transform: uppercase;
  122. font-family: calibri;
  123. letter-spacing: 1px;
  124. color:{color:Body};
  125. }
  126.  
  127. body {
  128. background:{color:Background};
  129. background-image:url('{image:Background}');
  130. color:{color:Body};
  131. margin:0px;
  132. font-family:Calibri;
  133. font-style:none;
  134. font-size:9px;
  135. line-height:100%;
  136. cursor: url(http://i.imgur.com/ZOrzC.png), progress;
  137. }
  138.  
  139. a:link, a:active {
  140. text-decoration:none;
  141. color:{color:Links};
  142. }
  143.  
  144. a:visited {
  145. text-decoration:none;
  146. color:{color:Links};
  147. }
  148.  
  149. a:hover {
  150. text-decoration:none;
  151. color:{color:LinksHover};
  152. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;
  153. -webkit-transition: all .8s linear;
  154. }
  155.  
  156. b, strong, .strong {
  157. color:{color:Bold};
  158. }
  159.  
  160. i, em, .em {
  161. color:{color:Italic};
  162. }
  163.  
  164. small{
  165. font-size:7px;
  166. }
  167.  
  168. big{
  169. font-size:12px;
  170. }
  171.  
  172. blockquote {
  173. padding-left:5px;
  174. border-left:2px solid {color:Body};
  175. }
  176.  
  177. img {
  178. border:none;
  179. }
  180.  
  181. /* tumblr controls */
  182.  
  183. iframe#tumblr_controls{
  184. white-space:nowrap;
  185. -webkit-filter: invert(100%);
  186. -moz-filter: invert(100%);
  187. -o-filter: invert(100%);
  188. -ms-filter: invert(100%);
  189. filter: invert(100%);
  190. opacity:.7;
  191. -webkit-transition: all .8s linear;
  192. }
  193.  
  194. /* posts */
  195.  
  196. #entries {
  197. width:400px;
  198. height:auto;
  199. margin-left:600px;
  200. margin-top:50px;
  201. margin-bottom:50px;
  202. }
  203.  
  204. #post {
  205. width:400px;
  206. height:auto;
  207. margin-top:20px;
  208. padding:10px;
  209. box-shadow:1px 1px 5px rgba(0,0,0,.1);
  210. background:white;
  211. }
  212.  
  213. /* sidebar */
  214.  
  215. #sidebar {
  216. width:210px;
  217. height:210px;
  218. position:fixed;
  219. margin-left:225px;
  220. margin-top:150px;
  221. background:{color:TabBackground};
  222. border: 10px solid {color:Border};
  223. z-index:0;
  224. }
  225.  
  226. #photo img {
  227. width:100px;
  228. height:100px;
  229. margin-top:0px;
  230. margin-left:0px;
  231. position:fixed;
  232. border-bottom: 10px solid {color:Border};
  233. border-right: 10px solid {color:Border};
  234. }
  235.  
  236. #photo2 img {
  237. width:100px;
  238. height:100px;
  239. margin-top:110px;
  240. margin-left:0px;
  241. position:fixed;
  242. border-right: 10px solid {color:Border};
  243. }
  244.  
  245. #title {
  246. font-size:19px;
  247. margin-top:145px;
  248. margin-left:-170px;
  249. margin-bottom:1px;
  250. width:300px;
  251. text-transform:uppercase;
  252. font-weight:800;
  253. font-family: 'Raleway', sans-serif;
  254. color:{color:Title};
  255. text-shadow: 0px 0px 4px rgba(0, 0, 0, .1);
  256. transform: rotate(90deg);
  257. -ms-transform: rotate(90deg);
  258. -webkit-transform: rotate(90deg);
  259. -o-transform: rotate(90deg);
  260. -moz-transform: rotate(90deg);
  261. -webkit-transition: all .8s linear;
  262. }
  263.  
  264.  
  265. /* links */
  266.  
  267. #links {
  268. -webkit-transition: all .8s linear;
  269. }
  270.  
  271. #links a{
  272. color:{color:SidebarLinks};
  273. font-size:9px;
  274. -webkit-transition: all .8s linear;
  275. }
  276.  
  277. #links a:hover {
  278. color:{color:SidebarLinksHover};
  279. -webkit-transition: all .8s linear;
  280. }
  281.  
  282. /* tooltips appearance */
  283.  
  284. #s-m-t-tooltip {
  285. display:inline-block;
  286. text-align:center;
  287. color:black;
  288. font-style:bold;
  289. background:white;
  290. font-size: 6px;
  291. text-transform: uppercase;
  292. font-family: calibri;
  293. letter-spacing: 1px;
  294. border-radius:2px;
  295. max-width:100px;
  296. padding:2px 3px 3px 2px;
  297. margin:20px 0px 0px 20px;
  298. z-index:9999999999999;
  299. border:1px solid {color:Border};
  300. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  301. }
  302.  
  303. /* description */
  304.  
  305. #description {
  306. font-size:8px;
  307. color:{color:Description};
  308. padding:5px;
  309. }
  310.  
  311. #description a {
  312. color:{color:Description};
  313. }
  314.  
  315. /* pagi */
  316.  
  317. #pagination {
  318. width:200px;
  319. margin-top:220px;
  320. margin-left:0px;
  321. text-align:center;
  322. position:fixed;
  323. padding:5px;
  324. font-size: 8px;
  325. font-family: Consolas;
  326. color:{color:Pagination};
  327. }
  328.  
  329. #pagination a {
  330. color:{color:Pagination};
  331. }
  332.  
  333. #pagination a:hover {
  334. color:{color:PaginationHover};
  335. }
  336.  
  337. /* post info */
  338.  
  339. #postinfo {
  340. margin-top:5px;
  341. padding:5px;
  342. background-color:{color:TabBackground};
  343. color:{color:Info};
  344. }
  345.  
  346. /* via & source */
  347.  
  348. #info {
  349. margin-top:0px;
  350. font-size:8px;
  351. color:{color:Info};
  352. background-color:{color:TabBackground};
  353. padding-top:7px;
  354. padding-bottom:7px;
  355. text-align:center;
  356. width:100%;
  357. -webkit-transition: all .8s linear;
  358. }
  359.  
  360. #info a {
  361. color:{color:Info};
  362. font-weight:bold;
  363. font-size:8px;
  364. }
  365.  
  366. #info a:hover {
  367. color:{color:InfoHover};
  368. }
  369.  
  370. /* tags */
  371.  
  372. #tags {
  373. width:390px;
  374. height:auto;
  375. color:{color:Tags};
  376. margin-top:5px;
  377. text-align:left;
  378. -webkit-transition: all .8s linear;
  379. }
  380.  
  381. #tags a {
  382. display:inline;
  383. text-transform:none;
  384. font-family:cambria;
  385. font-style:italic;
  386. color:{color:Tags};
  387. font-size:8px;
  388. letter-spacing:1px;
  389. line-height:120%;
  390. -webkit-transition: all .8s linear;
  391. }
  392.  
  393. /* asks */
  394.  
  395. #question {
  396. height:auto;
  397. width:auto;
  398. padding:10px;
  399. border:1px solid {color:Border};
  400. text-align:left;
  401. }
  402.  
  403. #question a{
  404. text-transform:none;
  405. font-style:none;
  406. }
  407.  
  408. #asker {
  409. display:block;
  410. font-size: 8px;
  411. text-transform: uppercase;
  412. font-family: calibri;
  413. letter-spacing: 1px;
  414. color:{color:Asker};
  415. }
  416.  
  417. #answer {
  418. text-transform:none;
  419. font-style:none;
  420. text-align:center;
  421. padding:10px;
  422. height:auto;
  423. }
  424.  
  425. #answer a{
  426. text-align:left;
  427. }
  428.  
  429. /* audio player */
  430.  
  431. .cover {
  432. width:80px;
  433. height:80px;
  434. padding:5px;
  435. margin-top:0px;
  436. }
  437.  
  438. .playbox {
  439. background:white;
  440. position: absolute;
  441. z-index: 1000;
  442. margin-top: -65px;
  443. margin-left: 26px;
  444. border-radius:100%;
  445. opacity:.5;
  446. -webkit-transition: all .8s linear;
  447. }
  448.  
  449. .playbox:hover {
  450. opacity:1;
  451. -webkit-transition: all .8s linear;
  452. }
  453.  
  454. .playbutton {
  455. width: 20px;
  456. height: 30px;
  457. overflow: hidden;
  458. position: relative;
  459. z-index: 1000;
  460. margin: 5px 14px 3px 6px;
  461. }
  462.  
  463. .audioinfo {
  464. display:inline;
  465. float:right;
  466. width:auto;
  467. height:auto;
  468. text-align:center;
  469. padding:10px;
  470. font-size: 8px;
  471. text-transform: uppercase;
  472. font-family: calibri;
  473. letter-spacing: 1px;
  474. }
  475.  
  476. /* quotes */
  477.  
  478. .quote{
  479. text-align:left;
  480. font-size: 8px;
  481. text-transform: none;
  482. font-family: calibri;
  483. letter-spacing: 1px;
  484. padding:5px;
  485. }
  486.  
  487. .source {
  488. text-align:left;
  489. font-size: 8px;
  490. text-transform: uppercase;
  491. font-family: calibri;
  492. letter-spacing: 1px;
  493. padding:5px;
  494. margin-left:30px;
  495. margin-top:5px;
  496. }
  497.  
  498. /* credit */
  499.  
  500. #cred {
  501. position:fixed;
  502. right:-160px;
  503. bottom:10px;
  504. padding:5px;
  505. width:auto;
  506. height:auto;
  507. background:white;
  508. color:{color:Body};
  509. border: 1px solid {color:Border};
  510. -webkit-transition: all 1s linear;
  511. }
  512.  
  513. #cred a{
  514. text-align:center;
  515. color:{color:Body};
  516. font-style:bold;
  517. font-size: 6px;
  518. text-transform: uppercase;
  519. font-family: calibri;
  520. letter-spacing: 1px;
  521. border-radius:2px;
  522. }
  523.  
  524. #cred img {
  525. height:auto;
  526. width:auto;
  527. position:fixed;
  528. bottom:10px;
  529. right:10px;
  530. -webkit-transition: all 1s linear;
  531. }
  532.  
  533. #cred:hover {
  534. right:30px;
  535. -webkit-transition: all 1s linear;
  536. }
  537.  
  538.  
  539. #tab01{ /*This is the customization of EACH tab*/
  540. position:fixed;
  541. left:345px;
  542. top:230px;
  543. margin-bottom:5px;
  544. padding-left:4px;
  545. height:14px;
  546. width:96px;
  547. text-align:center;
  548. overflow:hidden;
  549. background:{color:TabBackground};
  550. margin-top:1px1px;
  551. text-transform:uppercase;
  552. letter-spacing:1px;
  553. font-size:10px;
  554. line-height:10px;
  555. z-index:11;
  556. -webkit-transition: all 0.7s ease-in-out;
  557. -moz-transition: all 0.7s ease-in-out;
  558. -o-transition: all 0.7s ease-in-out;
  559. }
  560. #tab01:hover{/*This is the customization of the tabs HOVER*/
  561. height:210px;
  562. top:210px;
  563. background:{color:Background};
  564. -webkit-transition: all 0.7s ease-in-out;
  565. -moz-transition: all 0.7s ease-in-out;
  566. -o-transition: all 0.7s ease-in-out;
  567. }
  568.  
  569. #tab02{ /*This is the customization of EACH tab*/
  570. position:fixed;
  571. left:345px;
  572. top:260px;
  573. margin-bottom:5px;
  574. padding-left:4px;
  575. height:14px;
  576. width:96px;
  577. background:{color:TabBackground};
  578. text-align:center;
  579. overflow:hidden;
  580. text-transform:uppercase;
  581. letter-spacing:1px;
  582. font-size:10px;
  583. line-height:10px;
  584. z-index:10;
  585. -webkit-transition: all 0.7s ease-in-out;
  586. -moz-transition: all 0.7s ease-in-out;
  587. -o-transition: all 0.7s ease-in-out;
  588. }
  589. #tab02:hover{/*This is the customization of the tabs HOVER*/
  590. height:210px;
  591. top:210px;
  592. z-index:12;
  593. background:{color:Background};
  594. -webkit-transition: all 0.7s ease-in-out;
  595. -moz-transition: all 0.7s ease-in-out;
  596. -o-transition: all 0.7s ease-in-out;
  597. }
  598.  
  599.  
  600.  
  601. #tab03{ /*This is the customization of EACH tab*/
  602. position:fixed;
  603. left:345px;
  604. top:290px;
  605. margin-bottom:5px;
  606. padding-left:4px;
  607. height:14px;
  608. width:96px;
  609. text-align:center;
  610. overflow:hidden;
  611. text-transform:uppercase;
  612. background:{color:TabBackground};
  613. letter-spacing:1px;
  614. font-size:10px;
  615. line-height:10px;
  616. z-index:9;
  617. -webkit-transition: all 0.7s ease-in-out;
  618. -moz-transition: all 0.7s ease-in-out;
  619. -o-transition: all 0.7s ease-in-out;
  620. }
  621. #tab03:hover{/*This is the customization of the tabs HOVER*/
  622. height:210px;
  623. background:{color:Background};
  624. top:210px;
  625. z-index:12;
  626. -webkit-transition: all 0.7s ease-in-out;
  627. -moz-transition: all 0.7s ease-in-out;
  628. -o-transition: all 0.7s ease-in-out;
  629. }
  630.  
  631. #tab04{ /*This is the customization of EACH tab*/
  632. position:fixed;
  633. left:345px;
  634. top:320px;
  635. margin-bottom:5px;
  636. padding-left:4px;
  637. height:14px;
  638. width:96px;
  639. text-align:center;
  640. overflow:hidden;
  641. margin-top:1px1px;
  642. background:{color:TabBackground};
  643. text-transform:uppercase;
  644. letter-spacing:1px;
  645. font-size:10px;
  646. line-height:10px;
  647. z-index:8;
  648. -webkit-transition: all 0.7s ease-in-out;
  649. -moz-transition: all 0.7s ease-in-out;
  650. -o-transition: all 0.7s ease-in-out;
  651. }
  652. #tab04:hover{/*This is the customization of the tabs HOVER*/
  653. height:210px;
  654. background:{color:Background};
  655. top:210px;
  656. z-index:12;
  657. -webkit-transition: all 0.7s ease-in-out;
  658. -moz-transition: all 0.7s ease-in-out;
  659. -o-transition: all 0.7s ease-in-out;
  660. }
  661.  
  662. #tab05{ /*This is the customization of EACH tab*/
  663. position:fixed;
  664. left:345px;
  665. top:350px;
  666. margin-bottom:5px;
  667. padding-left:4px;
  668. height:14px;
  669. width:96px;
  670. text-align:center;
  671. background:{color:TabBackground};
  672. overflow:hidden;
  673. margin-top:1px1px;
  674. text-transform:uppercase;
  675. letter-spacing:1px;
  676. font-size:10px;
  677. line-height:10px;
  678. z-index:7;
  679. -webkit-transition: all 0.7s ease-in-out;
  680. -moz-transition: all 0.7s ease-in-out;
  681. -o-transition: all 0.7s ease-in-out;
  682. }
  683. #tab05:hover{/*This is the customization of the tabs HOVER*/
  684. height:210px;
  685. background:{color:Background};
  686. top:210px;
  687. z-index:12;
  688. -webkit-transition: all 0.7s ease-in-out;
  689. -moz-transition: all 0.7s ease-in-out;
  690. -o-transition: all 0.7s ease-in-out;
  691. }
  692.  
  693. #tab06{ /*This is the customization of EACH tab*/
  694. position:fixed;
  695. left:345px;
  696. top:380px;
  697. margin-bottom:5px;
  698. padding-left:4px;
  699. height:14px;
  700. width:96px;
  701. text-align:center;
  702. overflow:hidden;
  703. background:{color:TabBackground};
  704. margin-top:1px1px;
  705. text-transform:uppercase;
  706. letter-spacing:1px;
  707. font-size:10px;
  708. line-height:10px;
  709. z-index:6;
  710. -webkit-transition: all 0.7s ease-in-out;
  711. -moz-transition: all 0.7s ease-in-out;
  712. -o-transition: all 0.7s ease-in-out;
  713. }
  714. #tab06:hover{ /*This is the customization of the tabs HOVER*/
  715. height:210px;
  716. background:{color:Background};
  717. top:210px;
  718. z-index:12;
  719. -webkit-transition: all 0.7s ease-in-out;
  720. -moz-transition: all 0.7s ease-in-out;
  721. -o-transition: all 0.7s ease-in-out;
  722. }
  723.  
  724.  
  725. </style>
  726.  
  727. <div id="structure">
  728. <!---begin tab 1 code--->
  729. <div id="tab01">
  730. <div style="font-size:10px;color:{color:tabtitles};">DESCRIPTION</div>
  731.  
  732. <div id="description">{Description}</div>
  733.  
  734. </div>
  735. </div>
  736. <!---end tab 1 code--->
  737.  
  738. <!---begin tab 2 code--->
  739. <div id="tab02">
  740. <div style="font-size:10px;color:{color:tabtitles};">LINKS</div><br><br><br><br>
  741. <div id="links">
  742. <a href="/">home</a><br><br>
  743. <a href="/ask">mail</a><br><br>
  744. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}<br><br>
  745. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}<br><br>
  746. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}<br><br>
  747. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}<br><br>
  748. </div>
  749. </div></div>
  750. <!---end tab 2 code--->
  751.  
  752. <!---begin tab 3 code--->
  753. <div id="tab03">
  754. <div style="font-size:10px;color:{color:tabtitles};">UPDATES</div> <br>
  755. TEXT HERE
  756. </div>
  757. </div>
  758. <!---end tab 3 code--->
  759.  
  760.  
  761. <!---begin tab 4 code--->
  762. <div id="tab04">
  763. <div style="font-size:10px;color:{color:tabtitles};">UPDATES</div> <br>
  764. TEXT HERE
  765.  
  766. </div>
  767. </div>
  768. <!---end tab 4 code--->
  769.  
  770. <!---begin tab 5 code--->
  771.  
  772. <div id="tab05">
  773. <div style="font-size:10px;color:{color:tabtitles};">UPDATES</div> <br>
  774. TEXT HERE
  775. </div>
  776. </div>
  777.  
  778. <!---end tab 5 code--->
  779.  
  780. <!---begin tab 6 code--->
  781. <div id="tab06">
  782. <div style="font-size:10px;color:{color:tabtitles};">UPDATES</div><br>
  783. TEXT HERE
  784. </div></div>
  785.  
  786. <!---end tab 6 code--->
  787. </div></div></div>
  788.  
  789. <div id="sidebar">
  790.  
  791. {block:Pagination}
  792. <div id="pagination">
  793. {block:PreviousPage}
  794. <a href="{PreviousPage}"> ←back</a>
  795. {/block:PreviousPage}
  796.  
  797. {block:NextPage}
  798. <a href="{NextPage}">next→</a>
  799. {/block:NextPage}
  800. </div>
  801. {/block:Pagination}
  802.  
  803. <div id="photo"><img src="{image:sidebar}"></div>
  804. <div id="photo2"><img src="{image:sidebar2}"></div>
  805.  
  806. <div id="title"><a href="/">{Title}</a></div>
  807. </div>
  808.  
  809. <div id="entries">
  810.  
  811. {block:Posts}
  812.  
  813. <div id="post">
  814.  
  815. {block:Text}
  816. <h1>{block:Title}<b>{Title}</b>{/block:Title}</h1>
  817. {Body}
  818. {/block:Text}
  819.  
  820. {block:Photo}
  821. {LinkOpenTag}
  822. <img src="{PhotoURL-400}" />
  823. {LinkCloseTag}
  824. {block:Caption}{Caption}{/block:Caption}
  825. {/block:Photo}
  826.  
  827. {block:Photoset}
  828. {Photoset-400}
  829. {block:Caption}{Caption}{/block:Caption}
  830. {/block:Photoset}
  831.  
  832. {block:Link}
  833. <h1><b><a href="{URL}" {Target}>{Name}</a></b></h1>
  834. {block:Description}{Description}{/block:Description}
  835. {/block:Link}
  836.  
  837. {block:Chat}
  838. {block:Title}<h1><b>{Title}</b></h1>{/block:Title}
  839. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
  840. {/block:Chat}
  841.  
  842. {block:Video}
  843. {Video-400}
  844. {block:Caption}{Caption}{/block:Caption}
  845. {/block:Video}
  846.  
  847. {block:Quote}
  848. <div class="quote">
  849. ❝{Quote}❞
  850. </div>
  851. {block:Source}<div class="source"><b>-{Source}</b></div>{/block:Source}
  852. {/block:Quote}
  853.  
  854. {block:Answer}
  855. <div id="asker"><b>{Asker}</b></div>
  856. <div id="question">{Question}</div>
  857. <div id="answer">{Answer}</div>
  858. {/block:Answer}
  859.  
  860. {block:Audio}
  861. {block:AlbumArt}
  862. <img src="{AlbumArtURL}" class="cover" />
  863. {/block:AlbumArt}
  864.  
  865. <div class="playbox"><div class="playbutton">
  866. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  867. </div>
  868. </div>
  869.  
  870. <div class="audioinfo">
  871. {block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}
  872. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  873. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times
  874. </div>
  875. {/block:Audio}
  876.  
  877. <div id="postinfo">
  878. <div id="info">
  879.  
  880. posted <a href="{Permalink}">{timeago}</a>
  881. with <a href="{Permalink}">{NoteCountWithLabel}</a>
  882. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a> & {/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}"> source <a href="{SourceURL}"></a>{/block:ContentSource}{/block:RebloggedFrom}
  883. <br>
  884. {block:HasTags}filed: <i>{block:Tags}<a href="{TagURL}">{Tag}, </a>{/block:Tags}{/block:HasTags}</i>
  885. </div></div></div>
  886.  
  887. <!-- end post info -->
  888.  
  889. {block:PostNotes}
  890. <div id="notes">{PostNotes}</div>
  891. {/block:PostNotes}
  892. {/block:Posts}
  893.  
  894. </div>
  895.  
  896.  
  897. <div id="cred"><a href="http://precioussammy.tumblr.com/"><img src="http://static.tumblr.com/d3afqhp/CYZnbyomn/tumblr_lm6ow3rkt81qfoi4t.gif">themes by liz</a></div>
  898.  
  899. </body>
  900. </html>
Advertisement
Add Comment
Please, Sign In to add comment