Advertisement
Jalcanttara

Thmx 25 - Acalentador.

Jun 8th, 2013
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 16.55 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. #links {margin-top:375px;margin-left:97px; position:fixed; width:377px; height:19px; font-size:9px;font-size:10px; text-align:center; padding:5px; letter-spacing:2px; line-height:209%; z-index:999;opacity:0.9;word-spacing:4px }
  217.  
  218. #links a {color:{color:Sidebear};width:45px; height:190px;border-radius: 1px 1px 1px 1px; -webkit-transition-duration: .39s;opacity:0.9}
  219.  
  220. #links a:hover{color:{color:Hover}; -webkit-transition: .39s;}
  221.  
  222. #photobar {position:absolute; width:115px; height:165px; padding:0px; background-color:none; position:fixed; margin-top:160px; margin-left:185px; }
  223.  
  224. #photobar img {display: block;width:183px; height:200px;border:1px solid {color:border};padding:6px;border-radius: 30px 30px 30px 30px}
  225.  
  226. .desc{text-align: center; overflow: auto; height: relative; font-size: 11px; font-family: calibri; position: fixed; margin-left:150px; width: 270px; color: {color:Descricao}; padding: 8px; margin-top: 399px; opacity: 1; line-height: 10px;z-index:999999999999999999;-webkit-transition-duration: .75s;opacity:0.9}
  227. .desc:hover {-webkit-transition-duration: .75s;}
  228.  
  229. .frase { width: 279px; height:7; padding:9px; color:{color:Postagens};position: fixed;font-family: url'StarsFromOurEyesRegular'; font-size:17px; text-align: center; margin-top: 129px; margin-left:121px;line-height:15px;text-transform: overflow: ;z-index: 99999999999999999;-webkit-transition-duration: .75s;opacity:0.9}
  230. .frase:hover {opacity:0.10;-webkit-transition-duration: .75s;}
  231.  
  232. .cred {position:fixed;left:-184px;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;}
  233. .cred:hover {margin-left:149px;-webkit-transition-duration: .95s;}
  234.  
  235. /* Ask */
  236.  
  237. .ask
  238. {text-align: left;
  239. margin-bottom: 5px;
  240. font-family: Georgia;
  241. font-size: 11px;
  242. letter-spacing: 1px;
  243. padding: 10px;
  244. background: {color:Ask Fundo}}
  245.  
  246. .answer
  247. {text-align: left;
  248. font-family: {font:Postagens};
  249. font-size: {text:Postagens}}
  250.  
  251. /* links */
  252.  
  253. a {color: {color:Links};
  254. text-decoration: none;}
  255.  
  256. a:hover, div.permalink p a:hover
  257. {color: {color:Hover};
  258. text-decoration: none}
  259.  
  260. /* Barra de rolagem */
  261.  
  262. ::-webkit-scrollbar-thumb:vertical
  263. {background-color:{color:Bordas};
  264. height: 100px}
  265.  
  266. ::-webkit-scrollbar-thumb:horizontal
  267. {background-color:{color:Bordas};
  268. height: 10px}
  269.  
  270. ::-webkit-scrollbar
  271. {height: 3px;
  272. width: 3px;
  273. background-color: {color:background}}
  274.  
  275.  
  276. </style>
  277.  
  278. <link href='http://fonts.googleapis.com/css?family=Satisfy|Rochester' rel='stylesheet' type='text/css'>
  279.  
  280. {block:IndexPage}
  281. <script src="http://masonry.desandro.com/js/jquery-1.7.1.min.js"></script>
  282. <script src="http://masonry.desandro.com/jquery.masonry.min.js"></script>
  283. <script src="http://masonry.desandro.com/js/jquery.infinitescroll.min.js"></script>
  284.  
  285.  
  286.  
  287. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/mFbkoqlkr/tumblrautopager.js"></script>
  288.  
  289. </head>
  290.  
  291. <body>
  292.  
  293. <div class="desc">{description}</div>
  294. <div class="frase">{text:frase}</div>
  295.  
  296. <div id="photobar">
  297.  
  298. <img src="{image:sidebar}"/></div></div>
  299. <div id="links">
  300.  
  301. <a href="{text:Link1}">{text:Link1 Title}</a>
  302. <a href="{text:Link2}">{text:Link2 Title}</a>
  303. <a href="{text:Link3}">{text:Link3 Title}</a>
  304. <a href="{text:Link4}">{text:link4 Title}</a>
  305. <a href="{text:Link5}">{text:link5 Title}</a>
  306. <a href="{text:Link6}">{text:link6 Title}</a>
  307.  
  308. </div>
  309.  
  310. <div class="cred">
  311. <a href="http://acalentador.tumblr.com" title="Design by acalentador + copyright 2013 ©">Theme by acalentador ©</a></div>
  312.  
  313. <div id="conteudo">
  314. <div class="autopagerize_page_element">
  315. {block:Posts}
  316. {block:Text}
  317.  
  318. <div class="post">
  319.  
  320. {block:Title}<font size="2">{Title}</font>{/block:Title}{Body}
  321.  
  322. <div class="permalink">
  323. <div style="text-align: left; text-transform: uppercase; margin-top: -4px; letter-spacing: 1px;"><a href="{Permalink}">{DayOfMonth}/{MonthNumberWithZero}/{Year}</a></div>
  324.  
  325. <div style="text-align: center; text-transform: uppercase; margin-top: -13px; letter-spacing: 1px;"><a href="{Permalink}"><a href="{Permalink}">{NoteCount}</a> Notas</div>
  326.  
  327. <div style="text-align:right; text-transform: uppercase; margin-top: -13px; letter-spacing: 1px;"><a href="{ReblogURL}" target="_blank">Reblog</a></div>
  328.  
  329. </div></div>        
  330. {/block:Text}
  331.  
  332.  
  333.  
  334. {block:Photo}
  335. <div class="post">
  336.  
  337. {block:IndexPage}
  338. <div class="permalinkfoto">{DayOfMonthWithZero}/{MonthNumberWithZero}/{Year}</a>| <a href="{Permalink}">{NoteCount} notas</a>| <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  339. {/block:IndexPage}
  340.  
  341. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" class="img" width="100%"/>{block:IfMostrarCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfMostrarCaption}
  342.  
  343. </div>                    
  344. {/block:Photo}
  345.  
  346.  
  347.  
  348. {block:Photoset}
  349. <div class="post">
  350.  
  351. {block:IndexPage}
  352. <div class="permalinkfoto">{DayOfMonthWithZero}/{MonthNumberWithZero}/{Year}</a> <a href="{Permalink}">{NoteCount} notas</a> <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  353. {/block:IndexPage}
  354.  
  355. {Photoset-500}
  356.  
  357. {block:IfMostrarCaption}
  358. {block:Caption}
  359. <div class="caption">{Caption}</div>
  360. {/block:Caption}
  361. {/block:IfMostrarCaption}
  362.  
  363. </div>    
  364. {/block:Photoset}
  365.  
  366.  
  367.  
  368. {block:Quote}
  369. <div class="post">
  370.  
  371. <span class="aspas">&ldquo;</span>{Quote}<br>
  372. {block:Source}<div class="xquotesource"><b> — {Source}</b></div>{/block:Source}
  373.  
  374.  
  375. <div class="permalink">
  376. <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>
  377.  
  378. <div style="text-align: center; text-transform: uppercase; margin-top: -13px; letter-spacing: 1px;"><a href="{Permalink}"><a href="{Permalink}">{NoteCount} Notas</div>
  379.  
  380. <div style="text-align:right; text-transform: uppercase; margin-top: -13px; letter-spacing: 1px;"><a href="{ReblogURL}" target="_blank">Reblog</a></div>
  381.  
  382. </div>
  383. </div>
  384. {/block:Quote}
  385.  
  386.  
  387.  
  388. {block:Answer}
  389. <div class="post">
  390.  
  391. <div class="ask">{Question} — <i>{Asker}</i></div>
  392. <div class="answer">{Answer}</div>
  393.  
  394. <div class="permalink">
  395. <div style="text-align: left; text-transform: uppercase; margin-top: -5px; letter-spacing: 1px;">Respondida em <a href="{Permalink}">{DayOfMonth}/{MonthNumberWithZero}/{Year}</a></div>
  396.  
  397. <div style="text-align:right; text-transform: uppercase; margin-top: -13px; letter-spacing: 1px;"><a href="/ask">converse</a></div>
  398.  
  399. </div>
  400. </div>
  401. {/block:Answer}
  402.  
  403.  
  404.  
  405. {block:Link}
  406. <div class="post">
  407.  
  408. <a href="{URL}" {Target}><font size="2">{Name}</font></a>
  409.  
  410. {block:Description}
  411. <div class="description">{Description}</div>
  412. {/block:Description}
  413.  
  414. <div class="permalink">
  415. <div style="text-align: left; text-transform: uppercase; margin-top: -4px; letter-spacing: 1px;"><a href="{Permalink}">{DayOfMonth}/{MonthNumberWithZero}/{Year}</a></div>
  416.  
  417. <div style="text-align: center; text-transform: uppercase; margin-top: -13px; letter-spacing: 1px;"><a href="{Permalink}"><a href="{Permalink}">{NoteCount}</a> Notas</div>
  418.  
  419. <div style="text-align:right; text-transform: uppercase; margin-top: -13px; letter-spacing: 1px;"><a href="{ReblogURL}" target="_blank">Reblog</a></div>
  420.  
  421. </div>
  422. </div>      
  423. {/block:Link}
  424.  
  425.  
  426.  
  427. {block:Chat}
  428. <div class="post">
  429.  
  430. {block:Title}{Title}{/block:Title}
  431. {block:Lines}
  432. <div class="chat">{block:Label}<b>{Label}</b>{/block:Label}{Line}</div>
  433. {/block:Lines}{Line}{/block:Lines}
  434.  
  435. <div class="permalink">
  436. <div style="text-align: left; text-transform: uppercase; margin-top: -4px; letter-spacing: 1px;"><a href="{Permalink}">{DayOfMonth}/{MonthNumberWithZero}/{Year}</a></div>
  437.  
  438. <div style="text-align: center; text-transform: uppercase; margin-top: -13px; letter-spacing: 1px;"><a href="{Permalink}"><a href="{Permalink}">{NoteCount}</a> Notas</div>
  439.  
  440. <div style="text-align:right; text-transform: uppercase; margin-top: -13px; letter-spacing: 1px;"><a href="{ReblogURL}" target="_blank">Reblog</a></div>
  441.  
  442. </div>
  443. </div>              
  444. {/block:Chat}
  445.  
  446.  
  447.  
  448. {block:Video}
  449. <div class="post">
  450.  
  451. {Video-500}
  452.  
  453. {block:Caption}
  454. <div class="caption">{Caption}</div>
  455. {/block:Caption}
  456.  
  457. <div class="permalink">
  458. <div style="text-align: left; text-transform: uppercase; margin-top: -4px; letter-spacing: 1px;"><a href="{Permalink}">{DayOfMonth}/{MonthNumberWithZero}/{Year}</a></div>
  459.  
  460. <div style="text-align: center; text-transform: uppercase; margin-top: -13px; letter-spacing: 1px;"><a href="{Permalink}"><a href="{Permalink}">{NoteCount}</a> Notas</div>
  461.  
  462. <div style="text-align:right; text-transform: uppercase; margin-top: -13px; letter-spacing: 1px;"><a href="{ReblogURL}" target="_blank">Reblog</a></div>
  463.  
  464. </div>
  465. </div>          
  466. {/block:Video}
  467.  
  468.  
  469.  
  470. {block:Audio}
  471. <div class="post">
  472.  
  473. {AudioPlayerGrey}
  474.  
  475. {block:Caption}
  476. <div class="caption">{Caption}</div>
  477. {/block:Caption}
  478.  
  479. <div class="permalink">
  480. <div style="text-align: left; text-transform: uppercase; margin-top: -4px; letter-spacing: 1px;"><a href="{Permalink}">{DayOfMonth}/{MonthNumberWithZero}/{Year}</a></div>
  481.  
  482. <div style="text-align: center; text-transform: uppercase; margin-top: -13px; letter-spacing: 1px;"><a href="{Permalink}"><a href="{Permalink}">{NoteCount}</a> Notas</div>
  483.  
  484. <div style="text-align:right; text-transform: uppercase; margin-top: -13px; letter-spacing: 1px;"><a href="{ReblogURL}" target="_blank">Reblog</a></div>
  485.  
  486. </div>
  487. </div>
  488. {/block:Audio}
  489.  
  490. {block:PermalinkPage}
  491. <div class="perma">
  492. Publicado no dia {DayOfMonthWithZero}/{MonthNumberWithZero}/{Year}</a>, às <a href="{Permalink}">{24Hour}:{Minutes}</a>.<br>
  493.  
  494. &hearts; <a href="{Permalink}">{NoteCount}</a> notas.<br>
  495.  
  496. {block:RebloggedFrom}Postado por <a href="{ReblogRootURL}">{ReblogRootName}</a><br> Reblogado de <a href="{ReblogParentURL}">{ReblogParentName}</a>.
  497. {/block:RebloggedFrom}
  498.  
  499. </div>
  500. <div class="perma">
  501.  
  502. {block:PostNotes}
  503. {PostNotes}
  504. {/block:PostNotes}
  505.  
  506. </div>
  507. {/block:PermalinkPage}
  508.  
  509.  
  510. {/block:Posts}</div>
  511.  
  512. {block:ContentSource}
  513. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  514. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  515. {/block:SourceLogo}
  516. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  517. {/block:ContentSource}
  518.  
  519. {block:ContentReblogParent}
  520. <!-- {ReblogParentURL}{block:ReblogParentLogo}<img src="{BlackLogoURL}"
  521. width="{LogoWidth}" height="{LogoHeight}" alt="{ReblogParentTitle}" />
  522. {/block:ReblogParentLogo}
  523. {block:NoReblogParentLogo}{ReblogParentLink}{/block:NoReblogParentLogo} -->
  524. {/block:ContentReblogParent}
  525.  
  526. </div>
  527.  
  528. </body>
  529.  
  530. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement