Advertisement
Carolaine_Vieira

oceans

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