Advertisement
jollyxo

Decode Theme by Jolly

Jan 11th, 2013
631
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.84 KB | None | 0 0
  1. <!--
  2. ******************************************
  3. | | |
  4. | | |
  5. | _____ | |
  6. | | | | | | \ / PLEADINGLY.tumblr.com
  7. | | | | | | \ / UNPRESENRABLE.tumblr.com
  8. \_____/ |_____| | | \____/ JOLLYTHEMES.tumblr.com
  9. /
  10. /
  11. \____/
  12. DECODE Theme ~ by unpresentable aka pleadingly
  13. Last Update: February 15, 2013
  14. Please do not remove the credits.
  15. Or at least put me on your faqs. Thank you.
  16. ******************************************
  17. -->
  18.  
  19. <html lang="en">
  20.  
  21. <head>
  22.  
  23. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  24. <link href="http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|PT+Serif:400,700,400italic,700italic" rel="stylesheet" type="text/css">
  25.  
  26.  
  27. <meta name="color:Background" content="#ffffff"/>
  28. <meta name="color:Blockquote" content="#ffffff"/>
  29. <meta name="color:Border" content="#ffffff"/>
  30. <meta name="color:Title" content="#292929"/>
  31. <meta name="color:Text" content="#363636"/>
  32. <meta name="color:Link" content="#000"/>
  33. <meta name="color:Sidebar link" content="#ddd"/>
  34. <meta name="color:scrollbar" content="#727272"/>
  35. <meta name="color:Hover" content="#ddd"/>
  36. <meta name="image:sidebar background" content="http://static.tumblr.com/2rgbcto/KCFmggds8/tumblr_mcjf7kngnc1r252clo1_500.jpg"/>
  37.  
  38.  
  39. <meta name="image:Background" content=""/>
  40. <meta name="image:Sidebar" content=""/>
  41.  
  42. <meta name="if:tiny cursor" content="1"/>
  43. <meta name="if:tiny scrollbar" content="1"/>
  44. <meta name="if:Faded Image" content="1"/>
  45. <meta name="if:Inverted Image" content="0"/>
  46. <meta name="if:ShowLink1" content="1">
  47. <meta name="if:ShowLink2" content="1">
  48. <meta name="if:ShowLink3" content="1">
  49. <meta name="if:ShowLink4" content="0">
  50. <meta name="if:ShowLink5" content="0">
  51.  
  52. <meta name="text:Link 1 Title" content="link 1">
  53. <meta name="text:Link 1 URL" content="http://">
  54. <meta name="text:Link 2 Title" content="link 2">
  55. <meta name="text:Link 2 URL" content="http://">
  56. <meta name="text:Link 3 Title" content="link 3">
  57. <meta name="text:Link 3 URL" content="http://">
  58. <meta name="text:Link 4 Title" content="link 4">
  59. <meta name="text:Link 4 URL" content="http://">
  60. <meta name="text:Link 5 Title" content="link 5">
  61. <meta name="text:Link 5 URL" content="http://">
  62.  
  63. </script>
  64.  
  65. <style type="text/css">
  66.  
  67. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  68.  
  69. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  70.  
  71. {block:iftinycursor}body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}{/block:iftinycursor}
  72.  
  73. {block:iftinyscrollbar}::-webkit-scrollbar {width: 6px; height: 4px; background: #cecece; }
  74. ::-webkit-scrollbar-thumb { background-color: #130C11;}{/block:iftinyscrollbar}
  75.  
  76. {block:IfFadedImage}
  77. img{
  78. -webkit-transition: opacity 0.8s linear;
  79. opacity: 0.60;
  80. }
  81. img:hover{
  82. -webkit-transition: opacity 0.8s linear;
  83. opacity: 1;
  84. }{/block:IfFadedImage}
  85.  
  86. {block:IfInvertedImage}
  87. img{
  88. -webkit-transition: opacity 0.8s linear;
  89. opacity: 1;
  90. }
  91. img:hover{-webkit-transition: opacity 0.8s linear;
  92. opacity: 0.60;
  93. }
  94. {/block:IfInvertedImage}
  95.  
  96. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  97.  
  98. body{
  99. margin:5px;
  100. background-color: {color:Background};
  101. background-image:url({image:Background});
  102. background-attachment: fixed;
  103. background-repeat: repeat;
  104. font-size: 12px;
  105. font-family: Ubuntu;
  106. line-height:12px;
  107. color:{color:Text};
  108. }
  109.  
  110. a:link, a:active, a:visited{
  111. color:{color:link};
  112. text-decoration: none;
  113. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  114. }
  115.  
  116. a:hover {
  117. color:{color:hover};
  118. text-decoration: none;
  119. background-color:{color:Blockquote};
  120. border-bottom:1px solid {color:Borders};
  121. }
  122.  
  123. a.links {
  124. font-family: Ubuntu;
  125. font-size: 8px;
  126. line-height: 8px;
  127. text-transform: normal;
  128. letter-spacing:0px;
  129. display:block;
  130. padding: 0px;
  131. margin-bottom: 0px;
  132. }
  133.  
  134. a.links:hover {
  135. text-shadow:0px 0px 2px #000;
  136. background-color:{color:Blockquote};
  137. border-bottom:1px solid {color:Borders};
  138. }
  139.  
  140. #cunt
  141. {width:250px; height:auto;}
  142. {block:PermalinkPage}
  143. width:410px;
  144. {/block:PermalinkPage}
  145. }
  146.  
  147. #center{
  148. padding-top:3px;
  149. padding-bottom:3px;
  150. position:fixed !important;
  151. width:250px;
  152. height:207px;
  153. background-color:#fff;
  154. {block:PermalinkPage}
  155. width:410px;
  156. height:207px;
  157. {/block:PermalinkPage}
  158. }
  159.  
  160. #posts {
  161. width: 607px;
  162. margin-top: 2px;
  163. margin-left: 235px;
  164. right:auto;
  165. padding-left: 12px;
  166. padding-top: 5px;
  167. margin-right:auto;
  168. position:relative;
  169. overflow-y: hidden;
  170. }
  171.  
  172.  
  173. #entry{
  174. opacity: 1;
  175. text-align: left;
  176. z-index: 9999;
  177. float: left;
  178. width: 250px;
  179. height: auto;
  180. {block:PermalinkPage}
  181. width: 502px;
  182. height: auto;
  183. {/block:PermalinkPage}
  184. line-height: 12px;
  185. background-color: #fff;
  186. margin-right: 5px;
  187. overflow:hidden;
  188. margin-bottom: 5px;
  189. padding: 2px;
  190. border: 1px solid #ddd;
  191. }
  192.  
  193.  
  194. #sidebar {
  195. position:fixed !important;
  196. opacity: .8;
  197. width: 240px;
  198. height: 100%;
  199. padding:0px;
  200. margin-top: 3px;
  201. margin-left: 780px;
  202. color: {color:Text};
  203. text-align: center;
  204. background-color: transparent;
  205. background-image:url({image:sidebar Background});
  206. text-transform: normal;
  207. transition: all 0.5s ease-out;
  208. -o-transition-transition: all 0.5s ease-out;
  209. -webkit-transition: all 0.5s ease-out;
  210. -moz-transition: all 0.5s ease-out;
  211. }
  212.  
  213. h3{
  214. font-family: Ubuntu;
  215. font-size: 16px;
  216. line-height:14px;
  217. color: {color:Title};
  218. font-weight: normal;
  219. padding:1px 1px 1px 1px;
  220. }
  221.  
  222.  
  223. .permatext{
  224. background-color:#eee;
  225. display: block;
  226. text-transform:uppercase;
  227. font-family: ubuntu;
  228. font-size: 8px;
  229. text-align: center;
  230. letter-spacing:1px;\
  231. }
  232.  
  233.  
  234. #postnotes{
  235. text-align: left;
  236. }
  237.  
  238. #postnotes blockquote{
  239. border: 0px;
  240. }
  241.  
  242.  
  243. .title{
  244. font-family:Ubuntu;
  245. font-size: 15px;
  246. line-height: 13px;
  247. text-shadow: 1px 1px 1px #aaa;
  248. color: {color:Title};
  249. font-weight: normal;
  250. letter-spacing: 0px;
  251. text-transform: uppercase;
  252. padding: 10px 0px 0px 0px;
  253. }
  254.  
  255. @font-face { font-family: "existance"; src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf'); }
  256.  
  257.  
  258. .blogtitle{
  259. font-family: existance;
  260. font-size: 34px;
  261. text-transform: uppercase;
  262. line-height: 28px;
  263. color: {color:Link};
  264. font-weight: normal;
  265. }
  266.  
  267. #jaaaa {
  268. position: fixed;
  269. z-index: 5000;
  270. background-color: transparent;
  271. font-family: Lekton;
  272. padding: 5px;
  273. bottom:-3px;
  274. right: 15px;
  275. color:#000;
  276. border-top-right-radius:3px;
  277. border-top-left-radius:3px;
  278. box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
  279. -webkit-transition: all 0.3s ease;
  280. -moz-transition: all 0.3s ease;
  281. transition: all 0.3s ease;}
  282.  
  283.  
  284. #jaaaa:hover {
  285. bottom:0px;
  286. padding-bottom:10px;
  287. -webkit-transition: all 0.3s ease;
  288. -moz-transition: all 0.3s ease;
  289. transition: all 0.3s ease;}
  290.  
  291. blockquote{
  292. padding:0px 0px 2px 3px;
  293. margin:0px 0px 2px 1px;
  294. }
  295. ul, ol, li{
  296. list-style:none;
  297. margin:0px;
  298. padding:0px;
  299. }
  300.  
  301. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  302. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  303. }
  304.  
  305.  
  306.  
  307. </style>
  308. <title>{title}</title>
  309. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_lu2de5CqUh1qfoi4t.gif">
  310. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  311. <meta name="viewport" content="width=720" />
  312.  
  313. </head>
  314.  
  315. <body onkeydown="return false">
  316.  
  317. <div id="center">
  318. <div id="content">
  319.  
  320. <div id="sidebar">
  321.  
  322. <div style="background-color:#ddd; padding-top:3px; padding-bottom:3px;
  323. border-top: 3px double #ccc;">
  324. <a href="/"><span class=blogtitle>{title}</span></a>
  325. <a href="/"><img src="{image:sidebar}" style="width:240px; height: auto; padding: 1px;"></a></div>
  326.  
  327. <center><br>{description}</center>
  328. <br>
  329. <select style="margin-left:-65px;margin-top:4px;background-color:white; color:{color:sidebar links}; width:125px; height:16px; font-size:9px; letter-spacing:2px; text-transform:uppercase; position:absolute; border:3px double #ddd;" onChange="location.href=this.options[this.selectedIndex].value;">
  330. <option value="">&nbsp; &nbsp; navigation </option>
  331. <option value="/"><font color="{color:sidebar link}">+ refresh</font></option>
  332. <option value="/ask"><font color="{color:sidebar link}">+ message</font></option>
  333. {block:IfShowLink1}<option value="{text:link 1 url}"><font color="{color:sidebar link}">+ {text:link 1 title}</font></option>{/block:IfShowLink1}
  334. {block:IfShowLink2}<option value="{text:link 2 url}"><font color="{color:sidebar link}">+ {text:link 2 title}</font></option>{/block:IfShowLink2}
  335. {block:IfShowLink3}<option value="{text:link 3 url}"><font color="{color:sidebar link}">+ {text:link 3 title}</font></option>{/block:IfShowLink3}
  336. {block:IfShowLink4}<option value="{text:link 4 url}"><font color="{color:sidebar link}">+ {text:link 4 title}</font></option>{/block:IfShowLink4}
  337. {block:IfShowLink5}<option value="{text:link 5 url}"><font color="{color:sidebar link}">+ {text:link 5 title}</font></option>{/block:IfShowLink5}
  338. <option value="http://unpresentable.tumblr.com/"><font color="{color:sidebar link}">+ theme</font></option>
  339. </select>
  340. </div>
  341. </div>
  342. </div>
  343.  
  344. <div id="posts">
  345. {block:Posts}
  346. <div id="entry">
  347.  
  348. {block:Photo}
  349. {block:IndexPage}
  350. <a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>
  351. {/block:IndexPage}
  352. {block:IndexPage}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=512px/>{LinkCloseTag}{/block:PermalinkPage}
  353. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
  354. {/block:Photo}
  355.  
  356.  
  357. {block:Answer}
  358. <div style="border-radius:5px; border: 0px solid #ddd; margin: 3px; min-height:30px; padding: 3px; background-color: transparent; box-shadow: 0px 0px 3px 0px #aaa; font-family: arial; font-size: 12px;">
  359. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px; box-shadow: 0px 0px 0px 2px #ddd; border-top-right-radius:0px; border-bottom-right-radius:0px; border-top-left-radius:0px; border-bottom-left-radius:0px;"/>
  360. {Asker}: {Question}</div>
  361. <div style="font-family: Ubuntu; font-size: 12px;">
  362. {Answer} <br>
  363. </div>
  364. <center><span class="permatext"><div class="peeta"><a href="{permalink}"> </a></div></span>
  365. {/block:Answer}
  366.  
  367.  
  368.  
  369. {block:Photoset}
  370. {block:IndexPage}
  371. <center>
  372.  
  373. {/block:IndexPage}
  374. <div style="padding-top:0px; padding-bottom:0px;"><a href="{permalink}">
  375. {Photoset-250}</a></div>
  376.  
  377. {/block:Photoset}
  378.  
  379. {block:Text}
  380. {block:Title}<span class="title">{Title}</span>{/block:Title}
  381. <span class="entrytext">{Body}</span>
  382. <span class="permalink">
  383. </span>
  384. <div align="right"><a href="{Permalink}">{notecountwithlabel}</a></div>
  385. {/block:Text}
  386.  
  387. {block:Link}
  388. <a href="{URL}" class="title">{Name}</a>
  389. {block:Description}{Description}{/block:Description}<br>
  390. <div align="right"><a href="{Permalink}">{notecountwithlabel}</a></div>
  391. {block:Link}
  392.  
  393. {block:Quote}
  394. <span class="title">{Quote}</span>
  395. {block:Source}<strong>{Source}</strong>{/block:Source}
  396. <span class="permalink">
  397. </span>
  398. <br>
  399. <div align="right"><a href="{Permalink}">{notecountwithlabel}</a></div>
  400. {/block:Quote}
  401.  
  402. {block:Chat}
  403. {block:Title}<span class="title">{Title}</span>{/block:Title}
  404. <ul class="chat">
  405. {block:Lines}
  406. <li class="user_{UserNumber}">
  407. {block:Label}
  408. <span class="label">{Label}</span>
  409. {/block:Label}
  410.  
  411. {Line}
  412. </li>
  413. {/block:Lines}
  414. <span class="permalink">
  415. </span><br>
  416. <div align="right"><a href="{Permalink}">{notecountwithlabel}</a></div>
  417. {/block:Chat}
  418.  
  419.  
  420. {block:Audio}
  421. <div style="padding-top:0px; padding-bottom:0px;">
  422. <div style="float:center">
  423. {AudioPlayerGrey}
  424. </div>
  425. </div>
  426.  
  427. <div style="padding-bottom:0px;">{block:Caption}{Caption}{/block:Caption}</div>{block:indexpage}
  428. <hr size="1" width="270">
  429. <div style=" float:left; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:10px;font-size:10px;"><a href="{permalink}">{FormattedPlayCount}&nbsp;Plays</a></div>
  430. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;font-size:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  431. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year}
  432. </a></div>{/block:indexpage}
  433. {/block:Audio}
  434.  
  435. {block:Video}
  436. <div style="padding-top:0px; padding-bottom:2px;">
  437. {Video-250}</div>
  438. <div style="padding-bottom:5px;">{block:Caption}{Caption}{/block:Caption}</div>
  439. {block:indexpage}<hr size="1" width="270">
  440. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  441. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year}
  442. </a></div>{/block:indexpage}
  443. {/block:Video}
  444.  
  445. {block:PermalinkPage}</a>
  446. <div id="permapage"><br>
  447. {block:notecount}
  448. {notecountwithlabel}
  449. {/block:notecount}&nbsp;&nbsp;{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date}&nbsp;&nbsp;{block:RebloggedFrom} Reblogged from
  450. <a href="{ReblogParentURL}">{ReblogParentName}</a></a><br><br>Posted by
  451. <a href="{ReblogRootURL}">{ReblogRootName}</a>
  452. {/block:RebloggedFrom}
  453. <br><br>
  454. <div align="left">
  455. {block:PostNotes}
  456. {PostNotes}
  457. {/block:PostNotes}
  458. </div>
  459. </div>
  460. {/block:PermalinkPage}
  461. </div>
  462. {/block:Posts}
  463. </div>
  464. </div>
  465. </div>
  466. </center>
  467. </div>
  468. </div>
  469. {block:indexpage}
  470. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  471. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  472. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  473. <script type="text/javascript">
  474. $(window).load(function(){
  475. var $wall = $('#posts');
  476. $wall.imagesLoaded(function(){
  477. $wall.masonry({
  478. itemSelector: '#entry, #entry_photo',
  479. isAnimated : false
  480. });
  481. });
  482.  
  483. $wall.infinitescroll({
  484. navSelector : '#page-nav',
  485. nextSelector : '#page-nav a',
  486. itemSelector : '#entry, #entry_photo',
  487. bufferPx : 2000,
  488. debug : false,
  489. errorCallback: function() {
  490. $('#infscr-loading').fadeOut('normal');
  491. }},
  492. function( newElements ) {
  493. var $newElems = $( newElements );
  494. $newElems.hide();
  495. $newElems.imagesLoaded(function(){
  496. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  497. });
  498. }); $('#content').show(500);
  499. });
  500. </script>
  501. {/block:indexpage}
  502. <div id="jaaaa">
  503. <a href="http://unpresentable.tumblr.com">RH</a>
  504. <div></div>
  505. </body>
  506. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement