Ikxa

amniotico

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