Advertisement
kalder

Theme #15 - Fever

Sep 7th, 2014
503
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.80 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head><title>{Title}</title>
  6.  
  7. <link rel="shortcut icon" href="{Favicon}">
  8.  
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10.  
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13.  
  14. <!---- theme #15 - Fever by stlles, don't copy/repost. protected over creative commons license. --->
  15.  
  16.  
  17. <link href='http://fonts.googleapis.com/css?family=Mrs+Saint+Delafield' rel='stylesheet' type='text/css'>
  18. <link href='http://fonts.googleapis.com/css?family=Parisienne' rel='stylesheet' type='text/css'>
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21.  
  22. <meta name="color:Text" content="#838282"/>
  23.  
  24. <meta name="color:Link" content="#b8b8b8"/>
  25.  
  26. <meta name="color:Link hover" content="#b8b8b8"/>
  27.  
  28. <meta name="image:sidebar" content=""/>
  29.  
  30. <meta name="color:Accent" content=""/>
  31.  
  32. <meta name="text:Sidebar Title" content=""/>
  33.  
  34.  
  35. <meta name="text:linkA" content="">
  36.  
  37. <meta name="text:linkA url" content="/">
  38.  
  39. <meta name="text:linkB" content="">
  40.  
  41. <meta name="text:linkB url" content="/">
  42.  
  43. <meta name="text:linkC" content="">
  44.  
  45. <meta name="text:linkC url" content="/">
  46.  
  47. <meta name="text:linkD" content="">
  48.  
  49. <meta name="text:linkD url" content="/">
  50.  
  51.  
  52. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  53.  
  54.  
  55. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  56.  
  57. <script>
  58. (function($){
  59. $(document).ready(function(){
  60. $("a[title]").style_my_tooltips({
  61. tip_follows_cursor:true,
  62. tip_delay_time:90,
  63. tip_fade_speed:600,
  64. attribute:"title"
  65. });
  66. });
  67. })(jQuery);
  68. </script>
  69.  
  70.  
  71.  
  72. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  73.  
  74.  
  75. <link href='http://fonts.googleapis.com/css?family=Sail' rel='stylesheet' type='text/css'>
  76.  
  77.  
  78. <script type="text/javascript">
  79. jQuery(document).ready(function() {
  80. jQuery(".sub").hide();
  81. //toggle the componenet with class msg_body
  82. jQuery(".cthrough").click(function()
  83. {
  84. jQuery(this).next(".sub").slideToggle(500);
  85. });});
  86. </script>
  87.  
  88.  
  89.  
  90. <style type="text/css">
  91.  
  92.  
  93.  
  94.  
  95.  
  96. body {
  97. font-family: 'Arial';
  98.  
  99. background:{color:background};
  100.  
  101. margin:0px;
  102.  
  103. color:{color:text};
  104.  
  105. font-size:9px;
  106.  
  107. line-height:100%;
  108.  
  109. }
  110.  
  111.  
  112.  
  113. a {
  114.  
  115. text-decoration:none;
  116.  
  117. outline:none;
  118.  
  119. -moz-outline-style:none;
  120.  
  121. color:{color:link};
  122. -moz-transition-duration:0.3s;
  123. -webkit-transition-duration:0.3s;
  124. -o-transition-duration:0.3s;
  125.  
  126. }
  127.  
  128.  
  129.  
  130. a:hover{
  131.  
  132. color:{color:link hover};
  133. -moz-transition-duration:0.3s;
  134. -webkit-transition-duration:0.3s;
  135. -o-transition-duration:0.3s;
  136.  
  137. }
  138.  
  139.  
  140.  
  141. img {
  142.  
  143.  
  144. border:none;
  145.  
  146. }
  147.  
  148.  
  149.  
  150.  
  151. blockquote {
  152. font-size: 12px;
  153.  
  154. padding-left:5px;
  155.  
  156. border-left:2px solid;
  157. line-height: 12px;
  158.  
  159. }
  160.  
  161.  
  162.  
  163. blockquote blockquote {
  164.  
  165. padding-left:5px;
  166.  
  167. border-left:2px solid;
  168.  
  169. }
  170.  
  171.  
  172.  
  173. h1 {
  174.  
  175. font-size:10px;
  176.  
  177. }
  178.  
  179.  
  180.  
  181.  
  182.  
  183. #entries {
  184.  
  185. padding:10px;
  186.  
  187. width:500px;
  188.  
  189. margin-left:550px;
  190.  
  191. margin-top:0px;
  192.  
  193. padding:0px;
  194.  
  195. }
  196.  
  197.  
  198.  
  199.  
  200. #post {
  201.  
  202. width:500px;
  203. margin-top: 73px ;
  204. background: #ffffff;
  205. padding: 10px;
  206.  
  207.  
  208. }
  209.  
  210.  
  211.  
  212.  
  213. #sidebar {
  214. width:245px;
  215. position:fixed;
  216. margin-left:230px;
  217. margin-top:105px;
  218. background: #ffffff;
  219. padding: 10px;
  220.  
  221.  
  222. }
  223.  
  224.  
  225.  
  226. #sidebarimage {
  227. width:205px;
  228. position:relative;
  229.  
  230. z-index:99999999;
  231.  
  232. }
  233.  
  234. #sidebarimage img {
  235. box-shadow: 1px 1px 2px #ddd;
  236. width:205px;
  237.  
  238. }
  239.  
  240.  
  241. #pagbox{
  242. background: #ffffff;
  243.  
  244.  
  245.  
  246.  
  247.  
  248. position: static;
  249.  
  250. z-index: 999999999999999999999999999999999999;
  251. }
  252.  
  253. #pagbox a{
  254. color: #000000;
  255. text-transform: uppercase;
  256. font-size: 9px;
  257. letter-spacing:1px;
  258. font-family: helvetica;
  259.  
  260. }
  261.  
  262. #pagbox a:hover{
  263. border-bottom:2px solid {color:Accent};
  264. }
  265. #description {
  266.  
  267.  
  268. width:205px;
  269. font-family:helvetica;
  270. text-align:right;
  271. font-size:10px;
  272. margin-top:-12px;
  273. margin-left:-12px;
  274. position:relative;
  275. line-height: 140%;
  276. padding:5px;
  277.  
  278. color:#000;
  279.  
  280.  
  281. border-right:1px #ddd solid;
  282.  
  283. letter-spacing:-1px;
  284.  
  285.  
  286.  
  287. }
  288.  
  289. #border1{
  290. border-top:1px solid #ddd;
  291. margin-top:4px;
  292. width:100px;
  293. }
  294.  
  295. #ari{
  296. font-size:12px;
  297. font-weight:bold;
  298. display:inline;
  299. }
  300.  
  301. #ari a{
  302. color: #e46c91;
  303. }
  304.  
  305.  
  306. #links {
  307.  
  308. color: #000;
  309. text-transform: uppercase;
  310. font-family: arial; letter-spacing: 0px; font-weight:normal; font-style:normal; font-size:8px;
  311.  
  312. margin-top:0px;
  313. width:205px;
  314. text-align:right;
  315. margin-left:-2px;
  316. border-right: 1px solid #ddd;
  317. padding-bottom: 3px;
  318. padding-top:3px;
  319.  
  320.  
  321. }
  322.  
  323. #sidebar:hover #links{
  324. -webkit-transition:all 0.5s ease-in-out;
  325. -moz-transition:all 0.5s ease-in-out;
  326. -o-transition:all 0.5s ease-in-out;
  327. transition:all 0.5s ease-in-out;
  328.  
  329.  
  330. }
  331.  
  332. #links a {
  333. color: #000;
  334.  
  335. font-family: arial; letter-spacing: 0px; font-weight:normal; font-size:8px;
  336.  
  337.  
  338.  
  339. padding: 3px;
  340. -webkit-transition:all 0.2s ease-in-out;
  341. -moz-transition:all 0.2s ease-in-out;
  342. -o-transition:all 0.2s ease-in-out;
  343. transition:all 0.2s ease-in-out;
  344.  
  345.  
  346.  
  347. }
  348.  
  349.  
  350. #links a:hover {
  351.  
  352. color: {color:Accent};
  353.  
  354. padding: 3px;
  355. -webkit-transition:all 0.2s ease-in-out;
  356. -moz-transition:all 0.2s ease-in-out;
  357. -o-transition:all 0.2s ease-in-out;
  358. transition:all 0.2s ease-in-out;
  359.  
  360.  
  361.  
  362. }
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371. .caption {
  372.  
  373. width:500px;
  374.  
  375. text-align:justify;
  376.  
  377. line-height:120%;
  378.  
  379. }
  380.  
  381.  
  382.  
  383. .ask {
  384.  
  385. padding:10px;
  386.  
  387. text-align:left;
  388.  
  389. color:{color:text};
  390.  
  391. background-color:#eee;
  392.  
  393. border-bottom:1px solid #eee;
  394.  
  395. }
  396.  
  397.  
  398.  
  399. .ans {
  400.  
  401. text-align:left;
  402.  
  403. padding:10px;
  404.  
  405. color:{color:text};
  406.  
  407. }
  408.  
  409.  
  410.  
  411.  
  412. .newplayerbutton {
  413. position: relative;
  414. width: 28px;
  415. height: 27px;
  416. overflow: hidden;
  417. }
  418.  
  419. .playerbuttonhug {
  420. position: absolute;
  421. top: -5px;
  422. left: -3px;
  423. }
  424.  
  425.  
  426. .tumblr_audio_player {
  427. border: none;
  428. padding: 0px;
  429. margin: 0px;
  430. height: 30px;
  431. width: 500px;
  432. }
  433.  
  434. .playerbuttonbg {
  435. position: absolute;
  436. left: 30px;
  437. top: 20px;
  438. width: 20px;
  439. height: 20px;
  440. background-color: #ffffff;
  441. padding: 10px;
  442. -webkit-border-radius: 40px;
  443. -moz-border-radius: 40px;
  444. border-radius: 40px;
  445. opacity: .4;
  446. filter: alpha(opacity=40);
  447. -moz-opacity: 0.4;
  448. -khtml-opacity: 0.4;
  449. transition: opacity .7s ease-in-out;
  450. -moz-transition: opacity .7s ease-in-out;
  451. -webkit-transition: opacity .7s ease-in-out;
  452. }
  453.  
  454. .playerbuttonbg:hover {
  455. opacity: 1;
  456. filter: alpha(opacity=100);
  457. -moz-opacity: 1;
  458. -khtml-opacity: 1;
  459. }
  460.  
  461. .audioimgwrapper {
  462. position: absolute;
  463. left: 15px;
  464. top: 5px;
  465. -webkit-border-radius: 50px;
  466. -moz-border-radius: 50px;
  467. border-radius: 50px;
  468. overflow: hidden;
  469. width: 70px;
  470. height: 70px;
  471. }
  472.  
  473. .audioimgwrapper img {
  474. width: 70px;
  475. height:70px;
  476. -webkit-border-radius: 50px;
  477. -moz-border-radius: 50px;
  478. border-radius: 50px;
  479. }
  480.  
  481. .trackdetails {
  482. width: auto;
  483. display:inline-block;
  484. margin-left: 100px;
  485. min-height: 45px;
  486. margin-top: 3px;
  487. line-height: 10px;
  488. color: #000;
  489. font-size:8px;
  490. text-transform: uppercase;
  491. font-family: calibri;
  492. border-left: 1px solid #000;
  493. padding: 5px;
  494. }
  495.  
  496. .audiowrapper {
  497. position: relative;
  498. display:inline-block;
  499.  
  500. width: 480px;
  501. padding: 10px;
  502.  
  503. }
  504.  
  505.  
  506. #info {width:200px;font-family:helvetica; margin-top:px; margin-bottom:3px; color:#000;
  507. padding:5px; margin-left:510px; text-align:left; text-transform:lowercase; letter-spacing:1px; font-size:9px; line-height:18px; background-color:#transparent; position:absolute; border-left:1px solid #ddd;
  508.  
  509. }
  510.  
  511. #info a {font-style:normal; color:#000;}
  512.  
  513. #info a:hover {color:#000;border-bottom:2px solid {color:Accent}; }
  514.  
  515. #tags {width:486px;font-family:helvetica; letter-spacing: 0px; font-weight:normal; font-style:normal; font-size:8px; text-align:center; text-transform: lowercase; background-color:#transparent; padding:5px;
  516. margin-top:5px;opacity:0;
  517. -moz-transition-duration:0.5s;
  518. -webkit-transition-duration:0.5s;
  519. -o-transition-duration:0.5s;
  520. }
  521.  
  522. #post:hover #tags{
  523. opacity:1;
  524. -moz-transition-duration:0.5s;
  525. -webkit-transition-duration:0.5s;
  526. -o-transition-duration:0.5s;
  527. }
  528.  
  529. #tags a {font-style:normal; color:#000; display:inline; text-align:center; border-bottom:1px solid {color:Accent};}
  530.  
  531. #tags a:hover {color:#000;border-bottom:1px solid #fff;}
  532.  
  533.  
  534. #viaandsource{
  535. margin-top:1px;
  536. }
  537.  
  538. #viaandsource a {width:0px;
  539. padding:2px;
  540. font-size:3px;
  541. margin:2px;
  542. letter-spacing:1px;
  543. color: ;
  544. background:{color:Accent};
  545.  
  546. border:1px solid {color:Accent};
  547. text-align:center;
  548. display:inline-block;
  549. }
  550.  
  551. #viaandsource a:hover {color:##ae0b02;
  552.  
  553. -moz-transition-duration:0.3s;
  554. -webkit-transition-duration:0.3s;
  555. -o-transition-duration:0.3s;
  556. background:transparent;
  557. border:1px solid {color:Accent};
  558. ;
  559. }
  560.  
  561.  
  562.  
  563. #date {background-color:#222222; color:{color:link};}
  564. ol.notes {list-style-type:none;}
  565.  
  566. ol.notes li.note {padding-bottom:2px; margin-bottom:2px;}
  567.  
  568. ol.notes li.note img.avatar {border-radius:100%; vertical-align:-5px;}
  569.  
  570. ol.notes li.note img {padding:2px;}
  571.  
  572. ol.notes li.note blockquote {padding-left:5px; margin-left:20px;}
  573.  
  574.  
  575.  
  576.  
  577. .tags {
  578.  
  579. font-style:normal;
  580.  
  581. width:500px;
  582.  
  583. text-transform:uppercase;
  584.  
  585. font-style:normal;
  586.  
  587. color:{color:tags};
  588.  
  589. letter-spacing:2px;
  590.  
  591. line-height:120%;
  592.  
  593. font-size:8px;
  594.  
  595. text-align:left;
  596.  
  597. padding:2px;
  598.  
  599. -moz-transition-duration:0.5s;
  600.  
  601. -webkit-transition-duration:0.5s;
  602.  
  603. -o-transition-duration:0.5s;
  604.  
  605. }
  606.  
  607.  
  608.  
  609. .tags a {
  610.  
  611. color:{color:tags};
  612.  
  613. letter-spacing:1px;
  614.  
  615. padding:1px;
  616.  
  617. }
  618.  
  619.  
  620.  
  621. .tags a:hover {
  622.  
  623. color:{color:link};
  624.  
  625. }
  626.  
  627.  
  628. ul.chat, .chat ol, .chat li {
  629.  
  630. list-style:none;
  631.  
  632. margin:0px;
  633.  
  634. padding:2px;
  635.  
  636. }
  637.  
  638.  
  639.  
  640. .label {
  641.  
  642. text-decoration:underline;
  643.  
  644. font-weight:300;
  645.  
  646. background-color:{color:infobg};
  647.  
  648. margin-right:5px;
  649.  
  650. }
  651.  
  652.  
  653.  
  654.  
  655. .user_1 .label {color:{color:text}; font-weight:bold}
  656.  
  657. .user_2 .label {color:{color:link}; font-weight:bold}
  658.  
  659. .user_3 .label {color:{color:text}; font-weight:bold}
  660.  
  661. .user_4 .label {color:{color:link}; font-weight:bold}
  662.  
  663. .user_5 .label {color:{color:text}; font-weight:bold}
  664.  
  665. .user_6 .label {color:{color:link}; font-weight:bold}
  666.  
  667. ul.chat, .chat ol, .chat li {list-style:none; padding:2px}
  668.  
  669. @font-face { font-family: "basket";src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');,}
  670.  
  671.  
  672. #s-m-t-tooltip {
  673.  
  674. max-width:300px;
  675. padding:2px 4px;
  676. margin:20px 0px 0px 20px;
  677. background-color:{color:Accent};
  678. color:#ffffff;
  679. font-family:calibri;
  680. font-size:8px;
  681. letter-spacing:1px;
  682. text-transform:uppercase;
  683. z-index:999999999999;}
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691. .one {
  692. background-color:#000000;
  693. width:1px;
  694. height:20px;
  695. border-radius:0px;
  696. margin-top:-15px;
  697. margin-left:53px;
  698. position:absolute;
  699. -webkit-transform: translateY(0px) translateX(0px) rotate(45deg);
  700. -moz-transition-duration:0.4s;
  701. -webkit-transition-duration:0.4s;
  702. -o-transition-duration:0.4s;
  703. }
  704.  
  705. #credits:hover .one {
  706. transform:rotate(0deg);
  707. margin-left:62px;
  708. -ms-transform:rotate(0deg);
  709. -webkit-transform:rotate(0deg);
  710. -moz-transition-duration:0.4s;
  711. -webkit-transition-duration:0.4s;
  712. -o-transition-duration:0.4s;
  713. }
  714.  
  715. .two {
  716. background-color:#000000;
  717. width:1px;
  718. height:20px;
  719. border-radius:3px;
  720. margin-top:-15px;
  721. margin-left:53px;
  722. position:absolute;
  723. -webkit-transform:rotate(-45deg);
  724. -moz-transition-duration:0.4s;
  725. -webkit-transition-duration:0.4s;
  726. -o-transition-duration:0.4s;
  727. }
  728.  
  729. #credits:hover .two {
  730. transform:rotate(0deg);
  731. margin-left:-6px;
  732. -ms-transform:rotate(0deg);
  733. -webkit-transform:rotate(0deg);
  734. -moz-transition-duration:0.4s;
  735. -webkit-transition-duration:0.4s;
  736. -o-transition-duration:0.4s;
  737. }
  738.  
  739.  
  740. .text{
  741. opacity:0;
  742. -moz-transition-duration:0.4s;
  743. -webkit-transition-duration:0.4s;
  744. -o-transition-duration:0.4s;
  745. }
  746.  
  747. #credits:hover .text{
  748. opacity:1;
  749. -moz-transition-duration:0.4s;
  750. -webkit-transition-duration:0.4s;
  751. -o-transition-duration:0.4s;
  752.  
  753. }
  754.  
  755.  
  756.  
  757. #credits{ position:fixed; bottom:10px; right:10px; padding:5px;
  758. font-size:8px;
  759. text-transform: uppercase;
  760. font-family: calibri;
  761.  
  762. color: #000000;
  763.  
  764.  
  765. text-align:center;}
  766.  
  767. #credits a{ color: #000000;}
  768. #credits a:hover{ color: #000000; text-transform: uppercase;}
  769.  
  770.  
  771.  
  772. .heart{
  773. display: inline;
  774. color: #d94848;
  775. }
  776.  
  777. .dot {
  778. display: inline;
  779. color: {color:sidebar links background};
  780. }
  781.  
  782.  
  783.  
  784. iframe#tumblr_controls {
  785. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.2;
  786. }
  787. #tumblr_controls{
  788. position:fixed !important;
  789. -webkit-filter: invert(100%)
  790. }
  791.  
  792.  
  793.  
  794.  
  795.  
  796. /*ESTILO DE ASK POR UMA-DEUS4 */
  797.  
  798.  
  799. .askbaby {
  800.  
  801. font-family:calibri;
  802. font-size:8px;
  803. text-align:left;
  804. padding:11px 7px;
  805. text-transform:uppercase;
  806. letter-spacing:1px;
  807. line-height:10px;
  808. background-color:{color:Accent};
  809. color:#ffffff;
  810.  
  811. }
  812.  
  813. .askbaby img {
  814. float:left;
  815. margin-right:7px;
  816. margin-top:-5px;
  817. max-height:15px;
  818. border:3px solid #ffffff;}
  819.  
  820.  
  821. .askbaby a{color:#fff;}
  822.  
  823. .assk { background: #f6f6f6; text-align:center; color:#878787; padding: 6px; font-size: 10px; font-family:calibri; }
  824.  
  825. .resp {font-family:'helvetica';font-size:10px;padding:3px;color:#000; border-left:1px solid #ddd;}
  826.  
  827.  
  828. #title{
  829. text-align:right;
  830. font-family: 'Sail', cursive;
  831. width:205px;
  832. font-size:25px;
  833. margin-top:2px;
  834.  
  835. margin-left:-10px;
  836. color:{color:Accent};
  837. position:relative;
  838. padding:10px;
  839. z-index:99999999999999999999;
  840. cursor:help;
  841. }
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849. pre {
  850. border-left:2px #ae0b02;
  851. white-space: pre-wrap;
  852. white-space: -moz-pre-wrap;
  853. white-space: -pre-wrap;
  854. white-space: -o-pre-wrap;
  855. word-wrap: break-word;
  856. }
  857.  
  858. #borderzita{
  859. border-bottom: 1px solid #ddd;
  860. width:200px;
  861. z-index:9;
  862. margin-top:19px;
  863. position:fixed;
  864. }
  865.  
  866.  
  867.  
  868. {CustomCSS}</style></head><body>
  869.  
  870.  
  871.  
  872.  
  873. <div id="sidebar">
  874.  
  875.  
  876. <div id="sidebarimage">
  877.  
  878. <img src="{image:sidebar}">
  879. </div>
  880. <div id="borderzita"></div>
  881. <a href="#" class="cthrough"><div id="title"><font style="background:#fff;padding-left:2px;">{text:Sidebar Title}</font></div></a>
  882.  
  883. <div class="sub">
  884. <div id="links">
  885.  
  886.  
  887. <a href="{text:LinkA url}">{text:LinkA}</a>
  888. <a href="{text:LinkB url}">{text:LinkB}</a>
  889. <a href="{text:LinkC url}">{text:LinkC}</a>
  890. <a href="{text:LinkD url}">{text:LinkD}</a>
  891.  
  892. </div>
  893. </div>
  894.  
  895.  
  896. <br>
  897.  
  898.  
  899.  
  900.  
  901. <div id="description">{Description}
  902. <br>
  903. <div id="pagbox">
  904.  
  905.  
  906. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a> • {/block:PreviousPage}
  907. {block:NextPage} <a href="{NextPage}">+</a>{/block:NextPage}{/block:Pagination}
  908.  
  909.  
  910.  
  911.  
  912.  
  913. </div>
  914.  
  915.  
  916.  
  917. </div>
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925. </div>
  926.  
  927.  
  928.  
  929.  
  930.  
  931. <div id="entries">
  932. {block:Posts}
  933. <div id="post">
  934. <div id="info">
  935. {block:Date}<a href="{Permalink}" >posted on {Month} {DayOfMonthWithZero}</a> {/block:Date}<br><a href="{Permalink}" >{NoteCount} notes</a><br><div id="viaandsource">{block:RebloggedFrom}<a href="{ReblogParentURL}" title="via"></a>{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}" title="source"></a>{/block:ContentSource}</div></div>
  936.  
  937. {block:Text}
  938. <div id="topinho">{block:Title}{Title}{/block:Title}</div>
  939. {Body}{/block:Text}
  940.  
  941. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  942. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  943.  
  944. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  945. {/block:Caption}{/block:Photoset}
  946.  
  947. {block:Quote}<h2>"{Quote}"</h2>
  948. {block:Source}<div class="qsource"> —{Source}</div>
  949. {/block:Source}{/block:Quote}
  950.  
  951. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  952.  
  953. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  954.  
  955. {block:Audio}{block:AudioPlayer}
  956. <div class="audiowrapper">
  957. {block:AlbumArt}
  958. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  959. {/block:AlbumArt}
  960.  
  961. <div class="playerbuttonbg">
  962. <div class="newplayerbutton">
  963. <div class="playerbuttonhug">
  964.  
  965. {AudioPlayerWhite}
  966.  
  967. </div>
  968. </div>
  969. </div>
  970.  
  971. <div class="trackdetails">
  972.  
  973. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  974. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  975. {block:Album}Album: {Album}{/block:Album}<br/>
  976. {PlayCountWithLabel}
  977.  
  978. </div>
  979. </div>
  980. {/block:AudioPlayer}
  981.  
  982. {block:Caption}{Caption}{/block:Caption}
  983. {/block:Audio}<br>
  984.  
  985. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  986.  
  987. {block:Answer}
  988. <div class="askbaby"><img src="{AskerPortraitURL-16}">{Asker} asked:</div><div class="assk">{Question}</div><p></p>
  989. <div class="resp">{Answer}</div>
  990. {/block:answer}
  991.  
  992.  
  993. {block:HasTags} <div id="tags">{block:Tags} <a href="{TagURL}"># {Tag}</a>&nbsp;{/block:Tags}</div>{/block:HasTags}
  994.  
  995.  
  996.  
  997. <div class="note">
  998. {block:PostNotes}{PostNotes}{/block:PostNotes}
  999. </div>
  1000. </div>
  1001. {block:Posts}</center>
  1002.  
  1003. </div></div></div>
  1004. <br><br><br><br>
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011.  
  1012. </div>
  1013.  
  1014.  
  1015.  
  1016.  
  1017.  
  1018. </div>
  1019.  
  1020. </div>
  1021.  
  1022. </div>
  1023.  
  1024.  
  1025.  
  1026.  
  1027.  
  1028. </body>
  1029.  
  1030.  
  1031.  
  1032.  
  1033. <div id="credits">
  1034.  
  1035. <div class="text"><a href="http://stlles.tumblr.com">theme by stlles</a></div>
  1036.  
  1037. <div class="one"></div>
  1038. <div class="two"></div>
  1039.  
  1040. </div>
  1041.  
  1042. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement