wheretimeisendless

Theme #21

Sep 8th, 2013
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.80 KB | None | 0 0
  1. <!--
  2. theme by wheretimeisendless
  3. this was my old theme yays
  4. -->
  5.  
  6. <head>
  7. <script type="text/javascript"
  8. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  9. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  10. <meta name="color:background" content="#FFFFFF"/>
  11. <meta name="color:text" content="#130C11"/>
  12. <meta name="color:hover" content="#130C11"/>
  13. <meta name="color:link" content="#000000"/>
  14. <meta name="color:scrollbar" content="#000000"/>
  15. <meta name="color:link one" content="#BADB73"/>
  16. <meta name="color:link two" content="#4ECDC4"/>
  17. <meta name="color:link three" content="#FCD036"/>
  18. <meta name="color:link four" content="#F88F79"/>
  19. <meta name="color:link five" content="#BD70E8"/>
  20. <meta name="color:link six" content="#FFA566">
  21. <meta name="image:sidebar" content="1"/>
  22. <meta name="image:background" content="1"/>
  23. <meta name="text:title1" content "wildheart">
  24. <meta name="text:desc" content="put a quote or something"/>
  25. <meta name="text:Custom Link One" content=""/>
  26. <meta name="text:Custom Link One URL" content=""/>
  27. <meta name="text:Custom Link Two" content=""/>
  28. <meta name="text:Custom Link Two URL" content=""/>
  29. <meta name="text:Custom Link Three" content=""/>
  30. <meta name="text:Custom Link Three URL" content=""/>
  31. <meta name="text:Custom Link Four" content=""/>
  32. <meta name="text:Custom Link Four URL" content=""/>
  33. <meta name="text:Custom Link Five" content=""/>
  34. <meta name="text:Custom Link Five URL" content=""/>
  35. <meta name="text:Custom Link Six" content=""/>
  36. <meta name="text:Custom Link Six URL" content=""/>
  37. <meta name="color:backtitle" content="" />
  38. <meta name="text:Backtitle" content="tell me the story about how the sun loved the moon so much he died every night to let her breathe" />
  39.  
  40.  
  41. <style type="text/css">
  42. @font-face {
  43. font-family: "urmom";
  44. src: url('http://static.tumblr.com/cs9z8nu/rxKmdmelb/setfiretotherain.ttf');
  45. }
  46. @font-face { font-family: "lovenote"; src: url('http://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf'); }
  47. @font-face { font-family: "beautiful flaws"; src: url('http://static.tumblr.com/qx5hjds/dZQm96b1j/beautifulflaws.ttf');}
  48.  
  49. @font-face { font-family: "signerica"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  50.  
  51. a {color:{color:link};text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  52.  
  53.  
  54. ::-webkit-scrollbar {width: 4px; height: 4px; background: #ffffff; }
  55.  
  56. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; }
  57.  
  58.  
  59. iframe#tumblr_controls {
  60. right:3px !important;
  61. position: fixed !important;
  62. -webkit-transition: opacity 0.7s
  63. linear;opacity: 0.5;
  64. -webkit-transition: all 0.8s ease-out;
  65. -moz-transition: all 0.8s ease-out;
  66. transition: all 0.8s ease-out;
  67. }
  68.  
  69.  
  70. iframe#tumblr_controls:hover{
  71. -webkit-transition: opacity 0.7s linear;
  72. opacity: 1;
  73. -webkit-transition: all 0.4s ease-out;
  74. -moz-transition: all 0.4s ease-out;
  75. transition: all 0.4s ease-out;
  76. }
  77.  
  78.  
  79.  
  80. .wrapper{
  81. margin:1px auto;
  82. width: 802px;
  83. }
  84.  
  85. .header{
  86. float: left;
  87. width: 100%;
  88. }
  89.  
  90. .left{
  91. float: left;
  92. margin-right: 20px;
  93. width: 802px;
  94. }
  95.  
  96. .right{
  97. float: right;
  98. width: 200px;
  99. background-color: {color:Background};
  100. }
  101.  
  102.  
  103. p {
  104. margin:0px;
  105. margin-top:0px;
  106. }
  107.  
  108.  
  109. body {
  110. line-height:100%;
  111. text-decoration: none;
  112. background-color: {color:background};
  113. background-image:url({image:Background});
  114. background-attachment: fixed;
  115. background-repeat: repeat;
  116. color: {color:Text};
  117. font-family: consolas;
  118. font-size: 10px;
  119. }
  120.  
  121. a:link, a:active, a:visited{
  122. color: {color:Link};
  123. text-decoration: none;
  124. -webkit-transition: color 0.2s ease-out;
  125. -moz-transition: color 0.2s ease-out;
  126. }
  127.  
  128. a:hover{
  129. color:{color:Hover};
  130. text-decoration:line-through;
  131. transition: all 0.5s ease-out;
  132. -o-transition-transition: all 0.5s ease-out;
  133. -webkit-transition: all 0.5s ease-out;
  134. -moz-transition: all 0.5s ease-out;;
  135. }
  136.  
  137. b {
  138. color:#badb73;
  139. text-decoration:italic;}
  140.  
  141.  
  142. b:hover{
  143. color:{color:Hover};
  144. text-decoration:line-through;
  145. transition: all 0.5s ease-out;
  146. -o-transition-transition: all 0.5s ease-out;
  147. -webkit-transition: all 0.5s ease-out;
  148. -moz-transition: all 0.5s ease-out;;
  149. }
  150.  
  151. .excel{
  152. opacity: 0.6;
  153. }
  154.  
  155. .excel:hover{
  156. -webkit-transition: opacity 0.7s linear;
  157. opacity: 1;
  158. -webkit-transition: all 0.4s ease-out;
  159. -moz-transition: all 0.4s ease-out;
  160. transition: all 0.4s ease-out;
  161. }
  162.  
  163. .permalink{
  164. line-height: 13px;
  165. text-transform: none;
  166. font-family: consolas;
  167. font-size: 10px;
  168. text-align:center;
  169. margin-top: 1px;
  170. text-align: right;
  171. text-transform: uppercase;
  172. }
  173.  
  174. div#sidebar{
  175. position:fixed !important;
  176. width: 200px;
  177. height:100%;
  178. margin-top: 300px;
  179. margin-left: -100px;
  180. padding: 2px;
  181. line-height:14px;
  182. letter-spacing:0px;
  183. margin-bottom: 6px;
  184. background-color:transparent;
  185. }
  186.  
  187. #posts {
  188. width: 540px;
  189. margin-left:190px;
  190. margin-top: 10px;
  191. background-color: {color:background};
  192. background-image:url({image:Background});
  193. {block:PermalinkPage}
  194. margin-left:190px;
  195. {/block:PermalinkPage}
  196. float:left;
  197. }
  198.  
  199. #infscr-loading{
  200. bottom: -70px;
  201. position: absolute;
  202. left: 50%;
  203. margin-left:-8px;
  204. width:16px;
  205. height:11px;
  206. overflow:hidden;
  207. margin-bottom: 50px;
  208. }
  209.  
  210.  
  211. .title{
  212. color: {color:link};
  213. font-family:consolas;
  214. font-size:15px;
  215. line-height:17px;
  216. text-align:center;
  217. }
  218.  
  219.  
  220. #pagination{
  221. display:none;
  222. }
  223.  
  224.  
  225.  
  226.  
  227. .perma {
  228. opacity: 0.0;
  229. filter: alpha(opacity = 0);
  230. z-index:9999991;
  231. display: inline-block;
  232. position: absolute;
  233. text-align: left;
  234. top: 5px;
  235. left: 5px;
  236. width: 100%;
  237. -webkit-transition: opacity 0.7s linear;
  238. opacity: 0.0;
  239. -webkit-transition: all 0.4s ease-out;
  240. -moz-transition: all 0.4s ease-out;
  241. transition: all 0.4s ease-out;
  242. }
  243.  
  244. .entry:hover .perma {
  245. opacity: 1;
  246. filter: alpha(opacity = 100);
  247. -webkit-transition: opacity 0.7s linear;
  248. opacity: 1;
  249. -webkit-transition: all 0.4s ease-out;
  250. -moz-transition: all 0.4s ease-out;
  251. transition: all 0.4s ease-out;
  252. }
  253.  
  254. .likep {
  255. width: 21px;
  256. height: 20px;
  257. overflow: hidden;
  258. z-index: 9999999;
  259. display: inline-block;
  260. }
  261.  
  262. .rep {
  263. width: 24px;
  264. height: 20px;
  265. overflow: hidden;
  266. z-index: 9999999;
  267. display: inline-block;
  268. }
  269.  
  270. .likep a:hover {
  271. background-position: 0px 0px;
  272. }
  273.  
  274. .likep a {
  275. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  276. background-position: 0px 0px;
  277. display: block;
  278. z-index: 9999999;
  279. }
  280.  
  281. .likep img {
  282. width: 21px;
  283. height: 20px;
  284. }
  285.  
  286. .rep img{
  287. width: 24px;
  288. height: 20px;
  289. line-height: 30px;
  290. display: inline;
  291. }
  292.  
  293. .not { display: inline-block;
  294. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  295. height: 20px;
  296. top: -6px;
  297. font-size: 11px;
  298. line-height: 20px;
  299. color: #fff;
  300. padding-left: 4px;
  301. padding-right: 4px;
  302. -moz-border-radius: 2px;
  303. border-radius: 2px;
  304. position: relative;
  305. }
  306.  
  307. .not a, .not:hover a, .not a:hover{
  308. color: #ffffff!important;
  309. letter-spacing: 1px;
  310. font-family: arial;
  311. }
  312.  
  313. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {
  314. opacity: 0.8;
  315. filter: alpha(opacity = 80);
  316. margin-right: 0;
  317. }
  318.  
  319. .not:hover , .rep:hover, .likep:hover {
  320. opacity: 1!important;
  321. filter: alpha(opacity = 100)!important;
  322. }
  323.  
  324. .t {
  325. text-align: right;
  326. opacity: 1;
  327. filter: alpha(opacity =100);
  328. }
  329.  
  330. .t {
  331. font-size: 10px;
  332. line-height: 13px;
  333. height: 13px;
  334. }
  335.  
  336.  
  337.  
  338. .entry:hover .t {
  339. opacity: 1;
  340. filter: alpha(opacity = 100);
  341. }
  342.  
  343.  
  344. @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  345.  
  346. blockquote{
  347. padding:0px 0px 2px 5px;
  348. margin:0px 0px 2px 10px;
  349. border-left: 1px dotted #555555;
  350. }
  351.  
  352. .entry {
  353. float:left;
  354. overflow: hidden;
  355. padding-right: 1px;
  356. padding-left:2px;
  357. padding-top: 1px;
  358. margin: 4px;
  359. overflow: hidden;
  360. background-color: {color:background};
  361. background-image:url({image:Background});
  362. {block:IndexPage}
  363. width: 250px;
  364. {/block:IndexPage}
  365. {block:PermalinkPage}
  366. width:500px;
  367. {/block:PermalinkPage}
  368. position:absolute;-webkit-animation: flipInY 3s;
  369. -moz-animation: flipInY 3s;
  370. -ms-animation: flipInY: 3s;
  371. }
  372. .animated {
  373. -webkit-animation-fill-mode: both;
  374. -moz-animation-fill-mode: both;
  375. -ms-animation-fill-mode: both;
  376. -o-animation-fill-mode: both;
  377. animation-fill-mode: both;
  378. -webkit-animation-duration: 1s;
  379. -moz-animation-duration: 1s;
  380. -ms-animation-duration: 1s;
  381. -o-animation-duration: 1s;
  382. animation-duration: 1s;
  383. }
  384.  
  385. .animated.hinge {
  386. -webkit-animation-duration: 2s;
  387. -moz-animation-duration: 2s;
  388. -ms-animation-duration: 2s;
  389. -o-animation-duration: 2s;
  390. animation-duration: 2s;
  391. }
  392.  
  393. @-webkit-keyframes flipInY {
  394. 0% {
  395. -webkit-transform: perspective(400px) rotateY(90deg);
  396. opacity: 0;
  397. }
  398.  
  399. 40% {
  400. -webkit-transform: perspective(400px) rotateY(-10deg);
  401. }
  402.  
  403. 70% {
  404. -webkit-transform: perspective(400px) rotateY(10deg);
  405. }
  406.  
  407. 100% {
  408. -webkit-transform: perspective(400px) rotateY(0deg);
  409. opacity: 1;
  410. }
  411. }
  412. @-moz-keyframes flipInY {
  413. 0% {
  414. -moz-transform: perspective(400px) rotateY(90deg);
  415. opacity: 0;
  416. }
  417.  
  418. 40% {
  419. -moz-transform: perspective(400px) rotateY(-10deg);
  420. }
  421.  
  422. 70% {
  423. -moz-transform: perspective(400px) rotateY(10deg);
  424. }
  425.  
  426. 100% {
  427. -moz-transform: perspective(400px) rotateY(0deg);
  428. opacity: 1;
  429. }
  430. }
  431. @-o-keyframes flipInY {
  432. 0% {
  433. -o-transform: perspective(400px) rotateY(90deg);
  434. opacity: 0;
  435. }
  436.  
  437. 40% {
  438. -o-transform: perspective(400px) rotateY(-10deg);
  439. }
  440.  
  441. 70% {
  442. -o-transform: perspective(400px) rotateY(10deg);
  443. }
  444.  
  445. 100% {
  446. -o-transform: perspective(400px) rotateY(0deg);
  447. opacity: 1;
  448. }
  449. }
  450. @keyframes flipInY {
  451. 0% {
  452. transform: perspective(400px) rotateY(90deg);
  453. opacity: 0;
  454. }
  455.  
  456. 40% {
  457. transform: perspective(400px) rotateY(-10deg);
  458. }
  459.  
  460. 70% {
  461. transform: perspective(400px) rotateY(10deg);
  462. }
  463.  
  464. 100% {
  465. transform: perspective(400px) rotateY(0deg);
  466. opacity: 1;
  467. }
  468. }
  469.  
  470. .flipInY {
  471. -webkit-backface-visibility: visible !important;
  472. -webkit-animation-name: flipInY;
  473. -moz-backface-visibility: visible !important;
  474. -moz-animation-name: flipInY;
  475. -o-backface-visibility: visible !important;
  476. -o-animation-name: flipInY;
  477. backface-visibility: visible !important;
  478. animation-name: flipInY;
  479. }
  480.  
  481. transition: all 0.9s ease-out;
  482. -o-transition-transition: all 0.9s ease-out;
  483. -webkit-transition: all 0.9s ease-out;
  484. -moz-transition: all 0.9s ease-out;}
  485.  
  486. #users:hover{}
  487.  
  488. #desc{
  489. opacity:0.7;
  490. width:200px;
  491. position: fixed;
  492. margin-top:200px;
  493. margin-left:-2px;
  494. color:{color:text};
  495. font-family:trebuchet ms;
  496. font-size:10px;
  497. line-height:100%;
  498. letter-spacing:0px;
  499. background-color: transparent;
  500. text-transform: normal;
  501. text-align: center;
  502. transition: all 0.7s ease-out;
  503. -o-transition-transition: all 0.7s ease-out;
  504. -webkit-transition: all 0.7s ease-out;
  505. -moz-transition: all 0.7s ease-out;
  506. }
  507.  
  508. #sidebar:hover #desc{
  509. opacity:0;
  510. margin-top:300px;
  511. transition: all 0.7s ease-out;
  512. -o-transition-transition: all 0.7s ease-out;
  513. -webkit-transition: all 0.7s ease-out;
  514. -moz-transition: all 0.7s ease-out;
  515. }
  516.  
  517.  
  518. #desc2 {
  519. opacity:0;
  520. width:200px;
  521. position: fixed;
  522. margin-top:200px;
  523. color:{color:text};
  524. font-family:trebuchet ms;
  525. font-size:10px;
  526. line-height:100%;
  527. letter-spacing:0px;
  528. background-color: transparent;
  529. text-transform: normal;
  530. text-align: center;
  531. transition: all 0.7s ease-out;
  532. -o-transition-transition: all 0.7s ease-out;
  533. -webkit-transition: all 0.7s ease-out;
  534. -moz-transition: all 0.7s ease-out;
  535. }
  536.  
  537. #sidebar:hover #desc2{
  538. opacity:1;
  539. margin-top:202px;
  540. margin-left:-2px;
  541. line-height:9px;
  542. transition: all 0.7s ease-out;
  543. -o-transition-transition: all 0.7s ease-out;
  544. -webkit-transition: all 0.7s ease-out;
  545. -moz-transition: all 0.7s ease-out;
  546. }
  547.  
  548. #blogtitle{
  549. opacity:0.7;
  550. width:200px;
  551. position: fixed;
  552. margin-left:0px;
  553. color:{color:title};
  554. font-family:lovenote;
  555. font-size: 35px;
  556. margin-top:-25px;
  557. line-height:20px;
  558. letter-spacing:0px;
  559. background-color: transparent;
  560. text-transform: normal;
  561. text-align: centre;
  562. transition: all 0.7s ease-out;
  563. -o-transition-transition: all 0.7s ease-out;
  564. -webkit-transition: all 0.7s ease-out;
  565. -moz-transition: all 0.7s ease-out;
  566. }
  567.  
  568. div#backtitle {font-family:signerica;position:fixed;max-width:350px;font-size:20px;text-align:center;padding:3px;margin-top:420px;margin-left:990px;-webkit-transform: rotate(366deg);line-height: 30px;
  569. text-shadow: 1px 1px 3px #bbb;opacity: .6;color:{color:backtitle};}
  570.  
  571.  
  572. #navigation a{
  573. font-family:calibri;
  574. font-size:9px;
  575. font-style:italic;
  576. letter-spacing:1px;
  577. display:inline-block;
  578. background:transparent;
  579. line-height:13px;
  580. -webkit-transition: all 0.4s ease-in-out;
  581. -moz-transition: all 0.4s ease-in-out;
  582. -o-transition: all 0.4s ease-in-out;
  583. -ms-transition: all 0.4s ease-in-out;
  584. transition: all 0.4s ease-in-out;
  585. }
  586.  
  587. #navigation a:hover{
  588. padding:1px 15px 1px 180px;
  589. }
  590.  
  591. .one{
  592. border-bottom:1px solid {color:link one};
  593. margin-left:61px;
  594. padding:1px 15px 1px 160px;
  595. }
  596.  
  597. .two{
  598. border-bottom:1px solid {color:link two};
  599. padding:1px 15px 1px 160px;
  600. margin-left:60px;
  601. }
  602.  
  603. .three{
  604. border-bottom:1px solid {color:link three};
  605. padding:1px 15px 1px 160px;
  606. margin-left:60px;
  607. }
  608.  
  609. .four{
  610. border-bottom:1px solid {color:link four};
  611. padding:1px 15px 1px 170px;
  612. margin-left:50px;
  613. }
  614.  
  615. .five{
  616. border-bottom:1px solid {color:link five};
  617. padding:1px 15px 1px 160px;
  618. margin-left:60px;
  619. }
  620.  
  621. .six{
  622. border-bottom:1px solid {color:link six};
  623. padding:1px 15px 1px 160px;
  624. margin-left:60px;
  625. }
  626.  
  627. {CustomCSS}
  628.  
  629. </style>
  630.  
  631. {block:IndexPage}
  632. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  633. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  634.  
  635. <script type="text/javascript">
  636. $(window).load(function () {
  637. var $content = $('#posts');
  638. $content.masonry({itemSelector: '.entry'}),
  639. $content.infinitescroll({
  640. navSelector : 'div#pagination',
  641. nextSelector : 'div#pagination a#nextPage',
  642. itemSelector : '.entry',
  643. loading: {
  644. finishedMsg: '',
  645. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  646. },
  647. bufferPx : 600,
  648. debug : false,
  649. },
  650. // call masonry as a callback.
  651. function( newElements ) {
  652. var $newElems = $( newElements );
  653. $newElems.hide();
  654. // ensure that images load before adding to masonry layout
  655. $newElems.imagesLoaded(function(){
  656. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  657.  
  658.  
  659. });
  660. });
  661. });
  662. </script>
  663.  
  664. {/block:IndexPage}
  665.  
  666.  
  667. <title>{title}</title>
  668.  
  669. <link rel="shortcut icon" href="{Favicon}">
  670. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  671. <meta name="viewport" content="width=820" />
  672.  
  673. </head>
  674. <body>
  675.  
  676. <div id="backtitle">{text:backtitle}</div>
  677.  
  678. <div class="wrapper">
  679. <div class="header">
  680. </span>
  681. </div>
  682.  
  683. <div id="sidebar">
  684. <center><div style="position:fixed;"><a href="/"><img src="{image:sidebar}" width=200px></a></div>
  685. <div id="desc">{text:desc}
  686. </div>
  687. <div id="desc2">{block:Description}
  688. {Description}{/block:Description}</div>
  689.  
  690. <div id="blogtitle">{text:title1}
  691.  
  692. </div>
  693.  
  694. <div id="navigation"><div style="margin-top:-150px;">
  695. {block:IfCustomLinkOne}<a href="{block:IfCustomLinkOneURL}{text:Custom Link One URL}{/block:IfCustomLinkOneURL}" class="one">{text:Custom Link One}{/block:IfCustomLinkOne}</a><br>
  696. {block:IfCustomLinkTwo}<a href="{block:IfCustomLinkTwoURL}{text:Custom Link Two URL}{/block:IfCustomLinkTwoURL}" class="two">{text:Custom Link Two}{/block:IfCustomLinkTwo}</a><br>
  697. {block:IfCustomLinkThree}<a href="{block:IfCustomLinkThreeURL}{text:Custom Link Three URL}{/block:IfCustomLinkThreeURL}" class="three">{text:Custom Link Three}{/block:IfCustomLinkThree}</a><br>
  698. {block:IfCustomLinkFour}<a href="{block:IfCustomLinkFourURL}{text:Custom Link Four URL}{/block:IfCustomLinkFourURL}" class="four">{text:Custom Link Four}{/block:IfCustomLinkFour}</a><br>
  699. {block:IfCustomLinkFive}<a href="{block:IfCustomLinkFiveURL}{text:Custom Link Five URL}{/block:IfCustomLinkFiveURL}" class="five">{text:Custom Link Five}{/block:IfCustomLinkFive}</a><br>
  700. {block:IfCustomLinkSix}<a href="{block:IfCustomLinkSixURL}{text:Custom Link Six URL}{/block:IfCustomLinkSixURL}" class="six">{text:Custom Link Six}{/block:IfCustomLinkSix}</a><br>
  701.  
  702. </div></div>
  703.  
  704.  
  705. </div>
  706.  
  707.  
  708. <div class="left">
  709.  
  710. <div id="posts">
  711.  
  712. {block:Posts}
  713. <div class="entry">
  714.  
  715. {block:IndexPage}
  716. {/block:IndexPage}
  717.  
  718. {block:Text}
  719. {block:Title}<span class="title"><a href="{Permalink}">{Title}</a></span>{/block:Title}<span class="entrytext">{Body}</span>
  720. <div class="permalink">
  721. <a href="{permalink}">+{NoteCount}</a></div>
  722. {/block:Text}
  723.  
  724. {block:Link}
  725. <a href="{URL}" class="title">{Name}</a>
  726. {block:Description}{Description}{/block:Description}
  727. <div class="permalink">
  728. <a href="{permalink}">+{NoteCount}</a></div>
  729. {block:Link}
  730.  
  731.  
  732. {block:Photo}
  733.  
  734. <div class="perma">
  735. <div class="likep">
  736. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  737. </div>
  738. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  739. </div>
  740. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  741. </div>
  742.  
  743. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}{/block:IndexPage}
  744. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}">
  745. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}
  746. {/block:Photo}
  747.  
  748. {block:Photoset}
  749. <div class="perma">
  750. <div class="likep">
  751. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  752. </div>
  753. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  754. </div>
  755. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  756. </div>
  757. {block:IndexPage}
  758. <center>
  759. {Photoset-250}
  760. </center>
  761. {/block:IndexPage}
  762. {block:PermalinkPage}
  763. {Photoset-500}
  764. {/block:PermalinkPage}
  765. {/block:Photoset}
  766.  
  767. {block:Quote}
  768. {Quote}</span>
  769. {block:Source}<strong>{Source}</strong>{/block:Source}
  770. <div class="permalink">
  771. <a href="{permalink}">+{NoteCount}</a></div>
  772. {/block:Quote}
  773.  
  774. {block:Chat}
  775. {block:Title}<span class="title">{Title}</span>{/block:Title}
  776. <ul class="chat">
  777. {block:Lines}
  778. <li class="user_{UserNumber}">
  779. {block:Label}
  780. <span class="label">{Label}</span>
  781. {/block:Label}
  782.  
  783. {Line}
  784. </li>
  785. {/block:Lines}
  786. </ul><div class="permalink">
  787. <a href="{permalink}">+{NoteCount}</a></div>
  788.  
  789. {/block:Chat}
  790.  
  791. {block:Audio}
  792. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  793. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  794. <div class="permalink">
  795. <a href="{permalink}">+{NoteCount}</a></div>
  796. {/block:Audio}
  797.  
  798. {block:Video}
  799. <div class="perma">
  800. <div class="likep">
  801. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  802. </div>
  803. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  804. </div>
  805. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  806. </div>
  807. {block:IndexPage}
  808. {Video-250}
  809. {/block:IndexPage}
  810. {block:Video}
  811.  
  812. {block:PermalinkPage}
  813. <center>
  814. {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  815. {/block:PermalinkPage}
  816.  
  817.  
  818. {block:PostNotes}{PostNotes}
  819. {/block:PostNotes}
  820. </div>
  821.  
  822.  
  823. {/block:Posts}
  824. </div>
  825. </div>
  826. {block:IndexPage}
  827. {block:Pagination}
  828. <div id="pagination">
  829. {block:NextPage}
  830. <a id="nextPage" href="{NextPage}"></a>
  831. {/block:NextPage}
  832. {block:PreviousPage}
  833. <a href="{PreviousPage}"></a>
  834. {/block:PreviousPage}
  835. </div>
  836. {/block:Pagination}
  837. {/block:IndexPage}
  838. </div>
  839.  
  840.  
  841.  
  842. </body>
  843. </html>
Advertisement
Add Comment
Please, Sign In to add comment