Advertisement
Guest User

decode theme

a guest
Apr 23rd, 2014
2,599
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.36 KB | None | 0 0
  1. <!--
  2. decode theme by wlngless
  3.  
  4. please do not remove the credit!
  5. -->
  6.  
  7. <html lang="en">
  8. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml">
  10. <head>
  11.  
  12. <script type="text/javascript">
  13. <!--
  14.  
  15. // Disable Right Click Script
  16.  
  17. function IE(e)
  18. {
  19. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  20. {
  21. return false;
  22. }
  23. }
  24. function NS(e)
  25. {
  26. if (document.layers || (document.getElementById && !document.all))
  27. {
  28. if (e.which == "2" || e.which == "3")
  29. {
  30. return false;
  31. }
  32. }
  33. }
  34. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  35.  
  36. //-->
  37. </script>
  38.  
  39.  
  40. <script type="text/javascript"
  41. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  42.  
  43.  
  44. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  45. <meta name="color:background" content="#fff"/>
  46. <meta name="color:link" content="#777"/>
  47. <meta name="color:text" content="#777"/>
  48. <meta name="color:title" content="#333"/>
  49. <meta name="color:hover" content="#fff"/>
  50. <meta name="image:background" content="1"/>
  51.  
  52. <meta name="text:link one" content="">
  53. <meta name="text:link one title" content="">
  54. <meta name="text:link two" content="">
  55. <meta name="text:link two title" content="">
  56. <meta name="text:link three" content="">
  57. <meta name="text:link three title" content="">
  58. <meta name="text:link four" content="">
  59. <meta name="text:link four title" content="">
  60. <meta name="text:link five" content="">
  61. <meta name="text:link five title" content="">
  62.  
  63. <style type="text/css">
  64.  
  65.  
  66. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  67.  
  68. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  69.  
  70. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  71.  
  72. p {
  73. margin:0px;
  74. margin-top:0px;
  75. }
  76.  
  77.  
  78. body {
  79. padding: 0px;
  80. margin: 0px;
  81. color:{color:text};
  82. font-family: belleza;
  83. line-height:10px;
  84. font-size:10px;
  85. background-color: {color:Background};
  86. background-image:url({image:Background});
  87. background-attachment: fixed;
  88. background-repeat: repeat;
  89. }
  90.  
  91.  
  92. a:link, a:active, a:visited{
  93. text-decoration: none;
  94. -webkit-transition: color 0.3s ease-out;
  95. -moz-transition: color 0.3s ease-out;
  96. transition: color 0.3s ease-out;
  97. color:{color:link};
  98. }
  99.  
  100. a:hover {
  101. text-decoration: none;
  102. font-style:;
  103. color: {color:Hover};
  104. }
  105.  
  106. div#center{
  107. margin:auto;
  108. position:relative;
  109. width:1000px;
  110. background-color:;
  111. overflow:auto;
  112. overflow-y:hidden;
  113. }
  114.  
  115.  
  116. /*entries*/
  117. .entry {
  118. float:left;
  119. display: block;
  120. margin:5px;
  121. overflow:hidden;
  122. width:220px;
  123. opacity:0.9;
  124. {block:PermalinkPage}
  125. width:450px;
  126. text-align:left;
  127. line-height:10px;
  128. {/block:PermalinkPage}
  129. background:white;
  130. background-image:URL();
  131. }
  132.  
  133. .entry:hover{
  134. opacity:1;
  135. }
  136.  
  137.  
  138. /*permalinks*/
  139. .entry .perma{
  140. width:0px;
  141. height:16px;
  142. margin-left:0px;
  143. position: absolute;
  144. line-height: 16px;
  145. overflow:hidden;
  146. text-align:center;
  147. border-top-right-radius:10px;
  148. bottom:0px;
  149. background:white;
  150. word-spacing:2px;
  151. letter-spacing:1px;
  152. opacity: 0.0;
  153. -webkit-transition: all .7s ease;
  154. -moz-transition: all .7s ease;
  155. -o-transition: all .7s ease;
  156. transition: all .7s ease;
  157. transition:width .8s;
  158. -webkit-transition:width .8s;
  159. }
  160.  
  161. .entry:hover .perma{
  162. overflow:visible;
  163. opacity:1;
  164. width:100px;
  165.  
  166. }
  167.  
  168.  
  169. /*post positions*/
  170. #posts {
  171. width:500px;
  172. margin-top:1px;
  173. z-index:99;
  174. margin-left:270px;
  175. right:auto;
  176. background:transparent;
  177. margin-right:auto;
  178. position:relative;
  179. overflow-y: hidden;
  180. -webkit-transition: all .7s ease;
  181. -moz-transition: all .7s ease;
  182. -o-transition: all .7s ease;
  183. transition: all .7s ease;
  184. }
  185.  
  186. /*tooltips*/
  187. #s-m-t-tooltip {
  188. padding: 3px;
  189. height:auto;
  190. display: none;
  191. font-family: belleza;
  192. font-size: 10px;
  193. text-transform:lowercase;
  194. text-align: center;
  195. letter-spacing:1px;
  196. margin-top:12px;
  197. margin-left: 15px;
  198. line-height: 8px;
  199. z-index: 999999999999;
  200. border-radius:3px;
  201. background:#ffffff;
  202. color: #888;}
  203.  
  204.  
  205. /*sidebar stuff*/
  206. #sidebar{
  207. position:fixed !important;
  208. width:170px;
  209. background:white;
  210. height:auto;
  211. margin-top:250px;
  212. margin-left:740px;
  213. text-align:left;
  214. border-left:1px solid #ddd;
  215. border-bottom:1px solid #ddd;
  216. }
  217.  
  218. #linksies{
  219. position:fixed;
  220. background-color:transparent;
  221. margin-left:-520px;
  222. margin-top:-240px;
  223. padding:5px;
  224. text-align:right;
  225. padding-bottom:190px;
  226. padding-top:200px;
  227. border-radius:150px;
  228. }
  229.  
  230.  
  231. #bam {
  232. background-color:#fff;
  233. border-right:1px solid #ddd;
  234. border-bottom:1px solid #ddd;
  235. color:#eee;
  236. padding:1px 13px 1px 4px;
  237. margin:1px 0px;
  238. width:auto;
  239. -moz-transition: all 0.4s;
  240. -webkit-transition: all 0.4s;
  241. -o-transition: all 0.4s;
  242. transition: all 0.4;
  243. text-align:right;
  244. }
  245.  
  246. #bam:hover {
  247. padding:1px 20px 1px 4px;
  248. background-color:#bad8eb;
  249. color:#fff;
  250. }
  251.  
  252.  
  253.  
  254. @font-face { font-family: "belleza"; src: url('http://fonts.googleapis.com/css?family=Belleza'); }
  255.  
  256. .blogtitle{
  257. padding:5px;
  258. padding-bottom:0px;
  259. text-align:left;
  260. text-transform:lowercase;
  261. font-size:24px;
  262. font-family:cedarville;
  263. }
  264. @font-face {font-family:"cedarville";src: url('http://static.tumblr.com/fxpo5zq/oefmes3gi/cedarville_pnkfun_1_cursive.ttf'); }
  265.  
  266. .blogtitle a{
  267. color:{color:blogtitle};
  268. }
  269.  
  270. .desc{
  271. text-align:left;
  272. line-height:9px;
  273. padding-left:3px;
  274. }
  275.  
  276.  
  277. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  278. .title{
  279. line-height: 12px;
  280. color:{color:Title};
  281. font-weight: normal;
  282. }
  283.  
  284.  
  285. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  286. .permalink{
  287. text-transform: normal;
  288. display: block;
  289. text-align: right;
  290. text-decoration: none;
  291. }
  292.  
  293.  
  294. /*DON'T TOUCH ANY OF THIS UNLESS YOU WANT TO FUCK SOME STUFF UP*/
  295. #infscr-loading{
  296. bottom: -70px;
  297. position: absolute;
  298. left: 50%;
  299. margin-left:-8px;
  300. width:16px;
  301. height:11px;
  302. overflow:hidden;
  303. margin-bottom: 50px;
  304. }
  305.  
  306. #postnotes{
  307. text-align: justify;}
  308.  
  309. #postnotes blockquote{
  310. border: 0px;}
  311.  
  312. blockquote{
  313. padding:0px 0px 2px 5px;
  314. margin:0px 0px 2px 10px;
  315. border-left: 1px dotted #555555;
  316. }
  317.  
  318. blockquote p, ul{
  319. margin:0px;
  320. padding:0px;
  321. }
  322.  
  323. a img{border: 0px;}
  324.  
  325.  
  326. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  327.  
  328. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  329. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  330.  
  331. .notes img{width:10px; position:relative; top:3px;}
  332. <--ses-->
  333. small{font-size: 90%;}
  334.  
  335.  
  336.  
  337. #audioplayer {
  338. width:30px;
  339. height:30px;
  340. overflow:hidden;
  341. position:absolute;
  342. margin-top:40px;
  343. margin-bottom:45px;
  344. margin-left:43px;
  345. margin-right:45px;
  346.  
  347. opacity: 0.7;
  348. filter:alpha(opacity=70);
  349. -moz-opacity: 0.7;
  350. -khtml-opacity: 0.7;
  351.  
  352. }
  353.  
  354. #albumart { float:left; margin:0px 7px;}
  355.  
  356.  
  357.  
  358.  
  359. {CustomCSS}
  360.  
  361. </style>
  362.  
  363. {block:IndexPage}
  364. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  365. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  366.  
  367. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  368. <script>
  369. (function($){$(document)
  370. .ready(function(){$("[title]")
  371. .style_my_tooltips();});})
  372. (jQuery);
  373. </script>
  374.  
  375. <script type="text/javascript">
  376. $(window).load(function(){
  377. var $wall = $('#posts');
  378. $wall.imagesLoaded(function(){
  379. $wall.masonry({
  380. itemSelector: '.entry, .entry_photo',
  381. isAnimated : false
  382. });
  383. });
  384.  
  385. $wall.infinitescroll({
  386. navSelector : '#pagination',
  387. nextSelector : '#pagination a',
  388. itemSelector : '.entry, .entry_photo',
  389. bufferPx : 2000,
  390. debug : false,
  391. errorCallback: function() {
  392. $('#infscr-loading').fadeOut('normal');
  393. }},
  394. function( newElements ) {
  395. var $newElems = $( newElements );
  396. $newElems.hide();
  397. $newElems.imagesLoaded(function(){
  398. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  399. });
  400. }); $('#posts').show(500);
  401. });
  402. </script>
  403.  
  404.  
  405. {/block:IndexPage}
  406.  
  407.  
  408. <title>{title}</title>
  409.  
  410. <link rel="shortcut icon" href="{Favicon}" />
  411. <meta name="viewport" content="width=820" />
  412. </head>
  413.  
  414. <body>
  415. <BODY onselectstart="return false;" ondragstart="return false;">
  416. <div class="wrapper">
  417. <div class="header">
  418. </div>
  419.  
  420. <div id="cage">
  421. <div id="center">
  422.  
  423. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  424. <div id="sidebar">
  425. <center>
  426. <div class="blogtitle"><a href="/">{Title}</a></div><p><br>
  427. <div class="desc">{description}
  428. <p><br>
  429. <div id="linksies">
  430. <div id="bam"><a href="{text:Link One}" title="{text:Link One Title}">.01</a></div><br>
  431. <div id="bam"><a href="{text:Link Two}" title="{text:Link Two Title}">.02</div><br>
  432. <div id="bam"><a href="{text:Link Three}" title="{text:Link Three Title}">.03</a></div><br>
  433. <div id="bam"><a href="{text:Link Four}" title="{text:Link Four Title}">.04</a></div><br>
  434. <div id="bam"><a href="{text:Link Five}" title="{text:Link Five Title}">.05</a></div>
  435.  
  436. </div>
  437. </div>
  438. </center>
  439. </div>
  440. <!------------------------------------->
  441.  
  442.  
  443. <div class="left">
  444. <div id="posts">
  445. {block:Posts}
  446. <div class="entry">
  447.  
  448. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  449.  
  450. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  451. {/block:Text}
  452.  
  453. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  454.  
  455. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  456.  
  457. {block:Photo}
  458. {block:IndexPage}
  459. <center>
  460. <div class="perma">
  461. <a href="{ReblogURL}" target="_blank"> reblog </a> / <a href="{Permalink}">{notecount} </a> </div>
  462.  
  463. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  464. {/block:IndexPage}
  465. {block:PermalinkPage}
  466. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  467.  
  468. {LinkCloseTag}
  469. {/block:PermalinkPage}
  470. {/block:Photo}
  471.  
  472. {block:Photoset}
  473. {block:IndexPage}
  474. <center>
  475.  
  476. <div class="perma">
  477. <a href="{ReblogURL}" target="_blank"> reblog </a> / <a href="{Permalink}">{notecount} </a> </div>
  478.  
  479. {Photoset-250}</center>
  480. {/block:IndexPage}
  481. {block:PermalinkPage}
  482. <center>
  483. {Photoset-500}</center>
  484. {/block:PermalinkPage}
  485. {/block:Photoset}
  486.  
  487. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  488.  
  489. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  490.  
  491. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  492. <ul class="chat">
  493. {block:Lines}
  494. <li class="user_{UserNumber}">
  495. {block:Label}
  496. <span class="label">{Label}</span>
  497. {/block:Label}
  498.  
  499. {Line}
  500. </li>
  501. {/block:Lines}
  502. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  503. {/block:Chat}
  504.  
  505.  
  506.  
  507. {block:Audio}
  508. <div id="audioplayer">{AudioPlayerWhite} </div>
  509. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  510. <br>
  511. {PlayCountWithLabel}
  512.  
  513. <br><br><br><br><br><br><br><br><br><br><br><br><br>
  514. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a>
  515. {/block:Audio}
  516.  
  517.  
  518. {block:Video}
  519. {block:IndexPage}
  520. <center>
  521. <div class="perma">
  522. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  523. {Video-250}</center>
  524. {/block:IndexPage}
  525. {block:PermalinkPage}
  526. <center>
  527. {Video-400}</center>
  528. {/block:PermalinkPage}
  529. {block:Video}
  530.  
  531.  
  532. {block:PostNotes}<div align="middle">{caption}</div>
  533. <center>
  534.  
  535. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  536.  
  537. {block:HasTags}
  538. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  539. {block:RebloggedFrom}
  540. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  541. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  542.  
  543. {/block:RebloggedFrom}
  544. </center></span>
  545. <br>
  546. <div id="postnotes">{PostNotes}</div><br>
  547.  
  548. <center>{block:ContentSource}
  549. <br><a href="{SourceURL}">
  550. {lang:Source}:
  551. {block:SourceLogo}
  552. <img src="{BlackLogoURL}" width="{LogoWidth}"
  553. height="{LogoHeight}" alt="{SourceTitle}" />
  554. {/block:SourceLogo}
  555. {block:NoSourceLogo}
  556. {SourceLink}
  557. {/block:NoSourceLogo}
  558. </a>
  559. {/block:ContentSource}</center>
  560.  
  561. {/block:PostNotes}
  562. </div>
  563. {/block:Posts}
  564. </div></div>
  565.  
  566. {block:IndexPage}
  567. {block:Pagination}
  568. <div id="pagination">
  569. {block:NextPage}
  570. <a id="nextPage" href="{NextPage}"></a>
  571. {/block:NextPage}
  572. {block:PreviousPage}
  573. <a href="{PreviousPage}"></a>
  574. {/block:PreviousPage}
  575. </div>
  576. {/block:Pagination}
  577. {/block:IndexPage}
  578. </body>
  579.  
  580. <div style="bottom:5px;right:10px;position:fixed;font-size:12px;"><a href="http://wlngless.tumblr.com" title="credit"><img src="http://th20.photobucket.com/albums/b240/epal18/i-emoji/th_F957.gif"></a></div>
  581. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement