Advertisement
Guest User

///////

a guest
Sep 4th, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.61 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <link href='http://fonts.googleapis.com/css?family=Francois+One|Oswald:400,700' rel='stylesheet' type='text/css'>
  6.  
  7. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.js" type="text/javascript"></script>
  8.  
  9. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><img src="http://static.tumblr.com/uiqhh9x/372m6hyqw/up.png" border="0"></a>
  10.  
  11.  
  12. <title>{title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14.  
  15. <meta name="color:Background" content="#FFFFFF"/>
  16. <meta name="color:Background Post" content="#0f0f0f"/>
  17. <meta name="color:Text" content="#444444"/>
  18. <meta name="color:titulo" content="#000000"/>
  19. <meta name="color:Links" content="#444444"/>
  20. <meta name="color:Border" content="#eeeeee"/>
  21.  
  22. <meta name="text:tamanho do post" content="500"/>
  23. <meta name="text:Fonte" content="arial"/>
  24. <meta name="text:Title" content="oswald"/>
  25. <meta name="text:Title2" content="30"/>
  26. <meta name="text:Line" content="15"/>
  27. <meta name="text:Font Size" content="12"/>
  28. <meta name="text:Post Gaps" content="65"/>
  29. <meta name="text:weight" content="bold"/>
  30.  
  31. <meta name="image:Background" content=""/>
  32. <meta name="image:Permalink" content=""/>
  33. <meta name="image:icone" content=""/>
  34.  
  35. <meta name="if:Uppercase Title" content="0"/>
  36. <meta name="if:Show Links" content="1"/>
  37. <meta name="if:Use Permalink Image" content="0"/>
  38. <meta name="if:Maximised Background Image" content="0"/>
  39. <meta name="if:Show Captions" content="0"/>
  40. <meta name="if:Side Permalinks" content="1"/>
  41. <meta name="if:Endless Scroll" content="1"/>
  42.  
  43. <meta name="if:Exibir link 1" content="0"/>
  44. <meta name="if:Exibir link 2" content="0"/>
  45. <meta name="if:Exibir link 3" content="0"/>
  46. <meta name="if:Exibir link 4" content="0"/>
  47.  
  48. <meta name="text:Link 1 Titulo" content="Link 1"/>
  49. <meta name="text:Link 1 URL" content=""/>
  50. <meta name="text:Link 2 Titulo" content="Link 2"/>
  51. <meta name="text:Link 2 URL" content=""/>
  52. <meta name="text:Link 3 Titulo" content="Link 3"/>
  53. <meta name="text:Link 3 URL" content=""/>
  54. <meta name="text:Link 4 Titulo" content="Link 4"/>
  55. <meta name="text:Link 4 URL" content=""/>
  56.  
  57.  
  58. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  59. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  60. <script type="text/javascript" charset="utf-8">
  61. var $j = jQuery.noConflict();
  62. $j(function() {
  63. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  64. $j("img").lazyload({
  65. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  66. effect: "fadeIn",
  67. });
  68. });
  69. </script>
  70.  
  71. {block:IndexPage}
  72. <script type="text/javascript">
  73. $(window).load(function(){
  74. $("p").remove(":contains('Source:')");
  75. $("p").remove(":contains('(via')");
  76. });
  77. </script>
  78. {/block:IndexPage}
  79.  
  80. <style type="text/css">
  81.  
  82. #scrollToTop {display:none;position:fixed;bottom:10px;right:10px;width:21px;height:21px;border:none;text-indent:100%;background:url(http://static.tumblr.com/uiqhh9x/372m6hyqw/up.png) no-repeat left top;opacity:0.5;filter: alpha(opacity = 50);-webkit-filter:invert(100%);}
  83. #scrollToTop:hover {opacity:.8;filter: alpha(opacity = 80);-webkit-filter:invert(80%);}
  84. #scrollToTop:active, #toTop:FOCUS {outline:none;}
  85.  
  86.  
  87.  
  88. body{
  89. text-align:justify;
  90. font-family: {text:fonte};
  91. font-size: {text:Font Size}px;
  92. line-height:{text:line}px;
  93. color:{color:text};
  94. background-color:{color:Background};
  95. {block:IfNotMaximisedBackgroundImage}
  96. background-image:url({image:Background});
  97. background-attachment:fixed;
  98. background-repeat:repeat;
  99. {/block:IfNotMaximisedBackgroundImage}
  100. }
  101. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  102. a{
  103. text-decoration:none;
  104. color:{color:links};
  105. -moz-transition: all 0.3s ease-out; /* FF3.7+ */
  106. -o-transition: all 0.3s ease-out; /* Opera 10.5 */
  107. -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
  108. transition: all 0.3s ease-out;
  109. }
  110. a:hover{
  111. text-decoration:underline;
  112. -moz-transition: all 0.3s ease-out; /* FF3.7+ */
  113. -o-transition: all 0.3s ease-out; /* Opera 10.5 */
  114. -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
  115. transition: all 0.3s ease-out;
  116. }
  117. a img{
  118. border:0px;
  119. }
  120. #content{
  121. margin-left:120px;
  122. width:{text:tamanho do post}px;
  123. }
  124. {block:IfMaximisedBackgroundImage}
  125. #bg img {
  126. z-index:-1;
  127. position:fixed;
  128. top:0;
  129. left:0;
  130. height:100%;
  131. width:100%;
  132. }
  133. {block:IfMaximisedBackgroundImage}
  134. .blogtitle{
  135. text-align:left;
  136. {block:IfUppercaseTitle}
  137. text-transform:uppercase;
  138. {/block:IfUppercaseTitle}
  139. {block:IfNotUppercaseTitle}
  140. text-transform:none;
  141. {/block:IfNotUppercaseTitle}
  142. line-height:40px;
  143. font-weight:{text:weight};
  144. color:{color:titulo};
  145. font-size:{text:title2}px;
  146. font-family:{text:title};
  147. }
  148. .blogtitle a:hover{
  149. text-decoration:none;
  150. }
  151. .nav {
  152. background:{color:background post};
  153. padding:20px;
  154. left:0px;
  155. margin-top:20px;
  156. text-align:left;
  157. margin-left:120px;
  158. width:{text:tamanho do post}px;
  159. }
  160. .player{
  161. width:{text:tamanho do post}px;
  162. overflow:hidden;
  163. background:#fff;
  164. }
  165. h2{
  166. font-family: {text:fonte};
  167. font-size: {text:Font Size}px;
  168.  
  169. }
  170.  
  171. .permalink2{
  172. opacity:0;
  173. font-family:times;
  174. text-transform:uppercase;
  175. font-size:10px;
  176. position:absolute;
  177. float:left;
  178. color:{color:links};
  179. padding-top:5px;
  180. padding-left:32px;
  181. margin-left:{text:tamanho do post}px;
  182. -moz-transition: all 0.3s ease-out;
  183. -o-transition: all 0.3s ease-out;
  184. -webkit-transition: all 0.3s ease-out;
  185. transition: all 0.3s ease-out;
  186. }
  187.  
  188. #entry:hover .permalink2{
  189. opacity:1;
  190. -moz-transition: all 0.3s ease-out;
  191. -o-transition: all 0.3s ease-out;
  192. -webkit-transition: all 0.3s ease-out;
  193. transition: all 0.3s ease-out;
  194. }
  195.  
  196.  
  197. {block:IfSidePermalinks}
  198. .permalink{
  199. opacity:0;
  200. position:absolute;
  201. float:left;
  202. padding-left:35px;
  203. margin-left:{text:tamanho do post}px;
  204. -moz-transition: all 0.3s ease-out;
  205. -o-transition: all 0.3s ease-out;
  206. -webkit-transition: all 0.3s ease-out;
  207. transition: all 0.3s ease-out;
  208. }
  209. .permalink ul{
  210. top:-30px;
  211. left:-10px;
  212. padding:0px 7px;
  213. position:relative;
  214. float:right;
  215. list-style: none;}
  216.  
  217. #entry:hover .permalink{
  218. opacity:1;
  219. -moz-transition: all 0.3s ease-out;
  220. -o-transition: all 0.3s ease-out;
  221. -webkit-transition: all 0.3s ease-out;
  222. transition: all 0.3s ease-out;
  223. }
  224. {/block:IfSidePermalinks}
  225. {block:IFNotSidePermalinks}
  226. .permalink{
  227. margin:10px 0px 25px 0px;
  228. text-align:center;
  229. font-size:8pt;
  230. }
  231. {/block:IfNotSidePermalinks}
  232. .permalink img{
  233. max-width:30px;
  234. max-height:30px;
  235. }
  236. .pagination{
  237. margin-bottom:15px;
  238. font-size:8pt;
  239. font-style:normal;
  240. text-align:center;
  241. }
  242. .current_page{
  243. font-style:italic;
  244. }
  245. #entry{
  246.  
  247. margin-bottom:{text:Post Gaps}px;
  248. width:{text:tamanho do post}px;
  249. background:{color:background post};
  250. padding-bottom:18px;
  251. padding:20px;
  252. }
  253. #entry img{
  254. max-width:{text:tamanho do post}px;
  255. }
  256. div.video embed,
  257. div.post div.video object {
  258. width:300px !important;
  259. height:200px !important;
  260. }
  261. ol.notes {
  262. padding: 0px;
  263. margin: 20px 0px 0px 0px;
  264. list-style-type: none;
  265. }
  266. ol.notes li.note {
  267. padding: 5px;
  268. }
  269. ol.notes li.note img.avatar {
  270. vertical-align: -4px;
  271. margin-right: 10px;
  272. opacity:1;
  273. width: 20px;
  274. height: 20px;
  275. }
  276. ol.notes li.note span.action {
  277. font-weight: normal;
  278. }
  279. ol.notes li.note span.action a {
  280. font-style:italic;
  281. }
  282.  
  283. .vsanna{display: none;}
  284.  
  285. .aspas{font-size: 70px; font-weight: bold; line-height: 60px; opacity:0.2; filter: alpha(opacity = 0); font-family: Arial;margin-left:-40px;}
  286.  
  287. .quote{font-family: {font:Quote};
  288. font-size: {text:Tamanho da fonte quote}; margin-left:0px; }
  289. .fonte{margin-top: 8px; text-align: left; margin-left:0px;}
  290.  
  291. .disphoto {background-image:url({image:icone});background-size:100%; -moz-border-radius: 38px; -webkit-border-radius: 60px; width: 64px; height: 64px; margin: 0px;}
  292.  
  293. blockquote {
  294. border-left: 1px solid {color:border};
  295. padding:0 0 0 4px;
  296. margin-left: 0px; }
  297.  
  298.  
  299.  
  300.  
  301. {CustomCSS}
  302.  
  303. </style>
  304.  
  305. {block:IfEndlessScroll}<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>{/block:IfEndlessScroll}
  306.  
  307. </head>
  308.  
  309. <body oncontextmenu="return false" onkeydown="return false" >
  310. {block:IfMaximisedBackgroundImage}<div id="bg"><img src="{image:Background}"></div>{/block:IfMaximisedBackgroundImage}
  311. <div class="nav">
  312. <div class="blogtitle">{Title}</div>
  313.  
  314. <div style="padding-top:8px;text-align:left;color:{color:links};">
  315. {block:IfShowLinks}
  316. {block:IfExibirLink1}
  317. <a href="{text:Link 1 URL}" class="link">{text:Link 1 Titulo}</a>&nbsp;&nbsp;
  318. {/block:IfExibirLink1}
  319. {block:IfExibirLink2}
  320. <a href="{text:Link 2 URL}" class="link">{text:Link 2 Titulo}</a>&nbsp;&nbsp;
  321. {/block:IfExibirLink2}
  322. {block:IfExibirLink3}
  323. <a href="{text:Link 3 URL}" class="link">{text:Link 3 Titulo}</a>&nbsp;&nbsp;
  324. {/block:IfExibirLink3}
  325. {block:IfExibirLink4}
  326. <a href="{text:Link 4 URL}" class="link">{text:Link 4 Titulo}</a>
  327. {/block:IfExibirLink4}
  328. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>&nbsp; {/block:Pages}{/block:HasPages}
  329. {/block:IfShowLinks}</div></div>
  330.  
  331. {block:IfEndlessScroll}<div class="autopagerize_page_element">{/block:IfEndlessScroll}
  332. <br>
  333. <div id="content">
  334. {block:Posts}
  335. <div id="entry">
  336.  
  337.  
  338. {block:IfSidePermalinks}
  339. {block:IndexPage}
  340. <div class="permalink2">
  341. <a href="{Permalink}" title="{TimeAgo}">
  342. {NotecountWithLabel}</a>
  343. </div>
  344. <div class="permalink">
  345. <ul>{LikeButton}</ul>
  346. <ul>{ReblogButton}</ul>
  347. </div>
  348. {/block:IndexPage}
  349. {/block:IfSidePermalinks}
  350.  
  351.  
  352.  
  353. {block:Text}
  354. {block:Title}<h2>{Title}</h2>{/block:Title}
  355. {Body}
  356. {/block:Text}
  357.  
  358. {block:Photo}
  359. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="{text:tamanho do post}"/>{LinkCloseTag}
  360. {block:IfShowCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:IfShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  361. {/block:Photo}
  362.  
  363. {block:Photoset}
  364. <center>{Photoset-400}</center>
  365. {block:IfShowCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:IfShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  366. {/block:Photoset}
  367.  
  368. {block:Quote}
  369. <div class="quote">{Quote}</div>
  370. <div class="fonte"><b>{Source}</b></div>
  371. {/block:Quote}
  372.  
  373. {block:Link}
  374. <a href="{URL}"><h2>{Name}</h2></a>{block:Description}{Description}{/block:Description}
  375. {/block:Link}
  376.  
  377. {block:Chat}
  378. {block:Title}<b>{Title}</b>{/block:Title}
  379. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}
  380. {/block:Chat}
  381.  
  382. {block:Audio}
  383. <div class="player">{AudioPlayerWhite}</div>
  384. {block:Caption}{Caption}{/block:Caption}
  385. {/block:Audio}
  386.  
  387. {block:Answer}
  388. <div style="padding-bottom:3px;border-bottom:1px solid {color:border}; ">
  389. <b>{Asker}</b>: {Question}</div>{Answer}
  390. {/block:answer}
  391.  
  392. {block:Video}
  393. <div class="video">{Video-400}</div>
  394. {block:IfShowCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:IfShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  395. {/block:Video}
  396.  
  397. {block:IfNotSidePermalinks}{block:IndexPage}<div class="permalink"><a href="{Permalink}">{block:IfUsePermalinkImage}<img src="{image:Permalink}">{/block:IfUsePermalinkImage}{block:IfNotUsePermalinkImage}{block:Date}{NoteCount}{/block:Date}{/block:IfNotUsePermalinkImage}</a></div>{/block:IndexPage}{/block:IfNotSidePermalinks}
  398.  
  399. {block:PermalinkPage}
  400. {block:Date}Postado {TimeAgo} e contém {NoteCountWithLabel}{/block:Date}{block:HasTags}<br>Tags:&nbsp;{block:Tags}<a href="{TagURL}"><span style="border-bottom:1px solid {color:Links}; color:{color:Text}; line-height:14px;">{Tag}</span></a>&nbsp;&nbsp;{/block:Tags}
  401. {/block:HasTags}{/block:PermalinkPage}
  402.  
  403. {block:PostNotes}{PostNotes}{/block:PostNotes}
  404.  
  405.  
  406. </div>
  407. <div class="vsanna">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  408. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}</div>
  409.  
  410. {/block:Posts}
  411. {block:IfEndlessScroll}</div>{/block:IfEndlessScroll}
  412.  
  413. {block:IfNotEndlessScroll}
  414. {block:Pagination}
  415. <div class="pagination">
  416. {block:JumpPagination length="10"}
  417. {block:CurrentPage}
  418. <span class="current_page">{PageNumber}&nbsp;</span>
  419. {/block:CurrentPage}
  420.  
  421. {block:JumpPage}
  422. <a class="jump_page" href="{URL}">{PageNumber}&nbsp;</a>
  423. {/block:JumpPage}
  424. {/block:JumpPagination}
  425. </div>
  426. {/block:Pagination}
  427. {/block:IfNotEndlessScroll}
  428.  
  429.  
  430. </div>
  431. </body>
  432. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement