Advertisement
Guest User

juniortheme

a guest
Jan 28th, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.57 KB | None | 0 0
  1. <!--
  2. THEME 2
  3. THEME POR TOXINEI. BASE DATATHEMES.COM
  4. NÃO COPIE
  5. NÃO RETIRE OS CREDITOS
  6.  
  7. -->
  8.  
  9. <html lang="en">
  10. <head>
  11.  
  12. <meta name="color:Background Top" content="#c6a2de"/>
  13. <meta name="color:Background Bottom" content="#a2bfde"/>
  14. <meta name="color:Border" content="#000000"/>
  15. <meta name="color:Link" content="#000000"/>
  16. <meta name="color:Text" content="#000000"/>
  17. <meta name="text:Link 1 URL" content=""/>
  18. <meta name="text:Link 1 Title" content="link 1"/>
  19. <meta name="text:Link 2 URL" content=""/>
  20. <meta name="text:Link 2 Title" content="link 2"/>
  21. <meta name="text:Link 3 URL" content=""/>
  22. <meta name="text:Link 3 Title" content="link 3"/>
  23. <meta name="text:Link 4 URL" content=""/>
  24. <meta name="text:Link 4 Title" content="link 4"/>
  25. <meta name="text:Link 5 URL" content=""/>
  26. <meta name="text:Link 5 Title" content="link 5"/>
  27. <meta name="text:Link 6 URL" content=""/>
  28. <meta name="text:Link 6 Title" content="link 6"/>
  29. <meta name="if:Transparent Tumblr Controls" content="1"/>
  30.  
  31.  
  32. <title>{Title}</title>
  33. {block:Description}
  34. <meta name="description" content="{MetaDescription}" />
  35. {/block:Description}
  36. <link rel="shortcut icon" href="{Favicon}">
  37.  
  38. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  39.  
  40. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  41. <script>
  42. (function($){$(document)
  43. .ready(function(){$("[title]")
  44. .style_my_tooltips();});})
  45. (jQuery);
  46. </script>
  47.  
  48. {block:IndexPage}
  49. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  50. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  51.  
  52. <script type="text/javascript">
  53. $(window).load(function(){
  54. var $wall = $('#entries');
  55. $wall.imagesLoaded(function(){
  56. $wall.masonry({
  57. itemSelector: '#post, #post_photo',
  58. isAnimated : false
  59. });
  60. });
  61.  
  62. $wall.infinitescroll({
  63. navSelector : '#pagination',
  64. nextSelector : '#pagination a',
  65. itemSelector : '#post, #post_photo',
  66. bufferPx : 2000,
  67. debug : false,
  68. errorCallback: function() {
  69. $('#scroll').fadeOut('normal');
  70. }},
  71. function( newElements ) {
  72. var $newElems = $( newElements );
  73. $newElems.hide();
  74. $newElems.imagesLoaded(function(){
  75. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  76. });
  77. }); $('#entries').show(500);
  78. });
  79. </script>
  80. {/block:IndexPage}
  81.  
  82. <style type="text/css">
  83.  
  84. body{
  85. margin:0px;
  86. background-image:linear-gradient({color:Background Top}, {color:Background Bottom});
  87. background-image:moz-linear-gradient({color:Background Top}, {color:Background Bottom});
  88. background-attachment:fixed;
  89. background-repeat:100%;
  90. background-position:bottom-right;
  91. font-size:12px;
  92. font-family:arial;
  93. text-align:left;
  94. line-height:15px;
  95. color:{color:Text};}
  96.  
  97. a{
  98. color:{color:Text};}
  99.  
  100. ::selection{
  101. background:#fff;
  102. color:#000000;}
  103.  
  104. #s-m-t-tooltip {
  105. padding:3px;
  106. height:auto;
  107. display:none;
  108. font-size:12px;
  109. text-align:center;
  110. margin-top:15px;
  111. margin-left:15px;
  112. z-index:3;
  113. text-align:left;
  114. max-width:200px;
  115. background:rgba(225,225,225,0.5);
  116. border:1px {color:Border} solid;
  117. color:{color:Text};}
  118.  
  119. {block:IfTransparentTumblrControls}
  120. iframe#tumblr_controls{
  121. white-space:nowrap;
  122. -webkit-filter: invert(100%);
  123. -moz-filter: invert(100%);
  124. -o-filter: invert(100%);
  125. -ms-filter: invert(100%);
  126. filter: invert(100%);
  127. opacity:.5;
  128. transition: .8s ease-in-out;
  129. -webkit-transition: .8s ease-in-out;
  130. -moz-transition: .8s ease-in-out;
  131. -o-transition: .8s ease-in-out;}
  132. {/block:IfTransparentTumblrControls}
  133.  
  134. #entries{
  135. text-align:left;
  136. {block:IndexPage}
  137. width:250px;
  138. {/block:IndexPage}
  139. {block:PermalinkPage}
  140. width:450px;
  141. {/block:PermalinkPage}
  142. margin-top:100px;
  143. position:relative;}
  144.  
  145. #post{
  146. box-shadow:5px 5px 10px rgba(000,000,000,0.5);
  147. background:rgba(255, 255, 255, 0.2);
  148. border:1px solid {color:Border};
  149. padding:0px;
  150. margin-left:25px;
  151. text-align:left;
  152. margin-bottom:100px;
  153. max-width:100%;
  154. display:block;
  155. overflow:hidden;
  156. {block:IndexPage}
  157. width:250px;
  158. {/block:IndexPage}
  159. {block:PermalinkPage}
  160. width:400px;
  161. {/block:PermalinkPage}}
  162.  
  163. #post img{
  164. max-width:100%;
  165. margin-bottom:-5px;}
  166.  
  167. #post:hover .permalink{
  168. transition:0.5s linear;
  169. -moz-transition:0.5s linear;
  170. opacity:1;}
  171.  
  172. .permalink{
  173. transition:0.5s linear;
  174. -moz-transition:0.5s linear;
  175. position:Absolute;
  176. background:{color:Border};
  177. width:240px;
  178. opacity:0;
  179. margin-top:-27px;
  180. padding:5px;
  181. padding-top:7px;
  182. text-align:left;}
  183.  
  184. .permalink a{
  185. color:{color:Link};
  186. text-decoration:none;}
  187.  
  188. #post:hover .permalink{
  189. opacity:1;}
  190.  
  191. .text{
  192. padding:5px;
  193. padding-bottom:0px;}
  194.  
  195. .photoset{
  196. margin-bottom:-5px;}
  197.  
  198. .posttitle{
  199. font-size:14px;
  200. font-weight:bold;
  201. margin-top:5px;
  202. text-align:center;}
  203.  
  204. .quote{
  205. margin-right:5px;}
  206.  
  207. .source{
  208. padding-top:5px;
  209. padding-bottom:5px;
  210. display:block;
  211. text-align:left;}
  212.  
  213. .ask{
  214. background:{color:Border};
  215. color:{color:Link};
  216. padding:10px;}
  217.  
  218. .asker{
  219. text-decoration:underline;
  220. color:{color:Link};}
  221.  
  222. .answer{
  223. padding:10px 0px 5px 10px;}
  224.  
  225. .haha{
  226. background:{color:Border};
  227. color:{color:Link};
  228. padding:5px;
  229. text-align:right;}
  230.  
  231. .haha a{
  232. text-decoration:none;
  233. color:{color:Link};}
  234.  
  235. .tags{
  236. background:{color:Border};
  237. color:{color:Link};
  238. padding:5px;
  239. padding-top:0px;
  240. text-align:right;}
  241.  
  242. .tags a{
  243. text-decoration:none;
  244. color:{color:Link};}
  245.  
  246. #audio{
  247. padding-bottom:0px;
  248. margin-bottom:-7px;
  249. width:250px;}
  250.  
  251. .cov{
  252. position:absolute;
  253. z-index:0;
  254. padding:5px;
  255. width:63px;
  256. height:63px;}
  257.  
  258. .cov img{
  259. float:left;
  260. width:63px;
  261. height:63px;}
  262.  
  263. .player{
  264. opacity:0.3;
  265. width:26px;
  266. background:#fff;
  267. padding:5px;
  268. height:28px;
  269. overflow:hidden;
  270. position:absolute;
  271. z-index:0;
  272. margin-left:19px;
  273. margin-top:18px;
  274. text-align:center;}
  275.  
  276. .info{
  277. position:relative;
  278. top:15px;
  279. overflow:auto;
  280. height:60px;
  281. padding-bottom:20px;
  282. margin-left:85px;
  283. width:200px;
  284. line-height:20px;}
  285.  
  286. .chat{
  287. padding-bottom:5px;
  288. line-height:12px;
  289. list-style:none;}
  290.  
  291. .chat ul{
  292. list-style:none;
  293. padding:5px;
  294. padding-bottom:0px;
  295. line-height:15px;}
  296.  
  297. .label{
  298. text-decoration:underline;}
  299.  
  300. #sidebar{
  301. text-align:left;
  302. padding:5px;
  303. box-shadow:5px 5px 10px rgba(000,000,000,0.5);
  304. background:rgba(255, 255, 255, 0.2);
  305. width:180px;
  306. margin-left:-260px;
  307. border:1px solid {color:Border};
  308. position:fixed;}
  309.  
  310. #description{
  311. padding:5px;
  312. padding-bottom:10px;}
  313.  
  314. #links{
  315. margin-left:-7px;
  316. margin-bottom:-5px;
  317. background:{color:Border};
  318. width:177px;
  319. color:{color:Link};
  320. padding:5px;
  321. padding-top:7px;
  322. padding-left:10px;}
  323.  
  324. #links a{
  325. text-decoration:none;
  326. color:{color:Link};}
  327.  
  328.  
  329. ul,ol{
  330. margin:0px;
  331. margin-left:-5px;}
  332.  
  333. p{
  334. padding:0px;
  335. margin:2px;}
  336.  
  337. u{
  338. text-decoration:none;}
  339.  
  340. blockquote{
  341. margin:0px;
  342. margin-left:20px;
  343. padding-left:10px;
  344. border-left:1px {color:Border} solid;}
  345.  
  346. #scroll{
  347. bottom:-20px;
  348. position: absolute;
  349. left: 50%;
  350. width:10px;
  351. height:5px;
  352. overflow:hidden;
  353. margin-bottom:80px;}
  354.  
  355. .notes{
  356. padding:10px;
  357. max-height:200px;
  358. overflow:auto;
  359. line-height:18px;}
  360.  
  361. .notes a{
  362. color:{color:Text};
  363. text-decoration:none;
  364. font-weight:bold;}
  365.  
  366. li.notes{
  367. width:375px;
  368. text-align:left;}
  369.  
  370. li.notes{
  371. list-style:hidden;}
  372.  
  373. ol.notes li.note img.avatar{
  374. display:none;}
  375.  
  376. #credit{
  377. font-size:12px;
  378. font-family:consolas;
  379. position:fixed;
  380. right:10px;
  381. bottom:10px;}
  382.  
  383. </style>
  384. </head>
  385.  
  386. <body>
  387. <center>
  388.  
  389. <div id="entries">
  390. <div id="sidebar">
  391. <div id="description">{Description}</div>
  392. <div id="links">
  393. {block:IfLink1URL}
  394. <a href="{text:Link 1 URL}" title="{text:Link 1 Title}">início</a>
  395. {/block:IfLink1URL}
  396.  
  397. {block:IfLink2URL}
  398. <a href="{text:Link 2 URL}" title="{text:Link 2 Title}">correio</a>
  399. {/block:IfLink2URL}
  400.  
  401. {block:IfLink3URL}
  402. <a href="{text:Link 3 URL}" title="{text:Link 3 Title}">textos</a>
  403. {/block:IfLink3URL}
  404.  
  405. {block:IfLink4URL}
  406. <a href="{text:Link 4 URL}" title="{text:Link 4 Title}">versos</a>
  407. {/block:IfLink4URL}
  408.  
  409. {block:IfLink5URL}
  410. <a href="{text:Link 5 URL}" title="{text:Link 5 Title}">face</a>
  411. {/block:IfLink5URL}
  412.  
  413. {block:IfLink6URL}
  414. <a href="{text:Link 6 URL}" title="{text:Link 6 Title}"></a>
  415. {/block:IfLink6URL}
  416. </div>
  417.  
  418. </div>
  419.  
  420.  
  421. {block:Posts}
  422.  
  423. {block:ContentSource}
  424. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  425. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  426. {/block:SourceLogo}
  427. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  428. {/block:ContentSource}
  429.  
  430. <div id="post">
  431.  
  432. {block:Text}
  433. <div class="text">
  434. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  435. <div style="padding-bottom:5px">{Body}</div></div>
  436. {/block:Text}
  437.  
  438. {block:Link}
  439. <a href="{URL}"><div class="posttitle">{Name}</div></a>
  440. {block:Description}<div style="padding:5px">{Description}</div>{/block:Description}
  441. {/block:Link}
  442.  
  443. {block:Photo}
  444. {block:IndexPage}
  445. <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  446. {/block:IndexPage}
  447. {block:PermalinkPage}
  448. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  449. {/block:PermalinkPage}
  450. {/block:Photo}
  451.  
  452. {block:Photoset}
  453. {block:IndexPage}
  454. {Photoset-250}
  455. {/block:IndexPage}
  456. {block:PermalinkPage}
  457. {Photoset-400}
  458. {/block:PermalinkPage}
  459. {/block:Photoset}
  460.  
  461. {block:Quote}
  462. <div class="text">{Quote}{block:Source}
  463. <div class="source">— {Source}</div>{/block:Source}
  464. </div>
  465. {/block:Quote}
  466.  
  467. {block:Answer}
  468. <div class="ask"><span class="asker">{Asker}:</span> {Question}</div>
  469. <div class="answer">{Answer}</div>
  470. {/block:Answer}
  471.  
  472. {block:Chat}
  473. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  474. <div class="text"><div class="chat"><ul>{block:Lines}
  475. <li class="person{UserNumber}">{block:Label}
  476. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div></div>
  477. {/block:Chat}
  478.  
  479. {block:Audio}
  480. <div id="audio">
  481. <div class="cov"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>
  482. {block:AlbumArt}<div class="cov"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  483. <div class="player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  484. <div class="info">
  485. <div class="track"><span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div>
  486. <div class="track">By <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}</div>
  487. </div>
  488. </div>
  489. {/block:Audio}
  490.  
  491. {block:Video}
  492. {block:IndexPage}
  493. {Video-250}
  494. {/block:IndexPage}
  495. {block:PermalinkPage}
  496. {Video-400}
  497. {/block:PermalinkPage}
  498. {/block:Video}
  499.  
  500. {block:IndexPage}
  501. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  502. <div class="permalink">
  503. <a href="{Permalink}"></a> <a href="{Permalink}">{NoteCountwithlabel} -</a> <a href="{ReblogURL}">reblog</a>{block:HasTags} <a href="{Permalink}" title="{block:Tags}#{Tag} {/block:Tags}"></a>{/block:HasTags}</div>
  504. {/block:IndexPage}
  505.  
  506. {/block:IndexPage}
  507.  
  508. {block:PermalinkPage}
  509. {block:Caption}{Caption}{/block:Caption}
  510. {block:Date}<div class="haha">{Month} {DayofMonthWithSuffix}, {Year}{/block:Date} {block:NoteCount} {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom} (via <a href="{ReblogParentURL}">{ReblogParentName}</a>){/block:RebloggedFrom}</div>
  511. {block:HasTags}<div class="tags"><a href="{TagURL}">{block:Tags}#{Tag} {/block:Tags}</a></div>{/block:HasTags}
  512. {block:PostNotes}
  513. <div class="notes">{PostNotes}{/block:PostNotes}{/block:PermalinkPage}</div>
  514. {/block:Posts}
  515. </div>
  516.  
  517. {block:IndexPage}
  518. {block:Pagination}
  519. <div id="pagination">
  520. {block:NextPage}
  521. <a id="nextPage" href="{NextPage}"></a>
  522. {/block:NextPage}
  523. {block:PreviousPage}
  524. <a href="{PreviousPage}"></a>
  525. {/block:PreviousPage}
  526. </div>
  527. {/block:Pagination}
  528. {/block:IndexPage}
  529. </center>
  530. <!-- Wikplayer http://www.wikplayer.com -->
  531. <script type="text/javascript" src="http://www.wikplayer.com/code.js"
  532. data-config="{'skin':'http://static.tumblr.com/qzpui9z/4bOmy6blg/conjuntar.css','volume':100,'autoplay':true,'shuffle':true,'repeat':1,'showcomment':false,'marqueetexton':false,'placement':'bottom','showplaylist':false,'playlist':[{'title':'-','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DE4povfmX144'},{'title':'-','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dl25H7yzRsSY'},{'title':'-','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DMYSVMgRr6pw'},{'title':'-','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D2fngvQS_PmQ'},{'title':'-','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DM8He7KJwhqc'},{'title':'-','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DFvY_jl-gYns'},{'title':'-','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dlp-EO5I60KA'},{'title':'-','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DQgaTQ5-XfMM'},{'title':'-','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D89LwB6erXDI'},{'title':'-','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DXdIw6tEjyEg'},{'title':'-','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DknTY2hpHwEY'},{'title':'-','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DXxJ_Hbiby_k'},{'title':'-','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DS-SSue_SIpU'},{'title':'-','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dd1QwoFf6vyg'},{'title':'-','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DFl_BGGESaDc'},{'title':'-','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DfghM6zpE6Z4'},{'title':'-','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DQAofIG6pVEM'},{'title':'-','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Df0pdwd0miqs'},{'title':'-','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DPBuqjzPh9ys'},{'title':'-','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DVjeDuBSlmxc'},{'title':'-','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D1MGpCkjjG0s'},{'title':'-','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DWCYLLmfiOoM'}]}" ></script>
  533. <!-- Wikplayer code end -->
  534.  
  535.  
  536.  
  537. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement