Ikxa

photos001

Jun 28th, 2013
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 23.90 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
  2. <!-- © oxigenio-dapalavra I tumblr -->
  3. <html>
  4. <head>
  5. <title>{Title}</title>
  6.  
  7. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. <link rel="shortcut icon" href="{Favicon}" />
  10. <meta name="color:Post" content="#FFFFFF"/>
  11. <meta name="color:Titulo" content="#000000"/>
  12. <meta name="color:Texto" content="#000000"/>
  13. <meta name="color:Links" content="#5C5C5C"/>
  14. <meta name="color:Links Hover" content="#B1B1B1"/>
  15. <meta name="color:Menu" content="#DDDDDD"/>
  16. <meta name="color:Fundo" content="#FFFFFF"/>
  17. <meta name="color:Scrollbar" content="#333333"/>
  18. <meta name="color:Margem" content="#000000"/>
  19. <meta name="color:Blockquote" content="#DDDDDD"/>
  20. <meta name="font:Titulo" content="Arial"/>
  21. <meta name="font:Texto" content="Arial"/>
  22. <meta name="image:Fundo" content="">
  23. <meta name="image:Banner" content="">
  24. <meta name="text:tamanho da letra" content="12"/>
  25. <meta name="text:tamanho do titulo" content="18"/>
  26. <meta name="text:url1" content="/" />
  27. <meta name="text:Link1" content="um" />
  28. <meta name="text:url2" content="/" />
  29. <meta name="text:Link2" content="dois" />
  30. <meta name="text:url3" content="/" />
  31. <meta name="text:Link3" content="tres" />
  32. <meta name="text:url4" content="/" />
  33. <meta name="text:Link4" content="quatro" />
  34. <meta name="text:url5" content="/" />
  35. <meta name="text:Link5" content="cinco" />
  36. <meta name="text:url6" content="/" />
  37. <meta name="text:Link6" content="seis" />
  38.  
  39. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  40.  
  41. <script type="text/javascript" src="http://static.tumblr.com/is5f0mm/B45lrpvaa/one.txt"></script>
  42.  
  43. <style type="text/css">
  44.  
  45. iframe#tumblr_controls {
  46.     top: 0% !important;
  47.     right:0% !important;
  48.     position: fixed !important;
  49.     }
  50.  
  51. h1 {
  52. color:{color:Blog title};
  53. padding-bottom:30px;
  54. font-weight: normal;
  55. font-size:{text:tamanho da letra}px;
  56. text-transform: uppercase;
  57. font-family:{font:Titulo};
  58. line-height: -4px;
  59. }
  60.  
  61. h1 a {
  62. color:{color:Titulo};
  63. }
  64.  
  65. h5, h5 a {font-family: 'Arial', sans-serif; font-style: normal;  
  66.     font-size:10px;
  67. }
  68.  
  69. body {width:87%;
  70. height: 100%;
  71. background-color:{color:Fundo};
  72. color: {color:Texto};
  73. font-size: {text:tamanho da letra}px;
  74. font-family:{font:Texto};
  75. line-height: 14px;
  76. padding: 00px 00px 00px 00px;
  77. background-attachment: fixed;
  78. background-image:url('{image:Fundo}');
  79. }
  80.  
  81. a {
  82. color: {color:Links};
  83. text-decoration:none;
  84. }
  85.  
  86. a:hover { opacity:0.5;
  87. color: {color:Links Hover};
  88. -webkit-transition-duration: 0.5s;
  89. }
  90.  
  91. a.title {
  92. color: {color:Links};
  93. text-decoration:none;
  94. }
  95.  
  96. ::-webkit-scrollbar-thumb:vertical {
  97. background-color:{color:Scrollbar};
  98. height:100px;
  99. }
  100.  
  101. ::-webkit-scrollbar-thumb:horizontal {
  102. background-color:{color:Scrollbar};
  103. height:10px;
  104. }
  105.  
  106. ::-webkit-scrollbar {
  107. height:10px;
  108. width:8px;
  109. background-color:{color:Menu};
  110. }
  111.  
  112. #tudo {{block:indexpage}text-align: center; height:10px;
  113. width: 85%;
  114. margin-left: 24%; margin-top: 00px;
  115. position: relative; z-index:-9999999;
  116. {/block:indexpage};{block:permalinkpage}margin-top:110px; margin-left:280px;{/block:permalinkpage}}
  117.  
  118.  
  119. #container { z-index: 99999999991;
  120. width: 960px;
  121. margin: auto auto auto auto;
  122. position: relative;
  123. }
  124.  
  125. #container .posts {
  126. width: 250px;
  127. clear: both;
  128. position: relative;
  129. margin-left: auto;
  130. margin-right: auto;
  131. padding-top:15px;
  132. }
  133.  
  134. #container .box {
  135. width: 250px;
  136. margin-bottom:20px;
  137. margin-left: 5px;
  138. margin-left: 5px;
  139. float: left;
  140. margin-bottom: 30px;
  141. margin-bottom: 30px;
  142. position: relative;
  143. }
  144.  
  145. #container .box a{
  146. -webkit-transition-duration: 0.5s;
  147. }
  148.  
  149. #container .box img {
  150. max-width: 100%;
  151. border:0px;
  152. -webkit-transition-duration: 0.5s;
  153.  
  154. opacity:1;
  155. }
  156.  
  157. #container .title {
  158. font-size:{text:tamanho do titulo}px;
  159. line-height: 18px;
  160. text-decoration: none;
  161. display: block;
  162. color:{color:Title};
  163. padding: 8px;
  164. }
  165.  
  166. #container .ask {
  167. font-size:{text:tamanho do titulo}px;
  168. line-height: 18px;
  169. text-decoration: none;
  170. display: block;
  171. color:{color:Titulo};
  172. padding: 8px;
  173. }
  174.  
  175. #container .audio {
  176. width: 207px;
  177. }
  178.  
  179. #container .columnHolder {
  180. width: 800px;
  181. margin: 5px 0 0 5px;
  182. overflow: hidden;
  183. }
  184.  
  185. #container .columnHolder .column {
  186. width: 250px;
  187. min-height: 1px;
  188. float: left;
  189. }
  190.  
  191. #container .columnHolder .column.middle {
  192. margin: 0 0px;
  193. }
  194.  
  195. #arrow {
  196. font-size:15px;
  197. padding-left:20px;
  198. color:{color:Fundo};
  199. margin-top:-5px;
  200. padding-bottom:5px;
  201. }
  202.  
  203. {block:PermalinkPage}
  204.  
  205. .box {
  206. width: 600px !important;
  207. padding-left: 21%;
  208. }
  209.  
  210. p.answer_form_container {
  211. width: 580px;
  212. }
  213.  
  214. ol.notes {
  215. width: 600px;
  216. position:relative;
  217. padding-left:21%;
  218. list-style-type: none;
  219. margin: 0px 0 10px 0;
  220. padding: -10px -90px;
  221. }
  222.  
  223. ol.notes li.note {
  224. margin: 0px 0 2px 0;
  225. padding: 0;
  226. }
  227.  
  228. ol.notes a {color:Links}
  229.  
  230. ol.notes img.avatar {
  231. display: true;
  232. padding:2px 0 0 2px;
  233. border:0px;
  234. }
  235.  
  236. ol.notes blockquote {
  237. margin: 0;
  238. }
  239.  
  240. ol.notes blockquote a {
  241. text-decoration: none;
  242. }
  243.  
  244. {/block:PermalinkPage}
  245.  
  246. #pagination{
  247.     display:none;
  248. }
  249.  
  250. .video{
  251. text-align: center;
  252. background-color:black;
  253. }
  254.  
  255. #top-link {
  256. position:fixed;
  257. right:5px;
  258. bottom:5px;
  259. color:white;
  260. font-weight:bold;
  261. text-decoration:none;
  262. padding:10px;
  263. border:0px;
  264. }
  265.  
  266. #audiotest {
  267. background-image:url('http://static.tumblr.com/2w7y46r/gPklc94jg/play.png');
  268. margin-top: -27px;
  269. display:block;
  270. height:27px;
  271. z-index:-1000;
  272. width:250px;
  273. }
  274.  
  275. #adam {
  276.     position:absolute;
  277.     top:26px;
  278.     right:3px;}
  279.  
  280. .box:hover .back {
  281. {block:indexpage}{/block:indexpage}z-index:1000;
  282. }
  283.  
  284. .back {
  285. margin-top: -25px;
  286. width:100%;
  287. opacity: 0;
  288. z-index: 1000;
  289. }
  290.  
  291. {block:PermalinkPage}
  292.  
  293. .back img{
  294. width:500px;
  295. height:20px;
  296. }
  297.  
  298. {/block:PermalinkPage}
  299.  
  300. .back img{width:500px; height:20px;}
  301.  
  302. .entry {opacity:1; text-align:justify;
  303.     margin: 5px;
  304.     padding: 2px;
  305.     {block:indexpage}
  306.     width: 250px;
  307.     {/block:indexpage}
  308.     {block:permalinkpage}
  309.     width: 500px;
  310.     {/block:permalinkpage}
  311.     display: block;
  312.     position: relative;    
  313.     float: center;
  314.     background: {color:Post};
  315.     }
  316.  
  317. .entry img {-webkit-border-radius: 30px;
  318. -moz-border-radius: 30px;
  319. border-radius: 30px;
  320.     display: block;
  321.     max-width: 100%;    
  322. }
  323.  
  324. blockquote, q {
  325.     quotes: "" "" "'" "'";
  326.     padding-left: 5px;
  327.     border-left: 1px solid {color:Margem};
  328.     background: {color:Blockquote};
  329. }
  330.  
  331.  
  332. p {
  333.     margin: 5px 0px;
  334. }
  335.  
  336. h1, h1 a {
  337.     font-size:{text:tamanho da letra};
  338.     line-height:{text:tamanho da letra};
  339.     font-family: 'Lovers Quarrel', cursive;
  340.     }
  341.  
  342. h3, h3 a {padding:5px;
  343.     font-size:{text:Titulo};
  344.     line-height:13px;
  345.     color: {color:Titulo}!important;
  346. }
  347.  
  348. p.tags a {
  349.     opacity: 0.50;
  350.     filter: alpha(opacity = 50);
  351. }
  352.  
  353. p.tags a:hover {
  354.     opacity: 1.0;
  355.     filter: alpha(opacity = 100);
  356. }
  357. p.tags {
  358.     border-top: 1px solid {color:Margem};
  359.     padding: 0px;
  360.     margin: 0px;
  361.     font-size: 8px;
  362.     text-transform: uppercase;
  363.     height: 10px;
  364.     line-height: 10px;
  365. }
  366.  
  367.  
  368.  
  369. .nav a{
  370.     color: {color:Links};
  371. }
  372.  
  373. .nav {
  374.     display: inline-block;
  375.     text-align: center;
  376.     padding: 2px;
  377.     text-transform: uppercase;
  378.     margin: 2px;
  379. }
  380.  
  381. #bite .death {
  382.     margin-top: -15px;
  383.     filter: alpha(opacity = 0);
  384.     opacity: 0;
  385.     -webkit-transition: all 0.3s ease-out;
  386.     -moz-transition: all 0.3s ease-out;
  387.     transition: all 0.3s ease-out;
  388. }
  389. #titexcel {
  390.     position: absolute;
  391.     right: 3px;
  392.     top: 26px;
  393. }
  394.    
  395.  
  396. #pagination{
  397.     display:none;
  398. }
  399.  
  400.  
  401.  
  402. .perma {
  403.     opacity: 0.0;
  404.     filter: alpha(opacity = 0);
  405.     z-index:9999991;  
  406.     display: inline-block;
  407.     position: absolute;
  408.     text-align: left;
  409.     bottom: 7px;
  410.     left: 7px;
  411.     width: 100%;
  412. }
  413.      
  414. .entry:hover .perma   {
  415.     opacity: 1;
  416.     filter: alpha(opacity = 100);
  417. }
  418.    
  419. .likep {margin-left: 3px; margin-bottom:5px;
  420.     width: 21px;
  421.     height: 20px;
  422.     overflow: hidden;
  423.     z-index: 9999999;
  424.     display: inline-block;
  425. }
  426.  
  427. .rep {
  428.     width: 24px;
  429.     height: 20px;
  430.     overflow: hidden;
  431.     z-index: 9999999;
  432.     display: inline-block;  
  433. }  
  434.  
  435. .likep a:hover {
  436.     background-position: 0px 0px;
  437. }
  438.  
  439. .likep a {
  440.     background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  441.     background-position: 0px 0px;
  442.     display: block;
  443.     z-index: 9999999;
  444. }
  445.  
  446. .likep img {
  447.     width: 21px;
  448.     height: 20px;
  449. }
  450.  
  451. .rep img{
  452.     width: 24px;
  453.     height: 20px;
  454.     line-height: 30px;
  455.     display: inline;
  456. }
  457.      
  458. .not { display: inline-block;
  459.     background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  460.     height: 20px;
  461.     top: -6px;
  462.     font-size: 11px;
  463.     line-height: 20px;
  464.     color: #fff;
  465.     padding-left: 4px;
  466.     padding-right: 4px;
  467.     -moz-border-radius: 2px;
  468.     border-radius:  2px;
  469.     position: relative;
  470. }
  471.  
  472. .not a, .not:hover a, .not a:hover {
  473.     color: #ffffff!important;
  474.     font-weight: bold;
  475.     font-family: Arial, Helvetica, sans-serif;
  476. }
  477.      
  478. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {
  479.     opacity: 1;
  480.     filter: alpha(opacity = 100);
  481.     margin-right: 0;
  482. }
  483.  
  484. .not:hover , .rep:hover, .likep:hover {
  485.     opacity: 1!important;
  486.     filter: alpha(opacity = 100)!important;
  487. }
  488.    
  489. .t {
  490.     text-align: justify;
  491.     opacity: .5;
  492.     filter: alpha(opacity = 50);
  493. }
  494.  
  495. p.t {
  496.     margin: 5px 0px 0px 0px;
  497.     font-size: 10px;
  498. }
  499.  
  500. .ti {
  501.     text-align: justify;
  502.     opacity: 1;
  503.     filter: alpha(opacity = 100);
  504.     font-size: 10px;
  505.     line-height: 12px;
  506. }
  507.  
  508. p.ti {
  509.     margin: 5px 0px 0px 0px;
  510.     font-size: 10px;
  511. }
  512. .entry:hover .t {
  513.     opacity: 1;
  514.     filter: alpha(opacity = 100);
  515. }
  516.  
  517. #toTop {
  518.     display:none;
  519.     text-decoration:none;
  520.     position:fixed;
  521.     bottom:10px;
  522.     right:10px;
  523.     overflow:hidden;
  524.     width:21px;
  525.     height:21px;
  526.     border:none;
  527.     text-indent:100%;
  528.     background:url(http://static.tumblr.com/uiqhh9x/372m6hyqw/up.png) no-repeat left top;
  529.     opacity: .5;
  530.     filter: alpha(opacity = 50);
  531. }
  532.  
  533. #toTopHover {
  534.     width:21px;
  535.     height:21px;
  536.     display:block;
  537.     overflow:hidden;
  538.     float:left;
  539.     opacity: 0;
  540.     -moz-opacity: 0;
  541.     filter:alpha(opacity=0);
  542. }
  543.  
  544. #toTop:hover {
  545.     opacity: 1;
  546.     filter: alpha(opacity = 100);
  547. }
  548.  
  549. #toTop:active, #toTop:focus {
  550.     outline:none;
  551. }
  552.  
  553. p.c {margin-top:40px;
  554.     display: block;
  555.     margin: 0px 0px 1px 0px;
  556.     height: 18px;
  557.     line-height: 20px;
  558.     text-transform: uppercase;
  559.     text-align: justify;
  560.     font-size: 9px;
  561.     border-top: 1px solid {color:Margem};
  562. }
  563.  
  564. .li, h5, li.drawer {
  565.     list-style-type: none;
  566.     -webkit-transition: all 0s ease;
  567.     -moz-transition: all 0s ease;
  568.     transition: all 0s ease;
  569.     -o-transition: all 0s ease;
  570. }
  571.  
  572. #men ul {
  573.   font-family: Arial, Verdana;
  574.   font-size: 14px;
  575.   margin: 00;
  576.   padding: 0;
  577.   list-style: none;
  578. }
  579. #men ul li {
  580.   display: block;
  581.   position: relative;
  582.   float: left;
  583.   text-align: center;
  584.   text-transform: uppercase;
  585.   font-size: 8px;
  586.   height: 18px;
  587.   line-height: 18px;
  588.   margin: 1px 0px 0px 1px;
  589. }
  590. #men li ul { display: none; }
  591. #men ul li a {
  592.   display: block;
  593.   text-decoration: none;
  594.   color: {color:Links};
  595.   border-top: 1px solid #ffffff;
  596.   padding: 0px;
  597.   background: {color:Menu};
  598.   margin-left: 1px;
  599.   white-space: nowrap;
  600.   text-transform: uppercase;
  601.   font-size: 8px;
  602.   width: 65px;
  603.  
  604. }
  605. #men ul li a:hover {
  606.     background: {color:Menu};
  607.     letter-spacing: 1px;
  608.     color: white;
  609. }
  610. #men li:hover ul {
  611.   display: block;
  612.   position: absolute;
  613.   z-index: 9999;
  614. }
  615. #men li:hover li {
  616.   float: none;
  617.   font-size: 11px;
  618. }
  619. #men li:hover a {  }
  620.  
  621. #men {
  622.     position: relative;
  623.     margin-top: 4px;
  624.     height: 22px;
  625.     background: {color:Fundo};
  626. }
  627.  
  628. div#chat li {
  629. padding: 4px;
  630. background-color:{color:Menu};
  631. margin-top: 2px;
  632. }
  633.  
  634. div#chat ul{
  635. {block:IndexPage}
  636. width:250px;
  637. {/block:IndexPage}
  638. {block:PermalinkPage}
  639. width:500px;
  640. {/block:PermalinkPage}
  641. list-style: none;
  642. padding: 0px;
  643. margin-top:5px;
  644. margin-bottom:10px;
  645. text-align: left;
  646. }
  647.  
  648. .q{
  649. margin-left:5px;
  650. margin-top:-15px;
  651. font-size:{text:tamanho da letra}px;
  652. color:{color:Titulo};
  653. line-height:17px;
  654. }
  655.  
  656. .q2{
  657. margin-left:5px;
  658. margin-top:15px;
  659. font-size:{text:tamanho da letra}px;
  660. color:{color:Titulo};
  661. line-height:17px;
  662. }
  663.  
  664. .quote{
  665. position:relative;
  666. top:20px;
  667. font-size:60px;
  668. opacity:0.2;
  669. filter: alpha(opacity = 20);
  670. }
  671.  
  672. .source{
  673. font-size:12px;
  674. margin-left:35px;
  675. }
  676.  
  677. .deslizante4 {margin-left: -5px; margin-top:50px; width: 90px; font-size: 8px; background-color: transparent; font-family: verdana; line-height:14px;  color: #fff; position: absolute; -webkit-border-radius: 0px 0px 0px 0px; overflow: hidden; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index: 1; text-align: center; font-style:  -webkit-border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px;z-index:9999;}
  678.  
  679. #side {width: 150px; margin-top: 180px; margin-left: 20px;padding:10px;
  680.     position: fixed;z-index:9999999999999999;}
  681. #descrip {padding-left:15px;text-align:justify;font-size:10px;}
  682. #linksaa {width:170px; background-color:transparent;font-family:cambria; color:#000 ; font-size:11px; text-align: center;}
  683. #linksaa: hover{opacity:0.5;}
  684.  
  685.    
  686. </style>
  687.  
  688. <style type="text/css">{CustomCSS}</style>
  689.  
  690. <script src="http://static.tumblr.com/ubmlcww/CVqlrvww0/two.txt"></script>
  691. <script src="http://static.tumblr.com/ubmlcww/Bhflrvwwe/three.txt" type="text/javascript"></script>
  692. <script src="http://static.tumblr.com/is5f0mm/JOdlrpvsh/four.txt" type="text/javascript"></script>
  693. <script src="http://static.tumblr.com/is5f0mm/cuOlrpvzp/five.txt" type="text/javascript"></script>
  694.  
  695. </head>
  696.  
  697. <body>
  698. {block:Pagination}
  699.                 <ul id="pagination">
  700.                         {block:PreviousPage}
  701.                                 <a href="{PreviousPage}"></a>
  702.                         {/block:PreviousPage}
  703.                         {block:JumpPagination length="5"}
  704.                         {block:CurrentPage}
  705.                                 <span class="current_page numbersNav"><strong>{PageNumber}</strong></span>
  706.                         {/block:CurrentPage}
  707.                         {block:JumpPage}
  708.                                 <a class="jump_page numbersNav" href="{URL}">{PageNumber}</a>
  709.                         {/block:JumpPage}
  710.                         {/block:JumpPagination}
  711.                         {block:NextPage}
  712.                                 <a id="nextPage" href="{NextPage}"></a><
  713.                        {/block:NextPage}
  714.                </ul>
  715. {/block:Pagination}
  716.            
  717. <div id="fb-root"></div>
  718. <script>(function(d, s, id) {
  719.   var js, fjs = d.getElementsByTagName(s)[0];
  720.   if (d.getElementById(id)) return;
  721.   js = d.createElement(s); js.id = id;
  722.   js.src = "//connect.facebook.net/pt_BR/all.js#xfbml=1";
  723.   fjs.parentNode.insertBefore(js, fjs);
  724. }(document, 'script', 'facebook-jssdk'));</script>
  725.  
  726. {block:indexpage}
  727. <script src="http://static.tumblr.com/is5f0mm/PT0lrpwjq/six.txt" type="text/javascript"></script>
  728. {/block:indexpage}
  729. <br>
  730. <div class="deslizante4"><div class="fb-like" data-href="http://oxigenio-dapalavra.tumblr.com/" data-send="false" data-layout="button_count" data-width="80" data-show-faces="false"></div></div></div>
  731.    </div></div>
  732.  
  733. <div id="side"><a href="/" title="Refresh" target="_self"><img src="{image:Banner}"style="padding:10px;background:{color:Fundo};opacity:1;height:150px; width: 150px; margin-left:0px; margin-top:0px; align="center""></a>
  734. <div id="descrip">{description}</div><br>
  735. <div id="linksaa"><center>
  736. <a href="{text:url1}">{text:Link1}</a>
  737. <a href="{text:url2}">{text:Link2}</a>
  738. <a href="{text:url3}">{text:Link3}</a><br>
  739. <a href="{text:url4}">{text:Link4}</a>
  740. <a href="{text:url5}">{text:Link5}</a>
  741. <a href="{text:url6}">{text:Link6}</a>
  742. <big><h5>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}{/block:Pagination}</h5></big></center>
  743. </div><br>
  744. </div></div>
  745.  
  746. <div id="container">
  747. <div id="tudo">
  748. <div id="content">
  749. {block:Posts}
  750. <div class="entry">
  751. {block:Text}
  752.     {block:Title}
  753.         <h3><a href="{Permalink}">{Title}</a></h3>
  754.     {/block:Title}
  755.         <div class="link">{Body}</div>  
  756.         {block:indexpage}
  757.         <p class="ti">+ <a href="{Permalink}">{NoteCount}</a><a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>
  758.         {/block:indexpage}
  759. {/block:Text}
  760.  
  761. {block:Photo}
  762.  {block:IndexPage}
  763.     <div class="perma">
  764.     <div class="likep">
  765.     {LikeButton color="black" size="20"}
  766.     </div>
  767.     <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  768.     </div>  
  769.     <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  770.     </div>  
  771. {LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}" width="250"/></a>{LinkCloseTag}
  772. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  773. {/block:IndexPage}
  774. {block:PermalinkPage}
  775.     {LinkOpenTag}
  776.     <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="810"/></a>
  777.     {LinkCloseTag}
  778. {/block:PermalinkPage}
  779. {/block:Photo}
  780.  
  781. {block:Photoset}
  782.  {block:IndexPage}
  783.     <div class="perma">
  784.     <div class="likep">
  785.     {LikeButton color="black" size="20"}
  786.     </div>
  787.     <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  788.     </div>  
  789.     <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  790.     </div>  
  791.     <center>{Photoset-250}</center>
  792.     {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  793. {/block:IndexPage}
  794. {block:permalinkpage}
  795. {Photoset-500}
  796. {/block:permalinkpage}
  797.    
  798. {/block:Photoset}
  799.  
  800. {block:Quote}
  801. <span class="quote"></span><div class="link">{Quote}</div>
  802. {block:Source}<div class="source"><p>&#8212;&nbsp;{Source}</p></div>{/block:Source}
  803. {block:IndexPage}<p class="ti">+ <a href="{Permalink}">{NoteCount}</a><a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>{/block:IndexPage}
  804. {/block:Quote}
  805.  
  806. {block:Link}
  807.     <a href="{URL}" class="link" {Target}>{Name}</a><br>
  808.     {block:Description}
  809.         <div class="link">{Description}</div>
  810.     {/block:Description}
  811.         {block:indexpage}
  812.         <p class="ti">+ <a href="{Permalink}">{NoteCount}</a><a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>
  813.         {/block:indexpage}
  814. {/block:Link}
  815.  
  816. {block:Chat}
  817. {block:Title}
  818.         <h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}
  819. <div id="chat">
  820. <ul>{block:Lines}<li>
  821. {block:Label}<b>{Label}</b>{/block:Label}
  822. {Line}
  823. </li>{/block:Lines}</ul>
  824. </div>
  825. {block:IndexPage}<p class="ti">+ <a href="{Permalink}">{NoteCount}</a><a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>{/block:IndexPage}
  826. {/block:Chat}
  827.  
  828. {block:Video}
  829.    {block:IndexPage}
  830.     <div class="perma">
  831.     <div class="likep">
  832.     <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>
  833.     </div>
  834.     <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  835.     </div>  
  836.     <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  837.     </div>  
  838.     <center>{Video-250}<center>
  839.     {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  840.     {/block:IndexPage}
  841.     {block:permalinkpage}
  842.     {Video-500}
  843.     {/block:permalinkpage}
  844. {/block:Video}
  845.  
  846. {block:Audio}
  847.     {AudioPlayerBlack}
  848.     {block:indexpage}
  849.         {block:Caption}
  850.     {Caption}
  851.     {/block:Caption}
  852.         <p class="ti">+ <a href="{Permalink}">{NoteCount}</a></p>
  853.     {/block:indexpage}
  854. {/block:Audio}
  855.  
  856. {block:Answer}
  857.  
  858. <div class="an">
  859. <div class="ba"><img src="{AskerPortraitURL-48}" style=" -webkit-border-radius: 90px;
  860. -webkit-border-bottom-right-radius: 0;
  861. -moz-border-radius: 90px;
  862. -moz-border-radius-bottomright: 0;
  863. border-radius: 90px;
  864. border-bottom-right-radius: 0; padding:0px; align="left;">{Asker}: {Question}</div></div><div class="ans">{Answer}      
  865. </div>
  866. {block:indexpage}
  867. <p class="ti">+ <a href="{Permalink}">{NoteCount}<a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>
  868. {/block:indexpage}
  869.  
  870. {/block:Answer}    
  871.  
  872. {block:permalinkpage}
  873. {block:Caption}{Caption}{/block:Caption}
  874. {block:PostNotes} <p class="c"><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{Permalink}">{DayOfMonth} {month}, {Year}</a></p>{/block:PostNotes}
  875. {block:RebloggedFrom}<p class="c">Reblogged from  - <a href="{ReblogParentURL}">{ReblogParentTitle}</a></p>{/block:RebloggedFrom}
  876. {block:ContentSource}<p class="c">Source -  <a href="{SourceURL}" target="_blank">{SourceTitle}</a></p>{/block:ContentSource}
  877. {/block:permalinkpage}
  878.  
  879. {block:ifshowtags}
  880. {block:HasTags}<p class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}</p>{/block:HasTags}
  881. {/block:ifshowtags}
  882.  
  883.  
  884. {block:ContentSource}
  885. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  886. {/block:ContentSource}
  887.  
  888.  
  889. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  890.  
  891. {block:PostNotes}{PostNotes}{/block:PostNotes}
  892. </div>  
  893. {/block:Posts}
  894. <div class="clear"></div>
  895. </div>
  896. </div>
  897.  
  898. <div id="topcontrol" style="position: fixed; bottom: 10px; right: 10px; opacity: 0; " title=""><img src="http://static.tumblr.com/uiqhh9x/blmm66sr4/arrow_top.gif" style="filter:alpha(opacity=80); -moz-opacity:0.8;"></div>
  899. {block:Pagination}
  900.                 <ul id="pagination">
  901.                         {block:PreviousPage}
  902.                                 <li><a href="{PreviousPage}"></a></li>
  903.                         {/block:PreviousPage}
  904.                         {block:JumpPagination length="5"}
  905.                         {block:CurrentPage}
  906.                                 <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  907.                         {/block:CurrentPage}
  908.                         {block:JumpPage}
  909.                                 <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  910.                         {/block:JumpPage}
  911.                         {/block:JumpPagination}
  912.                         {block:NextPage}
  913.                                 <li><a id="nextPage" href="{NextPage}"></a></li>
  914.                         {/block:NextPage}
  915.                 </ul>
  916. {/block:Pagination}
  917. </div>        
  918. <script src="http://static.tumblr.com/erukclj/GKvme2fbf/novo_a__documento_de_texto.js"></script>
  919. {block:IndexPage}
  920. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  921. <script type="text/javascript">
  922. $(window).load(function () {
  923. $('#content').masonry(),
  924. $('.masonryWrap').infinitescroll({
  925. navSelector    : '#pagination',  
  926. nextSelector   : '#pagination a#nextPage',
  927. itemSelector : ".entry, .clear",
  928. bufferPx : 40,
  929. loadingImg : "http://static.tumblr.com/uiqhh9x/38Em68qk4/loading.gif",
  930. loadingText : "<em></em>",
  931. },
  932. function() { $('#content').masonry({ appendedContent: $(this) }); }
  933. );
  934. });
  935. </script>
  936. {/block:IndexPage}
  937.  
  938. <script type="text/javascript" src="http://static.tumblr.com/is5f0mm/T5klrpwms/autoscale.txt"></script>
  939. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/UYAm6i0bc/like.js"></script>
  940. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  941.  
  942.  
  943.  
  944.  
  945. </body>
  946. </html>
  947. <div style="opacity: 1;position:fixed;z-index:1338; !important;top:46px;left:5px;"><script src="http://www.totallylayouts.com/tumblr/users-online-counter/online.js?id=KDjXTpMLSrscABsC082A"></script></div>
Advertisement
Add Comment
Please, Sign In to add comment