Advertisement
stylens

palming theme

Apr 5th, 2013
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.55 KB | None | 0 0
  1. <!-
  2. palming theme by perys ♡
  3.  
  4. if you want a highlight with your text in you desc put < highlight> WITH NO SPACES in front of your text.
  5. -!>
  6.  
  7. <html lang="en">
  8. <html xmlns="http://www.w3.org/1999/xhtml">
  9. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  10. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/uiqhh9x/euPm9h61q/animate.css">
  11. <head>
  12. <script>
  13. $(document).ready(function(){
  14. $("#flip").click(function(){
  15. $("#panel").slideToggle("slow");
  16. });
  17. });
  18. </script>
  19.  
  20. <script type="text/javascript"
  21. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  22.  
  23. <script>
  24. $(document).ready(function() {
  25. //
  26. $('a.poplight[href^=#]').click(function() {
  27. var popID = $(this).attr('rel'); //Get Popup Name
  28. var popURL = $(this).attr('href'); //Get Popup href to define size
  29. var query= popURL.split('?');
  30. var dim= query[1].split('&');
  31. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  32. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  33. var popMargTop = ($('#' + popID).height() + 80) / 2;
  34. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  35. //Apply Margin to Popup
  36. $('#' + popID).css({
  37. 'margin-top' : -popMargTop,
  38. 'margin-left' : -popMargLeft
  39. });
  40. $('body').append('<div id="fade"></div>');
  41. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  42. return false;
  43. });
  44. $('a.close, #fade').live('click', function() {
  45. $('#fade , .popup_block').fadeOut(function() {
  46. $('#fade, a.close').remove(); //fade them both out
  47. });
  48. return false;
  49. });
  50. });
  51. </script>
  52. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  53.  
  54. <style>
  55.  
  56. div#qTip {
  57. padding: 5px;
  58. height:12px;
  59. font-family:calibri;
  60. font-size:10px;
  61. display: none;
  62. text-align: center;
  63. position: absolute;
  64. line-height:11px;
  65. z-index: 999999999999;
  66. background: {color:link};
  67. color: white;
  68.  
  69. }
  70.  
  71.  
  72. </style>
  73.  
  74. <link href='http://fonts.googleapis.com/css?family=Cousine' rel='stylesheet' type='text/css'>
  75.  
  76. <meta name="color:Background" content="#ffffff"/>
  77. <meta name="color:Title" content="#292929"/>
  78. <meta name="color:Text" content="#363636"/>
  79. <meta name="color:highlight" content="#fff"/>
  80. <meta name="color:Link" content="#C29B9B"/>
  81. <meta name="color:scrollbar" content="#727272"/>
  82. <meta name="color:Hover" content="#ddd"/>
  83. <meta name="color:description" content="#cccccc" />
  84.  
  85. <meta name="image:background" content="#FFDDDD" />
  86. <meta name="text:music code" content="" />
  87. <meta name="image:sidebar" content=""/>
  88. <meta name="image:sideimgg" content=""/>
  89.  
  90. <meta name="text:Link01" content="" />
  91. <meta name="text:Link01 Title" content="" />
  92. <meta name="text:Link02" content="" />
  93. <meta name="text:Link02 Title" content="" />
  94. <meta name="text:Link03" content="" />
  95. <meta name="text:Link03 Title" content="" />
  96. <meta name="text:Link04" content="" />
  97. <meta name="text:Link04 Title" content="" />
  98.  
  99. <meta name="if:Black Player" content="0">
  100. <meta name="if:MusicPlayer" content="1"/>
  101.  
  102. <meta name="color:playertab" content="#ffffff"/>
  103.  
  104. </script>
  105.  
  106. <style type="text/css">
  107. #fade { /*--Transparent background layer--*/
  108. display: none; /*--hidden by default--*/
  109. background: #000;
  110. position: fixed; left: 0; top: 0;
  111. width: 100%; height: 100%;
  112. opacity: .6;
  113. z-index: 9999;
  114. }
  115. .popup_block{
  116. display: none; /*--hidden by default--*/
  117. background: #ffffff;
  118. color:{color:text};
  119. padding: 10px;
  120. float: left;
  121. font-size: 12px;
  122. position: fixed;
  123. top: 50%; left: 50%;
  124. z-index: 99999;
  125. font-family:calibri;
  126. border-left:4px solid #ddd;
  127. border-right:4px solid #ddd;
  128. border-top:1px solid #ddd;
  129. border-bottom:1px solid #ddd;
  130. -webkit-transition: all .7s ease;
  131. -moz-transition: all .7s ease;
  132. -o-transition: all .7s ease;
  133. transition: all .7s ease;
  134. }
  135. /*--Making IE6 Understand Fixed Positioning--*/
  136. *html #fade {
  137. position: absolute;
  138. }
  139. *html .popup_block {
  140. position: absolute;
  141. }
  142.  
  143. highlight{
  144. background:{color:highlight};
  145. line-height:12px;
  146. margin:0px;
  147. padding:0px;
  148. }
  149.  
  150. 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;}
  151.  
  152. 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;}
  153.  
  154. ::-webkit-scrollbar {width: 5px; height: 5px; background: #dddddd;}
  155.  
  156. ::-webkit-scrollbar-thumb { background-color:{color:scrollbar};}
  157.  
  158. body, a, a:hover {cursor: url(http://i.imgur.com/2qleX.jpg), progress;}
  159.  
  160.  
  161. ::selection {
  162. background: #ebbbaa;
  163. color: #ffffff;
  164. }
  165.  
  166.  
  167. ::-moz-selection {
  168. background: #ebbbaa;
  169. color: #ffffff;
  170. }
  171.  
  172. @font-face{font-family:Double Feature;src:url(http://static.tumblr.com/9wzbixa/pY7mj2hgs/doublefeature20.ttf);}
  173.  
  174. body{
  175. margin:5px;
  176. background-color: {color:Background};
  177. background-image:url({image:Background});
  178. background-attachment: fixed;
  179. background-size: tile;
  180. font-size: 8px;
  181. font-family: cambria;
  182. text-transform:uppercase;
  183. line-height:12px;
  184. color:{color:Text};
  185. cursor:url(http://i.imgur.com/2qleX.jpg), progress;
  186. }
  187.  
  188. a:link, a:active, a:visited{
  189. color:{color:link};
  190. text-decoration: none;
  191. -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;
  192.  
  193. }
  194.  
  195. a:hover{
  196. text-decoration: blur;
  197. -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  198. cursor: url(http://i.imgur.com/2qleX.jpg), auto;
  199. color: transparent;
  200. text-shadow: 0 0 5px rgba(0,0,0,0.5);
  201. }
  202.  
  203. .title {
  204. font-family:arial;
  205. font-size:14px;
  206. font-weight:bold;
  207. letter-spacing:1px;
  208. color:{color:links};
  209. text-align:left;
  210. -moz-transition: 0.5s ease-in;
  211. -webkit-transition: 0.5s ease-in;
  212. -o-transition: 0.5s ease-in;
  213. transition: 0.5s ease-in;
  214. }
  215.  
  216. #cunt{width:250px; height:auto;}
  217. {block:PermalinkPage}
  218. width:410px;
  219. {/block:PermalinkPage}
  220. }
  221.  
  222. #center{
  223. padding-top:3px;
  224. padding-bottom:3px;
  225. position:fixed !important;
  226. width:250px;
  227. height:207px;
  228. background-color:#fff;
  229. {block:PermalinkPage}
  230. width:410px;
  231. height:207px;
  232. {/block:PermalinkPage}
  233. }
  234.  
  235. #posts{
  236. float:center;
  237. {block:indexpage}
  238. width:900px;
  239. {/block:indexpage}
  240. margin-left:400px;
  241. margin-top: 2px;
  242. {block:permalinkpage}
  243. width:800px;
  244. {/block:permalinkpage}
  245. }
  246. #icon{
  247. display:inline-block;
  248. margin-left:0px;
  249. margin-right:7px;
  250. float:center;
  251. width: 35px;
  252. height: 36px;
  253. background:white;
  254. border-left:px solid #eee;
  255. padding:5px;
  256. z-index:9;
  257. }
  258. #sidebar {
  259. width:150px;
  260. padding:12px;
  261. background-color: #fafafa;
  262. background-image:url("{image:sideimgg}");
  263. margin-left:200px;
  264. margin-top:150px;
  265. position:fixed;
  266. }
  267.  
  268. .footer {
  269. width:150px;
  270. height:10px;
  271. margin-left:-12px;
  272. padding:12px;
  273. background-color: #fafafa;
  274. position:fixed;
  275. text-align:right;
  276. float:right;
  277. opacity:1;
  278. filter: alpha(opacity = 100);
  279. font-family:arial;
  280. font-size:8px;
  281. }
  282.  
  283.  
  284.  
  285. #links {
  286. text-align:right;
  287. border-top:0px solid #f2f2f2;
  288. }
  289. .links {
  290. color:{color:text};
  291. font-family:arial;
  292. font-size:8px;
  293. }
  294. .links a {
  295. color:{color:text};
  296. padding: 2px 3px 2px 3px;
  297. background-color:#f2f2f2;
  298. margin-left:3px;
  299. -moz-transition: 0s ease-in;
  300. -webkit-transition: 0s ease-in;
  301. -o-transition: 0s ease-in;
  302. transition: 0s ease-in;
  303. }
  304. .links a:hover {
  305. color:{color:hover};
  306. background-color:{color:link};
  307. }
  308.  
  309.  
  310. #desc {
  311. font-family:'playfair display';
  312. font-size:8px;
  313. border-top:1px solid #f2f2f2;
  314. padding-top:5px;
  315. margin-top:2px;
  316. font-style:italic;
  317. text-align:right;
  318. padding-right:3px;
  319. }
  320.  
  321. #titlee {
  322. text-align:right;
  323. width:73px;
  324. margin-top:3px;
  325. margin-bottom:-13px;
  326. padding-right:2px;
  327. }
  328. .titlee {
  329. font-family:arial;
  330. font-size:14px;
  331. font-weight:bold;
  332. letter-spacing:1px;
  333. color:{color:links};
  334. text-align:left;
  335. -moz-transition: 0.5s ease-in;
  336. -webkit-transition: 0.5s ease-in;
  337. -o-transition: 0.5s ease-in;
  338. transition: 0.5s ease-in;
  339. }
  340. .titlee:hover {
  341. color:{color:hover};
  342. }
  343.  
  344. .cred {
  345. font-family:calibri; letter-spacing:1px; font-size:17px; top:21px; right:4px; position:fixed; padding:10px; text-align:right; font-weight:normal; }
  346.  
  347. .cred:hover #name
  348. { margin-bottom:0;
  349. -webkit-transition: all 0.2s ease-out;
  350. -o-transition: all 0.2s ease-out;
  351. -webkit-transition: all 0.2s ease-out;
  352. -moz-transition: all 0.2s ease-out;}
  353.  
  354. .cred:hover #star { opacity:0;
  355. -webkit-transition: all 0.2s ease-out;
  356. -o-transition: all 0.2s ease-out;
  357. -webkit-transition: all 0.2s ease-out;
  358. -moz-transition: all 0.2s ease-out;}
  359.  
  360. #star { font-size:14px; padding-bottom:10px; }
  361. #name { margin-bottom:-36px;
  362. -webkit-transition: all 0.2s ease-out;
  363. -o-transition: all 0.2s ease-out;
  364. -webkit-transition: all 0.2s ease-out;
  365. -moz-transition: all 0.2s ease-out;}
  366. #name a { color:{color:italic}; }
  367.  
  368.  
  369. .popuptitle{
  370. background: transparent;
  371. font-family:calibri;
  372. font-size:8px;
  373. text-transform:uppercase;
  374. letter-spacing:2px;
  375. line-height:13px;
  376. text-align:left;
  377. letter-spacing:2px;
  378. border-bottom:1px solid #ddd;
  379. color:{color:title};
  380. margin-bottom:2px;
  381. padding-left:5px;
  382. }
  383. #playertab
  384. {position:fixed;z-index:999;
  385. top:0px;
  386. left:-170px;
  387. height:11px;
  388. padding:1px 8px 3px 1px;
  389. letter-spacing:2px;
  390. background-color:{color:playertab};
  391. -moz-border-radius:0px 00px 10px 0px;
  392. border-radius:0px 0px 10px 0px;
  393. -webkit-transition: opacity 1s linear;-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;}
  394.  
  395. #mus
  396. {float:left;
  397. color:#ffffff;
  398. padding-left:100px;
  399. margin-top:-1px;
  400. -webkit-transition: opacity 1s linear;-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;}
  401.  
  402. #mus i{
  403. color:#ffffff;}
  404.  
  405. #playertab:hover #mus
  406. {padding-left:0px;
  407. opacity:0;}
  408.  
  409. #playertab:hover
  410. {left:0px;}
  411.  
  412. #entry .perma a{
  413. color:;}
  414.  
  415. .permalink {
  416. display: block;
  417. border-top: 1px solid #ddd;
  418. padding: 3px;
  419. margin: 4px 10px 0px 10px;
  420. font-family: calibri;
  421. font-size: 60px;
  422. color: #424242;
  423. line-height: 110px;
  424. text-align: center;
  425. text-decoration: none;
  426. -webkit-transition: color 0.9s ease-out;
  427. -moz-transition: color 0.9s ease-out;
  428. }
  429.  
  430. #entry .perma a{
  431. color:;
  432. -webkit-transition: color 0.9s ease-out;
  433. -moz-transition: color 0.9s ease-out;
  434. }
  435.  
  436.  
  437. #entry .perma1{
  438. width:20px;
  439. height:20px;
  440. padding:2px;
  441. font-family: calibri;
  442. text-transform:lowercase;
  443. position: absolute;
  444. font-size: 11px;
  445. line-height: 11px;
  446. text-align: center;
  447. overflow:hidden;
  448. opacity:0;
  449. background:white;
  450. letter-spacing:0px;
  451. top:0px;
  452. margin-left: -5px;
  453. transition: all 0.9s ease-out;
  454. -o-transition-transition: all 0.9s ease-out;
  455. -webkit-transition: all 0.9s ease-out;
  456. -moz-transition: all 0.9s ease-out;
  457. }
  458.  
  459. #entry:hover .perma1{
  460. top:10px;
  461. opacity: 1;
  462. margin-left: 0px;
  463. width: 20px;
  464. text-transform:lowercase;
  465. overflow:visible;
  466. transition: all 0.9s ease-out;
  467. -o-transition-transition: all 0.9s ease-out;
  468. -webkit-transition: all 0.9s ease-out;
  469. -moz-transition: all 0.9s ease-out;
  470. }
  471.  
  472. #entry .perma2{
  473. width:20px;
  474. height:20px;
  475. padding:2px;
  476. font-family: calibri;
  477. text-transform:lowercase;
  478. position: absolute;
  479. font-size: 8px;
  480. line-height: 11px;
  481. text-align: center;
  482. overflow:hidden;
  483. opacity:0;
  484. background:white;
  485. letter-spacing:0px;
  486. bottom:0px;
  487. margin-right: -5px;
  488. transition: all 0.9s ease-out;
  489. -o-transition-transition: all 0.9s ease-out;
  490. -webkit-transition: all 0.9s ease-out;
  491. -moz-transition: all 0.9s ease-out;
  492. }
  493.  
  494. #entry:hover .perma2{
  495. bottom:10px;
  496. opacity: 1;
  497. margin-right: 0px;
  498. width: 40px;
  499. text-transform:lowercase;
  500. overflow:visible;
  501. transition: all 0.9s ease-out;
  502. -o-transition-transition: all 0.9s ease-out;
  503. -webkit-transition: all 0.9s ease-out;
  504. -moz-transition: all 0.9s ease-out;
  505. }
  506.  
  507. .permalinktext {
  508. display: block;
  509. padding: 0px;
  510. margin: 3px 0px 0px 0px;
  511. font-family:calibri;
  512. letter-spacing: 2px;
  513. font-size:8px;
  514. color: #EDEDED;
  515. line-height: 16px;
  516. text-align: center;
  517. text-transform:uppercase;
  518. text-decoration: none;
  519. background:#F5F5F5;
  520. -webkit-transition: color 0.5s ease-out;
  521. -moz-transition: color 0.5s ease-out;
  522. border-top: 1px solid #dcdcdc;
  523. border-bottom-right-radius:5px;
  524. border-bottom-left-radius:5px;
  525. }
  526.  
  527.  
  528. #postnotes{
  529. text-align: left;
  530. }
  531.  
  532. #postnotes blockquote{
  533. border: 0px;
  534. }
  535.  
  536. #entry{
  537. font-family:cambria;
  538. font-size:8px;
  539. line height: 11px;
  540. text-align:left;
  541. float:left;
  542. width:235px;
  543. border-top-right-radius:4px;
  544. border-top-left-radius:4px;
  545. border-bottom-right-radius:4px;
  546. border-bottom-left-radius:4px;
  547. {block:PermalinkPage}
  548. width: 460px;
  549. height: auto;
  550. {/block:PermalinkPage}
  551. line-height:17px;
  552. background:#ffffff;
  553. padding:10px;
  554. border:1px solid #F5F5F5;
  555. margin-right:10px;
  556. overflow:hidden;
  557. margin-bottom:10px;
  558. }
  559.  
  560. #entry:hover{
  561. opacity: 1.0;
  562. transition: all 1.0s ease-out;
  563. -o-transition-transition: all 1.0s ease-out;
  564. -webkit-transition: all 1.0s ease-out;
  565. -moz-transition: all 1.0s ease-out;
  566. }
  567.  
  568.  
  569.  
  570. #permapage{
  571. font-family: consolas;
  572. font-size: 10px;
  573. line-height: 10px;
  574. text-align: center;
  575. padding-bottom:10px;
  576. z-index:9999;}
  577.  
  578.  
  579. blockquote{
  580. padding:0px 0px 2px 3px;
  581. margin:0px 0px 5px 1px;
  582. border-left: 6px solid {color:link}
  583. }
  584. ul, ol, li{
  585. list-style:none;
  586. margin:0px;
  587. padding:0px;
  588. }
  589.  
  590. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  591. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  592. }
  593.  
  594.  
  595.  
  596. #audio {
  597. {block:IfNotPosts400px}width:500px;{/block:IfNotPosts400px}
  598. {block:IfPosts400px}width:400px;{/block:IfPosts400px}
  599. height:70px;
  600. margin-bottom:0px;
  601. }
  602.  
  603. .artcover {
  604. width:70px;
  605. height:70px;
  606. position:absolute;
  607. }
  608. .artcover img {
  609. width:70px;
  610. height:70px;
  611. float:left;
  612. }
  613.  
  614. .player {
  615. position:absolute;
  616. z-index:1;
  617. width:60px;
  618. height:60px;
  619. margin-top:5px;
  620. margin-left:5px;
  621. display:block;
  622. opacity:0.7;
  623. -webkit-transition:all 0.4s;
  624. -moz-transition:all 0.4s;
  625. -o-transition:all 0.4s;
  626. -ms-transition: all 0.4s;
  627. transition:all 0.5s;
  628. {block:IfNotBlackPlayer}background:#fff;{/block:IfNotBlackPlayer}
  629. {block:IfBlackPlayer}background:#000;{/block:IfBlackPlayer}
  630. }
  631. .player:hover {
  632. -webkit-transition:all 0.4s;
  633. -moz-transition:all 0.4s;
  634. -o-transition:all 0.4s;
  635. -ms-transition: all 0.4s;
  636. transition:all 0.4s;
  637. opacity:0.5;
  638. }
  639.  
  640. .audioplayer {
  641. width:24px;
  642. height:24px;
  643. margin-top:14px;
  644. margin-left:13px;
  645. overflow:hidden;
  646. padding:3px;
  647. }
  648.  
  649. .audioinfo {
  650. {block:IfNotPosts400px}width:422px;{/block:IfNotPosts400px}
  651. {block:IfPosts400px}width:322px;{/block:IfPosts400px}
  652. height:52px;
  653. margin-left:78px;
  654. display:block;
  655. padding-top:18px;
  656. font-size:11px;
  657. font-weight:bold;
  658. letter-spacing:1px;
  659. text-transform:uppercase;
  660. text-align:center;
  661. color:{color:asks text};
  662. background:{color:asks background};
  663. }
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670. blockquote{
  671. padding:0px 0px 2px 3px;
  672. margin:0px 0px 2px 1px;
  673. }
  674. ul, ol, li{
  675. list-style:none;
  676. margin:0px;
  677. padding:0px;
  678. }
  679.  
  680. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  681. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  682. }
  683.  
  684. </style>
  685. <title>{title}</title>
  686. <link rel="shortcut icon" href="{favicon}">
  687. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  688. <meta name="viewport" content="width=720" />
  689. </head>
  690. <body>
  691.  
  692. {block:IfMusicPlayer}
  693. {Block:IndexPage}
  694. <div id="playertab">
  695. <div style="float:left;width:120px">{text:music code}
  696. </div>
  697. <div id="mus"><i> musique</i></div>
  698. </div>
  699. {/Block:IndexPage}
  700. {/Block:IfMusicPlayer}
  701.  
  702. <div id="center">
  703. <div id="content">
  704.  
  705. <div id="sidebar">
  706. <div id="links">
  707. <div id="titlee"><span class="titlee"><div id="icon"><img src="{image:sidebar}" width=40px;></a></div> </span></div>
  708. <span class="links">
  709. <a href="{text:Link01}" title="{text:Link01 Title}">01</a>
  710. <a href="{text:Link02}" title="{text:Link02 Title}">02</a>
  711. <a href="{text:Link03}" title="{text:Link03 Title}">03</a>
  712. <a href="{text:Link04}" title="{text:Link04 Title}">04</a>
  713. </span></div>
  714.  
  715. {block:Description}
  716. <div id="desc">{Description}</div>
  717. {/block:Description}
  718.  
  719. </div></div></div></div></div>
  720.  
  721. <div id="posts">
  722.  
  723. {block:Posts}
  724. <div id="entry">
  725. {block:Text}
  726. {block:Title}<span class="title">{Title}</span>{/block:Title}
  727. <span class="entrytext">{Body}</span>
  728. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  729. {/block:Text}
  730.  
  731. {block:Link}
  732. <a href="{URL}" class="title">{Name}</a>
  733. {block:Description}{Description}{/block:Description}
  734. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  735. {block:Link}
  736.  
  737. {block:Photo}{block:IndexPage}
  738. <div class="perma1">
  739. <div style="padding-top:4px;"><a href="{ReblogURL}" target="_blank" title="reblog it">✰</a></span></div></div>
  740. <div class="perma2">
  741. <div style="padding-top:4px;">{NoteCount}</span></div></div>
  742. {/block:IndexPage}
  743. {block:IndexPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width=235px /></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=460px/>{LinkCloseTag}{/block:PermalinkPage}
  744. {/block:Photo}
  745.  
  746.  
  747.  
  748. {block:Quote}
  749. <span class="entrytext">{Quote}</span>
  750. {block:Source}<b><a href="{Permalink}">{Source}</a></b>{/block:Source}
  751. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  752. {/block:Quote}
  753.  
  754. {block:Chat}
  755. {block:Title}<span class="title">{Title}</span>{/block:Title}
  756. <ul class="chat">
  757. {block:Lines}
  758. <li class="user_{UserNumber}">
  759. {block:Label}
  760. <span class="label">{Label}</span>
  761. {/block:Label}
  762.  
  763. {Line}
  764. </li>
  765. {/block:Lines}
  766. </ul>
  767. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a>
  768. <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  769. {/block:Chat}
  770.  
  771.  
  772. {block:Audio}
  773. <div id="audio">
  774. <div class="artcover"><img src="http://static.tumblr.com/liul60i/IcMmdl9id/nmusic2.png"></div>{block:AlbumArt}<div class="artcover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  775.  
  776. <div class="player">
  777. <div class="audioplayer">{block:IfNotBlackPlayer}{AudioPlayerWhite}{/block:IfNotBlackPlayer}{block:IfBlackPlayer}{AudioPlayerBlack}{/block:IfBlackPlayer}</div></div>
  778.  
  779. <div class="audioinfo">
  780. {block:TrackName}{TrackName}{/block:TrackName}
  781. <div style="font-size:8px; margin-top:5px;">
  782. {block:Artist}{Artist}{/block:Artist}{block:Album} - {Album}{/block:Album} ({FormattedPlayCount})
  783. </div></div></div>
  784.  
  785. <div class="permalinktext"><a href="{permalink}" title="notes">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank" title="reblog it">reblog</a> </div>
  786.  
  787. {block:IfNotShowCaption}{block:PermalinkPage}
  788. {block:Caption}<br>{Caption}{/block:Caption}
  789. {/block:PermalinkPage}{/block:IfNotShowCaption}
  790. {/block:Audio}
  791.  
  792. {block:Video}<center>
  793. <div class="video">{Video-400}</div></center>
  794. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  795. {block:Video}
  796.  
  797. {block:Answer}
  798. <br>
  799. <div style="border-radius:5px; border: 1px solid #E6DFDF; margin: 3px; margin-top: -2px; min-height:30px; padding: 3px; background: white; box-shadow: 0px 0px 5px 3px #eee;">
  800. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px; box-shadow: 0px 0px 0px 2px #E6DFDF; border-radius: 3px;"/>
  801. <askk>{Asker}</askk>: {Question}<br></div>
  802. <div style="font-family: arma; font-size: 8px;">
  803. {Answer}
  804. </div>
  805. {/block:Answer}
  806.  
  807. {block:PostNotes}<div align="middle">{caption}</div>
  808. <center>
  809.  
  810. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  811.  
  812.  
  813. {block:RebloggedFrom}
  814. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  815. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  816.  
  817. {/block:RebloggedFrom}
  818. </center></span>
  819. <br>
  820. <div id="postnotes">{PostNotes}</div><br>
  821.  
  822. <center>{block:ContentSource}
  823. <br><a href="{SourceURL}">
  824. {lang:Source}:
  825. {block:SourceLogo}
  826. <img src="{BlackLogoURL}" width="{LogoWidth}"
  827. height="{LogoHeight}" alt="{SourceTitle}" />
  828. {/block:SourceLogo}
  829. {block:NoSourceLogo}
  830. {SourceLink}
  831. {/block:NoSourceLogo}
  832. </a>
  833. {/block:ContentSource}</center>
  834.  
  835. {/block:PostNotes}
  836. </div>
  837. {/block:Posts}
  838. </div></div>
  839.  
  840. {block:indexpage}
  841. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  842. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  843. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  844. <script type="text/javascript">
  845. $(window).load(function(){
  846. var $wall = $('#posts');
  847. $wall.imagesLoaded(function(){
  848. $wall.masonry({
  849. itemSelector: '#entry, #entry_photo',
  850. isAnimated : false
  851. });
  852. });
  853.  
  854. $wall.infinitescroll({
  855. navSelector : '#page-nav',
  856. nextSelector : '#page-nav a',
  857. itemSelector : '#entry, #entry_photo',
  858. bufferPx : 2000,
  859. debug : false,
  860. errorCallback: function() {
  861. $('#infscr-loading').fadeOut('normal');
  862. }},
  863. function( newElements ) {
  864. var $newElems = $( newElements );
  865. $newElems.hide();
  866. $newElems.imagesLoaded(function(){
  867. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  868. });
  869. }); $('#content').show(500);
  870. });
  871. </script>
  872. {/block:indexpage}
  873.  
  874. </div>
  875.  
  876. <body onkeydown="return false">
  877. </body>
  878. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement