Advertisement
paciffismthemes

possession

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