Advertisement
pohasabs

exclu for me

Aug 20th, 2014
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 18.74 KB | None | 0 0
  1.    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5.  <link href='http://fonts.googleapis.com/css?family=Rancho' rel='stylesheet' type='text/css'>
  6.  
  7.  
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  13.  
  14. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  15.  
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Text" content="#838282"/>
  18. <meta name="image:sidebar background" content=""/>
  19.  
  20. <meta name="color:Link" content="#80060a"/>
  21. <meta name="color:Links Menu" content="#80060a"/>
  22. <meta name="color:Menu" content="#80060a"/>
  23. <meta name="color:Menu Hover" content="#eee"/>
  24.  
  25. <meta name="text:Tamanho da fonte" content="12px"/>
  26. <meta name="text:Tamanho do titulo" content="18px"/>
  27.  
  28.  
  29. <meta name="if:Info on hover" content="1"/>
  30. <meta name="if:Show title" content="1"/>
  31.  
  32. <meta name="text:title text" content=""/>
  33. <meta name="text:link 1 message" content="home"/>
  34. <meta name="text:link 1 url" content="/"/>
  35. <meta name="text:link 2 message" content="message me"/>
  36. <meta name="text:link 2 url" content="/ask"/>
  37. <meta name="text:link 3 message" content="about me"/>
  38. <meta name="text:link 3 url" content="/"/>
  39. <meta name="text:link 4 message" content="navi"/>
  40. <meta name="text:link 4 url" content="/"/>
  41.  <meta name="text:link 5 message" content="Link 5"/>
  42. <meta name="text:link 5 url" content="/"/>
  43. <script type="text/javascript">
  44.   WebFontConfig = {
  45.     google: { families: [ 'Lato:300,400:latin' ] }
  46.   };
  47.   (function() {
  48.     var wf = document.createElement('script');
  49.     wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  50.       '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  51.     wf.type = 'text/javascript';
  52.     wf.async = 'true';
  53.     var s = document.getElementsByTagName('script')[0];
  54.     s.parentNode.insertBefore(wf, s);
  55.   })(); </script>
  56.  
  57. <script type="text/javascript"
  58. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  59. <script>
  60. $(function(){ // document ready
  61.   if (!!$('#links').offset()) { // make sure ".sticky" element exists
  62.     var stickyTop = $('#links').offset().top; // returns number
  63.     $(window).scroll(function(){ // scroll event
  64.       var windowTop = $(window).scrollTop(); // returns number
  65.       if (stickyTop < windowTop){
  66.       $('#links').css({ position: 'fixed', top: 0});
  67.     }
  68.     else {
  69.       $('#links').css('position','static');
  70.     }
  71.   });
  72. }
  73. });
  74. </script>
  75.  
  76. <style type="text/css">
  77.  
  78.  
  79. ::-webkit-scrollbar {width: 4px; height: 4px; background: #f0f0f0; }
  80. ::-webkit-scrollbar-thumb { background-color: #999999; -webkit-border-radius: 0ex; }
  81.  
  82.  
  83. body {
  84.     background:{color:background};
  85.     margin:0px;
  86.     color:{color:text};
  87.     font-family:arial;
  88.     font-size:11px;
  89.     line-height:100%;
  90.    
  91. }
  92.  
  93. body, a, a:hover {cursor: url(), auto;}
  94.  
  95. a {
  96.     text-decoration:none;
  97.     outline:none;
  98.     -moz-outline-style:none;
  99.     color:{color:link};
  100. }
  101.  
  102. img {
  103.     border:none;
  104. }
  105.  
  106. blockquote {
  107.     padding-left:5px;
  108.     border-left:0px solid;
  109.     max-width:380px;
  110. }
  111.    
  112. blockquote blockquote {
  113.     padding-left:5px;
  114.     border-left:0px solid;
  115.     max-width:380px;
  116. }
  117. h1 {
  118.     font-size:19px;
  119.     font-family:'Lato', sans-serif;
  120.     font-weight: lighter;
  121.     letter-spacing: 0px;
  122.     font-weight: 300;
  123. }
  124.  
  125. .hr {
  126.     color: #f0eded;
  127. }
  128.  
  129. #center{
  130. border-right: 4px double;
  131. border-left: 4px double;
  132. border-top: 4px double;
  133. border-bottom: 0px solid;
  134. border-color:#e7e0da;
  135. margin-left:auto;
  136. margin-right:auto;
  137. width:365px;
  138. margin-top:10px;
  139. background-color: #ffffff;}
  140.  
  141. #entries {
  142.     width:500px;
  143.     margin-top:80px;
  144.  
  145.     padding-bottom:25px;
  146. }
  147.  
  148. #post {
  149.     width:400px;
  150.     margin-bottom:20px;
  151.     margin-top:50px;
  152.     margin-bottom:0px;
  153.     text-align: left;
  154.     margin-left:32px;
  155.  
  156. }
  157.  
  158. #post:hover #tags {
  159.     opacity: 1;
  160.     transition: all 0.3s linear;
  161.     -webkit-transition: opacity 0.3s linear;
  162.     -webkit-transition: all 0.3s linear;
  163.     -moz-transition: all 0.3s linear;
  164. }
  165.  
  166. #post:hover .info {
  167.     opacity: 1;
  168.     transition: all 0.3s linear;
  169.     -webkit-transition: opacity 0.3s linear;
  170.     -webkit-transition: all 0.3s linear;
  171.     -moz-transition: all 0.3s linear;
  172.    
  173. }
  174.  
  175.  
  176. #title {
  177.     width:400px;
  178.     margin-top:10px;
  179. {block:ifShowtitle}
  180.     height: auto;
  181.     text-align: center;
  182.     margin-left: 1px;
  183.     font-size:20px;
  184.     font-family: 'Lato', sans-serif;
  185.     text-align: center;
  186.     letter-spacing: 0px;
  187.     font-weight: 300;
  188.     background-color: white;
  189.     opacity: 0.8;
  190.     width: 250px;
  191.     padding: 15px;
  192.     padding-bottom: 8px;
  193.     margin-left: 100px;
  194.     background-color: {color:background};
  195.     opacity: 0.8;
  196.     color: #000;
  197. {/block:ifShowtitle}
  198. }
  199.  
  200. #sidebar {
  201.     width:457px;
  202.     margin-top:-9px;
  203.     height: auto;
  204.     padding-top:60px;
  205.     text-align: center;
  206.     border: 1px double #f0f0f0;
  207.     margin-left: 3px;
  208.     background-color: {color:background};
  209.     background-image:url("{image:sidebar background}");
  210.     background-size:cover;
  211.     background-position:left bottom;
  212. }
  213.  
  214. #links {
  215.         width:465px;
  216.         margin-left:0px;
  217.         text-align: center;
  218.         position:relative;
  219.         height:25px;
  220.         letter-spacing: 0px;
  221.         border-right: 0px;
  222.         margin-top:-1px;
  223.         display: block;
  224.         padding:0px;
  225.         padding-top:0px;
  226.         background-color:transparent;
  227.         opacity:.9;
  228.         z-index: 99999999999999999999999;
  229.         transition: all 0.5s linear;
  230.         -webkit-transition: opacity 0.5s linear;
  231.         -webkit-transition: all 0.5s linear;
  232.         -moz-transition: all 0.5s linear;}
  233.      
  234.     #links a {
  235.         margin-left: 3px;
  236.         margin-right: 3px;
  237.         transition: all 0.3s linear;
  238.         -webkit-transition: opacity 0.3s linear;
  239.         -webkit-transition: all 0.3s linear;
  240.         -moz-transition: all 0.3s linear;
  241.     }
  242.      
  243.     #links a:hover {
  244.         margin-left: 3px;
  245.         margin-right: 3px;
  246.         transition: all 0.3s linear;
  247.         -webkit-transition: opacity 0.3s linear;
  248.         -webkit-transition: all 0.3s linear;
  249.         -moz-transition: all 0.3s linear;}
  250.    
  251.     .menu {font-size: 11px;
  252.     font-family:arial;
  253.     font-weight:;
  254.     text-transform:uppercase;
  255.      background-color: {color:Links Menu};
  256.     text-align:center;
  257.     float: left;
  258.     width:85px;
  259.     padding:4px;
  260.     z-index: 99999999999999999999999;
  261.     color:#ffffff;
  262.     transition-duration: 3s;
  263.     -moz-transition-duration: 3s;
  264.     -webkit-transition-duration: 3s;
  265.     -o-transition-duration: 3s;}
  266.    
  267.     .menu a {color:Menu};
  268.      .menu:hover a {color:#fff;}
  269.      
  270.     .menu:hover {
  271.      
  272.     background:{color:Menu Hover};
  273.    
  274.     transition-duration: 1s;
  275.     -moz-transition-duration: 1s;
  276.     -webkit-transition-duration: 1s;
  277.     -o-transition-duration: 1s;
  278.     padding:4px;
  279.     margin: 0px;
  280.     width:85px;}
  281.    
  282.    
  283. #description {
  284.     width:250px;
  285.     text-align: justify;
  286.     height: auto;
  287.     padding: 15px ;
  288.     padding-top: 10px;
  289.     padding-bottom: 10px;
  290.     font-size:12px;
  291.     font-family:arial;
  292.     line-height: 160%;
  293.     letter-spacing: 0px;
  294.     margin-left: 100px;
  295.     margin-bottom: 45px;
  296.     background-color: {color:background};
  297.     opacity: 0.8;
  298.     color: #333;
  299. }
  300.  
  301. .info {
  302.     font-size:10px;
  303.     padding-left:7px;
  304.     margin-left:445px;
  305.     position:absolute;
  306.     width:95px;
  307.     letter-spacing:0px;
  308.     font-family: arial;
  309.     line-height: 130%;
  310.     {block:ifInfoonhover}
  311.     opacity: 0;
  312.     transition: all 0.3s linear;
  313.     -webkit-transition: opacity 0.3s linear;
  314.     -webkit-transition: all 0.3s linear;
  315.     -moz-transition: all 0.9s linear;
  316.     {/block:ifInfoonhover}
  317. }
  318.  
  319. #asker {
  320.     float:left;
  321.     line-height: 130%;
  322. }
  323.  
  324.  .question{
  325.     text-align: left;
  326.     letter-spacing:0px;
  327.     font-size:{text:Tamanho da fonte};
  328.     font-family:arial;
  329. }
  330.  
  331.  .answer{
  332.     text-align: left;
  333.     letter-spacing:0px;
  334.     font-size:12px;
  335.     font-family:arial;
  336. }
  337.  
  338.  
  339. #credit {
  340.     font-size:11px;
  341.     font-family:arial;
  342.     letter-spacing:0px;
  343.     text-transform:uppercase;
  344.    
  345.     -moz-transition-duration:0.5s;
  346.     -webkit-transition-duration:0.5s;
  347.     -o-transition-duration:0.5s;
  348.     }
  349.    
  350.     #credit a {
  351.         background-color:#fff;
  352.         padding:5px;
  353.         border:1px solid #e9e9e9;
  354.         position:fixed;
  355.         right:15px;
  356.         bottom:10px
  357.         }
  358.        
  359. .sources
  360. {
  361.  filter:alpha(opacity=0);
  362.  opacity:0;
  363. font-size: 0px;
  364. }
  365.  
  366. #con {
  367.     background-color:{color:background};
  368.     width:465px;
  369.     margin-top:10px;
  370.     height: auto;
  371.     padding-top:10px;
  372.     text-align: center;
  373.      border: 4px double #f0f0f0;
  374.     margin: 0 auto -12px auto;
  375.     text-align: center;
  376. }
  377.  
  378. #quote {
  379.     text-align:justify;
  380.     font-size:14px;
  381.     line-height:130%;
  382.     margin-top:15px;
  383.     letter-spacing:0px;
  384.     font-family:arial;
  385.     font-size:{text:Tamanho da fonte};
  386. }
  387.  
  388. .quote:first-letter { font-family:georgia; font-size:20px; }
  389.  
  390. .source {
  391.     text-align:right;
  392.     font-size:{text:Tamanho da fonte};
  393.     font-family:arial;
  394.     padding:5px 0;
  395.     font-weight:bold;
  396. }
  397. #cover {
  398.     position: relative;
  399.     z-index: 1;
  400.     height: 80px;
  401.     float:left;
  402.     border:1px solid #f0f0f0;
  403.     padding:4px;
  404. }
  405.  
  406. #button {
  407.     width:20px;
  408.     height:30px;
  409.     overflow: hidden;
  410.     position: relative;
  411.     z-index: 99;
  412.     margin: 15px 24px 13px 16px;
  413. }    
  414.  
  415. #buttons {
  416.     background-color: #fff;
  417.     position: absolute;
  418.     z-index: 99;
  419.     margin-top: 15px;
  420.     margin-left: 15px;
  421.     opacity: 0;
  422.     -webkit-transition: opacity 0.5s linear;
  423.     -webkit-transition: all 0.5s linear;
  424.     -moz-transition: all 0.5s linear;
  425.     -o-transition: all 0.5s linear;
  426. }
  427.     #buttons:hover {
  428.         opacity:0.5;
  429.     }
  430.  
  431. #musicinfo {
  432.     margin-top:5px;
  433.     padding-top:20px;
  434.     margin-left: 100px;
  435.     font-size:12px;
  436.     min-height:70px;
  437.     text-align:center;
  438. }
  439.  
  440. #pagination {
  441.     font-family:times;
  442.     width:100%;
  443.     font-size:11px;
  444.     margin-top:35px;
  445.     margin-bottom:25px;
  446.     letter-spacing:1px;
  447.     word-spacing:15px;
  448.     text-align:center;
  449. }
  450.    
  451. #pagination a {
  452.     color:{color:link};
  453.     -webkit-transition: opacity 0.5s linear;
  454.     -webkit-transition: all 0.5s linear;
  455.     -moz-transition: all 0.5s linear;
  456.     -o-transition: all 0.5s linear;
  457. }
  458.  
  459. #pagination a:hover {
  460.     border-bottom: 1px solid {color:link};
  461.     -webkit-transition: opacity 0.5s linear;
  462.     -webkit-transition: all 0.5s linear;
  463.     -moz-transition: all 0.5s linear;
  464.     -o-transition: all 0.5s linear;
  465. }
  466.  
  467. #notez {
  468.     list-style:lower-roman;
  469.     padding-bottom:5px;
  470.     padding-top:5px;
  471.     margin-left:0px;
  472.     font-size:8px;
  473.     display:inline-block;
  474. }
  475.  
  476. #notez a {
  477.     display:inline-block;
  478.     padding-bottom:10px;
  479. }
  480.  
  481. #notez img {
  482.     display:none;
  483. }
  484.  
  485. .border {
  486.     padding-top: 3px;
  487.     margin-top: 4px;
  488.     border-top: 1px solid #f0f0f0;
  489. }
  490.  
  491.   a.install {width: 96px;height: 20px;background: url(http://static.tumblr.com/c7gvlob/xD3n9qvlx/posts.png);display: block;position: absolute;top: 26px;right: 3px;}
  492.  
  493.   #updatestab {
  494. /* UPDATES TAB BY: MARIESTHEMES.TUMBLR.COM
  495.    DO NOT REMOVE THIS CREDIT, EDIT AS MUCH AS YOU LIKE */  
  496. height:15px;
  497. width:114px;
  498. left:0px;
  499. top:10px;
  500. z-index:999999;
  501. position:fixed;}
  502. #updatestab:hover {
  503. height:auto;}
  504.  
  505. .updatescontent {
  506. width:100px;
  507. height:auto;
  508. margin-left:-110px;
  509. padding:10px 5px 14px 5px;
  510. font-size:7px; /* CHANGE THE FONT SIZE */
  511. letter-spacing:1px; /* CHENGE THE LETTER SPACING*/
  512. font-family:tahoma; /* CHANGE THE FONT */
  513. line-height:1.15; /* CHAGE THE LINE HEIGHT */
  514. text-transform:UPPERCASE; /* UPPERCASE OR LOWERCASE */
  515. color:#333333; /* TEXT COLOR */
  516.  
  517. text-align:center;
  518. background-color:transparent;
  519. -webkit-transition:all 0.6s ease-out;
  520. -moz-transition:all 0.6s ease-out;
  521. transition:all 0.6s ease-out;}
  522. #updatestab:hover .updatescontent {
  523. margin-left:4px;
  524. -webkit-transition:all 0.6s ease-out;
  525. -moz-transition:all 0.6s ease-out;
  526. transition:all 0.6s ease-out;}
  527.  
  528. .updatesheadline {
  529. padding:3px 5px;
  530. font-size:7px; /* CHANGE THE TITLE FONT SIZE */
  531. letter-spacing:1px; /* CHENGE THE TITLE LETTER SPACING*/
  532. font-family:tahoma; /* CHANGE THE TITLE FONT */
  533. text-transform:uppercase; /* TITLE UPPERCASE OR LOWERCASE */
  534. color:#333333; /* UN-HOVER TITLE TEXT COLOR */
  535. background-color:transparent; /* UN-HOVER TITLE BACKGROUND COLOR */
  536. border-left:4px solid #bbe4d0; /* UN-HOVER TITLE BORDER COLOR */
  537. -webkit-transition:all 0.7s ease-out;
  538. -moz-transition:all 0.7s ease-out;
  539. transition:all 0.7 ease-out;}
  540. #updatestab:hover .updatesheadline {
  541.    
  542. color:#ffffff; /* HOVER TITLE TEXT COLOR */
  543. background-color:#bbe4d0; /* HOVER TITLE BACKGROUND COLOR */
  544. border-left:4px solid #ffffff; /* HOVER TITLE BORDER COLOR */
  545. -webkit-transition:all 0.4s ease-out;
  546. -moz-transition:all 0.4s ease-out;
  547. transition:all 0.4s ease-out;}
  548.  
  549. .big { /* YOU DON'T HAVE TO USE THESE IF YOU DON'T WANT TO */
  550. font-size:7px;
  551. letter-spacing:1px;
  552. font-family:tahoma;
  553. line-height:1.15;
  554. text-transform:uppercase;}
  555.  
  556. .bodytext { /* YOU DON'T HAVE TO USE THESE IF YOU DON'T WANT TO */
  557. font-family:arial;
  558. font-size:8px;
  559. letter-spacing:1px;
  560. text-transform:none;
  561. text-align:justify;
  562. line-height:1.15;}
  563.  
  564.  
  565. </style></head><body>
  566.  
  567.  
  568. <div id="updatestab">
  569. <div class="updatesheadline"> Proeminente</div>
  570. <div class="updatescontent">
  571.  
  572. <!-- WRITE YOUR UPDATES BETWEEN THIS -->
  573.  
  574. <div class="big">------------------------</br>Importante<br>------------------------
  575. </div></p>
  576.  
  577. <div class="bodytext"> Bom, na maioria do tempo eu deixo isso aqui no queue, mas sempre que entro respondo tudo e todos. Se você quer que eu olhe o seu cantinho, é só mandar uma ask falando isso que assim que eu tiver um tempo eu olho e se eu gostar sigo. </p>
  578.  
  579.  
  580. </div>
  581.  
  582.  
  583.  
  584. <div class="big">------------------------</br>Redirecionamento<br>------------------------
  585. </div></p>
  586.  
  587. <div class="bodytext">
  588. <a href="/favoritos">BLOGROLL</a><br>
  589. <a href="https://www.facebook.com/DiariodeSofi">FANPAGE</a><br>
  590. <a href="https://www.facebook.com/VishSabs">FACEBOOK</a><br>
  591. <a href="https://twitter.com/tormentou">TWITTER</a><br>
  592. <a href="http://instagram.com/heysabxx">INSTAGRAM</a><br>
  593. <a href="http://weheartit.com/heysabs">WEHEARTIT</a><br>
  594. <a href="/back">BACKGROUNDS</a><br>
  595. <a href="http://realento.tumblr.com/">FOTOGRAFIAS</a></p>
  596.  
  597.  
  598.  
  599. </div>
  600.  
  601. <div class="big">------------------------</br>Detalhes<br>------------------------
  602. </div></p>
  603.  
  604. <div class="bodytext"> Theme editado pelo <a href="http://tipografado.tumblr.com">tipografado</a>, para o meu uso. </p>
  605.  
  606.  
  607. </div>
  608.  
  609.  
  610. <div class="big">------------------------</br>Status<br>------------------------</div></p>
  611.  
  612. <div class="bodytext"> <a href="http://www.freeonlineusers.com">
  613. <font color=:#000000><script type="text/javascript" src="http://st2.freeonlineusers.com/on2.php?id=1519544"> </script> Amorecos</font></a><br></div>
  614.  </p>
  615.  
  616. </div>
  617.  
  618. <!-- AND THIS -->
  619. </div>
  620.  
  621.  
  622.  
  623.  
  624. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  625.  
  626.  <a href="" class=""></a>
  627.  
  628. <div id="con">
  629.    
  630. <div id="sidebar">
  631.  
  632. <div id="title">{text:title text}</div>
  633.  
  634. <div id="description">{description}</div>
  635.  
  636. </div>
  637.  
  638. <div id="links">
  639.        <div class="menu">
  640. <a href="{text:link 1 url}">{text:link 1 message}</a></div>
  641. <div class="menu">
  642. <a href="{text:link 2 url}">{text:link 2 message}</a></div>
  643. <div class="menu">
  644. <a href="{text:link 3 url}">{text:link 3 message}</a></div>
  645. <div class="menu">
  646. <a href="{text:link 4 url}">{text:link 4 message}</a></div>
  647. <div class="menu">
  648. <a href="{text:link 5 url}">{text:link 5 message}</a></div>
  649. </div>
  650.  
  651.  
  652. <div id="entries">
  653. {block:Posts}
  654.  
  655. {block:ContentSource}
  656.  
  657. <!--{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  658.  
  659. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  660.  
  661. {/block:SourceLogo}
  662.  
  663. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}-->
  664.  
  665. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  666.  
  667. <div id="post">
  668.  
  669. <div class="info">
  670. <a href="{Permalink}">{NoteCountWithLabel}</a><br>
  671. <a href="{ReblogURL}" target="_blank"><b>Reblog this post!</b></a>
  672. <div class="border"></div>
  673. </div>
  674.  
  675. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  676.  
  677. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  678.  
  679. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  680.  
  681. {block:Quote}
  682. <div id="quote">{Quote}</div>{block:Source}
  683. <div style="text-align: left; font-family:arial; font-size:{text:Tamanho da fonte};"><br>— {Source}</div></font></b>{/block:Source}{/block:Quote}
  684.  
  685. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  686.  
  687. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}<font size="2">{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br><br>{/block:Lines}</font>{/block:Chat}
  688.  
  689. {block:Audio}
  690. <div id="buttons"><div id="button">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  691. {block:AlbumArt}<img src="{AlbumArtURL}" id="cover">{/block:AlbumArt}
  692. <div id="musicinfo">
  693. {block:Artist} <b><audioshit>Artist:</audioshit></b> {Artist} {/block:Artist}<br>{block:TrackName} <b><audioshit>Track Name:</audioshit></b> "{TrackName}" {/block:TrackName}<br>{PlayCountWithLabel} <br>{Caption}
  694. </div>
  695. <div style="margin-top:20px;">{block:caption}{Caption}{/block:caption}</div>
  696. {/block:Audio}
  697.  
  698. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  699.  
  700. {block:Answer}
  701. <div class="question"><b>{Asker} sussurrou:</b> {Question}</div>
  702. <div class="answer"><blockquote>{Answer}</blockquote></div>{/block:Answer}
  703.  
  704. </div>
  705. {block:Permalink}<div id="notez">{block:PostNotes}{PostNotes}{/block:PostNotes}{/block:Permalink}
  706. {/block:Posts}</div>
  707.  
  708. </div></div>
  709.  
  710. {block:Pagination}
  711. <div id="pagination">
  712. {block:PreviousPage}
  713. <a href="{PreviousPage}"></a>
  714. {/block:PreviousPage}
  715. {block:JumpPagination length="3"}
  716. {block:CurrentPage}
  717. <span class="current_page">{PageNumber}</span>
  718. {/block:CurrentPage}
  719. {block:JumpPage}
  720. <a class="jump_page" href="{URL}">{PageNumber}</a>
  721. {/block:JumpPage}
  722. {/block:JumpPagination}
  723. {block:NextPage}
  724. <a href="{NextPage}"></a>
  725. {/block:NextPage}
  726. </div>
  727. {/block:Pagination}
  728.  
  729. </div>
  730.  
  731. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement