Advertisement
Carolaine_Vieira

Star

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