ahu419

forgetfulthemes003

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