Advertisement
Carolaine_Vieira

Eleifend

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