Advertisement
Guest User

..

a guest
Apr 21st, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.45 KB | None | 0 0
  1. <!-- © 2014 Gramaticas -->
  2.  
  3.  
  4. <html>
  5. <head>
  6. <meta name="color:background" content="#FFF"/>
  7. <meta name="color:text" content="#444444"/>
  8. <meta name="color:link" content="#444444"/>
  9. <meta name="color:Scroll" content="#444444"/>
  10. <meta name="color:hover" content="#444444"/>
  11. <meta name="if:followbranco" content="1"/>
  12. <meta name="if:BackgroundTelaCheia" content="0"/>
  13. <meta name="if:PermalinkHover" content="0"/>
  14. <meta name="if:PermalinkHover2" content="1"/>
  15. <meta name="if:FotocomText" content="0"/>
  16. <meta name="if:SideReverse" content="0"/>
  17. <meta name="if:ImageSide" content="1"/>
  18. <meta name="if:Opacidade" content="0"/>
  19. <meta name="image:background" content=""/>
  20. <meta name="image:Sidebar" content=""/>
  21. <meta name="text:Link1" content="/" />
  22. <meta name="text:Link1 Title" content="link" />
  23. <meta name="text:Link2" content="/" />
  24. <meta name="text:Link2 Title" content="link" />
  25. <meta name="text:Link3" content="/" />
  26. <meta name="text:Link3 Title" content="link" />
  27. <meta name="text:Link4" content="/" />
  28. <meta name="text:Link4 Title" content="link" />
  29. <meta name="text:TamanhoFont" content="14" />
  30. <meta name="text:TamanhoFontLinks" content="22" />
  31.  
  32.  
  33. <link rel="shortcut icon" href="{Favicon}">
  34. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  35. <meta name="viewport" content="width=820" />
  36.  
  37. {block:IndexPage}
  38.  
  39. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  40.  
  41. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  42.  
  43. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  44.  
  45. <script type="text/javascript">
  46. $(window).load(function(){
  47. var $wall = $('#content');
  48. $wall.imagesLoaded(function(){
  49. $wall.masonry({
  50. itemSelector: '.entry',
  51. isAnimated : true
  52. });
  53. });
  54. $wall.infinitescroll({
  55. navSelector : "div#navigation",
  56. nextSelector : "div#navigation a#nextPage",
  57. itemSelector : '.entry',
  58. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  59. loadingText : " ",
  60. donetext : " ",
  61. extraScrollPx : 9000,
  62. bufferPx : 10000,
  63. debug : false,
  64. errorCallback: function() {
  65. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  66. }},
  67. function( newElements ) {
  68. var $newElems = $( newElements );
  69. $newElems.hide();
  70. $newElems.imagesLoaded(function(){
  71. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  72. });
  73. }); $('#content').show(500);
  74. });
  75. </script>
  76.  
  77. {/block:IndexPage}{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  78. <title>{block:SearchPage}Search results for "{SearchQuery}" - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title><link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono|Waiting+for+the+Sunrise|Josefin+Slab|Inconsolata' rel='stylesheet' type='text/css'>
  79.  
  80. <style type="text/css">
  81. .cred {width: 96px;height: 20px;background: url(http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png);display: block;position:fixed;top: 26px;right:7px;opacity:.7;}
  82. .user_ .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  83. .user_7 .label, .user_8 .label, .user_9 .label {color:;}
  84.  
  85. {block:Iffollowbranco}
  86. .cred {width: 96px;height: 20px;background: url(http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png);display: block;position:fixed;top: 26px;right:7px;white-space:nowrap;
  87. -webkit-filter: invert(100%);
  88. -moz-filter: invert(100%);
  89. -o-filter: invert(100%);
  90. -ms-filter: invert(100%);
  91. filter: invert(100%);
  92. opacity:.7;
  93. transition: .8s ease-in-out;
  94. -webkit-transition: .8s ease-in-out;
  95. -moz-transition: .8s ease-in-out;
  96. -o-transition: .8s ease-in-out; }
  97. .user_ .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  98. .user_7 .label, .user_8 .label, .user_9 .label {color:;}
  99.  
  100. {/block:Iffollowbranco}
  101.  
  102. iframe#tumblr_controls{top: 1px !important;margin: 0 0 0 0;right: 6px !important;position: fixed !important;}
  103.  
  104.  
  105. body {background-image: url('{image:background}');
  106. background-attachment:fixed;
  107. background-color:{color:background};
  108. {block:IfBackgroundTelacheia}background-repeat: no-repeat;
  109. background-position: center;
  110. background-attachment: fixed;
  111. -webkit-background-size: cover;
  112. -o-background-size: cover;{/block:IfBackgroundTelacheia}
  113.  
  114. /*-- Font Theme --*/
  115. font-size:{text:TamanhoFont};
  116. font-family:garamond;
  117. line-height:17px;
  118. /*-- Font Theme --*/
  119. text-align:left;
  120. color:{color:text};}
  121.  
  122. a:link, a:active,
  123. a:visited{color:{color:link};
  124. text-decoration: none;}
  125. a:hover{color:{color:hover};}
  126.  
  127.  
  128. ::-webkit-scrollbar-thumb{
  129. background-color: {color:Scroll};
  130. border: 3px solid {color:background};
  131. height:auto;
  132. -moz-border-radius: 0px;
  133. border-radius: 0px;
  134. }
  135.  
  136. ::-webkit-scrollbar {
  137. height:auto;
  138. width:9px;
  139. background-color: {color:Scroll};
  140. border: 5px solid {color:background};
  141. }
  142.  
  143. div#content{
  144. margin-left:450px;
  145. {block:IfSideReverse}margin-left:300px;{/block:IfSideReverse}
  146. width:700px;min-height:100%
  147. }
  148.  
  149. .pquote {
  150. font-size:{text:TamanhoFont};
  151. line-height:18px;
  152. text-align:justify; }
  153.  
  154. .quotesource{
  155. text-align:left;
  156.  
  157. }
  158.  
  159. .post_title{
  160. font-size:{text:TamanhoFont};
  161. color:{color:link};}
  162.  
  163.  
  164. .entry {
  165. position:relative;
  166. width:500px;
  167. float:left;
  168. /* Margin das postagens */
  169. margin:25 15 25 15px;
  170. /* Margin das postagens */
  171. {block:PermalinkPage}width:500px;{/block:PermalinkPage};}
  172.  
  173. .entry img{max-width:500px;min-width:500px;
  174. {block:PermalinkPage}max-width:500px;{/block:PermalinkPage};}
  175.  
  176. #postnotes {text-align:left; z-index:11; padding:15px; -webkit-transition: all 0.2s ease-out; -moz-transition: all .4s ease-out; width:400px;}
  177.  
  178.  
  179. .per {
  180. position:relative;
  181. text-align:justify;
  182. padding:1; margin:0;
  183. clear:both;
  184. color:{color:text};}
  185.  
  186.  
  187. .fe {
  188. display:block;
  189. position:absolute;
  190. bottom:-15px;
  191. left:15px;
  192. width:0;
  193. border-width:15px 15px 0;
  194. border-style:solid;
  195. border-color: transparent;}
  196.  
  197. .text {text-align:center;}
  198.  
  199. blockquote{
  200. padding:0px 0px 0px 5px;
  201. margin:0px 0px 2px 1px;
  202. border-left: 1px solid {color:Text};}
  203.  
  204. .perms {
  205. font-size:11px;
  206. text-align:right;
  207. -webkit-transition-duration: .75s;
  208. bottom:-20px;
  209. width:500px;
  210. padding: 0px;;
  211. position: absolute;
  212. margin-top:0px;margin-left:0px;
  213. line-height:12px;
  214. font-style:;
  215. text-transform: lowercase;
  216. display:block;z-index:9999;}
  217.  
  218. .perms a{margin-left:4px;}
  219. .entry:hover .perms {
  220. opacity:1;
  221. z-index:999999;
  222. -webkit-transition-duration: 0.65s;}
  223.  
  224.  
  225. .perms a:hover{text-decoration:line-through;}
  226.  
  227.  
  228.  
  229.  
  230.  
  231. {block:IfPermalinkHover}
  232. .perms {
  233. font-size:11px;
  234. text-align:right;
  235. -webkit-transition-duration: .75s;
  236. bottom:-10px;
  237. width:500px;
  238. opacity:0;
  239. height:auto;
  240. position: absolute;
  241. margin-top:0px;
  242. line-height:12px;
  243. font-style:;letter-spacing:0px;
  244. text-transform: lowercase;
  245. font-family:;
  246. display:block;}
  247.  
  248.  
  249. .entry:hover .perms {
  250. opacity:1;bottom:-20px;
  251. z-index:999999;
  252. -webkit-transition-duration: 0.65s;}
  253.  
  254.  
  255. .perms a:hover{text-decoration:line-through;}
  256.  
  257. .rg {position: absolute;text-align:right;margin-top:-10px;text-transform: uppercase;font-size:9px;width:50px;z-index:9999;display:block;margin-left:350px;}
  258.  
  259. {/block:IfPermalinkHover}
  260.  
  261. {block:IfPermalinkHover2}
  262. .perms {
  263. font-size:11px;
  264. text-align:left;
  265. -webkit-transition-duration: .75s;
  266. top:0px;
  267. width:100px;
  268. opacity:0;
  269. height:auto;margin-left:510px;
  270. position: absolute;
  271. margin-top:0px;
  272. line-height:12px;
  273. text-transform: lowercase;
  274. font-family:;
  275. display:block;}
  276.  
  277.  
  278. .entry:hover .perms {
  279. opacity:1;margin-left:510px;
  280. z-index:999999;
  281. -webkit-transition-duration: 0.65s;}
  282.  
  283.  
  284. .perms a:hover{text-decoration:line-through;}
  285.  
  286. .rg {position: absolute;text-align:right;margin-top:-10px;text-transform: uppercase;font-size:9px;width:50px;z-index:9999;display:block;margin-left:350px;}
  287.  
  288. {/block:IfPermalinkHover2}
  289.  
  290. {block:IfSideReverse}
  291.  
  292. {block:IfPermalinkHover2}
  293. .perms {
  294. font-size:11px;
  295. text-align:right;
  296. -webkit-transition-duration: .75s;
  297. top:0px;
  298. width:100px;
  299. opacity:0;
  300. height:auto;margin-left:-110px;
  301. position: absolute;
  302. margin-top:0px;
  303. line-height:12px;
  304. text-transform: lowercase;
  305. font-family:;
  306. display:block;}
  307.  
  308.  
  309. .entry:hover .perms {
  310. opacity:1;margin-left:-110px;
  311. z-index:999999;
  312. -webkit-transition-duration: 0.65s;}
  313.  
  314.  
  315. .perms a:hover{text-decoration:line-through;}
  316.  
  317. .rg {position: absolute;text-align:right;margin-top:-10px;text-transform: uppercase;font-size:9px;width:50px;z-index:9999;display:block;margin-left:350px;}
  318.  
  319. {/block:IfPermalinkHover2}
  320.  
  321. {/block:IfSideReverse}
  322.  
  323.  
  324.  
  325.  
  326. {block:Iffollowbranco}
  327. iframe#tumblr_controls {
  328. white-space:nowrap;
  329. -webkit-filter: invert(100%);
  330. -moz-filter: invert(100%);
  331. -o-filter: invert(100%);
  332. -ms-filter: invert(100%);
  333. filter: invert(100%);
  334. opacity:.7;
  335. transition: .8s ease-in-out;
  336. -webkit-transition: .8s ease-in-out;
  337. -moz-transition: .8s ease-in-out;
  338. -o-transition: .8s ease-in-out; }
  339. {/block:Iffollowbranco}
  340.  
  341.  
  342.  
  343. #sidebar{
  344. width: 150px;
  345. height:200px;
  346. position:fixed;
  347. margin-top:65px;
  348. margin-left:260px;
  349. {block:IfSideReverse}margin-left:860px; {/block:IfSideReverse}
  350. -webkit-transition-duration: .75s;z-index:999999;}
  351.  
  352. #fotosidebar{ width:150px;height:auto;}
  353.  
  354.  
  355. #fotosidebar{margin-left: 5px; margin-top: -10px;}
  356.  
  357.  
  358.  
  359.  
  360.  
  361. #tt{font-family:"French Script MT";
  362. width:150px;opacity:1;
  363. margin-left: 5px;
  364. font-size:33px;
  365. margin-top:15px;
  366. text-align:left;}
  367.  
  368. #desc{
  369. width:150px;opacity:1;
  370. margin-left: 5px;
  371. font-size:13px;
  372. margin-top:15px;
  373. text-align:left;}
  374. #desc:first-letter {font-size:20px;font-family:"French Script MT";}
  375.  
  376.  
  377.  
  378.  
  379. #links a:hover{color:{color:background};background-color:{color:hover}}
  380.  
  381.  
  382.  
  383. {block:ifOpacidade} img{opacity:0.8;} {/block:ifOpacidade}
  384.  
  385.  
  386.  
  387. #links { width: 150px;border-bottom:1px solid #ddd;
  388. text-align:left; margin-left: 2px;
  389. padding:5 0 5 0;}
  390.  
  391.  
  392. #links a {text-transform:lowercase;margin: 3px;
  393. width:100px; padding:0 2 0 2;font-family:"French Script MT";
  394. font-size:{text:TamanhoFont};
  395. }
  396.  
  397.  
  398. </style>
  399.  
  400.  
  401.  
  402.  
  403. <body>
  404.  
  405.  
  406. <div id="sidebar">
  407.  
  408. {block:IfImageSide}<img id="fotosidebar" src="{image:sidebar}" />
  409. {/block:IfImageSide}
  410. <div id="tt">{title}</div>
  411. <div id="desc">{description}</div>
  412.  
  413. <div id="links">
  414. <a href="{text:Link1}">{text:link1 Title} </a>
  415. <a href="{text:Link2}">{text:link2 Title} </a>
  416. <a href="{text:Link3}">{text:link3 Title} </a>
  417. <a href="{text:Link4}">{text:link4 title} </a>
  418.  
  419. </div>
  420.  
  421. </div></div>
  422.  
  423.  
  424.  
  425.  
  426. </div>
  427.  
  428.  
  429. </div>
  430. </div>
  431.  
  432.  
  433. </div>
  434. </div>
  435.  
  436. </div>
  437. <a href="http://gramaticas.tumblr.com" class="cred"></a>
  438.  
  439. </div>
  440. </div>
  441. </div>
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450. <!-- Inicio Das postagens --->
  451.  
  452. <div id="content">
  453. {block:Posts}
  454.  
  455. {block:Text}
  456. <div class="entry">
  457. {block:Title}<span class="post_title">{Title}</span>{/block:Title}
  458. {Body}
  459. {block:IndexPage}
  460. <div class="perms">
  461. <a href="{Permalink}">{SourceURL} </a>
  462. <a href="{permalink}">{DayofMonthWithSuffix} {Month} </a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  463. <a href="{permalink}">{notecountwithlabel}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  464. <a href="{ReblogURL}" target="_blank">Reblog</a>
  465.  
  466. </div>
  467. {/block:IndexPage}
  468. </div>
  469. {/block:Text}
  470.  
  471. {block:Photo}
  472. <div class="entry">
  473. <!--- Tamanho das fotos --->
  474. <img src="{PhotoURL-500}">
  475. <!--- Tamanho das fotos --->
  476. {block:IfFotocomtext} {caption} {/block:IfFotocomtext}
  477. {block:IndexPage}
  478. <div class="perms">
  479. <a href="{permalink}">{DayofMonthWithSuffix} {Month} </a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  480. <a href="{permalink}">{notecountwithlabel}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  481. <a href="{ReblogURL}" target="_blank">Reblog</a>
  482.  
  483. </div>
  484. {/block:IndexPage}
  485. </div>
  486. {/block:Photo}
  487.  
  488. {block:Photoset}
  489. <div class="entry">
  490. <!--- Tamanho dos Photosets --->
  491. {block:Photos}
  492.  
  493. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></a>
  494.  
  495. {/block:Photos}
  496. <!--- Tamanho dos Photosets --->
  497. {block:IndexPage}
  498. <div class="perms">
  499. <a href="{permalink}">{DayofMonthWithSuffix} {Month} </a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  500. <a href="{permalink}">{notecountwithlabel}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  501. <a href="{ReblogURL}" target="_blank">Reblog</a>
  502.  
  503. </div>
  504. {/block:IndexPage}
  505. </div>
  506. {/block:Photoset}
  507.  
  508.  
  509. {block:Quote}
  510. <div class="entry">
  511. <div class="pquote">{Quote}<div class="quotesource"><b>— {Source}</b></div></div>
  512. {block:IndexPage}
  513. <div class="perms">
  514. <a href="{permalink}">{DayofMonthWithSuffix} {Month} </a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  515. <a href="{permalink}">{notecountwithlabel}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  516. <a href="{ReblogURL}" target="_blank">Reblog</a>
  517.  
  518. </div>
  519. {/block:IndexPage}
  520. </div>
  521. {/block:Quote}
  522.  
  523. {block:Chat}
  524. <div class="entry">
  525. {block:IndexPage}
  526. <div class="perms">
  527. <a href="{permalink}">{DayofMonthWithSuffix} {Month} </a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  528. <a href="{permalink}">{notecountwithlabel}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  529. <a href="{ReblogURL}" target="_blank">Reblog</a>
  530. </div>
  531.  
  532. {/block:IndexPage}
  533. {block:Title}
  534. <span class="post_title">{Title}</span>{/block:Title}
  535. <div id="chat">
  536. {block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}
  537. </div>
  538. </div>
  539. {/block:Chat}
  540.  
  541. {block:Link}
  542. <div class="entry">
  543. <span class="post_title"><a href="{URL}">{Name} &#8600;</span></a>
  544. {block:Description}{Description}{/block:Description}
  545. {block:IndexPage}
  546. <div class="perms">
  547. <a href="{permalink}">{DayofMonthWithSuffix} {Month} </a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  548. <a href="{permalink}">{notecountwithlabel}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  549. <a href="{ReblogURL}" target="_blank">Reblog</a>
  550.  
  551. </div>
  552. {/block:IndexPage}
  553. </div>
  554. {/block:Link}
  555.  
  556. {block:Audio}
  557. <div class="entry">
  558. <center>
  559. {block:AlbumArt}<img src="{AlbumArtURL}" alt="" width="300"/><p>{/block:AlbumArt}</center>
  560. <div class="audiocas">{AudioPlayerGrey}</div>
  561. {block:Caption}{Caption}
  562. {PlayCount} listens {block:ExternalAudio} <a href="{ExternalAudioURL}"> (download link) </a> {/block:ExternalAudio}{/block:Caption}<p>
  563. {block:IndexPage}
  564. <div class="perms">
  565. <a href="{permalink}">{DayofMonthWithSuffix} {Month} </a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  566. <a href="{permalink}">{notecountwithlabel}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  567. <a href="{ReblogURL}" target="_blank">Reblog</a>
  568.  
  569. </div>
  570. {/block:IndexPage}
  571. </div>
  572. {/block:Audio}
  573.  
  574. {block:Video}
  575. <div class="entry">
  576. {Video-250}
  577. {block:IndexPage}
  578. <div class="perms">
  579. <a href="{permalink}">{DayofMonthWithSuffix} {Month} </a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  580. <a href="{permalink}">{notecountwithlabel}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  581. <a href="{ReblogURL}" target="_blank">Reblog</a>
  582.  
  583. </div>
  584. {/block:IndexPage}
  585. </div>
  586. {/block:Video}
  587.  
  588. {block:Answer}
  589. <div class="entry">
  590. <div class="per"><p><b>{Asker}:</b> {Question}<p><div class="fe"></div></div>
  591. <p>
  592. <div class="text"><p>{Answer}</p></div>
  593. {block:IndexPage}
  594. <div class="perms">
  595. <a href="{permalink}">{DayofMonthWithSuffix} {Month} </a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  596. <a href="{permalink}">{notecountwithlabel}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  597. <a href="{ReblogURL}" target="_blank">Reblog</a>
  598.  
  599. </div>
  600. {/block:IndexPage}
  601. </div>
  602. {/block:Answer}
  603.  
  604.  
  605. {block:PostNotes}
  606. <div id="postnotes">
  607. Posted {TimeAgo}, with {NoteCountWithLabel}<br>
  608. {block:RebloggedFrom}Reblogged of: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>originally by: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}<br>
  609. {block:HasTags}Tagged with: {block:Tags}<a href="{TagURL}" style="margin-right:5px;">#{Tag}</a>{/block:Tags}{/block:HasTags}<p>
  610.  
  611. </div><p>
  612. {PostNotes}
  613. {/block:PostNotes}
  614.  
  615.  
  616. {/block:posts}
  617.  
  618.  
  619. {block:IndexPage}
  620. <div class="column navigation" id="navigation">
  621. {block:Pagination}
  622. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  623. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  624. </div>
  625. {/block:IndexPage}
  626.  
  627. </div>
  628.  
  629. <script type="text/javascript"> Cufon.now(); </script>
  630.  
  631. <!-- © 2014 Gramaticas -->
  632.  
  633.  
  634. </body>
  635.  
  636. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement