Advertisement
Jalcanttara

Thmx 23 - Acalentador.

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