ahu419

forgetfulthemes005

Jun 10th, 2013
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.46 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html>
  5.  
  6. <head>
  7.  
  8. <!--
  9.  
  10. **BEST VIEWED IN GOOGLE CHROME**
  11.  
  12. Terms + Conditions:
  13.  
  14. -Don't remove the credit
  15. -Taking inspiration is not the same as blatantly copying ideas and/or code
  16. -Don't use as base code
  17.  
  18. Default Settings-->
  19.  
  20. <meta name="color:background" content="#ffffff" />
  21. <meta name="color:desc" content="#000000" />
  22. <meta name="color:content" content="#081825" />
  23. <meta name="color:post" content="#090a0a" />
  24. <meta name="color:linkage" content="#747474" />
  25. <meta name="color:linkage font hover" content="#e4e4e4" />
  26. <meta name="color:tagging font hover" content="#e4e4e4" />
  27. <meta name="color:info" content="#090a0a" />
  28. <meta name="color:accent" content="#4b4b50" />
  29. <meta name="color:blockquote" content="#121313" />
  30. <meta name="color:header" content="#d9e7f7" />
  31. <meta name="color:border" content="#e4eaee" />
  32. <meta name="color:block" content="#e4eaee" />
  33. <meta name="color:audio border" content="#000000" />
  34. <meta name="color:title" content="#020202" />
  35. <meta name="color:big" content="#eef4f8" />
  36. <meta name="color:text" cont88ient="#bbd1e7" />
  37. <meta name="color:link" content="#659eb6" />
  38. <meta name="color:title shadow" content="#5d8391" />
  39. <meta name="color:link shadow" content="#96cff0" />
  40. <meta name="color:link hover" content="#bcd5eb" />
  41. <meta name="color:scrollbar" content="#000000" />
  42.  
  43. <meta name="image:sidebar" content="" />
  44. <meta name="image:background" content="" />
  45.  
  46. <meta name="text:title" content="one more spoon of cough syrup now
  47. " />
  48. <meta name="text:Link1" content="/" />
  49. <meta name="text:Link1 Title" content="link 1" />
  50. <meta name="text:Link2" content="/" />
  51. <meta name="text:Link2 Title" content="link 2" />
  52. <meta name="text:Link3" content="/" />
  53. <meta name="text:Link3 Title" content="link 3" />
  54.  
  55. <title>{Title}</title>
  56.  
  57. <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville' rel='stylesheet' type='text/css'>
  58. <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400italic' rel='stylesheet' type='text/css'>
  59.  
  60. <link href='http://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet' type='text/css'>
  61.  
  62. <link href='http://fonts.googleapis.com/css?family=Old+Standard+TT' rel='stylesheet' type='text/css'>
  63.  
  64.  
  65. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400italic' rel='stylesheet' type='text/css'>
  66.  
  67. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:700' rel='stylesheet' type='text/css'>
  68.  
  69. <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed|Roboto' rel='stylesheet' type='text/css'>
  70.  
  71. <link rel="shortcut icon" href="{Favicon}"/>
  72. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  73. {block:Description} <meta name="description" content="{MetaDescription}"/> {/block:Description}
  74.  
  75. <script type="text/javascript"
  76. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  77.  
  78. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  79. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  80. <script type="text/javascript" charset="utf-8">
  81. var $j = jQuery.noConflict();
  82. $j(function() {
  83. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  84. $j("img").lazyload({
  85. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  86. effect: "fadeIn",
  87. });
  88. });
  89. </script>
  90.  
  91.  
  92. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  93.  
  94.  
  95. <style type="text/css">
  96.  
  97.  
  98. body {
  99. background-color:{color:background};
  100. background-attachment:fixed;
  101. background-image:url('{image:background}');
  102. font-family:Cambria;
  103. font-size:11px;
  104. line-height:11px;
  105. letter-spacing:1px;
  106. color:{color:text};
  107. text-wrap:normal
  108. word-wrap:break-word;
  109. height:100%;
  110. right:2px;
  111. overflow-y:scroll;
  112. overflow-x:hidden;
  113. }
  114.  
  115. html {
  116. overflow-y:auto;
  117. background-color:transparent;
  118. }
  119.  
  120. html {
  121. overflow-y:auto;
  122. background-color:transparent;
  123. }
  124.  
  125. ::-webkit-scrollbar {
  126. width:12px;
  127. height:auto;
  128. background:{color:background};
  129. }
  130.  
  131.  
  132. ::-webkit-scrollbar-thumb:vertical {
  133. background-color:{color:scrollbar};
  134. height:0px;
  135. }
  136.  
  137. ::-webkit-scrollbar-thumb:horizontal {
  138. background-color:{color:scrollbar};
  139. height:0px;
  140. }
  141.  
  142.  
  143.  
  144. ::selection, ::-webkit-selection, ::-moz-selection {
  145. color:{color:selection};
  146. }
  147.  
  148.  
  149. a, a:active, a:visited{
  150. text-decoration:none;
  151. color:{color:link};
  152. }
  153.  
  154. a:hover {
  155. color:{color:link hover};
  156. -webkit-transition-duration:0.5s;
  157. -moz-transition-duration:0.5s;
  158. -o-transition: all 0.5s ease-in-out;
  159. transition: all 0.5s ease-in-out;
  160. }
  161.  
  162. .jump_page {
  163. padding: 2px 3px;
  164. color:white;
  165. font-family:Roboto;
  166. font-size:8px;
  167. text-decoration:none;
  168. }
  169.  
  170. .jump_page a {
  171. padding: 2px 3px;
  172. color:white;
  173. font-family:Roboto;
  174. font-size:8px;
  175. text-decoration:none;
  176. }
  177.  
  178. .current_page, .current_page a {
  179. padding: 2px 3px;
  180.  
  181. color:white;
  182. font-family:Roboto;
  183. font-size:8px;
  184. text-decoration:none;
  185. }
  186.  
  187. .jump_page:hover {
  188. color:white;
  189. font-family:Roboto;
  190. font-size:8px;
  191. text-decoration:none;
  192. -webkit-transition-duration:0.75s;
  193. -moz-transition-duration:0.75s;
  194. -o-transition: all 0.75s ease-in-out;
  195. transition: all 0.75s ease-in-out;
  196. }
  197.  
  198. #popitmenu{position: absolute; background-color: #000000; font: normal 10px {text:Main Font}; line-height: 18px; z-index: 100; visibility: hidden;}
  199. #popitmenu a{text-decoration: none; padding-left: 6px; color: #ffffff; display: block;}
  200. #popitmenu a:hover{ background-color: #faf919; color: #000000;}
  201.  
  202.  
  203. #fade {
  204. display:none;
  205. background:#ffffff;
  206. position:fixed;
  207. left: 0;
  208. top: 0;
  209. width: 100%;
  210. height: 100%;
  211. opacity:.1;
  212. z-index: 9999;
  213. }
  214.  
  215. .popup_block{
  216. display: none;
  217. background:{color:theme};
  218. border:1px solid {color:theme border};
  219. padding:20px;
  220. float: left;
  221. position: fixed;
  222. top: 50%;
  223. left: 50%;
  224. z-index: 99999;
  225. }
  226.  
  227. img.btn_close {
  228. float: right;
  229. margin: -55px -55px 0 0;
  230. }
  231.  
  232. *html #fade {
  233. position: absolute;
  234. }
  235.  
  236. *html .popup_block {
  237. position: absolute;
  238. }
  239.  
  240.  
  241. #main {
  242. background-color:transparent;
  243. background-attachment:fixed;
  244. background-image: url('{image:Background}');
  245. position:absolute;
  246. width:1250px;
  247. height:100%;
  248. }
  249.  
  250. .sidebar {
  251. width:445px;
  252. height:100%;
  253. margin-top:-8px;
  254. margin-left:-10px;
  255. border-right:1px solid {color:border};
  256. position:fixed;
  257. }
  258.  
  259. #simg {
  260. margin-top:178px;
  261. position:fixed;
  262. margin-left:287px;
  263. border-left:1px solid {color:border};
  264. height:120px;
  265. z-index:1002;
  266. }
  267.  
  268. .simg {
  269. margin-top:190px;
  270. position:fixed;
  271. margin-left:310px;
  272. z-index:1001;
  273. }
  274.  
  275. .simg img {
  276. opacity:1;
  277. height:100px;
  278. width:100px;
  279. border-radius:150px;
  280. }
  281.  
  282.  
  283. .smalltitle {
  284. color:{color:text};
  285. font-size:13px;
  286. z-index:1000;
  287. position:fixed;
  288. margin-left:600px;
  289. margin-top:47px;
  290. font-family:arial;
  291. font-style:italic;
  292. }
  293.  
  294. #quotemark {
  295. font-size:90px;
  296. font-family:georgia;
  297. color:{color:accent};
  298. margin-left:430px;
  299. margin-top:125px;
  300. opacity:.7;
  301. position:fixed;
  302. }
  303.  
  304. #linkage {
  305. position:relative;
  306. width:250px;
  307. margin-left:-55px;
  308. margin-top:3px;
  309. height:5px;
  310. opacity:1;
  311. padding:0px;
  312. padding-bottom:4px;
  313. padding-top:6px;
  314. text-align:right;
  315. z-index:1200;
  316. }
  317.  
  318. #linkage a {
  319. width:auto;
  320. font-size:9px;
  321. color:{color:linkage};
  322. letter-spacing:0px;
  323. padding:1px;
  324. margin-bottom:10px;
  325. margin-right:2px;
  326. height:9px;
  327. line-height:9px;
  328. font-family:Old Standard TT;
  329. display:inline-block;
  330. }
  331.  
  332. #linkage a:hover {
  333. text-shadow: 1px 1px {color:link shadow};
  334. }
  335.  
  336. #title {
  337. width:290px;
  338. z-index:1300;
  339. text-align:right;
  340. color:{color:title};
  341. font-family:'libre baskerville';
  342. font-size:13px;
  343. font-style:italic;
  344. position:fixed;
  345. letter-spacing:1px;
  346. margin-top:153px;
  347. margin-left:120px;
  348. text-shadow:1px 1px {color:title shadow};
  349. }
  350.  
  351. #title a {
  352. color:{color:title};
  353. text-shadow:1px 1px {color:title shadow};
  354.  
  355. }
  356.  
  357. #title a:hover {
  358. -webkit-transition-duration:0.75s;
  359. -moz-transition-duration:0.75s;
  360. -o-transition: all 0.75s ease-in-out;
  361. transition: all 0.75s ease-in-out;
  362. }
  363.  
  364. #desc {
  365. width:165px;
  366. margin-left:195px;
  367. margin-top:75px;
  368. padding:20px;
  369. padding-top:10px;
  370. padding-bottom:10px;
  371. height:275px;
  372. border-radius:10px;
  373. z-index:1000;
  374. background-color:{color:background};
  375. opacity:1;
  376. position:fixed;
  377.  
  378. }
  379.  
  380. #desc:hover {
  381. -webkit-transition-duration:.5s;
  382. -moz-transition-duration:.5s;
  383. -o-transition: all 0.5s ease-in-out;
  384. transition: all 0.5s ease-in-out;
  385. }
  386.  
  387. .desctext {
  388. width:215px;
  389. margin-top:230px;
  390. margin-left:-20px;
  391. color:{color:desc};
  392. text-align:justify;
  393. background-color:{color:background};
  394. font-size:10px;
  395. font-family:Old Standard TT;
  396. line-height:13px;
  397. letter-spacing:2px;
  398. }
  399.  
  400.  
  401. .pagelink {
  402. position:relative;
  403. text-align:center;
  404. margin-top:0px;
  405. margin-left:75px;
  406. z-index:1000;
  407. font-size:9px;
  408. padding:4px;
  409. font-family:Old Standard TT;
  410. }
  411.  
  412. .pagelink a {
  413. color:{color:linkage};
  414. }
  415.  
  416. .pagelink a:hover {
  417. text-shadow: 1px 1px {color:link shadow};
  418. -webkit-transition-duration:.5s;
  419. -moz-transition-duration:.5s;
  420. -o-transition: all 0.5s ease-in-out;
  421. transition: all 0.5s ease-in-out;
  422. }
  423.  
  424.  
  425. #question {
  426. font-size:13px;
  427. line-height:13px;
  428. padding-bottom:-4px;
  429. font-family:Cambria;
  430. text-align:left;
  431. font-style:italic;
  432. background-color:black;
  433. padding:15px;
  434. padding-bottom:20px;
  435. color:{color:background};
  436. }
  437.  
  438. #asker {
  439. font-size:9px;
  440. margin-top:-20px;
  441. font-family:oranienbaum;
  442. margin-left:30px;
  443. color:{color:background};
  444. }
  445.  
  446. #asker a {
  447. color:{color:background};
  448. }
  449.  
  450. #answer {
  451. margin-top:5px;
  452. }
  453.  
  454. #content {
  455. position:absolute;
  456. height:auto;
  457. left:480px;
  458. width:550px;
  459. background-color:{color:background};
  460. margin-left:-8px;
  461. font-family:cambria;
  462. margin-bottom:10px;
  463. padding-left:15px;
  464. margin-top:-10px;
  465. padding-top:60px;
  466. }
  467.  
  468. #post {
  469. width:500px;
  470. margin-left:0px;
  471. margin-right:0px;
  472. margin-top:-15px;
  473. margin-bottom:-10px;
  474. border-bottom:1px solid {color:border};
  475. padding:15px 0px 5px 0px;
  476. }
  477.  
  478. #info {
  479. position:relative;
  480. margin-top:17px;
  481. margin-left:0px;
  482. width:400px;
  483. height:5px;
  484. opacity:1;
  485. font-family:Old Standard TT;
  486. letter-spacing:1px;
  487. text-align:left;
  488. }
  489.  
  490. #info a {
  491. width:35px;
  492. font-size:9px;
  493. color:{color:info};
  494. padding-bottom:1px;
  495. }
  496.  
  497. #info a:hover {
  498. text-shadow: 0.5px 0 .2px {color:link shadow}, -0.5px 0 .2px {color:link shadow};
  499. -webkit-transition-duration:.25s;
  500. -moz-transition-duration:.25s;
  501. -o-transition: all 0.25s ease-in-out;
  502. transition: all 0.25s ease-in-out;
  503. }
  504.  
  505.  
  506. .tagging {
  507. position:relative;
  508. padding:4px 25px 4px 15px;
  509. margin-left:-10px;
  510. width:500px;
  511. margin-top:5px;
  512. margin-bottom:75px;
  513. font-size:9px;
  514. font-family:cambria;
  515. }
  516.  
  517.  
  518. .tagging a {
  519. position:relative;
  520. margin-right:7px;
  521. height:0px;
  522. color:{color:info};
  523. margin-left:2px;
  524. }
  525.  
  526. .tagging a:hover {
  527. text-shadow: 0.5px 0 .2px {color:link shadow}, -0.5px 0 .2px {color:link shadow};
  528. -webkit-transition-duration:.25s;
  529. -moz-transition-duration:.25s;
  530. -o-transition: all 0.25s ease-in-out;
  531. transition: all 0.25s ease-in-out;
  532. }
  533.  
  534. big {
  535. font-size:13px;
  536. line-height:14px;
  537. color:{color:big};
  538. }
  539.  
  540.  
  541. h1{
  542. font-size:14px;
  543. line-height:18px;
  544. font-style:italic;
  545. font-family:Cambria;
  546. -webkit-transition-duration:.5s;
  547. -moz-transition-duration:.5s;
  548. -o-transition: all 0.5s ease-in-out;
  549. transition: all 0.5s ease-in-out;
  550. }
  551.  
  552. h2{
  553. font-size:11px;
  554. line-height:12px;
  555. padding:6px;
  556. color:{color:background};
  557. }
  558.  
  559. h3{
  560. font-size:12px;
  561. line-height:10px;
  562. position:justify;
  563. padding-left:12px;
  564. font-family:arial;
  565. }
  566.  
  567. h4{
  568. font-size:15px;
  569. line-height:15px;
  570. font-weight:700;
  571. font-family:arial;
  572. color:{color:background};
  573. }
  574.  
  575. h5{
  576. font-size:20px;
  577. line-height:21px;
  578. color:{color:text};
  579. }
  580.  
  581. blockquote {
  582. margin-left:7px;
  583. padding:3px 5px 3px 5px;
  584. border-left:1px solid {color:block};
  585. background-color:{color:block};
  586. width:470px;
  587. }
  588.  
  589. .quote {
  590. font-size:13px;
  591. line-height:15px;
  592. font-family:Cambria;
  593. font-style:italic;
  594. padding-top:-5px;
  595. padding-left:25px;
  596. }
  597.  
  598. #mark {
  599. font-size:80px;
  600. font-family:cambria;
  601. color:{color:accent};
  602. margin-left:5px;
  603. margin-top:20px;
  604. opacity:.3;
  605. position:absolute;
  606. }
  607.  
  608. .quotesource {
  609. width:500px;
  610. font-size:10px;
  611. font-family:Cambria;
  612. padding:2px;
  613. text-align:right;
  614. margin-top:0px;
  615. letter-spacing:1px;
  616.  
  617. }
  618.  
  619. .user_1 .label {
  620. color:{color:link};
  621. font-weight:bold;
  622. }
  623.  
  624. .user_2 .label {
  625. color:{color:text};
  626. font-weight:bold
  627. }
  628. .user_3 .label {
  629. color:{color:link};
  630. font-weight:bold;
  631. }
  632.  
  633. .user_4 .label {
  634. color:{color:text};
  635. font-weight:bold
  636. }
  637. .user_5 .label {
  638. color:{color:link};
  639. font-weight:bold;
  640. }
  641.  
  642. .user_6 .label {
  643. color:{color:text};
  644. font-weight:bold
  645. }
  646.  
  647. .user_7 .label {
  648. color:{color:link};
  649. font-weight:bold
  650. }
  651.  
  652. .user_8 .label {
  653. color:{color:text};
  654. font-weight:bold
  655. }
  656.  
  657. .user_9 .label {
  658. color:{color:link};
  659. font-weight:bold
  660. }
  661.  
  662. .user_10 .label {
  663. color:{color:text};
  664. font-weight:bold
  665. }
  666.  
  667. ul.chat, .chat ol, .chat li {
  668. list-style:none;
  669. margin:0px;
  670. padding:0px;
  671. line-height:15px;
  672. }
  673.  
  674. ol.notes, .notes li {background-color:transparent;
  675. color:{color:text};
  676. list-style:none; margin-top:5px; margin-left:-20px; }
  677.  
  678.  
  679.  
  680.  
  681.  
  682.  
  683. #audentryprob {
  684. display:block;
  685. height:auto;
  686. min-height:135px;
  687. position:relative;
  688. }
  689.  
  690. .audentry {
  691. position:relative;
  692. width:490px;
  693. background-color:transparent;
  694. padding:5px;
  695. min-height:135px;
  696. {block:IndexPage}overflow:hidden;{/block:IndexPage};
  697. }
  698.  
  699. .audioplayersquare {
  700. position:absolute;
  701. z-index:3;
  702. top:5px;
  703. left:5px;
  704. background:white;
  705. opacity:0.7;
  706. filter:alpha(opacity=70);
  707. }
  708.  
  709. .audioplayer {
  710. width:20px;
  711. height:30px;
  712. overflow:hidden;
  713. margin:15px 24px 15px 16px;
  714. }
  715.  
  716. .audiodata {
  717. height:10px;
  718. margin-left:10px;
  719. margin-bottom:5px;
  720. padding: 5px;
  721. border-left:20px solid {color:audio border};
  722. }
  723.  
  724. .audiodata:hover {
  725. border-left:30px solid {color:audio border};
  726. -webkit-transition-duration:.5s;
  727. -moz-transition-duration:.5s;
  728. -o-transition: all 0.5s ease-in-out;
  729. transition: all 0.5s ease-in-out;
  730. }
  731.  
  732.  
  733. .audiocaption {
  734. color:{color:link};
  735. }
  736.  
  737. h5 {
  738. background-color:{color:linkage};
  739. font-size:12x;
  740. line-height:12px;
  741. font-family:arial;
  742. color:{color:link};
  743. width:120px;
  744. height:14px;
  745. padding:1px 3px 1px;
  746. -webkit-transition-duration:.25s;
  747. -moz-transition-duration:.25s;
  748. -o-transition: all 0.25s ease-in-out;
  749. transition: all 0.25s ease-in-out;
  750. }
  751.  
  752. h5:hover {
  753. background-color:{color:link};
  754. color:{color:linkage};
  755. font-style:italic;
  756. }
  757.  
  758. h5 a:hover {
  759. color:{color:linkage};
  760. font-style:italic;
  761. }
  762.  
  763. #tumblr_controls_a {
  764. background: none !important;
  765. border: 0px !important;
  766. box-shadow: 0px 0px 0px rgba(0,0,0,0) !important;}
  767.  
  768.  
  769.  
  770. </style>
  771.  
  772.  
  773. </head>
  774.  
  775.  
  776. <body>
  777.  
  778. <div id="main">
  779.  
  780. <div class="simg"><a href="/"><img src="{image:sidebar}"></img></a></div><div id="simg"></div>
  781.  
  782. <div class="sidebar"></div>
  783.  
  784. <div id="title"><a href="/">{text:title}</a></div>
  785. <div id="desc">
  786.  
  787. <div class="desctext">{Description}</div>
  788.  
  789.  
  790.  
  791. <div id="linkage">
  792. <a href="/">home</a>
  793. <a href="/ask">ask</a>
  794. <a href="/archive">history</a>
  795. <a href="http://forgetfuldonna.tumblr.com/tagged/themes">theme</a>
  796. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  797. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  798. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  799. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  800. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  801. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}</div>
  802. <div class="pagelink">{block:Pagination}
  803. {block:NextPage}<a href="{NextPage}">forward</a> — {/block:NextPage}
  804. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  805. {/block:Pagination}</div>
  806. </div>
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813. </div>
  814.  
  815.  
  816.  
  817.  
  818. <div id="content">
  819.  
  820.  
  821. {block:Posts}
  822.  
  823.  
  824. <div id="post">
  825.  
  826.  
  827. {block:Text}
  828. {block:Title}
  829. <h1><a href="{Permalink}">{Title}</a></h1>
  830. {/block:Title}
  831. {Body}
  832. {/block:Text}
  833.  
  834. {block:Photo}
  835. {block:Title}
  836. <h1><a href="{Permalink}">{Title}</a></h1>
  837. {/block:Title}
  838. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  839. {block:Caption}
  840. {Caption}
  841. {/block:Caption}
  842. {/block:Photo}
  843.  
  844. {block:Photoset}
  845. <center>{Photoset-500}</center>
  846. {block:Caption}
  847. {Caption}
  848. {/block:Caption}
  849. {/block:Photoset}
  850.  
  851. {block:Quote}
  852. <div id="mark">&ldquo;</div>
  853. {block:Title}
  854. <h1><a href="{Permalink}">{Title}</a></h1>
  855. {/block:Title}
  856. <div class="quote">{Quote}</div>
  857. {block:Source}<br>
  858. <div class="quotesource">- {Source}</div>
  859. {/block:Source}
  860. {/block:Quote}
  861.  
  862. {block:Link}
  863. <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
  864. {block:Description}
  865. <div class="description">{Description}</div>
  866. {/block:description}
  867.  
  868.  
  869.  
  870. {/block:Link}
  871. {block:Chat}
  872. {block:Title}
  873. <h1><a href="{Permalink}">{Title}</a></h1>
  874. {/block:Title}
  875. <ul class="chat">
  876. {block:Lines}
  877. <li class="user_{UserNumber}">
  878. {block:Label}
  879. <span class="label">
  880. {Label}
  881. </span>
  882. {/block:Label}
  883. &nbsp;{Line}</li>
  884. {/block:Lines}
  885. </ul>
  886. {/block:Chat}
  887.  
  888. {block:Answer}
  889. <div id="question">{Question}
  890.  
  891. </div>
  892. <div id="asker">- {Asker}</div><br>
  893. <div id="answer">{Answer}</div>
  894. {/block:Answer}
  895.  
  896. {block:Video}
  897. {block:Title}
  898. <h1><a href="{Permalink}">{Title}</a></h1>
  899. {/block:Title}
  900. <center>{Video-500}</center>
  901. {block:Caption}
  902. <div class="caption">{Caption}</div>
  903. {/block:Caption}
  904. {/block:Video}
  905.  
  906. {block:Audio}
  907. <div id="audentryprob">
  908. <div class="audentry">
  909. <img src="http://static.tumblr.com/2lqtwbf/hLRlz1vgy/2.png" alt="default album art" width="90" height="90" style="position:absolute; vertical-align:middle; margin-left:25px;" />
  910. {block:AlbumArt}
  911. <img width="90" height="90" src="{AlbumArtURL}" style="position:absolute; " />
  912. {/block:AlbumArt}
  913.  
  914. <div class="audioplayersquare">
  915. <div class="audioplayer">{AudioPlayerWhite}</div></div>
  916. <table style="float:right;" width="360px" cellspacing="4px" cellpadding="5">
  917. {block:TrackName}
  918. <tr>
  919. <td class="audiodata"><b>Song: </b>{TrackName}</td>
  920. </tr>
  921. {/block:TrackName}
  922. {block:Artist}
  923. <tr>
  924. <td class="audiodata"><b>Artist: </b> {Artist}</td>
  925. </tr>
  926. {/block:Artist}
  927. {block:Album}
  928. <tr>
  929. <td class="audiodata"><b>Album: </b>{Album}</td>
  930. </tr>
  931. {/block:Album}
  932. <tr>
  933. <td class="audiodata">Played {FormattedPlayCount} times</td>
  934. </tr>
  935. {block:ExternalAudio}
  936. <tr>
  937. <td class="audiodata"><a href="{ExternalAudioURL}" target="_blank">Source</a></td>
  938. </tr>
  939. {/block:ExternalAudio}
  940. {block:Caption}<tr>
  941. <td class="audiocaption">{Caption}</td></tr>
  942. {/block:Caption}
  943. </table>
  944. </div>
  945. </div>{/block:Audio}
  946. </div>
  947.  
  948. <div id="info"> {block:Date}<a href="{Permalink}">{DayOfMonth} {ShortMonth} {Year}</a>{/block:Date}
  949. {block:NoteCount}with <a href="{Permalink}">{NoteCount}</a> notes{/block:NoteCount} {block:RebloggedFrom} — <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom} {block:ContentSource}and <a href="{SourceURL}">orig</a>{/block:ContentSource} — <a href="{ReblogURL}"target="_blank">reblog this post</a>
  950. </div>
  951. <div class="tagging">
  952. {block:HasTags}{block:Tags}<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  953.  
  954.  
  955. {/block:Posts}
  956. {block:PostNotes}{PostNotes}{/block:PostNotes}
  957.  
  958.  
  959.  
  960.  
  961.  
  962. </div>
  963.  
  964. </div>
  965.  
  966. </div>
  967.  
  968.  
  969. </body>
  970.  
  971. </html>
  972.  
  973. <!--Nothing more to see here!-->
Advertisement
Add Comment
Please, Sign In to add comment