Advertisement
Carolaine_Vieira

sequat

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