amando-loucos

THEME 36

Jun 17th, 2013
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.16 KB | None | 0 0
  1.  
  2.  
  3. <head>
  4. <meta name="color:Background" content="#ffffff"/>
  5. <meta name="color:bgpost" content="#ffffff"/>
  6. <meta name="color:Text" content="#999999"/>
  7. <meta name="color:Detalhes" content="#f1f1f1"/>
  8. <meta name="color:Link" content="#999999"/>
  9. <meta name="color:frase" content="#ffffff" />
  10. <meta name="color:ask" content="#ebebeb" />
  11. <meta name="color:textdescription" content="#000" />
  12.  
  13. <meta name="color:Link hover" content="#cccccc"/>
  14. <meta name="color:Scrollbar" content="#999999"/>
  15.  
  16.  
  17. <meta name="text:Link1" content="" />
  18. <meta name="text:Link1 Title" content="link1" />
  19. <meta name="text:Link2" content="" />
  20. <meta name="text:Link2 Title" content="link2" />
  21. <meta name="text:Link3" content="" />
  22. <meta name="text:Link3 Title" content="link3" />
  23. <meta name="text:Link4" content="" />
  24. <meta name="text:Link4 Title" content="link4" />
  25.  
  26. <meta name="text:titulo" content="is a nightmare" />
  27.  
  28. <meta name="if:1 coluna" content="0">
  29. <meta name="if:Caption" content="1"/>
  30.  
  31.  
  32.  
  33. <meta name="image:background" content="" />
  34. <meta name="image:sidebar" content="http://static.tumblr.com/c7d456884be04985962c3e00aea4983b/nbh7odd/Wrammr5cb/tumblr_static_tumblr_inline_mm18c8nfth1qz4rgp.png" />
  35.  
  36. <title>{Title}</title>
  37. <link rel="shortcut icon" href="{Favicon}">
  38. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  39. {block:Description}
  40. <meta name="description" content="{MetaDescription}" />
  41. {/block:Description}
  42.  
  43.  
  44.  
  45. <style type="text/css">
  46.  
  47. iframe#tumblr_controls{
  48. top: 2px !important;
  49. margin: 0 0 0 0;
  50. right: 1px !important;
  51. position: fixed !important;
  52. opacity:1;
  53. }
  54.  
  55. iframe#tumblr_controls:hover{
  56. opacity:1;
  57. }
  58.  
  59. body {
  60. margin: 0px;
  61. background: {color:Background};
  62. background-image:url('{image:background}');
  63. background-attachment: fixed;
  64. color: {color:Text};
  65. font-family: cambria;
  66. font-size: 11px;
  67. line-height: 13px;
  68. text-align:justify;
  69. }
  70.  
  71.  
  72. a {text-decoration:none; color:{color:Link};
  73. -moz-transition: 0.3s ease-in;
  74. -webkit-transition: 0.3s ease-in;
  75. -o-transition: 0.3s ease-in;
  76. transition: 0.3s ease-in;}
  77.  
  78. a:hover {text-decoration:none; color:{color:link hover};
  79. -moz-transition: 0.3s ease-in;
  80. -webkit-transition: 0.3s ease-in;
  81. -o-transition: 0.3s ease-in;
  82. transition: 0.3s ease-in;}
  83.  
  84. {block:ifnot1Coluna}
  85. .posts {
  86. margin:0px auto;
  87. width:570px;
  88. position:relative;
  89. float: center;
  90. margin-bottom:80px;
  91. margin-top:10px;
  92. margin-left:450px;-moz-transition: 0.70s ease-in;
  93. -webkit-transition: 0.70s ease-in;
  94. -o-transition: 0.70s ease-in;
  95. transition: 0.70s ease-in;
  96. {block:PermalinkPage}
  97. width:500px;margin-left:100;
  98. {/block:PermalinkPage}
  99. }
  100.  
  101. .post {
  102. width:250px;
  103. margin:7px;
  104. border: 1px solid {color:Detalhes};
  105. float: center;
  106. background-color: {color:bgpost};
  107. padding: 8px;
  108. position:relative;
  109. margin-bottom:5px;
  110.  
  111. ;{block:PermalinkPage}
  112. width:500px;margin-left:1px;
  113. {/block:PermalinkPage}}
  114. {/block:ifnot1Coluna}
  115.  
  116.  
  117. {block:if1Coluna}
  118. .posts {
  119. margin:0px auto;
  120. width:550px;
  121. position:relative;
  122. float: center;
  123. margin-top:10px;
  124. margin-bottom:80px;
  125. margin-left:450px;
  126. -moz-transition: 0.70s ease-in;
  127. -webkit-transition: 0.70s ease-in;
  128. -o-transition: 0.70s ease-in;
  129. transition: 0.70s ease-in;
  130. {block:PermalinkPage}
  131. width:500px;margin-left:100;
  132. {/block:PermalinkPage}
  133. }
  134. .post {
  135. width:400px;
  136. margin:7px;
  137. float: center;
  138. background-color: {color:bgpost};
  139. padding:8px;
  140. position:relative;
  141. margin-bottom:2px;
  142. border-bottom: 1px solid {color:Detalhes};
  143. {block:PermalinkPage}
  144. width:500px;margin-left:1px;
  145. {/block:PermalinkPage}}
  146. {/block:if1Coluna}
  147.  
  148.  
  149. li {list-style:square;margin-left:22px; {color:Detalhes};}
  150. b, strong {font-weight:heavy;color:{color:sp text}; }
  151. i, em {font-weight:light;}
  152. blockquote {margin-left:10px;padding-left:8px;border-left:3px solid {color:Detalhes};}
  153. .chat {line-height: 13px; list-style: none ; }
  154. .chat ul {line-height: 13px; list-style: none; line-height:14px;}
  155. .player {text-align: left; display:block; width:99%;}
  156. .titulo{{block:permalinkpage}text-align:center;{/block:permalinkpage}}
  157. tt{font-size: 12px;font-family:'Arimo'; text-align:center;font-style:none;}
  158. ll{font-style:none;border-left:3px solid;padding-left:8px;}
  159.  
  160.  
  161.  
  162. {block:ifnot1Coluna}
  163. /*** Estilo quote por Taline (amaresia) não copie, não tire os créditos***/
  164. #tasource {font-family:calibri;text-align: right; margin-top:10px;}
  165. #quote { background:{color:Detalhes}; padding:5px 5px 5px 5px;-moz-border-radius: 5px; border-radius: 5px;}
  166. .questionarrow {font-size:20px; color:{color:Detalhes}; margin-left:225px;-webkit-transform: rotate(228deg); position:absolute; margin-top:-5px;}
  167. {block:PermalinkPage}
  168. .questionarrow {font-size:20px; color:{color:Detalhes}; margin-left:475px;-webkit-transform: rotate(228deg); position:absolute; margin-top:-5px;}
  169. {/block:PermalinkPage}
  170. };}
  171. {/block:ifnot1Coluna}
  172.  
  173.  
  174. {block:if1Coluna}
  175. /*** Estilo quote por Taline (amaresia) não copie, não tire os créditos***/
  176. #tasource {font-family:calibri;text-align: right; margin-top:10px;}
  177. #quote { background:{color:Detalhes}; padding:5px 5px 5px 5px;-moz-border-radius: 5px; border-radius: 5px;}
  178. .questionarrow {font-size:20px; color:{color:Detalhes}; margin-left:375px;-webkit-transform: rotate(228deg); position:absolute; margin-top:-5px;}
  179. {block:PermalinkPage}
  180. .questionarrow {font-size:20px; color:{color:Detalhes}; margin-left:475px;-webkit-transform: rotate(228deg); position:absolute; margin-top:-5px;}
  181. {/block:PermalinkPage}
  182. };}
  183. {/block:if1Coluna}
  184.  
  185. /*** Ask Por Taline (amaresia) não copie, não tire os créditos, se usar, credite***/
  186.  
  187. #pergunta {width: 99%; font-weight:normal; color:{color:text}; font-size: 10px; padding:3px 3px 3px 3px;-moz-border-radius: 5px; border-radius: 5px; }#nomeepic {width:auto;height:18px; background:{color:bgpost}; font-weight:normal; padding:1px; margin-top: 5px; color:{color:text}; font-size: 8px;text-align:right;line-height:15px;text-transform:uppercase;font-family: tahoma; border-bottom:1px solid {color:Detalhes}; margn-left:10px;}
  188.  
  189. #nomeepic a{background:{color:bgpost};}
  190. .pic {width:35px;float: right; display: inline;margin-left:10px;border: 2px solid {color:background};margin-top:-6px;-moz-border-radius: 5px; border-radius: 5px;}
  191. .resposta {background:{color:bgpost}; font-weight:normal; padding:5px; color:{color:text}; font-size: 10px; }
  192.  
  193.  
  194. {block:ifnot1Coluna}
  195. /*** Estilo permalink por Taline (amaresia) não copie, não tire os créditos***/
  196. .permalin {
  197. opacity:1;margin-top:5px;
  198. font-family: cambria; font-size: 8px;letter-spacing:1px;
  199. opacity:.70; border-top:1px solid #eee;
  200. text-transform:uppercase;
  201. text-align: left;
  202. padding-left:3px;
  203. z-index:100;
  204. -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out;
  205. {block:permalinkpage}display:none;{/block:permalinkpage}
  206. }
  207. .post:hover .permalin {
  208. opacity:1; top:9px;z-index:100;
  209. -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out;
  210. ;}
  211. {/block:ifnot1Coluna}
  212.  
  213.  
  214. {block:if1Coluna}
  215. .permalin {
  216. opacity:1;margin-top:5px;
  217. font-family: cambria; font-size: 9px;text-transform: lowercase; font-style:italic;letter-spacing:1px;
  218. opacity:.50;
  219. text-align: left;
  220. padding-left:3px;
  221. z-index:100;
  222. -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out;
  223. {block:permalinkpage}display:none;{/block:permalinkpage}
  224. }
  225. .post:hover .permalin {
  226. opacity:1; top:9px;z-index:100;
  227. -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out;
  228. ;}
  229. {/block:if1Coluna}
  230.  
  231. .reb {width: 24px;height: 20px;overflow: hidden;position: relative; z-index: 999;position: absolute; margin-left: 25px;}
  232. .reb img{width: 24px;height: 20px;line-height: 30px;display: inline;}
  233. .likep {width: 21px;height: 20px;overflow: hidden;position: relative;z-index: 9999999; position: absolute;}.likep a:hover {background-position: 0px 0px;}
  234. .likep a {background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");background-position: 0px 0px;display: block;z-index: 9999999;webkit-transition: all 0s linear;-webkit-transition: all 0s linear;-moz-transition: all 0s linear;transition: all 0s linear;}
  235. .likep img {width: 21px;height: 20px;webkit-transition: all 0.2s linear;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;transition: all 0.2s linear;}
  236. #likeiframe {display: none}
  237. .nts {position: absolute; background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");height: 20px;font-size: 11px;line-height: 20px;color: #fff;position: absolute; margin-left: 53px;padding-left: 4px;padding-right: 4px;-moz-border-radius: 2px;border-radius: 2px;}
  238. .nts a{color: #fff;font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
  239. .post .hvr {opacity: 0;filter: alpha(opacity = 0); width: 400px; font-size: 9px;position:absolute; margin-left:5px; margin-top:-4px;text-align: center;z-index:9999991;-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}
  240. .post:hover .hvr {background: #fff; opacity: 1;margin-top:-25px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}
  241.  
  242.  
  243. #toTop {
  244. display:none;
  245. text-decoration:none;
  246. position:fixed;
  247. bottom:-10px;
  248. right:-10px;
  249. overflow:hidden;
  250. width:51px;
  251. height:55px;
  252. border:none;
  253. text-indent:-999px;
  254. background:url(http://static.tumblr.com/uiqhh9x/sy6m6hy4k/up.png) no-repeat left top;}
  255. #toTopHover {
  256. background:url(http://static.tumblr.com/uiqhh9x/sy6m6hy4k/up.png) no-repeat left -51px;
  257. width:51px;
  258. height:51px;
  259. display:block;
  260. overflow:hidden;
  261. float:left;
  262. opacity: 0;
  263. -moz-opacity: 0;
  264. filter:alpha(opacity=0);}
  265. #toTop:active, #toTop:focus {
  266. outline:none;}
  267.  
  268.  
  269.  
  270.  
  271. #imagem {position:fixed; height:135px; width:135px;opacity: 1;z-index:-9999999999999999999; border:2px solid #eeeeee; padding: 9px;}
  272.  
  273. #imagem { margin-left: 295px; margin-top: 150px;}
  274.  
  275.  
  276. #tri{position:fixed;margin-top:160px;margin-left:305px;opacity:0.30;}
  277.  
  278.  
  279. #tri:hover{opacity:0.0;}
  280.  
  281. #barbie {text-align: left; overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px; z-index:100000000000000000000000;font-size:15px;font-family: georgia; position: fixed; margin-left:300px; width: 130px; color: {color:frase};padding: 7px; margin-top:125px; background-attachment: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; ; letter-spacing: 0px;line-height: 14px; opacity:0.9; font-style:none; }
  282.  
  283. #malink {text-align: left; overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px; z-index:100000000000000000000000;font-size:9px;font-family: 'Sintony', sans-serif; position: fixed; margin-left:300px; width: 210px; color: {color:fundo};padding: 7px; margin-top:310px; background-attachment: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; ; letter-spacing: 0px;line-height: 8px; word-spacing:3px; moz-transition: all 0.4s ease-out; position:fixed; }
  284. #malink a { color: {color:link}; text-transform: none; }
  285. #malink a:hover {text-align: center;color: {color:tags};}
  286.  
  287.  
  288.  
  289. #description {text-align: center; width: 120px;padding: 5px; margin-top: 323px; margin-left: 305px; position:fixed; font-family: 'Sintony', sans-serif;font-size: 10px; color: {color:textdescription}; line-height:8px;;text-transform: none;font-style:italic; height:45px; z-index:9; }
  290.  
  291.  
  292.  
  293.  
  294. ol.notes {padding: 0px; margin: 25px 0px; list-style-type: none;}
  295. ol.notes li.note { padding: 5px;}
  296. ol.notes li.note img.avatar {vertical-align: -4px;margin-right: 10px;width: 21px;height: 21px;}
  297. ol.notes li.note span.action {font-weight: normal;}
  298. ol.notes li.note .answer_content {font-weight: normal;}
  299. ol.notes li.note blockquote {border-color: #eee; padding: 4px 10px; margin: 10px 0px 0px 25px;}
  300. ol.notes li.note blockquote a {text-decoration: none;}
  301. ul{margin-left:-40px!important; list-style:none;}
  302.  
  303. ::-webkit-scrollbar{width:7px;height:7px;}
  304. ::-webkit-scrollbar-button:start:decrement
  305. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  306. ::-webkit-scrollbar-track-piece{background-color:{color:Background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  307. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:Scrollbar};-webkit-border-radius:px;}
  308. ::-webkit-scrollbar-thumb:horizontal{width:7px; background-color:{color:Scrollbar} -webkit-border-radius:px;}
  309.  
  310. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  311.  
  312. #infscr-loading {display:none;}
  313.  
  314. .navigation{display:none;}
  315.  
  316. {CustomCSS}
  317.  
  318. </style>
  319.  
  320.  
  321.  
  322. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  323. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  324. <script src="http://static.tumblr.com/8jq17g7/e7bm0d3ib/ui.totop_jquery_easing.js" type="text/javascript"></script>
  325. <script type="text/javascript">
  326. $(document).ready(function() {
  327. $().UItoTop({ easingType: 'easeOutQuart' });
  328. });
  329. </script>
  330. {block:IndexPage}
  331. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  332. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  333.  
  334. <script type="text/javascript">
  335. $(window).load(function () {
  336. $('.posts').masonry(),
  337. $('.masonryWrap').infinitescroll({
  338. navSelector : "div.navigation",
  339. // selector for the paged navigation (it will be hidden)
  340. nextSelector : ".navigation a#next",
  341. // selector for the NEXT link (to page 2)
  342. itemSelector : ".post",
  343. // selector for all items you'll retrieve
  344. bufferPx : 10000,
  345. extraScrollPx: 10000,
  346. loadingImg : "http://www.freeiconsweb.com/Icons-show/loading/loading2.gif",
  347. loadingText : "<em></em>",
  348. },
  349. // call masonry as a callback.
  350. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  351. );
  352. });
  353. </script>
  354. {/block:IndexPage}
  355.  
  356. <script src="toggle.js" type="text/javascript"><!--mce:1--></script>
  357. <script type="text/javascript">
  358. $(document).ready(function(){
  359. $(".na").hide();
  360. $(".notess").click(function(){
  361. $('.na').slideToggle("slow");
  362. return true;
  363. });
  364. });
  365. </script>
  366.  
  367.  
  368. </head>
  369.  
  370. <body>
  371. <div id="barbie"><center>{text:titulo}</center></a></div>
  372.  
  373. <img id="imagem" src="{image:sidebar}" />
  374.  
  375. <div id="tri"><img src="http://static.tumblr.com/i2fnb0k/XZrmnzdas/haha.png">
  376. </div>
  377.  
  378. <div id="description">{Description}</div>
  379. <div id="malink">
  380.  
  381. <a href="{text:Link1}">{text:Link1 Title}</a>
  382. <a href="{text:Link2}">{text:Link2 Title}</a>
  383. <a href="{text:Link3}">{text:Link3 Title}</a>
  384. <a href="{text:Link4}">{text:Link4 Title}</a>
  385. <a href="http://p-icked.tumblr.com/">credx</a>
  386.  
  387. </div>
  388.  
  389.  
  390. <div class="navigation">{block:Pagination}{block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next">older</a>{/block:NextPage}
  391. {block:PreviousPage}<a style="float:left" href="{PreviousPage}">newer</a></p>{/block:PreviousPage}{/block:Pagination}</div>
  392.  
  393. <div class="posts">
  394. {block:Posts}
  395.  
  396. {block:Text}
  397. <div class="post">
  398. <div class="entry">
  399. {block:Title}<tt><div class="titulo">{Title}</div></tt>{/block:Title}{Body}
  400. {Caption}
  401.  
  402. {block:IndexPage}
  403. <div class="permalin">
  404. {block:Date}<left> <a href="{Permalink}">{Month} {DayOfMonthWithZero}</a> {block:Date} <a href="{ReblogURL}" target="_blank" title="reblog">reblog</a> {block:ContentSource}<a href="{SourceURL}" target="blank" title="by {SourceTitle}">@</a>{/block:ContentSource} </div>
  405. {/block:IndexPage}
  406.  
  407. </div></div>
  408. {/block:Text}
  409.  
  410.  
  411. {block:ifnot1Coluna}
  412. {block:Photo}
  413. <div class="post">
  414. <div class="entry">
  415. {LinkOpenTag}<center><img src="{block:IndexPage}{PhotoURL-400}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" width="{block:Indexpage}250px{/block:Indexpage} {block:Permalinkpage}500px{/block:Permalinkpage}" style="margin-bottom:0px;"/></a></center>{LinkCloseTag}
  416.  
  417.  
  418. {block:IndexPage}
  419. <div class="hvr">
  420. <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div>
  421. <div class="reb"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  422. <div class="nts"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>
  423. {/block:IndexPage}
  424. {block:IfCaption}{Caption}{/block:IfCaption}
  425. {block:PermalinkPage}
  426. {Caption}
  427. {/block:PermalinkPage}
  428. </div></div>
  429. {/block:Photo}
  430. {/block:ifnot1Coluna}
  431.  
  432. {block:if1Coluna}
  433. {block:Photo}
  434. <div class="post">
  435. <div class="entry">
  436. {LinkOpenTag}<center><img src="{block:IndexPage}{PhotoURL-400}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" width="{block:Indexpage}400px{/block:Indexpage} {block:Permalinkpage}500px{/block:Permalinkpage}" style="margin-bottom:0px;"/></a></center>{LinkCloseTag}
  437. {block:IndexPage}
  438. <div class="hvr">
  439. <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div>
  440. <div class="reb"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  441. <div class="nts"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>
  442. {/block:IndexPage}
  443. {block:IfCaption}{Caption}{/block:IfCaption}
  444. {block:PermalinkPage}
  445. {Caption}
  446. {/block:PermalinkPage}
  447. </div></div>
  448. {/block:Photo}
  449. {/block:if1Coluna}
  450. {block:ifnot1Coluna}
  451. {block:Photoset}
  452. <div class="post">
  453. <div class="entry">
  454.  
  455. <div style="overflow:hidden;"><center>{Photoset-250}</center>
  456.  
  457. {block:IndexPage}
  458. <div class="hvr">
  459. <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div>
  460. <div class="reb"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  461. <div class="nts"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>
  462. {/block:IndexPage}
  463.  
  464. {block:IfCaption}{Caption}{/block:IfCaption}
  465. {block:PermalinkPage}
  466. {Caption}
  467. {/block:PermalinkPage}
  468. </div></div></div>
  469. {/block:Photoset}
  470. {/block:ifnot1Coluna}
  471.  
  472. {block:if1Coluna}
  473. {block:Photoset}
  474. <div class="post">
  475. <div class="entry">
  476.  
  477. <div style="overflow:hidden;"><center>{Photoset-400}</center>
  478.  
  479. {block:IndexPage}
  480. <div class="hvr">
  481. <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div>
  482. <div class="reb"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  483. <div class="nts"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>
  484. {/block:IndexPage}
  485.  
  486. {block:IfCaption}{Caption}{/block:IfCaption}
  487. {block:PermalinkPage}
  488. {Caption}
  489. {/block:PermalinkPage}
  490. </div></div></div>
  491. {/block:Photoset}
  492. {/block:if1Coluna}
  493.  
  494. {block:ifnot1Coluna}
  495. {block:Video}
  496. <div class="post">
  497. <div class="entry">
  498. <div class="video">
  499. <div style="overflow:hidden;">{LinkOpenTag}{Video-250}</div>{LinkCloseTag}
  500. </div>
  501. {block:IndexPage}
  502. <div class="hvr">
  503. <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div>
  504. <div class="reb"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  505. <div class="nts"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>
  506. {/block:IndexPage}
  507.  
  508. {block:IfCaption}{Caption}{/block:IfCaption}
  509. {block:PermalinkPage}
  510. {Caption}
  511. {/block:PermalinkPage}
  512. </div></div>
  513. {/block:Video}
  514. {/block:ifnot1Coluna}
  515.  
  516. {block:if1Coluna}
  517. {block:Video}
  518. <div class="post">
  519. <div class="entry">
  520. <div class="video">
  521. <div style="overflow:hidden;">{LinkOpenTag}{Video-400}</div>{LinkCloseTag}
  522. </div>
  523. {block:IndexPage}
  524. <div class="hvr">
  525. <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div>
  526. <div class="reb"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  527. <div class="nts"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>
  528. {/block:IndexPage}
  529. {block:IfCaption}{Caption}{/block:IfCaption}
  530. {block:PermalinkPage}
  531. {Caption}
  532. {/block:PermalinkPage}
  533. </div></div>
  534. {/block:Video}
  535. {/block:if1Coluna}
  536.  
  537. {block:Quote}
  538. <div class="post">
  539. <div class="entry">
  540. <div id="quote">
  541. {Quote}</div>
  542. <div class="questionarrow">◤</div>
  543. <div id="tasource">
  544. {block:Source}{Source}{/block:Source}<p>
  545. </div>
  546. {block:IndexPage}
  547. <div class="permalin">
  548. {block:Date}<left> <a href="{Permalink}">{Month} {DayOfMonthWithZero}</a> {block:Date} <a href="{ReblogURL}" target="_blank" title="reblog">reblog</a> {block:ContentSource}<a href="{SourceURL}" target="blank" title="by {SourceTitle}">@</a>{/block:ContentSource} </div>
  549. {/block:IndexPage}
  550.  
  551. </div></div>
  552. {/block:Quote}
  553.  
  554. {block:Answer}
  555. <div class="post">
  556. <div class="entry">
  557. <div id="pergunta">{Question} </div>
  558. <div id="nomeepic"><img src="{AskerPortraitURL-64}"align="left" class="pic"/>{Asker}</div>
  559.  
  560. <div class="resposta">{Answer}</div>
  561. {block:IndexPage}
  562. <div class="permalin">
  563. {block:Date}<left> <a href="{Permalink}">{Month} {DayOfMonthWithZero}</a> {block:Date} <a href="/ask" target="blank">ask me too</a> </div>
  564.  
  565. {/block:IndexPage}
  566. </div></div>
  567. {/block:Answer}
  568.  
  569.  
  570.  
  571. {block:link}
  572. <div class="post">
  573. <div class="entry">
  574. <tt><ll><a href="{URL}" class="linkpost" {Target}>{Name}</a><br></ll></tt>
  575. {block:Description}{Description}{/block:Description}
  576. {block:IndexPage}
  577. <div class="permalin">
  578. {block:Date}<left> <a href="{Permalink}">{Month} {DayOfMonthWithZero}</a> {block:Date} <a href="{ReblogURL}" target="_blank" title="reblog">reblog</a> {block:ContentSource}<a href="{SourceURL}" target="blank" title="by {SourceTitle}">@</a>{/block:ContentSource} </div>
  579. {/block:IndexPage}
  580. </div></div>
  581. {/block:link}
  582.  
  583.  
  584. {block:Chat}
  585. <div class="post">
  586. <div class="entry">
  587. <div class="chattitle">{block:Title}<b>{Title}</b>{/block:Title}</div>
  588. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}
  589. {block:IndexPage}
  590. <div class="permalin">
  591. {block:Date}<left> <a href="{Permalink}">{Month} {DayOfMonthWithZero}</a> {block:Date} <a href="{ReblogURL}" target="_blank" title="reblog">reblog</a> {block:ContentSource}<a href="{SourceURL}" target="blank" title="by {SourceTitle}">@</a>{/block:ContentSource} </div>
  592. {/block:IndexPage}
  593. </div></div>
  594. {/block:Chat}
  595.  
  596.  
  597. {block:Audio}
  598. <div class="post">
  599. <div class="entry">
  600. <div class="audio">{AudioPlayerBlack}</div>
  601.  
  602. {block:AudioEmbed}{AudioEmbed-250}{/block:AudioEmbed}
  603. {block:TrackName}"{TrackName}" {/block:TrackName}{block:Artist}by {Artist}{/block:Artist}{block:PlayCount}<div>{PlayCountWithLabel}</div>{/block:PlayCount}
  604. {block:permalinkpage}
  605. {block:AudioEmbed}{AudioEmbed-500}{/block:AudioEmbed}
  606. {block:TrackName}"{TrackName} {/block:TrackName}{block:Artist}by {Artist}{/block:Artist}{block:Album}<br><b>{Album}</b>{/block:Album}{block:PlayCount}<br>{PlayCountWithLabel}<br>{/block:PlayCount}{/block:permalinkpage}
  607.  
  608. {block:IndexPage}
  609. <div class="permalin">
  610. {block:Date}<left> <a href="{Permalink}">{Month} {DayOfMonthWithZero}</a> {block:Date} <a href="{ReblogURL}" target="_blank" title="reblog">reblog</a> {block:ContentSource}<a href="{SourceURL}" target="blank" title="by {SourceTitle}">@</a>{/block:ContentSource} </div>
  611. {/block:IndexPage}
  612. </div></div>
  613. {/block:Audio}
  614.  
  615.  
  616. {block:PostNotes}
  617. <div style="margin-left:1px;width:515px;background:{color:bgpost};text-align:center; border:1px solid {color:detalhes}; font: 9px consolas; text-transform:uppercase; padding-top:15px;">
  618.  
  619. <a href="{ReblogParentURL}" target="_blank"> </a> {block:RebloggedFrom}@ {block:ContentSource}<a href="{SourceURL}" target=blank>{SourceTitle}</a>{/block:ContentSource}{/block:RebloggedFrom} with {NoteCountWithLabel}<br>
  620.  
  621. <strong> </strong>{TimeAgo} em {DayOfMonth}, {Month} de {Year}
  622. <br>
  623. {block:HasTags}<strong> #</strong> {block:Tags}<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  624. <br><br>
  625. </div>
  626. <div style="margin-left:1px; margin-top:2px;width:515px;background:{color:bgpost};text-align:left; border:1px solid {color:detalhes};">
  627. <div class="notess"><div style=" padding:5px; text-align:center; font: 9px consolas; text-transform:uppercase;"> notes </div></div><div class="na">
  628. {PostNotes}
  629. </div></div></div>
  630. {/block:PostNotes}
  631. {/block:Posts}
  632.  
  633.  
  634. </div>
  635.  
  636. </body>
  637.  
  638.  
  639.  
  640.  
  641.  
  642. </html>
Advertisement
Add Comment
Please, Sign In to add comment