Ikxa

recente

Aug 1st, 2014
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 14.43 KB | None | 0 0
  1. <html>
  2. <!-- © oxigenio-dapalavra I tumblr -->
  3. <head>
  4. <meta name="if:Logo Credito" content="1"/>
  5. <meta name="color:Titulo" content="#333333"/>
  6. <meta name="color:Link" content="#555555"/>
  7. <meta name="color:Fundo" content="#FFFFFF"/>
  8. <meta name="color:Post" content="#FFFFFF"/>
  9. <meta name="color:corletra" content="#333333"/>
  10. <meta name="color:descri" content="#333333"/>
  11. <meta name="color:nome" content="#333333"/>
  12. <meta name="color:divisoria" content="#dddddd"/>
  13. <meta name="color:perma" content="#990000"/>
  14. <meta name="color:borda" content="#000000"/>
  15. <meta name="image:background" content=""/>
  16. <meta name="text:tamanhotitulo" content="14"/>
  17. <meta name="text:tamanholetra" content="12"/>
  18. <meta name="text:Link 1" content="/"/>
  19. <meta name="text:Link 1 Titulo" content="um"/>
  20. <meta name="text:Link 2" content="/" />
  21. <meta name="text:Link 2 Titulo" content="dois"/>
  22. <meta name="text:Link 3" content="/" />
  23. <meta name="text:Link 3 Titulo" content="tres"/>
  24. <meta name="text:Link 4" content="/" />
  25. <meta name="text:Link 4 Titulo" content="quatro"/>
  26. <meta name="text:Link 5" content="/" />
  27. <meta name="text:Link 5 Titulo" content="cinco"/>
  28. <meta name="text:Link 6" content="/" />
  29. <meta name="text:Link 6 Titulo" content="seis"/>
  30. <meta name="text:Link 7" content="/" />
  31. <meta name="text:Link 7 Titulo" content="sete"/>
  32. <meta name="text:Link 8" content="/" />
  33. <meta name="text:Link 8 Titulo" content="oito"/>
  34. <meta name="text:Link 9" content="/" />
  35. <meta name="text:Link 9 Titulo" content="nove"/>
  36.  
  37. <title>I'm broken{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  38. {block:Description}<meta name="description" content="{MetaDescription}" />
  39. {/block:Description}
  40. <link rel="shortcut icon" href="{Favicon}">
  41. <link rel="apple-touch-icon-precomposed" href="{PortraitURL-128}">
  42. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  43. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  44. <link href='http://fonts.googleapis.com/css?family=Parisienne' rel='stylesheet' type='text/css'>
  45. <link href='http://fonts.googleapis.com/css?family=Quicksand' rel='stylesheet' type='text/css'>
  46. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  47.  
  48. <style type="text/css">
  49.  
  50. ::-webkit-scrollbar {width:5px;height:5px;background:{color:Fundo};}
  51. ::-webkit-scrollbar-thumb {background:#dc0808;}
  52.  
  53. iframe#tumblr_controls {
  54. position:fixed;
  55. -webkit-filter: invert(100%) ;
  56. -moz-transition: all 0.8s ease-out;
  57. -webkit-transition: opacity 0.7s linear;
  58. -webkit-transition: all 0.8s ease-out;
  59. transition: all 0.8s ease-out;
  60. opacity: 0.5;}
  61.  
  62. body {margin:0px;background:{color:Fundo} url({image:background});Background-attachment: fixed;}
  63. body, div, p, textarea, submit, input{
  64. font-family:Trebuchet MS;
  65. font-size:{text:tamanholetra}px;
  66. line-height:auto;
  67. color:{color:corletra};
  68. }
  69.  
  70. a:link, a:active, a:visited{text-decoration:none;
  71. -webkit-transition: 0.7s ease;transition: 0.7s ease;
  72. -o-transition: 0.7s ease;-moz-transition: 0.7s ease;color:{color:Link};}
  73. a:hover {opacity:0.5;}
  74. h1{font-size:24px;font-family:'Quicksand';text-align:left;margin-right:10px;color:{color:Link};opacity:0.6;}
  75. h1:hover {opacity:1;}
  76. h2 {font-family: 'Parisienne', cursive;}
  77. #tudo{margin-left:195px;absolute:relative;width:500px;}
  78. #content{width:500px;margin-top:15px;padding:3px;text-align:justify;}
  79. #entry img{max-width:100%; border:0px solid {color:borda};}
  80. #entry{margin-left:20px;margin-top:0px;{block:IndexPage}padding:1px ;width:400px;background:transparent;{/block:IndexPage}
  81. {block:PermalinkPage}padding:10px;width:400px;padding:0px;background:transparent;{/block:PermalinkPage};}
  82.  
  83. #sidebar{text-align:right;background:transparent;fixed;padding:10px;
  84. position:fixed; border-left:2px solid {color:Post};
  85. width:150px;
  86. height:auto;
  87. margin:30px 465px;
  88. }
  89. .desc{color:{color:descri};font-size:12px;padding:5px;text-align:right;margin-top:85px;}
  90. .links{margin-top:5px;font-size:14px;text-align:left;}
  91. .links a{
  92. display:inline-block;
  93. background:transparent;
  94. border-bottom:2px solid {color:descri};
  95. padding:5px;}
  96. .links:hover {}
  97.  
  98. .menu{margin:15px 35px 0px -12px;opacity:1; -webkit-filter: invert(100%);}
  99. .menu a{display:inline-block;padding-left:2px;}
  100.  
  101. .titulo{margin-left:5px;margin-top:3px;
  102. font-size:16px;
  103. line-height:20px;
  104. font-weight:bold;
  105. color:{color:Titulo};}
  106.  
  107. .quote {
  108. padding:5px;
  109. text-transform:none;
  110. }
  111.  
  112. .autor {font-size:10px;
  113. text-align:center;
  114. font-weight:bold;
  115. font-style:normal;
  116. text-transform:none;
  117. }
  118.  
  119. .chat{padding:5px;}
  120.  
  121. .nome {color:#000;}
  122.  
  123. #entry:hover .perma {{block:IndexPage}opacity:1;{/block:IndexPage}}
  124. #entry .perma {{block:IndexPage}
  125. font-size:9px; text-align:right;
  126. position:absolute;
  127. width:96%;background:transparent;
  128. opacity:0;
  129. margin-top:-17px;
  130. transition: 0.7s ease;
  131. -o-transition: 0.7s ease;
  132. -moz-transition: 0.7s ease;
  133. -webkit-transition: 0.7s ease;
  134. {block:IndexPage}}
  135.  
  136. .perma a{
  137. display:inline-block;
  138. background:transparent;
  139. line-height:7px;
  140. padding:0px 4px;}
  141.  
  142. #pagina{width:400px;background:transparent;
  143. padding:5px;
  144. margin-top:10px;
  145. font-size:8px;
  146. letter-spacing:1px;
  147. text-transform:uppercase;
  148. text-align:center;
  149. border-top:1px solid #000;
  150. border-bottom:1px solid #000;}
  151. .img pagina {width:500px;}
  152. .album {position:absolute;}
  153. .album img {width:50px;height:50px;float:left;}
  154. .audio {width:20px;padding:6px 13px 9px 26px;overflow:hidden;}
  155. .audiodescr {margin-left:55px;padding:0px;}
  156. .i{display:block;padding:2px;font-size:10px;line-height:13px;}
  157. .i b, strong{text-transform:uppercase;}
  158. .player {margin-left: 250px;
  159. position:absolute;
  160. background:transparent;
  161. width:49px;
  162. height:39px;
  163. opacity:1;
  164. padding:6px;
  165. overflow:hidden;}
  166.  
  167. .answer{margin:5px;}
  168.  
  169. ::selection {color:#FFF;background:{color:Title};}
  170. ::-moz-selection {color:#FFF;background:{color:Title};}
  171. ::-webkit-selection{color:#FFF;background:{color:Title};}
  172.  
  173. i, em{color:{color:Title};}
  174. b, strong{color:{color:Title};}
  175. ul,ol{margin:0px;margin-left:-10px;}
  176. p{padding:0px;margin:5px;}
  177. u{text-decoration:none;color:{color:Title};
  178. border-bottom:1px dotted {color:Title};}
  179. blockquote {margin:0px 0px;padding:2px;
  180. padding-left:2px;border-left:2px solid {color:Post};}
  181.  
  182. img{ margin-bottom:-2px;}
  183. .notes img { width:0px;}
  184. #photoset {right:15px;padding:0px;}
  185. #cat img{width:50px;border-radius:50px;}
  186. #cat{position:fixed;right:15px;top:50px;font-family:Consolas;}
  187. #credito img{width:25px;border-radius:50px;}
  188. #credito{position:fixed;left:15px;bottom:25px;font-family:Consolas;}
  189. #moldura{text-align:left; position:fixed; width:200px;border-bottom:2px solid #000;
  190. height:auto;background:transparent;padding:10px;
  191. margin:50px -240px;z-index:9999999999999;
  192. }
  193. </style>
  194.  
  195. <script type="text/javascript"
  196. src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  197. <script type="text/javascript"
  198. src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  199.  
  200. <script type="text/javascript">
  201. $(window).load(function () {
  202. var $content = $('#content');
  203. $content.masonry({itemSelector: '#entry'}),
  204. $content.infinitescroll({
  205. navSelector : 'div#pagination',
  206. nextSelector : 'div#pagination a#nextPage',
  207. itemSelector : '#entry',
  208. loading: {
  209. finishedMsg: '',
  210. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  211. },
  212. bufferPx : 600,
  213. debug : false,
  214. },
  215. // call masonry as a callback.
  216. function( newElements ) {
  217. var $newElems = $( newElements );
  218. $newElems.hide();
  219. // ensure that images load before adding to masonry layout
  220. $newElems.imagesLoaded(function(){
  221. $content.masonry( 'appended', $newElems, true,
  222. function(){$newElems.fadeIn(300);} );
  223.  
  224.  
  225. });
  226. });
  227. });
  228. </script>
  229.  
  230. </style>
  231. <meta name="viewport" content="width=1024" />
  232. </head>
  233. <body>
  234.  
  235. <div id="tudo">
  236. <div id="sidebar">
  237. <div id="capa"><a href="/"><center><h1>{Title}</h1></center></a></div>
  238. <div class="links">
  239. {block:ifLink1}<a href="{text:Link 1}">{text:Link 1 Titulo}</a>
  240. {/block:ifLink1}<br>
  241. {block:ifLink2}<a href="{text:Link 2}">{text:Link 2 Titulo}</a>
  242. {/block:ifLink2}<br>
  243. {block:ifLink3}<a href="{text:Link 3}">{text:Link 3 Titulo}</a>
  244. {/block:ifLink3}<br>
  245. {block:ifLink6}<a href="{text:Link 6}">{text:Link 6 Titulo}</a>
  246. {/block:ifLink6}<br>
  247. {block:ifLink8}<a href="{text:Link 8}">{text:Link 8 Titulo}</a>
  248. {/block:ifLink8}<br>
  249. {block:ifLink7}<a href="{text:Link 7}">{text:Link 7 Titulo}</a>
  250. {/block:ifLink7}<br>
  251. {block:ifLink9}<a href="{text:Link 9}">{text:Link 9 Titulo}</a>
  252. {/block:ifLink9}<br>
  253. {block:ifLink4}<a href="{text:Link 4}">{text:Link 4 Titulo}</a>
  254. {/block:ifLink4}<br>
  255. {block:ifLink5}<a href="{text:Link 5}">{text:Link 5 Titulo}</a>
  256. {/block:ifLink5}<br>
  257. </div>
  258.  
  259. </div>
  260.  
  261. <div id="content">
  262. {block:Posts}
  263.  
  264. <div id="entry">
  265.  
  266. {block:Text}
  267. <div class="titulo"></br>{Title}</div>{Body}{block:IndexPage}<div class="perma"><a style="color:{color:perma};margin-left:-15px;" href="{ReblogUrl}" target="_blank"><img src="http://static.tumblr.com/eb7avl1/GMsmolvi1/reblog.png"></a>
  268. <a style="color:{color:perma};" href="{Permalink}">{NoteCountWithLabel}</a>
  269. </div></br>
  270. {/block:IndexPage}
  271. {/block:Text}
  272.  
  273. {block:Quote}
  274. <div class="quote"></br>{Quote}</br>{Source}{block:IndexPage}<div class="perma"><a style="color:{color:perma};" href="{ReblogUrl}" target="_blank"><img src="http://static.tumblr.com/eb7avl1/GMsmolvi1/reblog.png"></a>
  275. <a style="color:{color:perma};" href="{Permalink}">{NoteCountWithLabel}</a></div>
  276. </div></br>
  277. {/block:IndexPage}
  278. {/block:Quote}
  279.  
  280. {block:Link}</br>
  281. <a href="{URL}"><span class="titulo">{Name} &raquo;</span></a>
  282. {block:Description}{Description}{/block:Description}{block:IndexPage}<div class="perma"><a style="color:{color:perma};" href="{ReblogUrl}" target="_blank"><img src="http://static.tumblr.com/eb7avl1/GMsmolvi1/reblog.png"></a>
  283. <a style="color:{color:perma};" href="{Permalink}">{NoteCountWithLabel}</a>
  284. </div></br></br>
  285. {/block:IndexPage}
  286. {/block:Link}
  287.  
  288. {block:Photo}
  289. <img src="{PhotoURL-400}" width=400px >{block:IndexPage}<div class="perma"><a style="color:{color:perma};" href="{ReblogUrl}" target="_blank"><img src="http://static.tumblr.com/eb7avl1/GMsmolvi1/reblog.png"></a>
  290. <a style="color:{color:perma};" href="{Permalink}">{NoteCountWithLabel}</a>
  291. </div>
  292. {/block:IndexPage}
  293. {/block:Photo}
  294.  
  295. {block:Photoset}<div id="photoset">
  296. {block:IndexPage}<center>{Photoset-400}</center>{block:IndexPage}<div class="perma"><a style="color:{color:perma};" href="{ReblogUrl}" target="_blank"><img src="http://static.tumblr.com/eb7avl1/GMsmolvi1/reblog.png"></a>
  297. <a style="color:{color:perma};" href="{Permalink}">{NoteCountWithLabel}</a>
  298. </div></div>
  299. {/block:IndexPage}
  300. {/block:IndexPage}
  301. {/block:Photoset}
  302.  
  303. {block:Chat}</br>
  304. <div class="titulo">{Title}</div>
  305. {block:Lines}<div class="i {Alt}"><div class="{Alt} user_{UserNumber}">
  306. {block:Label}<b>{Label}</b> {/block:Label}{Line}</div></div>{/block:Lines}{block:IndexPage}<div class="perma"><a style="color:{color:perma};" href="{ReblogUrl}" target="_blank"><img src="http://static.tumblr.com/eb7avl1/GMsmolvi1/reblog.png"></a>
  307. <a style="color:{color:perma};" href="{Permalink}">{NoteCountWithLabel}</a>
  308. </div></br>
  309. {/block:IndexPage}
  310. {/block:Chat}
  311.  
  312. {block:Audio}</br>
  313. {block:AlbumArt}<div class="album">
  314. <img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  315. <div class="player"><div class="audio">{AudioPlayerBlack}</div></div>
  316. <div class="audiodescr"><div class="i"><b>TITLE: </b><span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div><div class="i"><b>ARTIST: </b><span{block:Artist} style="display: none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div>
  317. <div class="i"><b>PLAYS: </b><span{block:PlayCount} style="display: none;"{block:PlayCount}>Unknown</span>{block:PlayCount}{PlayCount}{/block:PlayCount}</div></div>{block:IndexPage}<div class="perma"><a style="color:{color:perma};" href="{ReblogUrl}" target="_blank"><img src="http://static.tumblr.com/eb7avl1/GMsmolvi1/reblog.png"></a>
  318. <a style="color:{color:perma};" href="{Permalink}">{NoteCountWithLabel}</a>
  319. </div></br>
  320. {/block:IndexPage}
  321. {/block:Audio}
  322.  
  323. {block:Video}
  324. {block:IndexPage}{Video-400}{/block:IndexPage}
  325. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  326. {block:Caption}{Caption}{/block:Caption}{block:IndexPage}<div class="perma"><a style="color:{color:perma};" href="{ReblogUrl}" target="_blank"><img src="http://static.tumblr.com/eb7avl1/GMsmolvi1/reblog.png"></a>
  327. <a style="color:{color:perma};" href="{Permalink}">{NoteCountWithLabel}</a>
  328. </div>
  329. {/block:IndexPage}
  330. {/block:Video}
  331.  
  332. {block:Answer}</br>
  333. <div><img src="{AskerPortraitURL-24}" style="border-radius:50px;"><b>{Asker}</b> → {Question}</div>
  334. <div class="answer">{Answer}</div>{block:IndexPage}<div class="perma"><a style="color:{color:perma};" href="{ReblogUrl}" target="_blank"><img src="http://static.tumblr.com/eb7avl1/GMsmolvi1/reblog.png"></a>
  335. <a style="color:{color:perma};" href="{Permalink}">{NoteCountWithLabel}</a>
  336. </div>
  337. {/block:IndexPage}</br>
  338. {/block:Answer}
  339.  
  340. {block:PermalinkPage}<div id="pagina"></div><div class="perma"><a style="color:{color:perma};" href="{ReblogUrl}" target="_blank"><img src="http://static.tumblr.com/eb7avl1/GMsmolvi1/reblog.png"></a>
  341. <a style="color:{color:perma};" href="{Permalink}">{NoteCountWithLabel}</a>
  342. </div>
  343.  
  344. {block:HasTags}<br>tagged: {block:Tags}
  345. <a href="{TagURL}" title="{Tag}">{Tag}, </a>
  346. {/block:Tags}{/block:HasTags}
  347.  
  348.  
  349. {block:NoteCount}<div style="margin-top:10px;">
  350. {block:PostNotes}{PostNotes}{/block:PostNotes}
  351. </div>{/block:NoteCount}</div>{/block:PermalinkPage}
  352. </div>
  353. {block:ContentSource}
  354. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  355. {/block:ContentSource}
  356.  
  357.  
  358. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  359. {/block:Posts}
  360. </div>
  361. </div>
  362.  
  363. {block:IndexPage}{block:Pagination}<div id="pagination">
  364. {block:NextPage}<a id="nextPage" href="{NextPage}"></a>{/block:NextPage}
  365. {block:PreviousPage}<a href="{PreviousPage}"></a>{/block:PreviousPage}
  366. </div>{/block:Pagination}{/block:IndexPage}
  367.  
  368. <div id="credito">{block:ifLogoCredito}
  369. <a title="credito" href="http://oxigenio-themes.tumblr.com/themex">
  370. <img src="http://static.tumblr.com/eb7avl1/9f3moldo5/oxigenio.jpg"></a>
  371. {/block:ifLogoCredito}{block:ifnotLogoCredito}&copy;
  372. <a title="credito" href="http://oxigenio-themes.tumblr.com/themex">theme</a>
  373. {/block:ifnotLogoCredito}</div>
  374.  
  375.  
  376.  
  377.  
  378. </body>
  379. </html>
Advertisement
Add Comment
Please, Sign In to add comment