Advertisement
Jalcanttara

Theme 28 - Acalentador.

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