Advertisement
noziam

THEME 19: DEATHBEDS (REDUX 03)

Mar 6th, 2014
867
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.19 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.  
  3. <!--
  4.  
  5. . .o8 oooo
  6. .o8 "888 `888
  7. .o888oo oooo oooo ooo. .oo. .oo. 888oooo. 888 oooo d8b
  8. 888 `888 `888 `888P"Y88bP"Y88b d88' `88b 888 `888""8P
  9. 888 888 888 888 888 888 888 888 888 888
  10. 888 . 888 888 888 888 888 888 888 888 888 .o.
  11. "888" `V88V"V8P' o888o o888o o888o `Y8bod8P' o888o d888b Y8P
  12.  
  13. -->
  14.  
  15. <!--
  16.  
  17. THEME 19 (REDUX EDIT 03) DEATHBEDS BY JAE @ NOZIAM
  18.  
  19. IF YOU STEAL OR REMOVE THE CREDIT, YOU WILL NEVER MEET ONE DIRECTION.
  20.  
  21. THANK YOU.
  22. ENJOY!
  23.  
  24.  
  25. -->
  26.  
  27. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  28. <head><title>{Title}</title>
  29. <link rel="shortcut icon" href="{image:favicon}">
  30. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  31. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  32.  
  33.  
  34. <meta name="color:Background" content="#ffffff"/>
  35. <meta name="color:Post Background" content="#ffffff"/>
  36. <meta name="color:Text" content="#a8a8a8"/>
  37. <meta name="color:Link" content="#b8b8b8"/>
  38. <meta name="color:Tags" content="f0f0f0"/>
  39. <meta name="color:Hover" content="#f2f2f2"/>
  40. <meta name="color:text select" content="#e2cdfd" />
  41.  
  42. <meta name="if:NoPostBackground" content="0">
  43. <meta name="if:PostBackground" content="1">
  44.  
  45. <meta name="image:favicon" content=""/>
  46. <meta name="image:background" content=""/>
  47. <meta name="text:select title" content=":・゚✧*:・゚" />
  48. <meta name="text:Link 1" content="" />
  49. <meta name="text:Link 1 Text" content="" />
  50. <meta name="text:Link 2" content="" />
  51. <meta name="text:Link 2 Text" content="" />
  52. <meta name="text:Link 3" content="" />
  53. <meta name="text:Link 3 Text" content="" />
  54. <meta name="text:Link 4" content="" />
  55. <meta name="text:Link 4 Text" content="" />
  56. <meta name="text:Link 5" content="" />
  57. <meta name="text:Link 5 Text" content="" />
  58.  
  59. <meta name="color:scrollbarbg" content="ffffff"/>
  60.  
  61.  
  62. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  63. <script type="text/javascript">
  64. $(document).ready(function () {
  65. $('div.drawer div:nth-child(2)').hide();
  66. $('div.drawer h4').click(function () {
  67. if ($(this).hasClass('open')) {
  68. $('div.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  69. else {
  70. $('div.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  71. $(this).next().slideDown();
  72. $(this).addClass('open');}
  73. });
  74. });
  75. </script>
  76.  
  77. <style type="text/css">
  78.  
  79. #bite
  80. #bite a{
  81. display:block
  82. }
  83. #bite .death {
  84. margin-right:0px;filter: alpha(opacity = 0);
  85. opacity:0;-webkit-transition: all 0.7s ease-out;
  86. -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  87. }
  88.  
  89. #bite:hover .death {
  90. margin-left:0px;
  91.  
  92. -webkit-transition: all 0.8s ease-out;
  93. -moz-transition: all 0.8s ease-out;
  94. transition: all 0.8s ease-out;
  95. filter: alpha(opacity = 100);
  96. filter: alpha(opacity = 100);
  97. opacity:8;
  98. }
  99.  
  100. /* --- SCROLLBAR ---*/
  101.  
  102. ::-webkit-scrollbar {
  103. width: 5px;height: 5px;}
  104. ::-webkit-scrollbar-button:start:decrement,
  105. ::-webkit-scrollbar-button:end:increment {
  106. height: 6px;display: block;background-color: {color:white};}
  107. ::-webkit-scrollbar-track-piece {
  108. background-color: {color:scrollbarbg};}
  109. ::-webkit-scrollbar-thumb:vertical {
  110. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  111.  
  112.  
  113. /* --- BODY ---*/
  114.  
  115. body {
  116. background-image:url('{image:background}');
  117. margin:0px;
  118. background-color:{color:background};
  119. background-attachment: fixed;
  120. background-repeat: repeat;
  121. background-position:center;
  122. color:{color:text};
  123. font-family:Calibri;
  124. font-size:10px;
  125. line-height:110%;
  126. }
  127.  
  128. a {
  129. text-decoration:none;
  130. outline:none;
  131. -moz-outline-style:none;
  132. color:{color:link};
  133. }
  134.  
  135. img {
  136. border:none;
  137. }
  138.  
  139. blockquote {
  140. padding-left:5px;
  141. border-left:2px solid;
  142. }
  143.  
  144. blockquote blockquote {
  145. padding-left:5px;
  146. border-left:2px solid;
  147. }
  148.  
  149. h1 {
  150. font-size:15px;
  151. text-transform:lowercase;
  152. text-align:center;
  153. }
  154.  
  155. a:hover {
  156. opacity:10;
  157. color:{color:hover};
  158. -webkit-transition: all 0.7s ease;
  159. -moz-transition: all 0.7s ease;
  160. -o-transition: all 0.7s ease
  161. }
  162.  
  163. /* --- POST ENTRIES ---*/
  164.  
  165.  
  166. #entries {
  167. padding:20px;
  168. width:400px;
  169. margin-left:330px;
  170. margin-top:0px;
  171. font-size:10px;
  172. }
  173.  
  174. /* --- BODY: POSTS ---*/
  175.  
  176.  
  177. #post {
  178. width:400px;
  179. padding-bottom:550px;
  180. padding:20px;
  181. margin-top:25px;
  182. {block:ifPostBackground}background-color:{color:Post Background};{/block:ifPostBackground}
  183. {block:ifNoPostBackground}background-color:transparent;{/block:ifNoPostBackground}
  184. border-radius:0px;
  185. box-shadow:0px 0px 25px transparent;
  186. }
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193. /* --- SIDEBAR ---*/
  194.  
  195.  
  196. #sidebar {
  197. width:125px;
  198. height:135px;
  199. position:fixed;
  200. margin-left:240px;
  201. margin-top:200px;
  202. opacity:10;
  203. background-color:transparent;
  204. }
  205.  
  206.  
  207.  
  208.  
  209. /* --- SIDEBAR LINKS ---*/
  210.  
  211. .links {
  212. padding: 10px;
  213. font-size:10px;
  214. font-family:helvetica;
  215. text-align:center;
  216. margin-top:-29px;
  217. margin-left:-32px;
  218. text-align:center;
  219. text-transform:lowercase;
  220. margin-bottom:-10px;
  221. letter-spacing:1px;
  222. position:fixed;
  223. line-height:10%;
  224. padding-bottom:7px;
  225. -moz-transition-duration:0.7s;
  226. -webkit-transition-duration:0.7s;
  227. -o-transition-duration:0.7s;
  228. }
  229.  
  230. .links a {
  231.  
  232. box-shadow:0px 0px 25px transparent;
  233. {block:ifPostBackground}background-color:{color:Post Background};{/block:ifPostBackground}
  234. {block:ifNoPostBackground}background-color:transparent;{/block:ifNoPostBackground}
  235. display:block;
  236. width:60px;
  237. padding:4px;
  238. font-size: 10px;
  239. -moz-transition-duration:0.7s;
  240. -webkit-transition-duration:0.7s;
  241. -o-transition-duration:0.7s;
  242. }
  243.  
  244. .links a:hover {
  245. {block:ifPostBackground}background-color:{color:Post Background};{/block:ifPostBackground}
  246. {block:ifNoPostBackground}background-color:transparent;{/block:ifNoPostBackground}
  247. background-color:transparent;
  248. -moz-transition-duration:0.7s;
  249. -webkit-transition-duration:0.7s;
  250. -o-transition-duration:0.7s;
  251. }
  252.  
  253.  
  254. /* --- DESCRIPTION ---*/
  255.  
  256. #description {
  257. {block:ifPostBackground}background-color:{color:Post Background};{/block:ifPostBackground}
  258. {block:ifNoPostBackground}background-color:transparent;{/block:ifNoPostBackground}
  259. position:fixed;
  260. font-family:helvetica;
  261. line-height:110%;
  262. font-size:11px;
  263. width:100px;
  264. margin-top:-12px;
  265. padding:8px;
  266. margin-left:-120px;
  267. text-align:justify;
  268. color:{color:text};
  269. box-shadow:0px 0px 25px transparent;
  270. }
  271.  
  272. #description a {
  273. color:{color:text};
  274. text-decoration:none;
  275. -moz-transition-duration:0.7s;
  276. -webkit-transition-duration:0.7s; -o-transition-duration:0.7s;}
  277.  
  278.  
  279.  
  280. #description a:hover {
  281. color:{color:text};
  282. text-decoration:line-through;
  283. -moz-transition-duration:0.7s;
  284. -webkit-transition-duration:0.7s; -o-transition-duration:0.7s;}
  285.  
  286.  
  287.  
  288. /* --- PAGINATION---*/
  289.  
  290.  
  291. #pagination {
  292. height:100px;
  293. width:500px;
  294. font-size:11px;
  295. text-align:justify;
  296. margin-left:450px;
  297. margin-top:10px;
  298. position:absolute;
  299. font-family:helvetica;
  300. text-align:center;
  301. -moz-transition-duration:0.7s;
  302. -webkit-transition-duration:0.7s; -o-transition-duration:0.7s;
  303. }
  304.  
  305. #pagination a{
  306. word-spacing:400px;
  307. display:inline-block;
  308. width:45px;
  309. padding:5px;
  310. background-color:#fff;
  311. box-shadow:0px 0px 25px transparent;
  312. -moz-transition-duration:0.7s;
  313. -webkit-transition-duration:0.7s; -o-transition-duration:0.7s;
  314. }
  315.  
  316. /* --- SELECTION COLOR ---*/
  317.  
  318.  
  319. ::selection {
  320.  
  321. color: {color:text select};
  322. background: transparent;
  323. /* Safari */
  324.  
  325. }
  326.  
  327. ::-moz-selection {
  328.  
  329. color: {color:text select};
  330. background: transparent;
  331. /* Firefox */
  332.  
  333. }
  334.  
  335.  
  336. /* --- POST INFO ---*/
  337.  
  338.  
  339. .lame {
  340. width:395px;
  341. padding:2px;
  342. font-family:helvetica;
  343. font-size:8px;
  344. color:{color:link};
  345. text-transform:lowercase;
  346. font-style:normal;
  347. letter-spacing:2px;
  348. text-align:left;
  349. -moz-transition-duration:0.7s;
  350. -webkit-transition-duration:0.7s;
  351. -o-transition-duration:0.7s;
  352. }
  353.  
  354. .lame a {
  355. text-align:center;
  356. letter-spacing:1px;
  357. padding:5px;
  358. font-style:normal;
  359. -moz-transition-duration:0.7s;
  360. -webkit-transition-duration:0.7s;
  361. -o-transition-duration:0.7s;
  362. }
  363.  
  364. .lame a:hover {
  365. color:{color:link};
  366. text-decoration:line-through;
  367. -moz-transition-duration:0.7s;
  368. -webkit-transition-duration:0.7s;
  369. -o-transition-duration:0.7s;
  370. }
  371.  
  372. #reblog {
  373. margin-left:0px;
  374. margin-top:-10px;
  375. font-family:helvetica ;
  376. font-size:8px;
  377. color:#000;
  378. letter-spacing:1px;
  379. text-transform:lowercase;
  380. -moz-transition-duration:0.7s;
  381. -webkit-transition-duration:0.7s;
  382. -o-transition-duration:0.7s;
  383. }
  384.  
  385. #reblog a {
  386. color:{color:link};
  387. -moz-transition-duration:0.7s;
  388. -webkit-transition-duration:0.7s;
  389. -o-transition-duration:0.7s;
  390. }
  391.  
  392. #reblog:hover {
  393. color:#fff;
  394. -moz-transition-duration:0.7s;
  395. -webkit-transition-duration:0.7s;
  396. -o-transition-duration:0.7s;
  397. }
  398.  
  399. .source {
  400. width:390px;
  401. padding:2px;
  402. font-family:helvetica;
  403. font-size:8px;
  404. margin-top:-15px;
  405. color:#000;
  406. MARGIN-LEFT:7PX;
  407. text-transform:lowercase;
  408. font-style:normal;
  409. letter-spacing:1px;
  410. text-align:right;
  411. -moz-transition-duration:0.7s;
  412. -webkit-transition-duration:0.7s;
  413. -o-transition-duration:0.7s;
  414. }
  415.  
  416. .source a {
  417. color:{color:link};
  418. text-align:center;
  419. letter-spacing:1px;
  420. padding:4px;
  421. word-spacing:-5px;
  422. font-style:bold;
  423. -moz-transition-duration:0.7s;
  424. -webkit-transition-duration:0.7s;
  425. -o-transition-duration:0.7s;
  426. }
  427.  
  428. .source a:hover {
  429. color:#000;
  430. background-color:#fff;
  431. -moz-transition-duration:0.7s;
  432. -webkit-transition-duration:0.7s;
  433. -o-transition-duration:0.7s;}
  434.  
  435.  
  436.  
  437. /* --- TOOL TIP FOR INFO | DO NOT REMOVE ---*/
  438.  
  439. #s-m-t-tooltip {
  440.  
  441. max-width:300px;
  442.  
  443. padding:2px 3px 4px 3px;
  444.  
  445. margin:20px 0px 0px 20px;
  446.  
  447. box-shadow:0px 0px 10px #fff;
  448.  
  449. background-color:white; /* change the background color */
  450.  
  451. font-family:helvetica; /* change the font */
  452.  
  453. font-size:10px; /* change the font size */
  454.  
  455. letter-spacing:1px; /* change the letter spacing */
  456.  
  457. text-transform:lowercase; /* can be lowercase, lowercase, none*/
  458.  
  459. color:{color:text}; /* change the text color */
  460.  
  461. z-index:999999999999999999999999999999999999;
  462.  
  463. line-height:100%;
  464.  
  465. }
  466.  
  467. /* --- POST TAGS---*/
  468.  
  469.  
  470. #tags {
  471. opacity:0;
  472. padding-left:10px;
  473. padding-right:10px;
  474. font-family:helvetica;
  475. letter-spacing:1px;
  476. text-transform:lowercase;
  477. font-size:8px;
  478. margin-top:-5px;
  479. display:block;
  480. text-align:center;
  481. -webkit-transition: all 0.7s ease;
  482. -moz-transition: all 0.7s ease;
  483. -o-transition: all 0.7s ease
  484. }
  485.  
  486. #tags a {
  487. display:inline;
  488. padding:3px;
  489. text-align:left;
  490. -webkit-transition: all 0.6s ease-in-out;
  491. -moz-transition: all 0.6s ease-in-out;
  492. -o-transition: all 0.6s ease-in-out;
  493. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  494.  
  495. #tags a:hover {
  496. color:#fff;
  497. }
  498.  
  499.  
  500. #post:hover #tags {
  501. opacity:1;
  502. -webkit-transition: all 0.7s ease;
  503. -moz-transition: all 0.7s ease;
  504. -o-transition: all 0.7s ease
  505. }
  506. /* --- QUESTIONS ---*/
  507.  
  508. #asker {
  509. font-size:11px;
  510. color:#aaa;
  511. width:375px;
  512. padding-top:10px;
  513. padding-bottom:10px;
  514. font-family:helvetica;
  515. letter-spacing:0px;
  516. text-align:left;
  517. margin-left:1px;
  518. border-bottom:1px solid #ddd;
  519. -moz-transition: all 0.6s ease-in-out;
  520. -o-transition: all 0.6s ease-in-out;
  521. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out
  522. }
  523.  
  524. #asker a{
  525. color:#aaa;
  526. -moz-transition: all 0.6s ease-in-out;
  527. -o-transition: all 0.6s ease-in-out;
  528. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out
  529. }
  530.  
  531. #asker a:hover {
  532. opacity:0.5;
  533. -moz-transition: all 0.6s ease-in-out;
  534. -o-transition: all 0.6s ease-in-out;
  535. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out
  536. }
  537.  
  538. #answer {
  539. text-align:center;
  540. margin-left:20px;
  541. margin-top:-20px;
  542. font-size:11px;
  543. font-family:helvetica;
  544. letter-spacing:0px;
  545. }
  546.  
  547. /* --- QUOTE --- */
  548.  
  549. #quote {
  550. padding:20px;
  551. font-family:cambria;
  552. font-size:20px;
  553. line-height:130%;
  554. font-style:italic;
  555. }
  556.  
  557.  
  558. /* --- CHAT --- */
  559.  
  560. #chattitle {
  561. font-size:13px;
  562. font-family:cambria;
  563. padding:3px;
  564. }
  565.  
  566. #chat {
  567. width:400px;
  568. font-size:10px;
  569. font-family:cambria;
  570. line-height:120%;
  571. padding:5px;
  572. border:1px solid #F2F2F2;
  573. }
  574.  
  575. /* --- AUDIO TRACK --- */
  576.  
  577. #audio {
  578. width:400px;
  579. height:auto;
  580. min-height:90px;
  581. padding-bottom:5px;
  582. }
  583.  
  584. .cover {
  585. position:absolute;
  586. z-index:1;
  587. width:90px;
  588. height:90px;
  589. }
  590.  
  591. .cover img {
  592. float:left;
  593. width:90px;
  594. height:90px;
  595. }
  596.  
  597. .playbox {
  598. opacity:0.7;
  599. position:absolute;
  600. z-index:1000;
  601. margin-left:100px;
  602. margin-top:0px;
  603. text-align:center;
  604. }
  605.  
  606. .info {
  607. margin-left:100px;
  608. margin-top:-54px;
  609. line-height:14px;
  610. padding-bottom:10px;
  611. }
  612.  
  613. /* --- LINK POSTS --- */
  614.  
  615. #bloglink {
  616. text-align:center;
  617. font-size:17px;
  618. padding:7px;
  619. }
  620.  
  621. #linkdescription {
  622. padding:1px;
  623. padding-left:5px;
  624. text-align:justify;
  625. }
  626.  
  627.  
  628.  
  629. ul#drawers {width: 100px; margin-top: -20px; padding: 0px; border-top: 0px; color: #000; }
  630.  
  631. ul#drawers a {text-decoration: none; margin-top: -20px;}
  632.  
  633. ul#drawers div h4 {margin-left: -20px; margin-top:-80px;width:60px; padding: 0px; font-family:helvetica; font-size: 10px; text-align: center; -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out;
  634. transition: background-color 0.2s ease-out;}
  635.  
  636. h4.small { font-family:helvetica; margin-left: -20px; display: block; width: 100px; margin: 0px; height: 100%;}
  637.  
  638. div.drawer h4.open {background-color: ;}
  639.  
  640. div.drawer div {padding: 0px; margin-top: -14px; line-height: 10px; background-color: #363835; background: rgba(255, 255, 255, 0.0);}
  641.  
  642. div.drawer div div { list-style-type: disc;}
  643.  
  644. div.drawer div ul {-webkit-padding-start: 12px;}
  645.  
  646.  
  647. {CustomCSS}</style></head><body>
  648.  
  649. <!----TOOLTIP FO RTHE INFO | DO NOT REMOVE----->
  650.  
  651.  
  652. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  653.  
  654. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  655.  
  656. <script>
  657.  
  658. (function($){
  659.  
  660. $(document).ready(function(){
  661.  
  662. $("a[title]").style_my_tooltips({
  663.  
  664. tip_follows_cursor:true,
  665.  
  666. tip_delay_time:90,
  667.  
  668. tip_fade_speed:600,
  669.  
  670. attribute:"title"
  671.  
  672. });
  673.  
  674. });
  675.  
  676. })(jQuery);
  677.  
  678. </script>
  679.  
  680. <!----SIDEBAR----->
  681.  
  682. <div id="sidebar">
  683. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  684.  
  685.  
  686. <!----DESCRIPTION----->
  687. <span style="box-shadow:0px 0px 25px transparent;"><div id="description">
  688. {Description}<br><br></span>
  689.  
  690.  
  691.  
  692.  
  693. <!----LINKS----->
  694.  
  695. <div class="links">
  696.  
  697. <ul >
  698. <div class="drawer" >
  699. <h4><span style="
  700. box-shadow:0px 0px 25px transparent;display:block;height: 15px; line-height:10%;{block:ifPostBackground}background-color:{color:Post Background};{/block:ifPostBackground}
  701. {block:ifNoPostBackground}background-color:transparent;{/block:ifNoPostBackground} width:60px;margin-left:0px; padding:4px;">{text:select title}</span></h4>
  702.  
  703. <div align="center">
  704.  
  705. <a href="{text:Link 1}">{text:Link 1 Text}</a>
  706.  
  707. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  708.  
  709. <a href="{text:Link 3}">{text:Link 3 Text}</a>
  710.  
  711. <a href="{text:Link 4}">{text:Link 4 Text}</a>
  712.  
  713. <a href="{text:Link 5}">{text:Link 5 Text}</a>
  714.  
  715. </p>
  716. </div>
  717. </div>
  718. </ul>
  719.  
  720.  
  721. </div></div>
  722.  
  723.  
  724.  
  725.  
  726. </div>
  727.  
  728.  
  729. <!----POSTS----->
  730.  
  731. <div id="entries">{block:Posts}<div id="post">
  732.  
  733. <!----TEXT----->
  734.  
  735. {block:Text}<h1>{block:Title}<div id="posttitle">{Title}</div>{/block:Title}</h1>{Body}{/block:Text}
  736.  
  737.  
  738. <!----PHOTOS----->
  739.  
  740. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  741.  
  742.  
  743. <!----PHOTOSETS----->
  744.  
  745. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  746.  
  747.  
  748. <!----QUOTES----->
  749.  
  750. {block:Quote}{block:Source} <div id="quote">❝ {Quote} ❞ — {source}</div>{/block:Source}{/block:Quote}
  751.  
  752.  
  753. <!----LINKS----->
  754.  
  755. {block:Link}<h1><div id="bloglink"><a href="{URL}" {Target}>⊱ {Name}</a></div></h1>{block:Description}<div id="linkdescription">{Description}</div>{/block:Description}{/block:Link}
  756.  
  757.  
  758. <!----CHAT----->
  759.  
  760. {block:Chat}{block:Title}<div id="chattitle"><h1>{Title}</h1></div>{/block:Title}{block:Lines}{block:Label}<div id="chat"><b>{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  761.  
  762. <!----AUDIO----->
  763.  
  764. {block:Audio}<div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerGrey}{/block:AudioPlayer}</div></div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}</div>{block:Caption}{Caption}{/block:Caption}
  765. {/block:Audio}
  766.  
  767.  
  768. <!----VIDEO----->
  769.  
  770. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  771.  
  772.  
  773. <!----ANSWER/QUESTION----->
  774.  
  775.  
  776. {block:Answer}<div id="asker"><span style=" font-family:helvetica;font-size:20px;color:#aaa;text-transform:lowercase;">{Asker}: </span>{Question}</div><left><div id="answer"><br><br>{Answer}</span></div>{/block:Answer}
  777.  
  778. <!----INFO----->
  779.  
  780. <div id="info">
  781.  
  782. <br> {block:Date}<div class="lame"><a title="{TimeAgo}"href="{Permalink}"><span style=" margin-left:-7px;color:#{color:link};padding:4px;">{Month} {DayOfMonth}</span></a> {/block:Date}
  783.  
  784. <a href="{Permalink}"><span style="padding:4px;color:{color:link};margin-left:-10px;"><span style="color:#F781BE;">♥</span> {NoteCountWithLabel}</span></div></a>
  785.  
  786.  
  787. {block:RebloggedFrom}<div class="source"><a title="{ReblogParentName}" href="{ReblogParentURL}">Via </a> {/block:RebloggedFrom}{block:ContentSource}<a title="{SourceTitle}" href="{SourceURL}">credit</a>{/block:ContentSource} {block:RebloggedFrom}</div> {/block:RebloggedFrom}
  788. {block:HasTags}
  789.  
  790. <div id="tags"> {block:Tags} <a href="{TagURL}">#{Tag} </a> {/block:Tags}</div>{/block:HasTags}</div></div>
  791.  
  792. {/block:Posts}
  793. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  794. {/block:Posts}
  795.  
  796. </div>
  797.  
  798. <!----PAGINATION----->
  799.  
  800. {block:Pagination}<div id="pagination">
  801. {block:PreviousPage}<a href="{PreviousPage}">last</a>&nbsp;&nbsp;{/block:PreviousPage}
  802. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  803. </div>{/block:Pagination} <br><br>
  804.  
  805. <link href='http://fonts.googleapis.com/css?family=helvetica|Spirax|Trochut' rel='stylesheet' type='text/css'>
  806.  
  807.  
  808.  
  809.  
  810. <div style="position:fixed;bottom:3px; left:3px; font-size:10px; letter-spacing:1px; font-family:helvetica; background:transparent; padding:1px 4px 3px 3px; letter-spacing:-1px;"><a href="http://noziam.tumblr.com" title="noziam"><img src="https://cdn0.iconfinder.com/data/icons/bijou/10/Moon.png"></a></center></div>
  811.  
  812.  
  813. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement