Advertisement
paciffismthemes

asleep

May 25th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.20 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--- asleep i hope you like it as much as i enjoyed making it. please don't delete this credit
  5. - paciffism-->
  6. <title>{Title}</title>
  7.  
  8. <!-- YOUR URL is where your title text goes-->
  9. <script type="text/javascript">function tb8_makeArray(n){this.length = n;return this.length;}tb8_messages = new tb8_makeArray(3);tb8_messages[0] = "pacifism";tb8_messages[1] = "YOUR URL";tb8_messages[2] = "YOUR URL";tb8_rptType = 'infinite';tb8_rptNbr = 5;tb8_speed = 100;tb8_delay = 2000;var tb8_counter=1;var tb8_currMsg=0;var tb8_tekst ="";var tb8_i=0;var tb8_TID = null;function tb8_pisi(){tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);document.title = tb8_tekst;tb8_sp=tb8_speed;tb8_i++;if (tb8_i==tb8_messages[tb8_currMsg].length){tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;}if (tb8_currMsg == tb8_messages.length){if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){clearTimeout(tb8_TID);return;}tb8_counter++;tb8_currMsg = 0;}tb8_TID = setTimeout("tb8_pisi()", tb8_sp);}tb8_pisi()</script>
  10.  
  11. <link rel=“shortcut icon” href="http://66.media.tumblr.com/4fef39df75e72ce092b4cbe9cfeb77f3/tumblr_inline_mz64gkamYX1r9ajsd.gif">
  12. <link href='https://fonts.googleapis.com/css?family=Overlock' rel='stylesheet' type='text/css'>
  13. <link href='https://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
  14.  
  15.  
  16. <script>
  17. $(document).ready(function() {
  18. //
  19. $('a.poplight[href^=#]').click(function() {
  20. var popID = $(this).attr('rel'); //Get Popup Name
  21. var popURL = $(this).attr('href'); //Get Popup href to define size
  22. var query= popURL.split('?');
  23. var dim= query[1].split('&');
  24. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  25. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/tumblr_lngwqr5hbf1qf72le.png" class="btn_close" title="Close" alt="Close" /></a>');
  26. var popMargTop = ($('#' + popID).height() + 80) / 2;
  27. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  28. //Apply Margin to Popup
  29. $('#' + popID).css({
  30. 'margin-top' : -popMargTop,
  31. 'margin-left' : -popMargLeft
  32. });
  33. $('body').append('<div id="fade"></div>');
  34. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  35. return false;
  36. });
  37. $('a.close, #fade').live('click', function() {
  38. $('#fade , .popup_block').fadeOut(function() {
  39. $('#fade, a.close').remove(); //fade them both out
  40. });
  41. return false;
  42. });
  43. });
  44. </script>
  45.  
  46.  
  47. <!--meta tags-->
  48. <meta name="image:background" content=""/>
  49. <meta name="font:Font" content="Overlock"/>
  50. <meta name="font:Title" content="Cookie"/>
  51. <meta name="color:Background" content="#fff"/>
  52.  
  53. <meta name="color:Accent Color" content="#bedfdf"/>
  54. <meta name="color:Posts" content="#fff"/>
  55. <meta name="color:Text" content="#010306"/>
  56. <meta name="color:Borders" content="#bedfdf"/>
  57.  
  58. <meta name="text:Link 1 URL" content="link 1"/>
  59. <meta name="text:Link 1 Title" content="link 1"/>
  60. <meta name="text:Link 2 URL" content="https://"/>
  61. <meta name="text:Link 2 Title" content="link 2"/>
  62. <meta name="text:Link 3 URL" content="https://"/>
  63. <meta name="text:Link 3 Title" content="link 1"/>
  64.  
  65.  
  66. <meta name="text:Title Size" content="25px"/>
  67. <meta name="text:Font Size" content="13px"/>
  68.  
  69. <meta name="if:DropDownMenu" content="1"/>
  70. <meta name="if:PermalinksOnHover" content="1"/>
  71. <meta name="if:Infinitescroll" content="1"/>
  72. <meta name="if:ShowCaption" content="1"/>
  73. <meta name="if:Noticebox" content="1"/>
  74.  
  75.  
  76. <meta name="color:Border Left" content="#bedfdf"/>
  77. <meta name="color:Border Right" content="#bedfdf"/>
  78. <meta name="text:Border Left Width" content="10px"/>
  79. <meta name="text:Border Right Width" content="5px"/
  80. <!--end-->
  81.  
  82. <!--masonry-- (dont remove unless you want wierd columns-->
  83. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  84. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  85. <!--end-->
  86.  
  87. <style type="text/css">
  88.  
  89. img{
  90. -webkit-transition: opacity 0.8s linear;
  91. opacity: 0.8;
  92. }
  93. img:hover{
  94. -webkit-transition: opacity 0.8s linear;
  95. opacity: 1;
  96. }
  97.  
  98.  
  99. #left{position:fixed;left:0px;bottom:0;height:100%;width:{text:Border Left Width};background:{color:Border Left};z-index:6;}
  100. #right{position:fixed;right:0px;bottom:0;height:100%;width:{text:Border Right Width};background:{color:Border Right};z-index:6;}
  101.  
  102. /*makes images in texts posts stay in the box*/
  103. iframe, img, embed, object, video {
  104. max-width: 100%;
  105. }
  106. /*how the tumblr controls look like */
  107. .tmblr-iframe{
  108. position:fixed;
  109. z-index:99999999999999999999999999999999 !important;
  110. }
  111. img {
  112. height: auto;
  113. width: auto;
  114. }
  115. /*like the motherboard of HTML, 1 change here, effects everything */
  116. body{
  117. background-color:{color:background};
  118. background-image:url({image:Background});
  119. background-attachment:fixed;
  120. font-family:Overlock;
  121. font-size:{text:font size};
  122. color:#a2a2a2;
  123. }
  124.  
  125. /*any link on your blog will look like how you style this */
  126. a:link, a:visited{
  127. color:#a2a2a2;
  128. text-decoration:none;
  129. -webkit-transition: all 0.7s ease;
  130. -moz-transition: all 0.7s ease;
  131. -o-transition: all 0.7s ease;
  132. }
  133.  
  134. a:hover {
  135. color:#a2a2a2
  136. text-decoration: none;
  137. -webkit-transition: all 0.7s ease;
  138. -moz-transition: all 0.7s ease;
  139. -o-transition: all 0.7s ease;
  140. }
  141. /*blogtitle */
  142. #blogtitle{
  143. font-family: Cookie;
  144. font-size: 38px;
  145. text-align:left;
  146. text-transform:lowercase;
  147. margin-bottom:2px;
  148. border-bottom: 1px solid #decba4;
  149. }
  150.  
  151. #blogtitle a{
  152. color: #decba4
  153. }
  154. #blogtitle a:hover{
  155. color: #decba4
  156. }
  157.  
  158. /*style for titles of text posts*/
  159. h2{
  160. font-weight: normal;
  161. }
  162. h2 a{
  163. font-weight: normal;
  164. color: #decba4;
  165. }
  166. h2 a:hover{
  167. color: #decba4;
  168. }
  169. /*style of ask box title and captions*/
  170. p{
  171. text-align:left;
  172. color: #decba4;
  173. font-size:{text:font size};
  174. }
  175.  
  176. /*sidebar */
  177.  
  178. #sidebar{
  179. background-color:{color:posts};
  180. width:170px;
  181. height:100%;
  182. position:fixed;
  183. padding:5px;
  184. padding-top:300px;
  185. top:0;
  186. left:20px;
  187. z-index:9;
  188. }
  189. /*description in sidebar */
  190. #description{
  191. text-align:justify;
  192. border-bottom: 1px solid #decba4;
  193. }
  194. /*styling of header */
  195. #header{
  196. position:fixed;
  197. left:0;
  198. top:0;
  199. width:100%;
  200. height:auto;
  201. padding:10px;
  202. text-align:justify;
  203. background-color: #fff;
  204. z-index:9999999;
  205.  
  206. }
  207. #header a{
  208. color: #decba4
  209. }
  210.  
  211. /*styling of how the pagination at the bottom looks if you disable infinite scroll */
  212. .pagination {
  213. word-spacing:5px;
  214. bottom:0;
  215. margin-left:45%;
  216. width:15%;
  217. height:10px;
  218. position:fixed;
  219. font-size:13px;
  220. background-color:{color:posts};
  221. border:1px solid #decba4;
  222. text-align: center;
  223. padding: 7px;
  224. z-index:999999999999 !important;
  225. }
  226.  
  227.  
  228.  
  229. .pagination a {
  230. color: {color:accent 1};
  231. text-decoration: none;
  232. }
  233.  
  234. .pagination a:hover {
  235. color: #decba4
  236. }
  237. /*styling of how navigation links look */
  238. .links {
  239. display:inline-block;
  240. padding:4px;
  241. color: #decba4
  242.  
  243. }
  244. .links a{
  245. margin-right:5px;
  246. }
  247.  
  248. {block:ifinfinitescroll}
  249. .pagination {
  250. display: none;}
  251. {/block:ifinfinitescroll}
  252.  
  253.  
  254. /*what encases the entries. change the width to get more than 1 column */
  255. #container{
  256. margin-top:7%;
  257. width:700px;
  258. margin-left:30%;
  259. {block:PermalinkPage}
  260. margin-left:30%;
  261. width:150px;
  262. {/block:PermalinkPage}
  263. }
  264.  
  265.  
  266. }
  267. /*post load effect. delete it if you dont want it */
  268. @-webkit-keyframes cssAnimation {
  269. from { -webkit-transform: rotate(0deg) scale(0.871) skew(0deg) translate(0px); }
  270. to { -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px); }
  271. }
  272. @-moz-keyframes cssAnimation {
  273. from { -moz-transform: rotate(0deg) scale(0.871) skew(0deg) translate(0px); }
  274. to { -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px); }
  275. }
  276. @-o-keyframes cssAnimation {
  277. from { -o-transform: rotate(0deg) scale(0.871) skew(0deg) translate(0px); }
  278. to { -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px); }
  279. }
  280. /*1 singular post */
  281. .entry{
  282. background-color:{color:posts};
  283. font-family: arial
  284. text-align:left;
  285. z-index:9999;
  286. float:left;
  287. {block:IndexPage}
  288. width:300px;
  289. border: 2px solid #decba4;
  290. margin: 8px;
  291. padding: 5px;
  292.  
  293. }
  294.  
  295.  
  296. /*post load effect. delete it if you dont want it */
  297. -webkit-animation: cssAnimation 1s 1 ease-in-out;
  298. -moz-animation: cssAnimation 1s 1 ease-in-out;
  299. -o-animation: cssAnimation 1s 1 ease-in-out;
  300. /*end */
  301. {/block:IndexPage}
  302. {block:PermalinkPage}
  303. width:300px;
  304. {/block:PermalinkPage}
  305. overflow:hidden;
  306. margin:12px;
  307. padding:5px;
  308. border:2px solid #decba4;
  309. }
  310. /*styling of permalinks on hover */
  311. {block:ifpermalinksonhover}
  312.  
  313. #perma{
  314. color:{color:accent color};
  315. border:1px solid #decba4;
  316. width:auto;
  317. height:auto;
  318. padding:5px;
  319. margin-left:-20px;
  320. margin-top:10px;
  321. background-color:{color:posts};
  322. text-align:center;
  323. position:absolute;
  324. opacity:0;
  325. -webkit-transition: all 0.7s ease;
  326. -moz-transition: all 0.7s ease;
  327. -o-transition: all 0.7s ease;
  328. }
  329.  
  330. .entry:hover #perma{
  331. margin-left:10px;
  332. opacity:1;
  333. -webkit-transition: all 0.7s ease;
  334. -moz-transition: all 0.7s ease;
  335. -o-transition: all 0.7s ease;
  336. }
  337. {/block:ifpermalinksonhover}
  338.  
  339. .tumblr_audio_player {
  340. {block:IndexPage}
  341. width: 200px;
  342. {/block:IndexPage}
  343. {block:PermalinkPage}
  344. width:200px;
  345. {block:PermalinkPage}
  346. height: 100px;
  347. overflow: hidden;
  348. position: relative;
  349. }
  350.  
  351. /*styling of question posts */
  352. .question{
  353. color:{color:text};
  354. }
  355. .asker{
  356. }
  357. .asker a{
  358. color:{color:text};
  359. }
  360. .asker a:hover{
  361. color:{color:text};
  362. }
  363. .answerer{
  364. font-style: oblique;
  365. }
  366. .answer{
  367. font-style: oblique;
  368. }
  369.  
  370. /*change the color of the highlight*/
  371. ::-moz-selection { /* Code for Firefox */
  372. background: {color:posts};
  373. }
  374. ::selection {
  375. background: {color:posts};
  376. }
  377. /*this is the long line that separates the reblogs' in posts */
  378. blockquote{
  379. padding:0px 0px 2px 5px;
  380. margin:0px 0px 2px 10px;
  381. border-left: 1px solid #decba4;
  382. }
  383.  
  384. /*styling of how the notes will look on the permalink page*/
  385. #permpage{
  386. {block:PermalinkPage}
  387. width: 400px;
  388. height: 200px;
  389. overflow-y:scroll;
  390. position: relative;
  391. margin:5px;
  392. padding:2px;
  393. float:center;
  394. {/block:PermalinkPage}
  395. }
  396. /*the text at the bottom of all posts that says: "reblog NoteCount and details" */
  397. {block:IndexPage}
  398. .permalinktext {
  399. color:{color:accent color};
  400. line-height:3px;
  401. letter-spacing:1px;
  402. text-transform:none;
  403. text-align: center;
  404. margin: 5px;
  405. padding-top:10px;
  406. {/block:IndexPage}
  407. {block:PermalinkPage}
  408. display:none;
  409. {/block:PermalinkPage}
  410. }
  411.  
  412. #singlenotice {
  413. display:block;
  414. height:13px;
  415. width:45px;
  416. font-size:12px; /* font size */
  417. text-transform:lowercase; /* uppercase */
  418. position:fixed;
  419. background:#fff; /* background colour */
  420. padding:3px 3px 1px 2px;
  421. text-align:center; /* text align */
  422. top:50px; /* position from top */
  423. left:10px; /* position from left */
  424. /* NOTE - if you want the box on the left change the left:10px to
  425. right:10px */
  426. z-index:9999999;
  427. color: #decba4; /* text colour */
  428. font-family: arial; /* font family */
  429. border:1px solid #decba4; /* border width and colour */
  430. overflow:hidden;
  431. }
  432.  
  433. #noticebox{
  434. position:fixed;
  435. width:125px; /*width*/
  436. z-index:99999999999999999999;
  437. height:auto;
  438. left:30px; /*how far from the left*/
  439. top:550px; /*how far from the top*/
  440. color:#858585; /*text colour*/
  441. background-color:#ffffff; /*background colour*/
  442. border:1px solid #decba4; /*border width and colour*/
  443. text-align:right; /*text align*/
  444. padding:3px;
  445. }
  446.  
  447. #noticebox a{
  448. text-decoration:none;
  449. font-style:italic; /*italic links before hover*/
  450. letter-spacing:1px; /*distance between letters*/}
  451.  
  452. #noticebox a:hover{
  453. font-style:normal;
  454. text-decoration:underline;}
  455.  
  456. #credit {
  457. position:fixed;
  458. right:10px;
  459. bottom:6px;
  460. background: #decba4;
  461. padding-top:5px;
  462. padding-right:6px;
  463. padding-left:6px;
  464. padding-bottom:2px;
  465. font-size:11px;
  466. font-family: Overlock;
  467. z-index:9999;
  468. } /*Don't remove this please, I will report if I see that is removed.*/
  469.  
  470. #credit a{
  471. color:#000;
  472. }
  473.  
  474. ::-webkit-scrollbar {width: 6px; height: 4px; background: #ffffff; }
  475. ::-webkit-scrollbar-thumb { background-color: #decba4; -webkit-border-radius: 1ex; }
  476.  
  477.  
  478.  
  479.  
  480. </style>
  481.  
  482. <!-- tab title--->
  483. <title></title>
  484. <link rel="shortcut icon" href="">
  485. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  486. {block:Description}
  487. <meta name="description" content="{MetaDescription}" />
  488. {/block:Description}
  489.  
  490. <!---masonry--->
  491. {block:indexpage}
  492. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  493. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  494. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  495. <script type="text/javascript">
  496. $(window).load(function(){
  497. var $wall = $('#container');
  498. $wall.imagesLoaded(function(){
  499. $wall.masonry({
  500. itemSelector: '.entry, .entry_photo',
  501. isAnimated : false
  502. });
  503. });
  504.  
  505. $wall.infinitescroll({
  506. navSelector : '#page-nav',
  507. nextSelector : '#page-nav a',
  508. itemSelector : '.entry, .entry_photo',
  509. bufferPx : 2000,
  510. debug : false,
  511. errorCallback: function() {
  512. $('#infscr-loading').fadeOut('normal');
  513. }},
  514. {block:ifinfinitescroll}
  515. function( newElements ) {
  516. var $newElems = $( newElements );
  517. $newElems.hide();
  518. $newElems.imagesLoaded(function(){
  519. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  520. });
  521. }); $('#content').show(500);{/block:ifinfinitescroll}
  522. });
  523. </script>
  524. {/block:indexpage}
  525.  
  526.  
  527. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  528. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  529. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  530.  
  531. <script type="text/javascript">
  532. $(window).load(function(){
  533. var $wall = $('#entries');
  534. $wall.imagesLoaded(function(){
  535. $wall.masonry({
  536. itemSelector: '#post',
  537. isAnimated : true
  538. });
  539. });
  540. $wall.infinitescroll({
  541. navSelector : "div#navigation",
  542. nextSelector : "div#navigation a#nextPage",
  543. itemSelector : '#post',
  544. loadingImg : "",
  545. loadingText : " ",
  546. donetext : " ",
  547. extraScrollPx : 0,
  548. bufferPx : 10000,
  549. debug : false,
  550. errorCallback: function() {
  551. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  552. }},
  553. function( newElements ) {
  554. var $newElems = $( newElements );
  555. $newElems.hide();
  556. $newElems.imagesLoaded(function(){
  557. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 250, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  558. });
  559. }); $('#entries').show(500);
  560. });
  561. </script>
  562.  
  563. <script language="JavaScript">
  564. function function1(){
  565. window.scrollTo(0,5);
  566. }
  567. function function2(){
  568. window.scroll(0,2);
  569. }
  570. </script>
  571.  
  572.  
  573. <!--end-->
  574.  
  575. </head>
  576.  
  577. <body>
  578.  
  579.  
  580. <!-- header here--->
  581. {block:ifheader}
  582. <div id="header">
  583.  
  584. <a href="link 1"title="link 1">link 1</div></a>
  585. <a href="link 2"title="link 2">link 2</div></a>
  586. <a href="link 3"title="link 3">link 3</div></a>
  587. <a href="link 4"title="link 4">link 4</div></a>
  588. <a href="link 5"title="link 5">link 5</div></a>
  589. <!-- header links here--->
  590.  
  591. <div align="center">
  592. <div class="links">
  593.  
  594.  
  595. </div></div></div>{/block:ifheader}
  596. <!-- sidebar here--->
  597. <div id="sidebar">
  598.  
  599. <!-- blogtitle inside sidebar--->
  600. <div id="blogtitle">
  601. <a href="/"title="refresh">{Title}</div></a>
  602.  
  603. {block:Description}
  604. <div id="description">{Description}</div>
  605. <!---edit your dropdown links here-->
  606. {block:IfDropDownMenu}
  607. <select style="width: 170px; border: 0px solid; padding: 3px; color: #decba4; background-color: #fff; font-family: overlock; text-transform: lowercase; font-size: 12px; letter-spacing: 1px;" onChange="location.href=this.options[this.selectedIndex].value;">
  608.  
  609. <!-- this is where you change your links-->
  610. <option value="/">navigation</option>
  611. <option value="http://YOURURL.tumblr.com/ask">ask</option>
  612. <option value="http://LINK URL">LINK NAME</option>
  613. <option value="http://LINK URL">LINK NAME</option>
  614. <option value="http://LINK URL">LINK NAME</option>
  615. <option value="http://LINK URL">LINK NAME</option>
  616. <option value="http://paciffismthemes.tumblr.com">©</option>
  617. </select>
  618. {/block:IfDropDownMenu}
  619.  
  620. {/block:Description}
  621.  
  622.  
  623. </div>
  624. <!--container encasing entries--->
  625. <div id="container">
  626. <!-- EDIT POST TYPES HERE ON--->
  627. {block:Posts}
  628. <div class="entry">
  629. {block:Text}
  630. <!-- start of text posts--->
  631. <div class="post text">
  632. {block:Title}
  633. <h2><a href="{Permalink}">{Title}</a></h2>
  634. {/block:Title}{Body}
  635. </div> {block:IndexPage}
  636. <div class="permalinktext"> </div>
  637. {/block:IndexPage}
  638. {/block:Text}
  639. <!-- end of text posts--->
  640. {block:Photo}
  641.  
  642.  
  643. <!-- start of photo posts--->
  644. <div class="post photo">
  645. {block:IndexPage}
  646.  
  647.  
  648. <!-- if permalinks on hover is enabled the hover permalinks will appear (disable in appearance section)--->
  649. {block:ifpermalinksonhover}
  650.  
  651. {/block:ifpermalinksonhover}
  652. <center>
  653. <a href="{Permalink}"> <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  654. </a> </center>
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661. {/block:IndexPage}{block:PermalinkPage}
  662. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  663. </a>
  664.  
  665. {/block:PermalinkPage}
  666.  
  667.  
  668.  
  669.  
  670.  
  671. </div>
  672. {/block:Photo}
  673. <!-- end of photo posts--->
  674. {block:Panorama}
  675.  
  676. <!-- start of panorama posts--->
  677. <div class="post panorama">
  678. {LinkOpenTag}
  679. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
  680. {LinkCloseTag}
  681. </div>
  682. {/block:Panorama}
  683. {block:Photoset}
  684. <!-- start of photoset posts--->
  685. {block:ifpermalinksonhover}
  686.  
  687. {/block:ifpermalinksonhover}
  688. <div class="post photoset">
  689. <center>
  690. {block:Photos}
  691. {block:Indexpage}<a href="{Permalink}"><img src="{PhotoURL-250}" width="250px" /></a>
  692. {/block:Indexpage}
  693. {block:PermalinkPage}<img src="{PhotoURL-250}" width="250px" />{/block:PermalinkPage}
  694. {/block:Photos}
  695. {block:IndexPage}
  696. {block:ifshowcaption}
  697. {block:Caption}
  698.  
  699. {Caption}
  700.  
  701. {/block:Caption}
  702. {/block:ifshowcaption}
  703. {/block:IndexPage}
  704. </center>
  705. {/block:PermalinkPage}
  706. </div>
  707.  
  708. <!-- end of photoset posts--->
  709. {/block:Photoset}
  710. {block:Quote}
  711. <!-- start of quote posts--->
  712. <div class="post quote">
  713. "{Quote}"
  714.  
  715. {block:Source}
  716. <div class="source">{Source}</div>
  717. {/block:Source}
  718. </div> {block:IndexPage}
  719. <div class="permalinktext"> <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}">Reblog</a> </div>
  720.  
  721.  
  722. {/block:IndexPage}
  723. {/block:Quote}
  724. <!-- end of quote posts--->
  725. {block:Link}
  726. <!-- start of link posts--->
  727. <div class="post link">
  728. <a href="{URL}" class="link" {Target}>{Name}</a>
  729.  
  730. {block:Description}
  731. <div class="description">{Description}</div>
  732. {/block:Description}
  733. </div> {block:IndexPage}
  734. <div class="permalinktext"> <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}">Reblog</a> </div>
  735. {/block:IndexPage}
  736. {/block:Link}
  737.  
  738. <!-- end of link posts--->
  739.  
  740.  
  741. {block:Chat}
  742.  
  743. <!-- start of chat posts--->
  744. <div class="post chat">
  745. {block:Title}
  746. <h3><a href="{Permalink}">{Title}</a></h3>
  747. {/block:Title}
  748.  
  749. <div class="chat">
  750. {block:Lines}
  751. <div class="{Alt} user_{UserNumber}">
  752. {block:Label}
  753. <span class="label">{Label}</span>
  754. {/block:Label}{Line}
  755. </div>
  756. {/block:Lines}
  757. </div>
  758. </div> {block:IndexPage}
  759. <div class="permalinktext"> <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}">Reblog</a> </div>
  760. {/block:IndexPage}
  761. {/block:Chat}
  762. <!-- end of chat posts--->
  763. {block:Video}
  764. <!-- start of video posts--->
  765. <div class="post video">
  766. {block:IndexPage}
  767. {Video-250}
  768. div class="permalinktext"> <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}">Reblog</a> </div>
  769. {/block:IndexPage}
  770.  
  771. {block:PermalinkPage} {Video-200}{/block:PermalinkPage}
  772. </div>
  773. {/block:Video}
  774. <!-- end of video posts--->
  775. {block:Audio}
  776. <!-- start of audio posts--->
  777. <div class="post audio">
  778. {block:IndexPage}
  779. {AudioEmbed-250}
  780. <div class="permalinktext"> <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}">Reblog</a> </div>
  781. {block:IndexPage}
  782.  
  783. {block:PermalinkPage}
  784. {AudioEmbed-250}
  785.  
  786. {/block:PermalinkPage}
  787. </div>
  788. {/block:Audio}
  789. <!-- end of audio posts--->
  790. {block:Answer}
  791. <!-- start of question posts--->
  792. <div class="question"><div class="asker">{Asker} asked: {Question}</div></div>
  793. {block:Answerer}
  794. <div class="answer"><div class="answerer">{Answerer}</div>{Answer}</div>
  795. {/block:Answerer}
  796.  
  797. <div class="replies">
  798. {Replies}
  799. </div> {block:IndexPage}
  800.  
  801. {/block:IndexPage}
  802. {/block:Answer}
  803.  
  804. <!-- end of question posts--->
  805.  
  806. <!-- start styling of permalinkpage--->
  807. {block:PermalinkPagination}<!-- permalinkpagination keeps this from messing with pages and you ask page--->
  808. {block:PermalinkPage}
  809. {block:Caption}
  810. <div class="caption">{Caption}</div>
  811. {/block:Caption}
  812. <div id="permpage">
  813. {NoteCountWithLabel}
  814. <br><br>
  815. <div class="tags">
  816. {block:HasTags}
  817. {block:Tags}
  818. <a href={TagURL}>
  819. <i class="fa fa-tags"></i> {Tag}</a>
  820. {/block:Tags}
  821. {/block:HasTags}
  822. </div>
  823. {block:PostNotes}
  824. {PostNotes-16}
  825. </div></div>
  826. {/block:PostNotes}
  827. {/block:PermalinkPage}
  828. {/block:PermalinkPagination}
  829.  
  830. <!-- end of styling of permalinkpage--->
  831. </div>
  832.  
  833.  
  834. {/block:Posts}
  835. </div>
  836.  
  837.  
  838. <!-- IMPORTANT INFINITE SCROLL STUFF--->
  839. {block:ifnotinfinitescroll}
  840. <div class="pagination">
  841. <center>
  842. {block:PreviousPage}
  843. <a href="{PreviousPage}">Previous</a>
  844. {/block:PreviousPage}
  845. {block:JumpPagination}
  846. {block:CurrentPage}
  847. <span class="current_page">{PageNumber}</span>
  848. {/block:CurrentPage}
  849. {block:JumpPage}
  850. <a class="jump_page" href="{URL}">{PageNumber}</a>
  851. {/block:JumpPage}
  852. {/block:JumpPagination}
  853. {block:NextPage}
  854. <a href="{NextPage}">Next</a>
  855. {/block:NextPage}
  856. </div></center>
  857. {/block:ifnotinfinitescroll}
  858.  
  859. <!--infinite scroll-->
  860. {block:ifinfinitescroll}
  861. <div class="pagination">
  862. {block:Pagination}
  863. {block:PreviousPage}
  864. <a href="{PreviousPage}">previous</a> &middot;
  865. {/block:PreviousPage}
  866. {block:NextPage}
  867. <a href="{NextPage}" id="next">next</a>
  868. {/block:NextPage}
  869. {/block:Pagination}
  870. {/block:ifinfinitescroll}
  871. </div>
  872.  
  873.  
  874. {block:IfNoticeBox}
  875. <div id="noticebox">
  876.  
  877. Never ever forget your worth. *:・゚✧*:・゚✧
  878.  
  879. </div>
  880. {/block:IfNoticeBox}
  881. <div id="credit"><a href="http://paciffismthemes.tumblr.com/">PT</a></div> <!-- don't remove this please, I will report if I see that is removed. -->
  882.  
  883. </div>
  884.  
  885.  
  886. </body>
  887.  
  888.  
  889.  
  890. </div></div></div></div></div></div></div></div></div></div>
  891. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement