Advertisement
Carolaine_Vieira

Scartissue Updated

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