rp-schtuff

RPSchtuff Theme 05 - Jonas

Dec 29th, 2019 (edited)
2,843
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.71 KB | None | 0 0
  1. <!--
  2.  
  3. DO:
  4. - Like/reblog the original post if you use this theme.
  5. - Edit this theme however you wish FOR PERSONAL USE.
  6.  
  7. DO NOT:
  8. - Remove, move, or edit my credit IN ANY WAY.
  9. - Use any elements of this theme in paid commission work without permission.
  10.  
  11. CREDITS:
  12. - Theme Skeleton: @evansyhelp
  13. - Custom Tooltips: @easy-html-tutorials
  14. - Custom Scrollbars: @help-with-coding
  15.  
  16. TIPS:
  17. - To show your pages, use the "show a link to this page" button on the page editor. Whatever you type into the Page Title box will appear on hover.
  18. - TransparentTextures.com and SubtlePatterns.com are excellent places to find seamless tiling images for the background and container.
  19. - PNGMart has lots of transparent images that would work well for the sidebar.
  20.  
  21. CUSTOM PAGES:
  22. - Muse Page: https://pastebin.com/WujYp3nw
  23. - Timeline Page: https://pastebin.com/YMn1KPjb
  24. - Verses/Muses Page: https://pastebin.com/tzSpz4HU
  25.  
  26. -->
  27.  
  28.  
  29. <!-- THEME SKELETON PROVIDED BY EVANSYHELP. -->
  30. <!DOCTYPE html>
  31. <html>
  32.  
  33. <head>
  34. <title>{Title}</title>
  35. <link rel="shortcut icon" href="{Favicon}">
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  37. {block:Description}
  38. <meta name="description" content="{MetaDescription}" />
  39. {/block:Description}
  40.  
  41. <!-- META TAGS, SCRIPTS, AND CUSTOM FONTS GO HERE-->
  42.  
  43.  
  44. <link href="https://fonts.googleapis.com/css?family=Sulphur+Point&display=swap" rel="stylesheet">
  45. <link href="https://fonts.googleapis.com/css?family=Cinzel+Decorative:700&display=swap" rel="stylesheet">
  46. <link href="https://fonts.googleapis.com/css2?family=La+Belle+Aurore&display=swap" rel="stylesheet">
  47.  
  48.  
  49. <!-- CUSTOM TOOLTIPS BY @HTMLQUEENS -->
  50. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  51. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  52. <script>
  53. (function($){
  54. $(document).ready(function(){
  55. $("a[title]").style_my_tooltips({
  56. tip_follows_cursor:true,
  57. tip_delay_time:50,
  58. tip_fade_speed:200,
  59. attribute:"title"
  60. });
  61. });
  62. })(jQuery);
  63. </script>
  64.  
  65.  
  66. <meta name="image:background" content="https://static.tumblr.com/lx2k5db/XAYq3afwe/light-wool.png" />
  67. <meta name="image:container bg" content="https://static.tumblr.com/lx2k5db/Pijq3afwt/light-gray.png" />
  68. <meta name="image:side pic" content="https://static.tumblr.com/lx2k5db/2eHq3afxe/sophie-turner-png-picture.png" />
  69. <meta name="color:background" content="#661a1a" />
  70. <meta name="color:container" content="#f6f6f6" />
  71. <meta name="color:text" content="#444444" />
  72. <meta name="color:bold" content="#000000" />
  73. <meta name="color:italic" content="#000000" />
  74. <meta name="color:links" content="#cc3434" />
  75. <meta name="color:links hover" content="#222222" />
  76. <meta name="color:borders" content="#bc7070" />
  77. <meta name="color:accent text" content="#ffffff" />
  78. <meta name="color:posts" content="#f6f6f6" />
  79. <meta name="text:description" content="description goes here" />
  80. <meta name="text:nav link symbol" content="✦" />
  81. <meta name="text:sidepic width" content="250px" />
  82. <meta name="text:sidepic distance from left" content="60px" />
  83. <meta name="text:sidepic distance from bottom" content="160px" />
  84. <meta name="text:home title" content="home" />
  85. <meta name="text:ask title" content="ask" />
  86. <meta name="text:submit title" content="submit" />
  87. <meta name="text:archive title" content="archive" />
  88. <meta name="if:show submit" content="1" />
  89. <meta name="if:show archive" content="1" />
  90.  
  91.  
  92. </head>
  93. <style type="text/css">
  94.  
  95. .tooltip{
  96. display: inline;
  97. position: relative;
  98. }
  99.  
  100. /* CUSTOM TOOLTIPS BY @HTMLQUEENS */
  101. #s-m-t-tooltip {
  102. margin:10px 20px 10px 5px;
  103. border:1px solid {color:borders};
  104. background-image:url('{image:background}');
  105. font-family:'cinzel decorative';
  106. background-color:{color:background};
  107. background-size:fill;
  108. background-position:center;
  109. padding:5px;
  110. border-radius:3px;
  111. font-size:0.8em;
  112. color:{color:accent text};
  113. text-align:center;
  114. text-shadow:0 0 3px {color:borders};
  115. line-height:18px;
  116. z-index:99999;
  117. transition:0.7s ease-in-out;
  118. -o-transition:0.7s ease-in-out;
  119. -ms-transition:0.7s ease-in-out;
  120. -moz-transition:0.7s ease-in-out;
  121. -webkit-transition:0.7s ease-in-out;
  122. }
  123.  
  124.  
  125. /* CUSTOM SCROLLBAR BY @HELP-WITH-CODING */
  126. ::-webkit-scrollbar {
  127. width: 5px;
  128. background: transparent;
  129. z-index:-999999999;
  130. border-radius:7px;
  131. }
  132.  
  133. ::-webkit-scrollbar-thumb {
  134. background: {color:borders}; /* FF3.6-15 */
  135. border-radius:7px;
  136. }
  137.  
  138.  
  139. body {
  140. background-color:{color:background};
  141. background-image:url('{image:background}');
  142. background-repeat:repeat;
  143. background-attachment:fixed;
  144. color:{color:text};
  145. font-family:'sulphur point';
  146. font-size:11.5px;
  147. letter-spacing:1px;
  148. line-height:18px;
  149. }
  150.  
  151. .ask b, bold, strong, i, em, italic {
  152. color:{color:accent text};
  153. }
  154.  
  155. .ask a {
  156. color:{color:accent text};
  157. }
  158.  
  159. small, sub, sup {
  160. font-size:1em;
  161. }
  162.  
  163. pre b, bold, strong, i, em, italic {
  164. color:{color:accent text};
  165. }
  166.  
  167. b, bold, strong {
  168. font-family: 'Cinzel Decorative', cursive;
  169. letter-spacing:0.5px;
  170. color:{color:bold};
  171. }
  172.  
  173. i, em, italic {
  174. font-family:'la belle aurore';
  175. font-size:1.2em;
  176. letter-spacing:0.5px;
  177. font-style:normal;
  178. color:{color:italic};
  179. }
  180.  
  181. a {
  182. color:{color:links};
  183. text-decoration:none;
  184. text-shadow:0 0 2px {color:links};
  185. -webkit-transition: all 0.7s ease;
  186. -moz-transition: all 0.7s ease;
  187. -o-transition: all 0.7s ease;
  188. }
  189.  
  190. a:hover {
  191. color:{color:links hover};
  192. text-shadow:0 0 10px {color:links};
  193. -webkit-transition: all 0.7s ease;
  194. -moz-transition: all 0.7s ease;
  195. -o-transition: all 0.7s ease;
  196. }
  197.  
  198. hr {
  199. width:65%;
  200. border-top:1px solid {color:borders};
  201. height:0;
  202. }
  203.  
  204. #container {
  205. background-color:{color:container};
  206. background-image:url('{image:container bg}');
  207. background-repeat:repeat;
  208. height:calc(100% - 60px);
  209. position:fixed;
  210. overflow:hidden;
  211. width:940px;
  212. top:50%;
  213. left:50%;
  214. transform:translate(-50%, -50%);
  215. border:1px solid {color:borders};
  216. padding:10px;
  217. box-shadow:0 0 15px #000000;
  218. border-radius:5px;
  219. }
  220.  
  221. #container img.sidepic {
  222. position:fixed;
  223. z-index:-999;
  224. width:{text:sidepic width};
  225. height:auto;
  226. margin-left:{text:sidepic distance from left};
  227. bottom:{text:sidepic distance from bottom};
  228. }
  229.  
  230. #sidebar {
  231. position:fixed;
  232. width:280px;
  233. margin-left:20px;
  234. bottom:50px;
  235. background-color:{color:posts};
  236. text-align:justify;
  237. border:1px solid {color:borders};
  238. padding:20px;
  239. box-shadow:0 0 5px {color:borders};
  240. text-align:justify;
  241. text-align-last:center;
  242. border-radius:5px;
  243. }
  244.  
  245. #nav {
  246. text-align:center;
  247. border:1px solid {color:borders};
  248. background-color:{color:background};
  249. background-image:url('{image:background}');
  250. background-size:fill;
  251. background-position:center;
  252. padding:5px;
  253. padding-top:9px;
  254. margin-top:15px;
  255. }
  256.  
  257. #nav a {
  258. display:inline;
  259. font-size:15px;
  260. margin-left:7px;
  261. margin-right:7px;
  262. font-family:'cinzel decorative';
  263. color:{color:accent text};
  264. text-shadow:0 0 3px {color:borders};
  265. -webkit-transition: all 0.7s ease;
  266. -moz-transition: all 0.7s ease;
  267. -o-transition: all 0.7s ease;
  268. }
  269.  
  270. #nav i {
  271. color:{color:accent text};
  272. font-size:14px;
  273. -webkit-transition: all 0.7s ease;
  274. -moz-transition: all 0.7s ease;
  275. -o-transition: all 0.7s ease;
  276. }
  277.  
  278. #nav i:hover {
  279. color:{color:links hover};
  280. -webkit-transition: all 0.7s ease;
  281. -moz-transition: all 0.7s ease;
  282. -o-transition: all 0.7s ease;
  283. }
  284.  
  285. .pagination {
  286. font-family:'cinzel decorative';
  287. text-align:center;
  288. position:fixed;
  289. width:280px;
  290. bottom:15px;
  291. margin-left:40px;
  292. }
  293.  
  294. .pagination a {
  295. padding-left:10px;
  296. padding-right:10px;
  297. }
  298.  
  299. .pagination a.current {
  300. color:{color:bold};
  301. text-shadow:none;
  302. }
  303.  
  304. #postholder {
  305. position:absolute;
  306. width:570px;
  307. height:100%;
  308. margin-top:-10px;
  309. margin-left:370px;
  310. padding-left:10px;
  311. overflow-y:scroll;
  312. }
  313.  
  314. .posts {
  315. margin-bottom:40px;
  316. width:500px;
  317. text-align:justify;
  318. border:1px solid {color:borders};
  319. padding:20px;
  320. box-shadow:0 0 5px {color:borders};
  321. background-color:{color:posts};
  322. border-radius:5px;
  323. }
  324.  
  325. ul {
  326. list-style-type:circle;
  327. margin-left:-10px;
  328. }
  329.  
  330. .posts:first-of-type {
  331. margin-top:20px;
  332. }
  333.  
  334. .posts:last-of-type {
  335. margin-bottom:20px;
  336. }
  337.  
  338. .posts blockquote {
  339. border-left:1px solid {color:borders};
  340. margin-left:10px;
  341. padding-left:10px;
  342. margin-right:0;
  343. }
  344.  
  345. blockquote img {
  346. max-width:100%;
  347. height:auto;
  348. }
  349.  
  350. blockquote:empty {
  351. display:none;
  352. }
  353.  
  354. h1 {
  355. font-family:'cinzel decorative';
  356. letter-spacing:1px;
  357. text-align:center;
  358. border:1px solid {color:borders};
  359. background-color:{color:background};
  360. background-image:url('{image:background}');
  361. background-size:fill;
  362. background-position:center;
  363. color:{color:accent text};
  364. padding:10px;
  365. text-shadow:0 0 3px {color:borders};
  366. margin-top:0;
  367. padding-top:12px;
  368. font-size:20px;
  369. }
  370.  
  371. h2 {
  372. font-family:'cinzel decorative';
  373. text-align:center;
  374. font-size:15px;
  375. color:{color:bold};
  376. }
  377.  
  378. .quote {
  379. border:1px solid {color:borders};
  380. background-image:url('{image:background}');
  381. background-color:{color:background};
  382. background-size:fill;
  383. background-position:center;
  384. padding:10px;
  385. color:{color:accent text};
  386. text-align:center;
  387. text-shadow:0 0 3px {color:borders};
  388. line-height:18px;
  389. }
  390.  
  391. .source {
  392. font-family:'cinzel decorative';
  393. text-align:center;
  394. padding:10px;
  395. }
  396.  
  397. .ask {
  398. border:1px solid {color:borders};
  399. background-image:url('{image:background}');
  400. background-color:{color:background};
  401. background-size:fill;
  402. background-position:center;
  403. padding:10px;
  404. color:{color:accent text};
  405. text-align:center;
  406. text-shadow:0 0 3px {color:borders};
  407. line-height:18px;
  408. }
  409.  
  410. .audioplayer {
  411. border:1px solid {color:borders};
  412. background-image:url('{image:background}');
  413. background-color:{color:background};
  414. background-size:fill;
  415. background-position:center;
  416. padding:10px;
  417. color:{color:accent text};
  418. text-shadow:0 0 3px {color:borders};
  419. line-height:18px;
  420. overflow:auto;
  421. }
  422.  
  423. .audioplayer img {
  424. float:left;
  425. margin-right:10px;
  426. }
  427.  
  428. .audioplayer b {
  429. color:{color:accent text};
  430. }
  431.  
  432. .playbutton {
  433. width:28px;
  434. height:28px;
  435. object-position:30% 0;
  436. overflow:hidden;
  437. border-radius:100%;
  438. position:absolute;
  439. opacity:0.8;
  440. margin-top:6px;
  441. margin-left:7px;
  442. }
  443.  
  444. pre {
  445. border:1px solid {color:borders};
  446. background-image:url('{image:background}');
  447. font-family:'sulphur point';
  448. background-color:{color:background};
  449. background-size:fill;
  450. background-position:center;
  451. padding:10px;
  452. color:{color:accent text};
  453. text-align:center;
  454. text-shadow:0 0 3px {color:borders};
  455. line-height:18px;
  456. white-space: pre-wrap;
  457. white-space: -moz-pre-wrap;
  458. white-space: -pre-wrap;
  459. white-space: -o-pre-wrap;
  460. word-wrap: break-word;
  461. }
  462.  
  463. pre a {
  464. color:{color:accent text};
  465. }
  466.  
  467. .permalinks {
  468. border:1px solid {color:borders};
  469. background-image:url('{image:background}');
  470. background-color:{color:background};
  471. background-size:fill;
  472. background-position:center;
  473. padding:10px;
  474. color:{color:accent text};
  475. text-align:center;
  476. text-shadow:0 0 3px {color:borders};
  477. line-height:18px;
  478. }
  479.  
  480. .permalinks a {
  481. color:{color:accent text};
  482. -webkit-transition: all 0.7s ease;
  483. -moz-transition: all 0.7s ease;
  484. -o-transition: all 0.7s ease;
  485. }
  486.  
  487. .permalinks i {
  488. color:{color:accent text};
  489. font-size:14px;
  490. -webkit-transition: all 0.7s ease;
  491. -moz-transition: all 0.7s ease;
  492. -o-transition: all 0.7s ease;
  493. }
  494.  
  495. .permalinks a:hover {
  496. color:{color:links hover};
  497. -webkit-transition: all 0.7s ease;
  498. -moz-transition: all 0.7s ease;
  499. -o-transition: all 0.7s ease;
  500. }
  501.  
  502. .permalinks i:hover {
  503. color:{color:links hover};
  504. -webkit-transition: all 0.7s ease;
  505. -moz-transition: all 0.7s ease;
  506. -o-transition: all 0.7s ease;
  507. }
  508.  
  509. .tags {
  510. line-height:16px;
  511. font-size:1em;
  512. font-family:'la belle aurore';
  513. }
  514.  
  515. .postinfo {
  516. font-family:'cinzel decorative';
  517. font-size:10px;
  518. }
  519.  
  520. .postinfo a {
  521. padding-left:10px;
  522. padding-right:10px;
  523. }
  524.  
  525. /* DO NOT EDIT OR REMOVE */
  526. .credit {
  527. position:fixed;
  528. bottom:5px;
  529. right:5px;
  530. }
  531.  
  532. /* DO NOT EDIT OR REMOVE */
  533. .credit a {
  534. color:{color:accent text};
  535. display:block;
  536. border-radius:5px;
  537. text-align:center;
  538. text-transform:uppercase;
  539. line-height:14px;
  540. font-size:0.9em;
  541. margin:5px;
  542. }
  543.  
  544. /* DO NOT EDIT OR REMOVE */
  545. .credit b {
  546. font-size:1.2em;
  547. text-transform:none;
  548. color:{color:accent text};
  549. }
  550.  
  551. .notes {
  552. line-height:19px;
  553. text-align:justify;
  554. }
  555.  
  556. .notes li {
  557. padding-bottom:10px;
  558. list-style-type:none;
  559. margin-left:-40px;
  560. padding-right:40px;
  561. }
  562.  
  563. .notes li:before {
  564. content:none;
  565. }
  566.  
  567. .notes img {
  568. float:left;
  569. width:15px;
  570. border-radius:5px;
  571. margin-right:4px;
  572. padding:2px;
  573. }
  574.  
  575. .listitem {
  576. display:inline-block;
  577. vertical-align:top;
  578. width:100%;
  579. margin-bottom:40px;
  580. }
  581.  
  582. .listitem:last-of-type {
  583. margin-bottom:0;
  584. }
  585.  
  586. .listitem img {
  587. width:125px;
  588. height:125px;
  589. object-fit:cover;
  590. border-radius:5px;
  591. border:1px solid {color:borders}; /* change line color */
  592. margin-bottom:5px;
  593. }
  594.  
  595. .listitem:nth-of-type(odd) img {
  596. float:left;
  597. margin-right:10px;
  598. }
  599.  
  600. .listitem:nth-of-type(even) img {
  601. float:right;
  602. margin-left:10px;
  603. }
  604.  
  605. .listitem .title {
  606. font-size:1.5em;
  607. letter-spacing:1px;
  608. margin-top:30px;
  609. font-weight:bold;
  610. border-bottom:1px solid {color:borders}; /* change line color */
  611. padding-top:10px;
  612. padding-bottom:5px;
  613. margin-bottom:10px;
  614. font-family:'cinzel decorative';
  615. }
  616.  
  617. .listitem:nth-of-type(odd) .title {
  618. text-align:right;
  619. margin-left:10px;
  620. }
  621.  
  622. .listitem:nth-of-type(even) .title {
  623. text-align:left;
  624. margin-right:10px;
  625. }
  626.  
  627. .listitem .subtitle {
  628. font-size:1.2em;
  629. text-transform:uppercase;
  630. font-weight:normal;
  631. letter-spacing:2px;
  632. margin-top:-5px;
  633. }
  634.  
  635. .listitem:nth-of-type(odd) .subtitle {
  636. text-align:right;
  637. }
  638.  
  639. .listitem:nth-of-type(even) .subtitle {
  640. text-align:left;
  641. }
  642.  
  643. .listitem .blurb {
  644. margin-top:15px;
  645. }
  646.  
  647. ul#tabs {
  648. list-style-type: none;
  649. padding: 0;
  650. text-align: center;
  651. }
  652.  
  653. ul#tabs li {
  654. display: inline-block;
  655. background-color: transparent;
  656. padding:5px;
  657. color:{color:links};
  658. padding-right:10px;
  659. padding-left:10px;
  660. font-size:10px;
  661. padding-bottom:10px;
  662. margin-bottom: 4px;
  663. font-family:'cinzel decorative';
  664. -webkit-transition: all 0.7s ease;
  665. -moz-transition: all 0.7s ease;
  666. -o-transition: all 0.7s ease;
  667. }
  668.  
  669. ul#tabs li:hover {
  670. color:{color:links hover};
  671. -webkit-transition: all 0.7s ease;
  672. -moz-transition: all 0.7s ease;
  673. -o-transition: all 0.7s ease;
  674. }
  675.  
  676. ul#tabs li.active {
  677. color:{color:bold};
  678. border-bottom:1px solid {color:borders};
  679. -webkit-transition: all 0.7s ease;
  680. -moz-transition: all 0.7s ease;
  681. -o-transition: all 0.7s ease;
  682. }
  683.  
  684. ul#tab {
  685. list-style-type: none;
  686. margin: 0;
  687. padding: 0;
  688. }
  689.  
  690. ul#tab li {
  691. display: none;
  692. }
  693.  
  694. ul#tab li.active {
  695. display: block;
  696. }
  697.  
  698. /* TIMELINE CODE - by RPSchtuff */
  699.  
  700. /* INDIVIDUAL ENTRY */
  701. .tl {
  702. width:100%;
  703. height:auto;
  704. display:flex;
  705. }
  706.  
  707. /* DATE */
  708. .tl .date {
  709. width:25%;
  710. height:100%;
  711. text-align:right;
  712. margin-right:10px;
  713. /* styling for the date label below - add/remove/alter to suit your needs */
  714. font-family: 'Cinzel Decorative', cursive;
  715. letter-spacing:0.5px;
  716. color:{color:bold};
  717. }
  718.  
  719. /* CONTENT */
  720. .tl .content {
  721. width:calc(75% - 20px);
  722. padding-left:10px;
  723. border-left:1px solid {color:borders}; /* color of line */
  724. padding-bottom:20px; /* size of gap between entries */
  725. }
  726.  
  727. /* DOT ON LINE */
  728. .tl .content:before {
  729. content:"";
  730. position:absolute;
  731. margin-left:-14px;
  732. border-radius:100%;
  733. width:5px;
  734. height:5px;
  735. margin-top:4px; /* adjust as needed to align vertically on line */
  736. background-color: {color:posts}; /* color of dot */
  737. border:1px solid {color:borders}; /* color of dot outline */
  738. }
  739.  
  740. /* this removes the gap from under your final entry */
  741. .tl:last-of-type .content {
  742. padding-bottom:0;
  743. }
  744.  
  745. .statholder {
  746. margin-bottom:20px;
  747. }
  748.  
  749. .stat {
  750. width:100%;
  751. height:11px;
  752. border-bottom:1px dotted {color:borders};
  753. margin-bottom:7px;
  754. }
  755.  
  756. .stat .left {
  757. font-family:'cinzel decorative';
  758. float:left;
  759. background:{color:posts};
  760. padding-right:2px;
  761. color:{color:bold};
  762. }
  763.  
  764. .stat .right {
  765. float:right;
  766. background:{color:posts};
  767. padding-left:3px;
  768. }
  769.  
  770. .iconrow {
  771. width:100%;
  772. text-align:center;
  773. padding-top:10px;
  774. padding-bottom:10px;
  775. }
  776.  
  777. .iconrow img {
  778. width:100px;
  779. height:100px;
  780. border-radius:5px;
  781. display:inline-block;
  782. margin-left:10px;
  783. margin-right:10px;
  784. }
  785.  
  786. </style>
  787. <body>
  788.  
  789. <div id="container">
  790.  
  791. <img src="{image:side pic}" class="sidepic">
  792.  
  793. <!-- SIDEBAR/HEADER -->
  794. <div id="sidebar">
  795. {text:Description}
  796.  
  797. <div id="nav">
  798. <a href="/" title="{text:home title}">{text:nav link symbol}</a>
  799. <a href="/ask" title="{text:ask title}">{text:nav link symbol}</a>
  800.  
  801. {block:IfShowSubmit}
  802. <a href="/submit" title="{text:submit title}">{text:nav link symbol}</a>
  803. {/block:IfShowSubmit}
  804.  
  805. {block:HasPages}
  806. {block:Pages}
  807. <a href="{URL}" title="{Label}">{text:nav link symbol}</a>
  808. {/block:Pages}
  809. {/block:HasPages}
  810.  
  811. {block:IfShowArchive}
  812. <a href="/archive" title="{text:archive title}">{text:nav link symbol}</a>
  813. {/block:IfShowArchive}
  814.  
  815. </div>
  816.  
  817. </div>
  818.  
  819. <div class="pagination">
  820.  
  821. {block:Pagination}
  822. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}
  823. {block:JumpPagination length="5"}
  824. {block:CurrentPage}<a class="current">{PageNumber}</a>{/block:CurrentPage}
  825. {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  826. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
  827. {/block:Pagination}
  828.  
  829. </div>
  830.  
  831. <!-- POSTS -->
  832. <div id="postholder">
  833. {block:Posts}
  834. <div class="posts">
  835.  
  836.  
  837. {block:ContentSource}
  838. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  839. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  840. {/block:SourceLogo}
  841. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  842. {/block:ContentSource}
  843.  
  844.  
  845.  
  846. {block:Text}
  847. {block:Title}<h1>{Title}</h1>{/block:Title}
  848. {Body}
  849. {/block:Text}
  850.  
  851. {block:Photo}
  852. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  853. {block:Caption}{Caption}{/block:Caption}
  854. {/block:Photo}
  855.  
  856. {block:Photoset}
  857. {Photoset-500}
  858. {block:Caption}{Caption}{/block:Caption}
  859. {/block:Photoset}
  860.  
  861. {block:Panorama}
  862. {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}
  863. {block:Caption}{Caption}{/block:Caption}
  864. {/block:Panorama}
  865.  
  866. {block:Answer}
  867. <div class="ask"><b>{Asker} said &mdash;</b><br>{Question}</div>
  868. {Answer}
  869. {/block:Answer}
  870.  
  871. {block:Video}
  872. {Video-500}
  873. {block:Caption}{Caption}{/block:Caption}
  874. {/block:Video}
  875.  
  876. {block:Quote}
  877. <div class="quote">❝ {Quote} ❞</div>
  878. {block:Source}<div class="source">&mdash; {Source}</div>{/block:Source}
  879. {/block:Quote}
  880.  
  881. {block:Link}
  882. <a href="{URL}" {Target}><h1>{Name} »</h1></a>
  883. {block:Description}{Description}{/block:Description}
  884. {/block:Link}
  885.  
  886. {block:Chat}
  887. {block:Title}<h1>{Title}</h1>{/block:Title}
  888. {block:Lines}
  889. <p>{block:Label}<b>{Label}</b> {/block:Label}{Line}</p>
  890. {/block:Lines}
  891. {/block:Chat}
  892.  
  893. {block:Audio}
  894. <div class="audioplayer">
  895. <div class="playbutton">{AudioPlayerWhite}</div>
  896. {block:AlbumArt}<img src="{AlbumArtURL}" width="40">{/block:AlbumArt}
  897. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br>
  898. {block:Artist} {Artist}{/block:Artist}
  899. </div>
  900. {block:Caption}{Caption}{/block:Caption}
  901. {/block:Audio}
  902.  
  903. <!-- POST INFO -->
  904. {block:Date}
  905. <div class="permalinks">
  906. <div class="postinfo">
  907. <a href="{Permalink}"> {MonthNumberWithZero}.{DayOfMonthWithZero}.{Year} </a>&nbsp;
  908.  
  909. {block:NoteCount}<a href="{Permalink}"> {NoteCountWithLabel} </a>&nbsp;{/block:NoteCount}
  910.  
  911. {block:RebloggedFrom}
  912.  
  913. <a href="{ReblogParentURL}" title="{ReblogParentName}"> via </a>
  914.  
  915. <a href="{ReblogRootURL}" title="{ReblogRootName}"> source </a>
  916.  
  917. {/block:RebloggedFrom}
  918.  
  919. <a href="{ReblogURL}"> reblog </a>
  920.  
  921. </div>
  922.  
  923. {block:HasTags}
  924. <div class="tags">
  925. {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}
  926. </div>
  927. {/block:HasTags}
  928. </div>
  929.  
  930. {/block:Date}
  931.  
  932.  
  933. </div>
  934.  
  935. {block:PermalinkPage}
  936. {block:PostNotes}
  937. <div class="notes">
  938. {PostNotes}
  939. </div>
  940. {/block:PostNotes}
  941. {/block:PermalinkPage}
  942.  
  943. {/block:Posts}
  944.  
  945. </div>
  946.  
  947. </div>
  948.  
  949. <!-- DO NOT EDIT OR REMOVE -->
  950. <div class="credit">
  951. <a href="http://rpschtuff.tumblr.com">theme by<br><b>RPSchtuff</b></a>
  952. </div>
  953.  
  954. </body>
  955. </html>
  956. <!-- THEME SKELETON PROVIDED BY EVANSYHELP. -->
Advertisement
Add Comment
Please, Sign In to add comment