Ikxa

visceros

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