Ikxa

theme09branco2013

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