Advertisement
Jalcanttara

Thmx 22 - Acalentador.

May 31st, 2013
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 16.84 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">
  3. <head>
  4.  
  5. <!--— THEME BY ACALENTADOR, DON'T COPY AND DON'R REMOVE CREDIT -->
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <!-- VALORES DEFAULT-->
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13.  
  14. <meta name="image:Background" content=""/>
  15.  
  16. <meta name="font:Postagens" content="Georgia"/>
  17.  
  18. <meta name="text:Link1" content="/" />
  19. <meta name="text:Link1 Title" content="link" />
  20. <meta name="text:Link2" content="/" />
  21. <meta name="text:Link2 Title" content="link" />
  22. <meta name="text:Link3" content="/" />
  23. <meta name="text:Link3 Title" content="link" />
  24. <meta name="text:Link4" content="/" />
  25. <meta name="text:Link4 Title" content="link" />
  26. <meta name="text:Link5" content="/" />
  27. <meta name="text:Link5 Title" content="link" />
  28. <meta name="text:Link6" content="/" />
  29. <meta name="text:Link6 Title" content="link" />
  30. <meta name="text:frase" content"Born to die">
  31.  
  32. <meta name="color:Postagens" content="#969595" />
  33. <meta name="color:Background" content="#ffffff" />
  34. <meta name="color:Ask Fundo" content="#dadad8" />
  35. <meta name="color:Chat Fundo" content="#eeeeee" />
  36. <meta name="color:Chat Fonte" content="#3a3a3a" />
  37. <meta name="color:Links" content="#767879" />
  38. <meta name="color:Hover" content="#b1b2b4" />
  39. <meta name="color:Bordas" content="#ffffff" />
  40.  
  41.  
  42. <style type="text/css">
  43.  
  44. /* body */
  45.  
  46. body
  47. {background-color: {color:Background};
  48. background-image: url({image:Background});
  49. background-attachment: fixed;
  50. background-repeat: no-repeat;
  51. background-position: right;
  52. {block:IfNotRepetirBackground}
  53. background-size: 100% 100%;
  54. {/block:IfNotRepetirBackground}
  55. {block:IfRepetirBackground}
  56. background-repeat: repeat;
  57. {/block:IfRepetirBackground}
  58. color: {color:Postagens};
  59. font-family: {font:Postagens};
  60. font-size: {text:Postagens}px}
  61.  
  62. .tumblrAutoPager_page_separator,
  63.  
  64. .tumblrAutoPager_page_info {display: none;}
  65.  
  66. iframe#tumblr_controls
  67. {top: 1px !important;
  68. margin: 0 0 0 0;
  69. right: 6px !important;}
  70.  
  71.  
  72. /* Caixa dos posts */
  73.  
  74. #conteudo
  75. {width: 900px;
  76. left: 377px;
  77. top: 20px;
  78. position: relative;
  79. text-align: justify;
  80. padding-bottom: 10px;
  81. {block:PermalinkPage}
  82. width: 550px;
  83. {/block:PermalinkPage}}
  84.  
  85. .post
  86. {width: 400px;
  87. font-family:calibri;
  88. background: transparent;
  89. font-size: 11px;
  90. padding: 10px;
  91. margin-left: 5px;
  92. margin-bottom: 10px;
  93. margin-right: 5px;
  94. border: 1px {color:Bordas};
  95. background: {color:Background};
  96. {block:PermalinkPage}
  97. width: 500px;
  98. {/block:PermalinkPage}}
  99.  
  100. .permalink
  101. {width: 300px;
  102. font-family: Arial;
  103. font-size: 11px;
  104. text-transform: uppercase;
  105. position: absolute;
  106. text-align: left;
  107. font-size: 9px;
  108. opacity: 0;
  109. margin-top: -2px;
  110. padding-top: 7px;
  111. background: {color:background};
  112. webkit-transition: all .2s linear;
  113. -moz-transition: all .2s linear;
  114. transition: all 0.2s linear;}
  115.  
  116. {block:IndexPage}
  117. .post:hover .permalink
  118. {opacity: 1;
  119. margin-top: -7px;
  120. webkit-transition: all .2s linear;
  121. -moz-transition: all .2s linear;
  122. transition: all 0.2s linear;}
  123. {/block:IndexPage}
  124.  
  125. .permalinkfoto
  126. {width: 280px;
  127. font-family: consolas;
  128. font-size: 9px;
  129. letter-spacing: 1px;
  130. z-index: 19;
  131. text-transform: uppercase;
  132. text-align: center;
  133. opacity: 0;
  134. margin-top: -20px;
  135. margin-left: 5px;
  136. padding: 5px;
  137. position: absolute;
  138. background: #ffffff;
  139. color: #000000;
  140. webkit-transition: all .2s linear;
  141. -moz-transition: all .2s linear;
  142. transition: all 0.2s linear;}
  143.  
  144. .post:hover .permalinkfoto
  145. {opacity: 0.85;font-style:underlined;
  146. margin-top: 5px;
  147. margin-left: 5px;
  148. webkit-transition: all .2s linear;
  149. -moz-transition: all .2s linear;
  150. transition: all 0.2s linear;}
  151.  
  152. .perma
  153. {width: 500px;
  154. background: transparent;
  155. padding: 10px;
  156. margin-top: 10px;
  157. margin-left: 10px;
  158. margin-bottom: 5px;
  159. margin-right: 5px;
  160. border: 1px {color:Bordas} dotted;
  161. background: {color:Background}}
  162.  
  163. .aspas
  164. {float: left;
  165. font-size: 25px;
  166. margin: -1px 5px -26px 0;
  167. position: relative;
  168. font-family: Georgia}
  169.  
  170. blockquote
  171. {padding-left: 5px;
  172. margin-left: 15px;
  173. font-size:10px;
  174. border-left: {color:Links} 1px dotted;
  175. text-align: left}
  176.  
  177. .chat
  178. {background: {color:Chat Fundo};
  179. color: {color:Chat Fonte};
  180. margin-top: 2px;
  181. padding: 4px;}
  182.  
  183. #paginal {font-family: calibri; font-size: 9px; text-align: center;}
  184. #paginal a {; margin: 0 1px 0 0; padding: 2px 4px; color: {color:Postagens};font-size:15px}
  185. #paginal a:hover {; color: {color:text};}
  186. #paginal span.pagina_atual {; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:text}; font-weight: bold; text-decoration: none;}
  187. .ps {z-index:9999999999;position:fixed;  color: {color:text}; padding: 5px; margin-top: 406px; margin-left: 56px; width: 256px; height:12px;font-family: calibri; font-size: 9px;}
  188.  
  189. a#pag
  190. {padding: 8px;
  191. font-family: Arial;
  192. font-size: 11px;}
  193.  
  194. .xquotesource {text-align: right;font-size:11px;color:{color:Postagegens}; margin-bottom: 5px;font-family:candara;}
  195. .xquotesource a {font-family:calibri;font-size:11px;color:{color:Postagens};}
  196. .xquotesource:hover{text-transform: none;}
  197.  
  198. /* Sidebar */
  199.  
  200.  
  201. #photobarr {position:absolute;background-color:{color:Postagens}; width:286px; height:1px; padding:0px; background-color:none; position:fixed; margin-top:263px; margin-left:36px; }
  202. #folhinha{position:absolute; width:256px; height:1px; padding:px; background-color:none; position:fixed; margin-top:250px; margin-left:167px;opacity:0.9}
  203.  
  204. #links {margin-top:254px;margin-left:-74px; position:fixed; width:445px; height:190px; font-size:9px; text-align:center;font-size:10px; padding:29px; letter-spacing:2px; line-height:229%; z-index:999; }
  205.  
  206. #links a {color:{color:Links};width:45px; height:190px;border-radius: 1px 1px 1px 1px; -webkit-transition-duration: .39s;}
  207.  
  208. #links a:hover{color:{color:Hover}; -webkit-transition: .39s;}
  209.  
  210.  
  211. .desc{text-align: justify; overflow: auto; height: auto; font-size: 11px; font-family: calibri; position: fixed; margin-left:19px; width: 327px; color: #999798; padding: 0px; margin-top: 308px; opacity: 1; line-height: 10px;z-index:999999999999999999;}
  212.  
  213. .frase { width: 417px; height:7; padding:9px; color:{color:Postagens};position: fixed;font-family:'Georgia'; font-size:24px; text-align: center; margin-top: 217px; margin-left:-39px;line-height:15px;text-transform: overflow: ; text-align: center;z-index: 99999999999999999;-webkit-transition-duration: .75s;}
  214. .frase:hover {opacity:0.6;-webkit-transition-duration: .75s;}
  215.  
  216. /* Ask */
  217.  
  218. .ask
  219. {text-align: left;
  220. margin-bottom: 5px;
  221. font-family: Georgia;
  222. font-size: 11px;
  223. letter-spacing: 1px;
  224. padding: 10px;
  225. background: {color:Ask Fundo}}
  226.  
  227. .answer
  228. {text-align: left;
  229. font-family: {font:Postagens};
  230. font-size: {text:Postagens}}
  231.  
  232. /* links */
  233.  
  234. a {color: {color:Links};
  235. text-decoration: none;}
  236.  
  237. a:hover, div.permalink p a:hover
  238. {color: {color:Hover};
  239. text-decoration: none}
  240.  
  241. /* Barra de rolagem */
  242.  
  243. ::-webkit-scrollbar-thumb:vertical
  244. {background-color:{color:Bordas};
  245. height: 100px}
  246.  
  247. ::-webkit-scrollbar-thumb:horizontal
  248. {background-color:{color:Bordas};
  249. height: 10px}
  250.  
  251. ::-webkit-scrollbar
  252. {height: 3px;
  253. width: 3px;
  254. background-color: {color:background}}
  255.  
  256.  
  257. </style>
  258.  
  259. <link href='http://fonts.googleapis.com/css?family=Satisfy|Rochester' rel='stylesheet' type='text/css'>
  260.  
  261. {block:IndexPage}
  262. <script src="http://masonry.desandro.com/js/jquery-1.7.1.min.js"></script>
  263. <script src="http://masonry.desandro.com/jquery.masonry.min.js"></script>
  264. <script src="http://masonry.desandro.com/js/jquery.infinitescroll.min.js"></script>
  265.  
  266. <script>
  267. $(function(){
  268.  
  269. var $container = $('#conteudo');
  270.  
  271. $container.imagesLoaded(function(){
  272. $container.masonry({
  273. itemSelector: '.post',
  274. });
  275. });
  276.  
  277. $container.infinitescroll({
  278. navSelector : "div#navigation",
  279. nextSelector : "div#navigation a#nextPage",
  280. itemSelector : '.post', // selector for all items you'll retrieve
  281. loading: {
  282. finishedMsg: '',
  283. img: ''
  284. }
  285. },
  286. // trigger Masonry as a callback
  287. function( newElements ) {
  288. // hide new items while they are loading
  289. var $newElems = $( newElements ).css({ opacity: 0 });
  290. // ensure that images load before adding to masonry layout
  291. $newElems.imagesLoaded(function(){
  292. // show elems now they're ready
  293. $newElems.animate({ opacity: 1 });
  294. $container.masonry( 'appended', $newElems, true );
  295. });
  296. }
  297. );
  298.  
  299. });
  300. </script>{/block:IndexPage}
  301. </head>
  302.  
  303. <body>
  304. <div id="photobarr"></div>
  305. <div id="folhinha"><img src="http://cdn1.iconfinder.com/data/icons/windows8_icons_iconpharm/26/clover.png"></div>
  306.  
  307. <div class="desc">{description}</div>
  308. <div class="frase">{text:frase}</div>
  309.  
  310. <div id="links">
  311.  
  312. <a href="{text:Link1}">{text:Link1 Title}</a>
  313. <a href="{text:Link2}">{text:Link2 Title}</a>
  314. <a href="{text:Link3}">{text:Link3 Title}</a>
  315. <a href="{text:Link4}">{text:link4 Title}</a>
  316. <a href="{text:Link5}">{text:link5 Title}</a>
  317. <a href="{text:Link6}">{text:link6 Title}</a>
  318.  
  319. </div>
  320.  
  321. <div class="ps"><div id="paginal">{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}
  322. {block:JumpPagination length="5"}
  323. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  324. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  325. {/block:JumpPagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  326. </div></div></div>
  327.  
  328. <div id="conteudo">
  329.  
  330. {block:Posts}
  331. {block:Text}
  332.  
  333. <div class="post">
  334.  
  335. {block:Title}<font size="2">{Title}</font>{/block:Title}{Body}
  336.  
  337. <div class="permalink">
  338. <div style="text-align: left; text-transform: uppercase; margin-top: -4px; letter-spacing: 1px;"><a href="{Permalink}">{DayOfMonth}/{MonthNumberWithZero}/{Year}</a></div>
  339.  
  340. <div style="text-align: center; text-transform: uppercase; margin-top: -13px; letter-spacing: 1px;"><a href="{Permalink}"><a href="{Permalink}">{NoteCount}</a> Notas</div>
  341.  
  342. <div style="text-align:right; text-transform: uppercase; margin-top: -13px; letter-spacing: 1px;"><a href="{ReblogURL}" target="_blank">Reblog</a></div>
  343.  
  344. </div></div>        
  345. {/block:Text}
  346.  
  347.  
  348.  
  349. {block:Photo}
  350. <div class="post">
  351.  
  352. {block:IndexPage}
  353. <div class="permalinkfoto">{DayOfMonthWithZero}/{MonthNumberWithZero}/{Year}</a>| <a href="{Permalink}">{NoteCount} notas</a>| <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  354. {/block:IndexPage}
  355.  
  356. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" class="img" width="100%"/>{block:IfMostrarCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfMostrarCaption}
  357.  
  358. </div>                    
  359. {/block:Photo}
  360.  
  361.  
  362.  
  363. {block:Photoset}
  364. <div class="post">
  365.  
  366. {block:IndexPage}
  367. <div class="permalinkfoto">{DayOfMonthWithZero}/{MonthNumberWithZero}/{Year}</a> <a href="{Permalink}">{NoteCount} notas</a> <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  368. {/block:IndexPage}
  369.  
  370. {Photoset-500}
  371.  
  372. {block:IfMostrarCaption}
  373. {block:Caption}
  374. <div class="caption">{Caption}</div>
  375. {/block:Caption}
  376. {/block:IfMostrarCaption}
  377.  
  378. </div>    
  379. {/block:Photoset}
  380.  
  381.  
  382.  
  383. {block:Quote}
  384. <div class="post">
  385.  
  386. <span class="aspas">&ldquo;</span>{Quote}<br>
  387. {block:Source}<div class="xquotesource"><b> — {Source}</b></div>{/block:Source}
  388.  
  389.  
  390. <div class="permalink">
  391. <div style="text-align: left; text-transform: uppercase; margin-top: -4px; letter-spacing: 1px;"><a href="{Permalink}">{DayOfMonth}/{MonthNumberWithZero}/{Year}</a></div>
  392.  
  393. <div style="text-align: center; text-transform: uppercase; margin-top: -13px; letter-spacing: 1px;"><a href="{Permalink}"><a href="{Permalink}">{NoteCount} Notas</div>
  394.  
  395. <div style="text-align:right; text-transform: uppercase; margin-top: -13px; letter-spacing: 1px;"><a href="{ReblogURL}" target="_blank">Reblog</a></div>
  396.  
  397. </div>
  398. </div>
  399. {/block:Quote}
  400.  
  401.  
  402.  
  403. {block:Answer}
  404. <div class="post">
  405.  
  406. <div class="ask">{Question} — <i>{Asker}</i></div>
  407. <div class="answer">{Answer}</div>
  408.  
  409. <div class="permalink">
  410. <div style="text-align: left; text-transform: uppercase; margin-top: -5px; letter-spacing: 1px;">Respondida em <a href="{Permalink}">{DayOfMonth}/{MonthNumberWithZero}/{Year}</a></div>
  411.  
  412. <div style="text-align:right; text-transform: uppercase; margin-top: -13px; letter-spacing: 1px;"><a href="/ask">converse</a></div>
  413.  
  414. </div>
  415. </div>
  416. {/block:Answer}
  417.  
  418.  
  419.  
  420. {block:Link}
  421. <div class="post">
  422.  
  423. <a href="{URL}" {Target}><font size="2">{Name}</font></a>
  424.  
  425. {block:Description}
  426. <div class="description">{Description}</div>
  427. {/block:Description}
  428.  
  429. <div class="permalink">
  430. <div style="text-align: left; text-transform: uppercase; margin-top: -4px; letter-spacing: 1px;"><a href="{Permalink}">{DayOfMonth}/{MonthNumberWithZero}/{Year}</a></div>
  431.  
  432. <div style="text-align: center; text-transform: uppercase; margin-top: -13px; letter-spacing: 1px;"><a href="{Permalink}"><a href="{Permalink}">{NoteCount}</a> Notas</div>
  433.  
  434. <div style="text-align:right; text-transform: uppercase; margin-top: -13px; letter-spacing: 1px;"><a href="{ReblogURL}" target="_blank">Reblog</a></div>
  435.  
  436. </div>
  437. </div>      
  438. {/block:Link}
  439.  
  440.  
  441.  
  442. {block:Chat}
  443. <div class="post">
  444.  
  445. {block:Title}{Title}{/block:Title}
  446. {block:Lines}
  447. <div class="chat">{block:Label}<b>{Label}</b>{/block:Label}{Line}</div>
  448. {/block:Lines}{Line}{/block:Lines}
  449.  
  450. <div class="permalink">
  451. <div style="text-align: left; text-transform: uppercase; margin-top: -4px; letter-spacing: 1px;"><a href="{Permalink}">{DayOfMonth}/{MonthNumberWithZero}/{Year}</a></div>
  452.  
  453. <div style="text-align: center; text-transform: uppercase; margin-top: -13px; letter-spacing: 1px;"><a href="{Permalink}"><a href="{Permalink}">{NoteCount}</a> Notas</div>
  454.  
  455. <div style="text-align:right; text-transform: uppercase; margin-top: -13px; letter-spacing: 1px;"><a href="{ReblogURL}" target="_blank">Reblog</a></div>
  456.  
  457. </div>
  458. </div>              
  459. {/block:Chat}
  460.  
  461.  
  462.  
  463. {block:Video}
  464. <div class="post">
  465.  
  466. {Video-500}
  467.  
  468. {block:Caption}
  469. <div class="caption">{Caption}</div>
  470. {/block:Caption}
  471.  
  472. <div class="permalink">
  473. <div style="text-align: left; text-transform: uppercase; margin-top: -4px; letter-spacing: 1px;"><a href="{Permalink}">{DayOfMonth}/{MonthNumberWithZero}/{Year}</a></div>
  474.  
  475. <div style="text-align: center; text-transform: uppercase; margin-top: -13px; letter-spacing: 1px;"><a href="{Permalink}"><a href="{Permalink}">{NoteCount}</a> Notas</div>
  476.  
  477. <div style="text-align:right; text-transform: uppercase; margin-top: -13px; letter-spacing: 1px;"><a href="{ReblogURL}" target="_blank">Reblog</a></div>
  478.  
  479. </div>
  480. </div>          
  481. {/block:Video}
  482.  
  483.  
  484.  
  485. {block:Audio}
  486. <div class="post">
  487.  
  488. {AudioPlayerGrey}
  489.  
  490. {block:Caption}
  491. <div class="caption">{Caption}</div>
  492. {/block:Caption}
  493.  
  494. <div class="permalink">
  495. <div style="text-align: left; text-transform: uppercase; margin-top: -4px; letter-spacing: 1px;"><a href="{Permalink}">{DayOfMonth}/{MonthNumberWithZero}/{Year}</a></div>
  496.  
  497. <div style="text-align: center; text-transform: uppercase; margin-top: -13px; letter-spacing: 1px;"><a href="{Permalink}"><a href="{Permalink}">{NoteCount}</a> Notas</div>
  498.  
  499. <div style="text-align:right; text-transform: uppercase; margin-top: -13px; letter-spacing: 1px;"><a href="{ReblogURL}" target="_blank">Reblog</a></div>
  500.  
  501. </div>
  502. </div>
  503. {/block:Audio}
  504.  
  505. {block:PermalinkPage}
  506. <div class="perma">
  507. Publicado no dia {DayOfMonthWithZero}/{MonthNumberWithZero}/{Year}</a>, às <a href="{Permalink}">{24Hour}:{Minutes}</a>.<br>
  508.  
  509. &hearts; <a href="{Permalink}">{NoteCount}</a> notas.<br>
  510.  
  511. {block:RebloggedFrom}Postado por <a href="{ReblogRootURL}">{ReblogRootName}</a><br> Reblogado de <a href="{ReblogParentURL}">{ReblogParentName}</a>.
  512. {/block:RebloggedFrom}
  513.  
  514. </div>
  515. <div class="perma">
  516.  
  517. {block:PostNotes}
  518. {PostNotes}
  519. {/block:PostNotes}
  520.  
  521. </div>
  522. {/block:PermalinkPage}
  523.  
  524.  
  525. {/block:Posts}
  526.  
  527. {block:IfRolagemInfinita}
  528. <div class="column navigation" id="navigation">
  529. {block:Pagination}
  530. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  531. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  532. {/block:IfRolagemInfinita}
  533.  
  534. {block:ContentSource}
  535. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  536. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  537. {/block:SourceLogo}
  538. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  539. {/block:ContentSource}
  540.  
  541. {block:ContentReblogParent}
  542. <!-- {ReblogParentURL}{block:ReblogParentLogo}<img src="{BlackLogoURL}"
  543. width="{LogoWidth}" height="{LogoHeight}" alt="{ReblogParentTitle}" />
  544. {/block:ReblogParentLogo}
  545. {block:NoReblogParentLogo}{ReblogParentLink}{/block:NoReblogParentLogo} -->
  546. {/block:ContentReblogParent}
  547.  
  548. </div>
  549.  
  550. <a style="position:fixed;left:23px;top:23px;font-family:calibri;font-size:13px;" href="http://acalentador.tumblr.com" title="Design by acalentador + copyright 2013 ©">© credit</a>
  551.  
  552. </body>
  553.  
  554. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement