Advertisement
Carolaine_Vieira

#41 rovy

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