Advertisement
Carolaine_Vieira

#44

Nov 16th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.47 KB | None | 0 0
  1. <!-- ─────────╔╗────────────╔╗
  2. ─────────║║───────────╔╝╚╗
  3. ╔══╦╗╔╦══╣║╔══╦╗╔╦══╦═╬╗╔╬══╗
  4. ║╔╗║╚╝║╔╗║║║╔╗║╚╝║║═╣╔╗╣║║║═╣
  5. ║╔╗║║║║╚╝║╚╣╔╗║║║║║═╣║║║╚╣║═╣
  6. ╚╝╚╩╩╩╣╔═╩═╩╝╚╩╩╩╩══╩╝╚╩═╩══╝
  7. ──────║║
  8. ──────╚╝
  9. -->
  10. <head>
  11.  
  12. <script type="text/javascript"
  13. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  14. <script>
  15. $(document).ready(function() {
  16. //
  17. $('a.poplight[href^=#]').click(function() {
  18. var popID = $(this).attr('rel'); //Get Popup Name
  19. var popURL = $(this).attr('href'); //Get Popup href to define size
  20. var query= popURL.split('?');
  21. var dim= query[1].split('&');
  22. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  23. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  24. var popMargTop = ($('#' + popID).height() + 80) / 2;
  25. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  26. //Apply Margin to Popup
  27. $('#' + popID).css({
  28. 'margin-top' : -popMargTop,
  29. 'margin-left' : -popMargLeft
  30. });
  31. $('body').append('<div id="fade"></div>');
  32. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  33. return false;
  34. });
  35. $('a.close, #fade').live('click', function() {
  36. $('#fade , .popup_block').fadeOut(function() {
  37. $('#fade, a.close').remove(); //fade them both out
  38. });
  39. return false;
  40. });
  41. });
  42. </script>
  43.  
  44. <title>{title}</title>
  45. <link rel="shortcut icon" href="{Favicon}"/>
  46. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  47. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  48.  
  49. <meta name="color:Background" content="#ffffff"/>
  50. <meta name="color:Post bg" content="#ffffff"/>
  51. <meta name="color:Sidebar bg" content="#ffffff"/>
  52. <meta name="color:Scrollbar" content="#000"/>
  53. <meta name="color:Description" content="#999"/>
  54. <meta name="color:Text" content="#999"/>
  55. <meta name="color:Bold" content="#141414"/>
  56. <meta name="color:Italic" content="#ce2020"/>
  57. <meta name="color:Link" content="#141414"/>
  58. <meta name="color:Link Hover" content="#ce2020"/>
  59.  
  60. <meta name="if:ShackEfect" content="0"/>
  61.  
  62. <meta name="image:Background" content=""/>
  63. <meta name="image:Sidebar image 1" content="http://i.imgur.com/wWx1a0K.jpg"/>
  64. <meta name="image:Sidebar image 2" content="http://i.imgur.com/wWx1a0K.jpg"/>
  65.  
  66. <meta name="select:Sidebar Position" content="left" title="Left">
  67. <meta name="select:Sidebar Position" content="right" title="Right">
  68. <meta name="select:Titulo" content="Montserrat" title="Montserrat">
  69. <meta name="select:Titulo" content="Arapey" title="Arapey">
  70. <meta name="select:Titulo" content="Poiret One" title="Poiret One">
  71. <meta name="select:Titulo" content="Great Vibes" title="Great Vibes">
  72. <meta name="select:Titulo" content="Bad Script" title="Bad Script">
  73. <meta name="select:Post title font" content="Great Vibes" title="Great Vibes">
  74. <meta name="select:Post title font" content="Baumans" title="Baumans">
  75. <meta name="select:Post title font" content="Poiret One" title="Poiret One">
  76.  
  77. <meta name="text:Sidebar image border radius" content="100" />
  78. <meta name="text:Ask Name" content="ask" />
  79. <meta name="text:Smcmusicplayer" content="" />
  80. <meta name="text:link1" content="link 1" />
  81. <meta name="text:link1url" content="/" />
  82. <meta name="text:link2" content="link 2" />
  83. <meta name="text:link2url" content="/" />
  84. <meta name="text:link3" content="link 3" />
  85. <meta name="text:link3url" content="/" />
  86. <meta name="text:link4" content="link 4" />
  87. <meta name="text:link4url" content="/" />
  88.  
  89.  
  90.  
  91. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  92. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  93. <script>
  94. (function($){$(document)
  95. .ready(function(){$("[title]")
  96. .style_my_tooltips();});})
  97. (jQuery);
  98. </script>
  99.  
  100. {block:IfShackEfect}
  101. <link href='http://static.tumblr.com/blpgwiz/EfNmijxib/tada.css' rel='stylesheet' type='text/css'>
  102. {/block:IfShackEfect}
  103.  
  104.  
  105. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  106. <link href='https://fonts.googleapis.com/css?family=Cantarell:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
  107. <link href='https://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  108. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  109. <link href='https://fonts.googleapis.com/css?family=Bad+Script' rel='stylesheet' type='text/css'>
  110. <link href='https://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  111. <link href='https://fonts.googleapis.com/css?family=Baumans' rel='stylesheet' type='text/css'>
  112. <link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  113. <link href='https://fonts.googleapis.com/css?family=Arapey:400,400italic' rel='stylesheet' type='text/css'>
  114. <link href='https://fonts.googleapis.com/css?family=Raleway:400,300,200,100,600,500,700,800,900' rel='stylesheet' type='text/css'>
  115.  
  116.  
  117. <style type="text/css">
  118.  
  119. b { color: {color:bold}; !important; }
  120.  
  121. i { color: {color:italic} ;!important; }
  122.  
  123. u { border-bottom: 1px solid {color:link hover}; text-decoration:none;}
  124.  
  125. #s-m-t-tooltip{
  126. max-width:300px;
  127. padding:10px;
  128. margin:20px 0px 0px 20px;
  129. background-color: {color:link};
  130. font-family:calibri;
  131. font-size:8.5px;
  132. text-transform:uppercase;
  133. color:{color:background};
  134. letter-spacing:1px;
  135. opacity:1;
  136. z-index:9999999999999999999;
  137. }
  138.  
  139. #top1 {
  140. position:fixed;
  141. font-weight:bold;
  142. width:auto;
  143. height:auto;
  144. letter-spacing: 1px;
  145. right:30px;
  146. bottom:20px;
  147. padding:7px;
  148. font-size:16px;
  149. text-transform:uppercase;
  150. font-family:calibri;
  151. line-height:14px;
  152. text-align:right;
  153. z-index:9;
  154. border:2px solid;
  155. border-radius:100%;
  156. background: #141414;
  157. text-shadow:1px 1px #141414;
  158.  
  159. }
  160.  
  161. #top1 a{color:{color:background};}
  162. #top1 a:hover {color:{color:link hover};}
  163.  
  164. ul {
  165. list-style-image: url('https://36.media.tumblr.com/42d55f9956e3e8c0dfb590b504f4939d/tumblr_inline_nvag3cwzpq1rj4inb_540.png');
  166. }
  167.  
  168. #vixe{
  169. z-index:5;
  170. position:fixed;
  171. background:{color:Sidebar bg};
  172. top:0px;
  173. left:0px;
  174. width:100%;
  175. height:30px;
  176. padding-top:10px;
  177. text-align:Center;
  178. }
  179. #vixe a {
  180. margin-top:-1px;
  181. border:1px solid transparent;
  182. padding:5px;
  183. font-size:12px;
  184. margin-left:1px;
  185. font-weight:bold;
  186. text-transform:uppercase;
  187. font-family: montserrat;
  188. border-top:1px solid transparent;
  189. display:inline-block;
  190. color:{color:Sidebar link};
  191. -webkit-transition:all 0.3s ease-out;
  192. -moz-transition:all 0.3s ease-out;
  193. transition:all 0.3s ease-out;
  194. }
  195. #vixe a:hover {
  196. font-style:italic;
  197. color: {color:Sidebar link hover};
  198. -webkit-transition:all 0.3s ease-out;
  199. -moz-transition:all 0.3s ease-out;
  200. transition:all 0.3s ease-out;
  201. }
  202.  
  203. iframe#tumblr_controls {
  204. black-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.2;
  205. }
  206. #tumblr_controls{
  207. position:fixed !important;
  208. -webkit-filter: invert(100%)
  209. }
  210.  
  211. .reblog {
  212. margin-top:0px;
  213. margin-left:0px;
  214. float:left;
  215. opacity:1;
  216. background:{color:post bg};
  217. text-align:right;
  218. padding:10px;
  219. font-size:13px;
  220. color:#000;
  221. font-family:baumans;
  222. font-weight:bold;
  223. border-radius:100%;
  224. {block:PermalinkPage}
  225. display:none;
  226. z-index:2;
  227. {/block:PermalinkPage}
  228. }
  229.  
  230. .date {
  231. border-radius:100%;
  232. background:{color:post bg};
  233. margin-top:5px;
  234. margin-left:0px;
  235. float:left;
  236. opacity:1;
  237. text-align:left;
  238. padding:10px;
  239. padding-top:9px;
  240. padding-bottom:5.5px;
  241. font-size:15px;
  242. color:#000;
  243. font-family:baumans;
  244. font-weight:bold;
  245. z-index:2;
  246. {block:PermalinkPage}
  247. display:none;
  248. {/block:PermalinkPage}
  249. }
  250. .date a{color:black;}
  251. .date a:hover {color:red;}
  252.  
  253. #euem {
  254. border-radius:100%;
  255. background:{color:post bg};
  256. margin-top:5px;
  257. margin-left:0px;
  258. float:left;
  259. opacity:1;
  260. z-index:2;
  261. padding:10px;
  262. padding-bottom:8px;
  263. {block:PermalinkPage}
  264. display:none;
  265. {/block:PermalinkPage}
  266. }
  267.  
  268.  
  269. .popup_block{
  270. display:none;
  271. background:#fff;
  272. border:1px solid #dfdfdf;
  273. padding:30px;
  274. width:500px;
  275. float:left;
  276. position:fixed;
  277. top:50%;left:50%;
  278. z-index: 9999999;
  279. }
  280.  
  281. *html #fade {position: absolute;}
  282. *html .popup_block {position: absolute;}
  283. #fade {
  284. display:none;
  285. position:fixed;
  286. left:0px;
  287. top:0px;
  288. width:100%;
  289. height:100%;
  290. z-index:99999;
  291. background:{color:background};
  292. opacity:1;
  293. }
  294.  
  295.  
  296. a{
  297. color:{color:Link};
  298. text-decoration:none;
  299. -webkit-transition:all 0.3s ease-out;
  300. -moz-transition:all 0.3s ease-out;
  301. transition:all 0.3s ease-out;
  302.  
  303. }
  304.  
  305. a:hover{
  306.  
  307. color:{color:Link Hover};
  308. -webkit-transition:all 0.3s ease-out;
  309. -moz-transition:all 0.3s ease-out;
  310. transition:all 0.3s ease-out;
  311.  
  312. }
  313.  
  314. #ti {
  315. width:auto;
  316. margin-left:auto;
  317. margin-right:auto;
  318. height:auto;
  319. padding:10px;
  320. font-family: {select:titulo};
  321. font-size:22px;
  322. text-align:center;
  323. color:{color:Title};
  324. font-weight:normal;
  325. text-transform:uppercase;
  326.  
  327. }
  328.  
  329. #ti a{
  330. color:{color:title};
  331. -webkit-transition:all 0.3s ease-out;
  332. -moz-transition:all 0.3s ease-out;
  333. transition:all 0.3s ease-out;
  334. }
  335. #ti a:hover{
  336. letter-spacing:1px;
  337. -webkit-transition:all 0.3s ease-out;
  338. -moz-transition:all 0.3s ease-out;
  339. transition:all 0.3s ease-out;
  340. }
  341.  
  342.  
  343. #notas {
  344. font-size:12px;
  345. font-family:montserrat;
  346. text-transform:uppercase;
  347. width:100%;
  348. height:300px;
  349. overflow-y:auto;
  350. background:transparent;
  351.  
  352. }
  353.  
  354. h1 {
  355.  
  356. font-size:30px;
  357. text-align:center;
  358. text-transform:none;
  359. font-family:{select:post title font};
  360.  
  361. }
  362.  
  363. body{
  364. cursor:crosshair;
  365. color:{color:Text};
  366. font-family: cantarell;
  367. font-size:13px;
  368. background: {color:background} url("{image:background}") fixed;
  369.  
  370. }
  371.  
  372.  
  373. #post{
  374. margin-top:10px;
  375. width:700px;
  376. margin-left:auto;
  377. margin-right:auto;
  378. float:center;
  379. background-color:transparent;
  380. padding:5px;
  381. }
  382.  
  383. .entry{
  384. text-align:left;
  385. padding:15px;
  386. background-color:{color:post bg};
  387. width:255px;
  388. float:right;
  389. margin:30px;
  390. {block:PermalinkPage}
  391. width:500px;
  392. height:auto;
  393. font-size:13px;
  394. text-align:left;
  395. float:center;
  396. {/block:PermalinkPage}
  397. -webkit-animation: tada 2s;
  398. -moz-animation: tada 2s;
  399. -ms-animation: tada 2s;
  400. -webkit-transition: 1s ease-in-out;
  401. -moz-transition: 1s ease-in-out;
  402. -o-transition: 1s ease-in-out;
  403.  
  404. }
  405.  
  406. .entry:hover {
  407. -webkit-transition: 1s ease-in-out;
  408. -moz-transition: 1s ease-in-out;
  409. -o-transition: 1s ease-in-out;
  410. }
  411. .entry img{
  412. max-width:250px;
  413. float:right;
  414. margin:2px;
  415. {block:PermalinkPage}
  416. float:center;
  417. width:500px;
  418. max-width:500px;
  419. {/block:PermalinkPage}
  420.  
  421. }
  422.  
  423. .entry .perm{
  424. {block:PermalinkPage}
  425. display:none;
  426. {/block:PermalinkPage}
  427. text-transform:uppercase;
  428. background:transparent;
  429. padding:5px;
  430. text-align:center;
  431. margin-top:-6px;
  432. margin-left:-40px;
  433. width:20px;
  434. height:auto;
  435. position:absolute;
  436. opacity:0.0;
  437. font-family: 'Open Sans', sans-serif;
  438. font-size:8px;
  439. -webkit-transition:all 0.5s ease-out;
  440. -moz-transition:all 0.5s ease-out;
  441. transition:all 0.5s ease-out;
  442.  
  443. }
  444.  
  445. .entry:hover .perm{
  446.  
  447. opacity:1;
  448. -webkit-transition:all 0.5s ease-out;
  449. -moz-transition:all 0.5s ease-out;
  450. transition:all 0.5s ease-out;
  451.  
  452. }
  453.  
  454. .notes img {
  455. width: 15px;
  456. border-radius:100%;
  457. float:left;
  458. border-right:10px solid transparent;
  459. -webkit-transition: all 0.5s linear;
  460. -moz-transition: all 0.5s linear;
  461. transition: all 0.5s linear;}
  462. ol.notes, .notes li {
  463. height:20px;
  464. width: 100%;
  465. list-style: none;
  466. margin: 0px;
  467. padding-left: 0px}
  468. .notes li:hover img {
  469. -webkit-transition: all 0.5s linear;
  470. -moz-transition: all 0.5s linear;
  471. transition: all 0.5s linear;}
  472.  
  473. ::-moz-selection { background: {color:text}; color: {color:background}; }
  474. ::selection { background: {color:text}; color: {color:background}; }
  475.  
  476. .pagination {
  477. display: none;
  478. }
  479.  
  480. ::-webkit-scrollbar {height:5px; width:3px;}
  481.  
  482. ::-webkit-scrollbar-track-piece {
  483. background-color:{color:background};
  484. }
  485.  
  486. blockquote {
  487. margin-left:20px;
  488. padding-left:10px;
  489. border-left:3px solid{color:text};
  490. }
  491.  
  492. ::-webkit-scrollbar-thumb {
  493. background:{color:scrollbar};
  494.  
  495. }
  496.  
  497. .description {
  498. margin-bottom:0px;
  499. margin-top:-15px;
  500. padding:10px;
  501. margin-left:auto;
  502. margin-right:auto;
  503. width:80%;
  504. background:transparent;
  505. font-size:12px;
  506. font-family: 'raleway', ;
  507. text-align:center;
  508. color:{color:description};
  509.  
  510. }
  511.  
  512. #fita3 {
  513.  
  514. position:fixed;
  515. height:auto;
  516. width:250px;
  517. padding:10px;
  518. top:200px;
  519. {select:sidebar position}:70px;
  520. background:{color:sidebar bg};
  521. z-index:1;
  522. }
  523.  
  524. #question {padding:0px; margin-bottom:5px;}
  525.  
  526. #asker_portrait img{margin-top:-20px; float:center; border-radius:10px; margin-left:-10px; padding:4px; background:{color:link} }
  527.  
  528. #asker {font-weight:normal; font-family:montserrat; text-transform:uppercase; font-style:normal; }
  529.  
  530. #asker a {color:{color:background}; text-align:center; font-size:12px;}
  531.  
  532. #asker a:hover {color:#ccc;}
  533.  
  534. #asked_question {
  535. color:#dfdfdf;
  536. background-color:{color:link};
  537. padding:10px;
  538. font-weight:bold;
  539. font-style:italic;
  540. font-family:poiret one;
  541. padding-top:20px;
  542. margin-top:20px;
  543. min-height:20px;
  544. max-width:460px;
  545. margin-left:5px;
  546. }
  547.  
  548. #answer {
  549.  
  550. font-weight:bold;
  551. font-family:poiret one;
  552. color:#dfdfdf;
  553. padding:2px 10px;
  554. background:{color:link hover};
  555. margin-left:5px;
  556. }
  557.  
  558.  
  559. #fita3 img{
  560. z-index:4;
  561. background:transparent;
  562. padding:7px;
  563. margin-left:auto;
  564. margin-right:auto;
  565. text-align:center;
  566. border-radius:{text:Sidebar image border radius}px;
  567. height:auto;
  568. width:100px;
  569. -webkit-transition: opacity 0.8s linear;
  570. -webkit-transition: all 0.5s ease;
  571. -moz-transition: all 0.5s ease;
  572. -o-transition: all 0.5s ease;
  573. -ms-transition: all 0.5s ease;
  574. transition: all 0.5s ease;
  575. }
  576. #fita3 img:hover {
  577. -webkit-transform: rotate(-360deg);
  578. -moz-transform: rotate(-360deg);
  579. -o-transform: rotate(-360deg);
  580. -ms-transform: rotate(-360deg);
  581. transform: rotate(-360deg);
  582. -webkit-transition: all 0.5s ease;
  583. -moz-transition: all 0.5s ease;
  584. -o-transition: all 0.5s ease;
  585. -ms-transition: all 0.5s ease;
  586. transition: all 0.5s ease;
  587. }
  588.  
  589. {CustomCSS}
  590.  
  591. </style>
  592. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  593.  
  594. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script
  595.  
  596. src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  597.  
  598. <script>
  599. $(function(){
  600. var $container = $('#post');
  601. $container.imagesLoaded(function(){
  602. $container.masonry({
  603. itemSelector: '.entry',
  604. });
  605. });
  606. $container.infinitescroll({
  607. itemSelector : ".entry",
  608. navSelector : "div.pagination",
  609. nextSelector : ".pagination a#next",
  610. loadingImg : "",
  611. loadingText : "<em></em>",
  612. bufferPx : 10000,
  613. extraScrollPx: 12000,
  614. },
  615. // trigger Masonry as a callback
  616. function( newElements ) {
  617. var $newElems = $( newElements ).css({ opacity: 0 });
  618. // ensure that images load before adding to masonry layout
  619. $newElems.imagesLoaded(function(){
  620. $newElems.animate({ opacity: 1 });
  621. $container.masonry( 'appended', $newElems, true );
  622. });
  623. }
  624. );
  625. });
  626. </script>
  627.  
  628. </head>
  629. <body>
  630.  
  631. <div id="top1">
  632. <a href="http://amplamente.tumblr.com/" title="tema feito por amplamente"><li class="fa fa-code"></li></a>
  633. </div>
  634.  
  635. <div id="fita3">
  636.  
  637. <center>
  638. <img src="{image:Sidebar image 1}" onmouseover="this.src='{image:Sidebar image 2}'" onmouseout="this.src='{image:Sidebar image 1}'" ></center>
  639.  
  640. <div id="ti"><a href="/">{title}</a></div>
  641.  
  642. <div class="description">{Description}</div>
  643.  
  644. <center>
  645. <select onchange='location=this.options[this.selectedIndex].value;' style='width:70%; font-family:raleway; font-size:12px; border:none; '>
  646.  
  647. <option>
  648. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  649. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  650. navigation
  651. </option>
  652.  
  653. <option value="{text:link1url}">{text:link1}</option>
  654. <option value="/ask">{text:ask name}</option>
  655. <option value="{text:link2url}">{text:link2}</option>
  656. <option value="{text:link3url}">{text:link3}</option>
  657. <option value="{text:link4url}">{text:link4}</option>
  658.  
  659. </select></center>
  660.  
  661.  
  662. </div>
  663.  
  664. <div id="post">
  665. {block:Posts}
  666. <div class="entry">
  667. <div class="perm">
  668. <div class="reblog">{ReblogButton color="black" size="13"}</div>
  669. <div id="euem">{LikeButton color="black" size="13"}</div>
  670. <div class="date">
  671. <a href="{Permalink}"><li class="fa fa-link"></li></a>
  672. </div>
  673. </div>
  674.  
  675. {block:Title}<h1>{Title}</h1>{/block:Title}
  676.  
  677. {block:Text}{Body}{/block:Text}
  678.  
  679. {block:Photo}
  680.  
  681. <a href="{permalink}" ><img src="{PhotoURL-500}" width="250"/></a>
  682.  
  683. {/block:Photo}
  684.  
  685. {block:Photoset}
  686.  
  687. {Photoset-250}
  688.  
  689. {/block:Photoset}
  690.  
  691.  
  692. {block:Quote}
  693.  
  694. <div style="text-align:center;">
  695. <li class="fa fa-quote-left"></li>&nbsp;&nbsp;&nbsp;{Quote}&nbsp;&nbsp;&nbsp;<li class="fa fa-quote-right"></li></br></div>
  696.  
  697. <div align="right" style="text-align:center; font-size:10px; font-family:montserrat; text-transform:uppercase;">
  698. </br>{block:Source}- {Source}{/block:Source} </br>
  699. </div>
  700. {/block:Quote}
  701.  
  702.  
  703. {block:Video}
  704.  
  705. {Video-250}
  706.  
  707. <br>
  708. {PlayCountWithLabel}
  709. {/block:Video}
  710.  
  711.  
  712. {block:Link}
  713. <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
  714. {block:Description}{Description}{/block:Description}
  715. {/block:Link}
  716.  
  717. {block:Chat}
  718. {block:Lines}
  719. {block:Label}
  720. <br>{Label}
  721. {/block:Label}
  722. &nbsp;{Line}
  723. {/block:Lines}
  724. {/block:Chat}
  725.  
  726. {block:Audio}
  727. {AudioPlayerGrey}
  728. <br><div align="right">{block:Artist}
  729. Artist: {Artist}</div>
  730. {/block:Artist}<br>
  731. {block:Caption}{Caption}{/block:Caption}
  732. {/block:Audio}
  733.  
  734.  
  735. {block:Answer}
  736. <div id="question">
  737. <div id="asker_portrait"><img src="{AskerPortraitURL-40}"></div>
  738. <div id="asked_question"><span id="asker">{Asker}</span>:<br>{Question}</div>
  739. </div>
  740. <div id="answer">
  741. {Answer}
  742. </div>
  743. {/block:Answer}
  744.  
  745. {block:PermalinkPage}
  746. {block:Caption}
  747. {Caption}
  748. {/block:Caption}
  749. <br>
  750. <center>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} </br> {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} </br> Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</center>
  751. <Br>
  752. {block:PostNotes}<div id="notas">{PostNotes}</div>{/block:PostNotes}</div>
  753. {/block:PermalinkPage}
  754. </div>
  755.  
  756. {/block:Posts}
  757.  
  758. </div>
  759. <div class="pagination">
  760. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}
  761. <a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  762. </div>
  763.  
  764. {text:smcmusicplayer}
  765.  
  766. </body>
  767. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement