Advertisement
Guest User

TRAPXTHY

a guest
Mar 6th, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 27.38 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--
  3.  
  4. Catnip v.2 Theme
  5. Created by Modernise (modernise.tumblr.com)
  6. Please leave at least ONE credit link. Do not delete this box.
  7.  
  8. Theme is best viewed on Google Chrome, with a resolution of 1280x800.
  9.  
  10. *~*~HOW TO INSTALL~*~*
  11. 1) Copy this entire code.
  12. 2) Open up the customise.
  13. 3) Click on Edit HTML
  14. 4) Delete the code already in there.
  15. 5) Replace it with this code.
  16. 6) Hit Update Preview, and then Save.
  17. 7) Refresh the page, and press Save again.
  18. 8) If it wont let you paste in the box, or if it still does not work, use classic customize. (http://tumblr.com/customize-classic/)
  19.  
  20. If you are experiencing any problems with this theme, please refer to the FAQ on modernisethemes. (http://modernisethemes.tumblr.com/faq)
  21. Thank you for choosing Modernise Themes <3!
  22.  
  23. -->
  24.  
  25. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  26. <html xmlns="http://www.w3.org/1999/xhtml">
  27. <head>
  28. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  29.  
  30. <meta name="font:Text" content="Georgia"/>
  31. <meta name="text:Font Size" content="9px"/>
  32. <meta name="color:Text" content="#888"/>
  33. <meta name="color:Background" content="#fff"/>
  34. <meta name="color:Post" content="#fff"/>
  35. <meta name="color:Borders" content="#cccccc"/>
  36. <meta name="color:Blockquote" content="#f5f5f5"/>
  37. <meta name="color:Links" content="#416600"/>
  38. <meta name="color:Hover" content="#77b30f"/>
  39. <meta name="image:Background" content=""/>
  40. <meta name="image:Header" content=""/>
  41. <meta name="if:Title Font" content="1"/>
  42. <meta name="if:Image Fade" content="1">
  43. <meta name="if:Rounded Corners" content="1">
  44. <meta name="if:CustomLink1" content="1">
  45. <meta name="if:CustomLink2" content="1">
  46. <meta name="if:CustomLink3" content="1">
  47. <meta name="if:CustomLink4" content="0">
  48. <meta name="if:CustomLink5" content="0">
  49. <meta name="text:Link 1 Title" content="custom link">
  50. <meta name="text:Link 1" content="http://">
  51. <meta name="text:Link 2 Title" content="custom link">
  52. <meta name="text:Link 2" content="http://">
  53. <meta name="text:Link 3 Title" content="custom link">
  54. <meta name="text:Link 3" content="http://">
  55. <meta name="text:Link 4 Title" content="custom link">
  56. <meta name="text:Link 4" content="http://">
  57. <meta name="text:Link 5 Title" content="custom link">
  58. <meta name="text:Link 5" content="http://">
  59. <meta name="if:Animated Post Load" content="0">
  60. <meta name="if:Cross Cursor" content="1">
  61. <meta name="if:Click Photo To Reblog" content="1">
  62. <meta name="if:Infinite Scroll" content="1">
  63.  
  64.  
  65. <link rel="shortcut icon" href="{Favicon}">
  66. {block:Description}
  67. <meta name="description" content="{MetaDescription}" />
  68. {/block:Description}
  69.  
  70. <title>{Title}</title>
  71.  
  72. <script type="text/javascript"
  73. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  74.  
  75. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  76.  
  77. <script type="text/javascript">
  78.  
  79. $(document).ready(function () {
  80.  
  81. $('li.drawer div:nth-child(2)').hide();
  82.  
  83. $('li.drawer h4').click(function () {
  84.  
  85. if ($(this).hasClass('open')) {
  86.  
  87. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  88.  
  89. else {
  90.  
  91. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  92.  
  93. $(this).next().slideDown();
  94.  
  95. $(this).addClass('open');}
  96.  
  97. });
  98.  
  99. });
  100.  
  101. </script>
  102.  
  103.  
  104. <style type="text/css">
  105.  
  106.  
  107. /* Body Controls */
  108. html {
  109.     height:100%;
  110. }
  111.  
  112.  
  113. body {
  114.     <!-- Wikplayer http://www.wikplayer.com -->
  115. <script type="text/javascript" src="http://www.wikplayer.com/code.js"
  116. data-config="{'skin':'skins/wikfull/plainBlack/skin.css','volume':28,'autoplay':false,'shuffle':false,'repeat':2,'showcomment':false,'marqueetexton':true,'placement':'top','showplaylist':false,'playlist':[{'title':'Gravity%20(Ft%20G-Eazy)%20by%20The%20Code','url':'https%3A%2F%2Fsoundcloud.com%2Fthecxde%2Fgravity-ft-g-eazy'}]}" ></script>
  117. <!-- Wikplayer code end -->
  118.  
  119.     font-family:{font:Text};
  120.     font-size:{text:Font Size};
  121.     color:{color:Text};
  122.     letter-spacing:0px;
  123.     background-color:{color:background};
  124.     background-image:url('{image:Background}');
  125.     background-color:{color:Background};
  126.     background-repeat: repeat;
  127.     background-position: top center;
  128.     background-attachment: fixed;
  129.     text-align:justify;
  130.     line-height:100%;
  131.     {block:IfCrossCursor}
  132. cursor: crosshair, auto;{/block:IfCrossCursor}
  133.     {block:IfNotCrossCursor}cursor:default;{/block:IfNotCrossCursor}
  134. }
  135.  
  136.  
  137. @font-face {
  138. font-family:basket;
  139. src: url('http://static.tumblr.com/ejm8w78/iVdm14tn1/andarilho-font.ttf');
  140. }
  141.  
  142. a {
  143.     color:{color:Links};
  144.     text-decoration: none;
  145.     -webkit-transition-duration:1s;
  146.     {block:IfCrossCursor}cursor:crosshair;{/block:IfCrossCursor}
  147.     {block:IfNotCrossCursor}cursor:default;{/block:IfNotCrossCursor}
  148. }
  149.  
  150. a:hover {
  151.     color:{color:Hover};
  152.     text-decoration: none;
  153.     {block:IfCrossCursor}
  154. cursor: crosshair, auto;{/block:IfCrossCursor}
  155.     {block:IfNotCrossCursor}cursor:default;{/block:IfNotCrossCursor}
  156.  
  157. }
  158.  
  159. u {
  160.     border-bottom: 1px dashed #888;
  161. }
  162.  
  163. b, strong{
  164. font-size: 9px;
  165. letter-spacing: 1px;
  166. color: #b1b1b1;
  167. font-family: georgia;
  168. text-transform: none;
  169. text-shadow: 1px 1px 2px #e1dad4;
  170. text-decoration: none;
  171. font-weight: normal;
  172. }
  173.  
  174. iframe#tumblr_controls {
  175.     right:3px !important;
  176.     position: fixed !important;
  177.     -webkit-transition: opacity 0.7s linear;
  178.     opacity: 0.5;
  179.     -webkit-transition: all 0.8s ease-out;
  180.     -moz-transition: all 0.8s ease-out;
  181.     transition: all 0.8s ease-out;
  182. }
  183.  
  184. iframe#tumblr_controls:hover {
  185.     -webkit-transition: opacity 0.7s linear;
  186.     opacity: 1;
  187.     -webkit-transition: all 0.4s ease-out;
  188.     -moz-transition: all 0.4s ease-out;
  189.     transition: all 0.4s ease-out;
  190. }
  191.  
  192. ::-webkit-scrollbar-thumb:vertical {
  193.     background-color:{color:Links};
  194.     height:auto;
  195.     -webkit-border-radius:4px;
  196. }
  197.  
  198. ::-webkit-scrollbar-thumb:horizontal {
  199.     background-color:{color:Links};
  200.     height:10px !important;
  201.     -webkit-border-radius:4px;
  202. }
  203.  
  204. ::-webkit-scrollbar {
  205.     height:10px;
  206.     width:10px;
  207.     background-color:{color:Background};
  208.     -webkit-border-radius:4px;
  209. }
  210.  
  211. #content {
  212.     width:100%;
  213.     margin-left:auto;
  214.     margin-right:auto;
  215.     position: relative;
  216.     height:100%;
  217.     {block:IfCrossCursor}cursor:crosshair;{/block:IfCrossCursor}
  218.     {block:IfNotCrossCursor}cursor:default;{/block:IfNotCrossCursor}
  219. }
  220.  
  221. .karkat {
  222.     background-color:{color:Post};
  223.     display:block;
  224.     {block:IndexPage}width:1212px;{/block:IndexPage}
  225.     {block:PermalinkPage}width:730px;{/block:PermalinkPage}
  226.     height:100%;
  227.     z-index:-1;
  228.     margin-left:auto;margin-top:-10px;margin-bottom:-10px;
  229.     margin-right:auto;padding:2px;
  230.     {block:IfCrossCursor}cursor:crosshair;{/block:IfCrossCursor}
  231.     {block:IfNotCrossCursor}cursor:default;{/block:IfNotCrossCursor}
  232. }
  233.  
  234. ul {
  235. margin-left:-25px;
  236. }
  237.  
  238.  
  239.  
  240.  
  241. /* Header Controls */
  242.  
  243. .sidebar {
  244.     width:500px;
  245.     background-color:{color:Post};
  246.     z-index:5;
  247.     margin-right:auto;
  248.     margin-left:auto;
  249.     text-align:center;
  250.     display:relative;
  251.     margin-bottom:20px;
  252.     border-bottom:1px solid {color:Borders};
  253.     {block:IfCrossCursor}cursor:crosshair;{/block:IfCrossCursor}
  254.     {block:IfNotCrossCursor}cursor:default;{/block:IfNotCrossCursor}
  255. }
  256.  
  257. .butters a {
  258.     font-size:{block:IfTitleFont}37px{/block:IfTitleFont}
  259.     {block:IfNotTitleFont}30px{/block:IfNotTitleFont};
  260.     color:{color:Links};
  261.     letter-spacing:-2px;
  262.     -webkit-transition-duration:1.5s;
  263.     font-family:{block:IfTitleFont}basket{/block:IfTitleFont}
  264.     {block:IfNotTitleFont}{font:text}{/block:IfNotTitleFont};
  265.     text-transform:lowercase;
  266. }
  267.  
  268. .butters a:hover {
  269.     color:{color:Link};
  270. }
  271.  
  272. ul#drawers {
  273.     text-align:center;
  274.     width: 500px;
  275.     list-style: none;
  276.     margin: 0 auto;
  277.     padding: 0px;
  278.     border-top: 0px;
  279. }
  280.  
  281. ul#drawers a {
  282.     text-align: center;
  283.     text-decoration: none;
  284. }
  285.  
  286. ul#drawers li h4 {
  287.     margin: 0;
  288.     padding: 0px;
  289.     text-align: center;
  290.     -webkit-transition: background-color 0.5s ease-out;
  291.     -moz-transition: background-color 0.5s ease-out;
  292.     font-weight:normal;
  293.     transition: background-color 0.5s ease-out;
  294. }
  295.  
  296. h4.small {
  297.     text-align: center;
  298.     display: table-cell;
  299.     width: 500px;
  300.     margin: 0px;
  301.     height: 100%;
  302. }
  303.  
  304. li.drawer h4.open {
  305.     text-align: center;
  306.     border-top: 0px;
  307. }
  308.  
  309. li.drawer div {
  310.     text-align: center;
  311.     padding: 0px;
  312.     margin: 0px;
  313.     line-height: 12px;
  314. }
  315.  
  316. li.drawer div li {
  317.     text-align: center;
  318.     list-style-type: disc;
  319. }
  320.  
  321. li.drawer div ul {
  322.     text-align: center;
  323.     -webkit-padding-start: 12px;
  324. }
  325.  
  326. .navigation  {
  327.     font-size:{block:IfTitleFont}45px{/block:IfTitleFont}
  328.     {block:IfNotTitleFont}30px{/block:IfNotTitleFont};
  329.     color:{color:Links};
  330.     letter-spacing:-2px;
  331.     -webkit-transition-duration:1.5s;
  332.     font-family:{block:IfTitleFont}basket{/block:IfTitleFont}
  333.     {block:IfNotTitleFont}{font:text}{/block:IfNotTitleFont};
  334.     text-transform:lowercase;
  335.     text-align:center;line-height:{block:IfTitleFont}45px{/block:IfTitleFont}
  336.     {block:IfNotTitleFont}30px{/block:IfNotTitleFont};
  337. }
  338.  
  339.  
  340. /* Post Controls */
  341.  
  342. #content .posts {
  343.     {block:IndexPage}
  344.     width:1212px;
  345.     {/block:IndexPage}
  346.     {block:PermalinkPage}
  347.     width: 520px;
  348.     {/block:PermalinkPage};
  349.     right:auto;
  350.     margin-right:auto;
  351.     margin-left:auto;
  352.     position:relative;height:100%;
  353.     background-color:transparent;
  354. }
  355.  
  356. #content .posts img {
  357.     {block:IndexPage}
  358.     max-width: 400px;
  359.     margin-top:-2px;
  360.     {/block:IndexPage}
  361.     {block:PermalinkPage}
  362.     max-width: 500px;
  363.     {/block:PermalinkPage}
  364.     {block:IfRoundedCorners}
  365.     -webkit-border-radius:4px;
  366.     {/block:IfRoundedCorners}
  367. }
  368.  
  369.  
  370. #content .entry {
  371.     {block:IndexPage}
  372.     width:400px;
  373.     float:left;
  374.     position: relative;
  375.     {/block:IndexPage}
  376.     margin-right:0px;
  377.     margin-bottom:-2px;
  378.     padding:2px;
  379.     z-index:1;
  380.     {block:PermalinkPage}
  381.     width:500px;
  382.     {/block:PermalinkPage}
  383.     {block:IfAnimatedPostLoad}
  384.     -webkit-transition-duration:2s;
  385.     {/block:IfAnimatedPostLoad}
  386. }
  387.  
  388. .heading {
  389.     font-family:{font:Text};
  390.     font-size:15px;
  391.     text-decoration: none;
  392.     letter-spacing:0px;
  393.     font-weight:none;
  394.     line-height:100%;
  395.     margin-bottom:0px;
  396.     text-align:left;
  397. }
  398.  
  399. .chat ul {
  400.     padding:0px 0px 0px 0px;
  401.     margin:0px 0px 0px 0px;
  402. }
  403.  
  404. .chat li {
  405.     list-style-type: none;
  406.     padding-left:0px;
  407.     margin-right:0px;
  408. }
  409.  
  410. .chat li.odd {
  411.     color:{color:Text};
  412. }
  413.  
  414. .chat li.even {
  415.     color: {color:Text};
  416.     background-color: {color:Blockquote};
  417. }
  418.  
  419. .label {
  420. font-size: 9px;
  421. letter-spacing: 1px;
  422. font-family: trebuchet ms;
  423. text-transform: uppercase;
  424. text-shadow: 1px 1px 2px #e1dad4;
  425. text-decoration: none;
  426. font-weight: normal;
  427. color:{color:links}
  428. }
  429.  
  430. blockquote {
  431.     padding-left:5px;
  432.     padding-top:3px;
  433.     padding-right:5px;
  434.     padding-bottom:3px;
  435.     margin-left:5px;
  436.     margin-right:5px;
  437.     border-left: 2px solid {color:Borders};
  438.     border-right: 2px solid {color:Borders};
  439.     background-color:{color:Blockquote};
  440. }
  441.  
  442. .stan {
  443.     background-color:{color:Blockquote};
  444. }
  445.  
  446. .kyle {
  447.     font-style:italic;
  448.     line-height:100%;
  449.     margin-bottom:0px;
  450. }
  451.  
  452. {block:IfImageFade}
  453. .img {
  454.     {block:IndexPage}
  455.     opacity:0.8;
  456.     filter:alpha(opacity=80);
  457.     {/block:IndexPage}
  458.     -webkit-transition-duration:0.4s;
  459. }
  460.  
  461. .img:hover {
  462.     opacity:1;
  463.     filter:alpha(opacity=100);
  464. }
  465. {/block:IfImageFade}
  466.  
  467.  
  468. .stoley img {
  469.     {block:IndexPage}
  470.     max-width:250px;
  471.     overflow-y:auto;
  472.     {/block:IndexPage}
  473. }
  474.  
  475. .kenny {
  476.     width:500px;
  477.     opacity: 1;
  478.     z-index: 10000;
  479.     margin-top:0px;
  480.     margin-left:auto;
  481.     margin-right:0px;
  482.     float:right;
  483.     text-align:right;
  484.     font-family:trebuchet ms;
  485.     font-size:7px;
  486.     letter-spacing:1px;
  487.     text-transform:uppercase;
  488. }
  489.  
  490. .cartman {
  491.     margin-top:0;
  492.     margin-left:0px;
  493.     margin-right:auto;
  494.     margin-bottom:0px;
  495.     width:500px;
  496.     text-align:left;
  497.     background-color:{color:Post};
  498. }
  499.  
  500. .wendy {
  501.     text-align:center;
  502.     width:500px;
  503.     margin-left:auto;
  504.     margin-right:auto;
  505. }
  506.  
  507. .video embed, .video object, .video iframe {
  508.     {block:IndexPage}
  509.     width:400px /**/ !important;
  510.     {/block:IndexPage}
  511.     {block:PermalinkPage}width:500px !important;
  512.     {/block:PermalinkPage}
  513.     height:auto !important;
  514. }
  515.  
  516.  
  517. .audioplayer {
  518.     background-color:#e4e4e4;
  519. }
  520.  
  521. /* Permalink Controls */
  522.  
  523. .entry .permalink {
  524.     padding-top:0px;
  525. }
  526.  
  527. .tweek {
  528.     font-size:15px;
  529.     line-height:100%;
  530.     padding:2px;
  531.     color:#fff;
  532.     -webkit-transition-duration:1s;
  533.     z-index:999999;
  534. }
  535.  
  536. .tweek: hover {
  537.     color:;
  538. }
  539.  
  540. .craig {
  541.     color:#000000;
  542.     font-size:8px;
  543.     opacity: 0;
  544.     -webkit-transition-duration: 1s;
  545.     bottom:10px;
  546.     right:35%;
  547.     width:100px;
  548.     height:10px;
  549.     background-color: #cccccc;
  550.     padding-bottom:5px;
  551.     position: absolute;
  552.     margin:5px;
  553.     text-align:center;
  554.     font-family:trebuchet ms;
  555.     letter-spacing:1px;
  556.     display:block;
  557.     -webkit-border-radius:4px;
  558. }
  559.  
  560. .entry:hover .craig {
  561.     opacity:0.85;
  562.     z-index:999999;
  563. }
  564.  
  565. .permalink {
  566.     float:right;
  567.     position: absolute;
  568.     margin-top:0px;
  569.     opacity: 0;
  570.     z-index: 1000;
  571.     text-align:right;
  572.    
  573. }
  574.  
  575.  
  576. ol.notes {
  577.     padding: 0px;
  578.     margin: 25px 0px;
  579.     list-style-type: none;
  580.     border-bottom: solid 1px #ccc;
  581. }
  582.  
  583. ol.notes li.note {
  584.     border-top: solid 1px #ccc;
  585.     padding: 6px;
  586. }
  587.  
  588. {CustomCSS}
  589.  
  590. </style>
  591.  
  592.  
  593. {block:IfInfiniteScroll}
  594. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  595. {/block:IfInfiniteScroll}
  596.    
  597. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  598.  
  599. <script type="text/javascript">
  600. $(window).load(function () {
  601. $('.posts').masonry(),
  602. $('.masonryWrap').infinitescroll({
  603. navSelector : "div#navigation",
  604. // selector for the paged navigation (it will be hidden)
  605. nextSelector : "div#navigation a#nextPage",
  606. // selector for the NEXT link (to page 2)
  607. itemSelector : ".entry",
  608. // selector for all items you'll retrieve
  609. bufferPx : 10000,
  610. extraScrollPx: 10,
  611. loadingImg : "http://static.tumblr.com/ejm8w78/KZjlxxt0d/ajax-loader.gif",
  612. loadingText : "<em></em>",
  613. },
  614. // call masonry as a callback.
  615. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  616. );
  617. });
  618. </script>
  619.  
  620.  
  621.  
  622. <script type="text/javascript">
  623. $(window).load(function(){
  624. $("p").remove(":contains('(Source:')");
  625. $("p").remove(":contains('(via ')");
  626. });
  627. </script>
  628.  
  629. </head>
  630.  
  631. <body>
  632.  
  633.  
  634. <div class="karkat">
  635. <div id="content">
  636. <div class="sidebar">
  637. <br><br>
  638. <ul id="drawers">
  639.  
  640. <li class="drawer" id="info">
  641.  
  642. <h4><div class="navigation">
  643. {block:IfHeaderImage}<img src="{image:Header}" max-width="500">{/block:IfHeaderImage}{block:IfNotHeaderImage}{Title}{/block:IfNotHeaderImage}</div></h4>
  644. <div align="center">
  645. <div style="max-width:500px;margin-left:auto;margin-right:auto;">
  646. <Br><br>{Description}
  647. </div>
  648. <br>
  649. <a href="/">home</a>
  650. &nbsp;&nbsp;<a href="/ask">message</a>
  651. &nbsp;&nbsp;<a href="/archive">history</a>
  652. {block:SubmitEnabled}&nbsp;&nbsp;
  653. <a href="/submit">submit</a>{/block:SubmitEnabled}
  654. {block:HasPages}
  655. {block:Pages}
  656. <a href="{URL}">&nbsp;&nbsp;{Label}</a>
  657. {/block:Pages}
  658. {/block:HasPages}
  659. {block:IfCustomLink1}
  660. <a href="{text:Link 1}">&nbsp;&nbsp;{text:Link 1 Title}</a>
  661. {/block:IfCustomLink1}
  662. {block:IfCustomLink2}
  663. <a href="{text:Link 2}">&nbsp;&nbsp;{text:Link 2 Title}</a>
  664. {/block:IfCustomLink2}
  665. {block:IfCustomLink3}
  666. <a href="{text:Link 3}">&nbsp;&nbsp;{text:Link 3 Title}</a>
  667. {/block:IfCustomLink3}
  668. {block:IfCustomLink4}
  669. <a href="{text:Link 4}">&nbsp;&nbsp;{text:Link 4 Title}</a>
  670. {/block:IfCustomLink4}
  671. {block:IfCustomLink5}
  672. <a href="{text:Link 5}">&nbsp;&nbsp;{text:Link 5 Title}</a>
  673. {/block:IfCustomLink5}
  674. &nbsp;&nbsp;<a href="http://modernise.us">theme</a>
  675. </div>
  676.  
  677. </li>
  678.  
  679. </ul>
  680.  
  681. {block:IndexPage}
  682. <div class="column navigation" id="navigation">
  683. {block:Pagination}
  684. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  685. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  686. </div>
  687. {/block:IndexPage}
  688.  
  689. <br><br>
  690.  
  691. </div>
  692. <div class="posts">
  693. {block:Posts}
  694. <div class="entry">
  695.  
  696.  
  697. {block:Text}
  698. {block:Title} <a href="{permalink}"><div class="heading">{title}</div></a> {/block:Title}
  699. <div class="stoley">{Body}</div>
  700.  
  701. {block:IndexPage}<div style="border-bottom:1px {color:Borders} solid;font-size:8px;text-align:Right;"><a href="{Permalink}">
  702. {NoteCountWithLabel}</a></div>
  703. {/block:IndexPage}
  704.  
  705. {block:PermalinkPage}
  706.  
  707.  
  708. <div class="kenny">
  709. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  710.  
  711. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  712. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  713. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  714. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  715. {/block:PermalinkPage}
  716. {/block:Text}
  717.  
  718. {block:Photo}
  719.  
  720. <div class="img">
  721. {block:IndexPage}{block:IfClickPhotoToReblog}<a href="{ReblogURL}">{/block:IfClickPhotoToReblog}{block:IfNotClickPhotoToReblog}<a href="{Permalink}">{/block:IfNotClickPhotoToReblog}{/block:IndexPage}
  722. {block:PermalinkPage}<a href="{PhotoURL-HighRes}">{/block:PermalinkPage}
  723. <img src="{PhotoURL-500}" alt="{PhotoAlt}" {block:IndexPage}width="400px"    {/block:IndexPage}{block:PermalinkPage}width="500"{/block:PermalinkPage}/>
  724. </a>
  725. </div>
  726.  
  727. {block:IndexPage}
  728. <div class="tweek">
  729. <div class="craig">
  730. {block:IfClickPhotoToReblog}<a href="{Permalink}">Permalink</a>{/block:IfClickPhotoToReblog}
  731. {block:IfNotClickPhotoToReblog}<a href="{ReblogURL}">Reblog</a>
  732. {/block:IfNotClickPhotoToReblog}
  733.  | <a href="{Permalink}">{NoteCount}</a>
  734.    
  735. </div></div>
  736. {/block:IndexPage}
  737.  
  738. {block:PermalinkPage}
  739. {block:Caption}{Caption}{/block:Caption}<br>
  740. <div class="kenny">
  741. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  742.  
  743. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  744. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  745. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  746. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  747. {/block:PermalinkPage}
  748.  
  749. {/block:Photo}
  750.  
  751.  
  752. {block:Photoset}
  753.  
  754.  
  755. {block:IndexPage}<center>{Photoset-400}</center><div class="tweek"><a href="{Permalink}"><div class="craig">{NoteCount}</div></a></div>{/block:IndexPage}
  756.  
  757. {block:PermalinkPage}
  758. {Photoset-500}<br>{block:Caption}{Caption}<br><br>{/block:Caption}
  759. {/block:PermalinkPage}
  760.  
  761. {block:PermalinkPage}
  762.  
  763.  
  764. <div class="kenny">
  765. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  766.  
  767. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  768. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  769. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  770. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  771. {/block:PermalinkPage}
  772. {/block:Photoset}
  773.  
  774.  
  775. {block:Quote}
  776. <a href="{permalink}"><div class="heading"><i>{Quote}</i></div></a>
  777. {block:Source} <div align="right">― {Source}</div>{/block:Source}
  778.  
  779. {block:IndexPage}<div style="border-bottom:1px {color:Borders} solid;font-size:8px;text-align:Right;"><a href="{Permalink}">
  780. {NoteCountWithLabel}</a></div>
  781. {/block:IndexPage}
  782.  
  783. {block:PermalinkPage}
  784.  
  785.  
  786. <div class="kenny">
  787. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  788.  
  789. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  790. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  791. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  792. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  793. {/block:PermalinkPage}
  794. {/block:Quote}
  795.  
  796.  
  797. {block:Link}
  798. <div class="heading"><a href="{URL}"{Target}>&rarr; {Name}</a></div>
  799. {block:Description} {Description}{/block:Description}
  800.  
  801. {block:IndexPage}<div style="border-bottom:1px {color:Borders} solid;font-size:8px;text-align:Right;"><a href="{Permalink}">
  802. {NoteCountWithLabel}</a></div>
  803. {/block:IndexPage}
  804.  
  805. {block:PermalinkPage}
  806.  
  807.  
  808. <div class="kenny">
  809. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  810.  
  811. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  812. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  813. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  814. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  815. {/block:PermalinkPage}
  816. {/block:Link}
  817.  
  818. {block:Video}
  819. {block:PermalinkPage}<div class="video">{Video-500}
  820. </div>{/block:PermalinkPage}
  821.  
  822. {block:IndexPage}<div class="video" width="250">{Video-250}
  823. </div><div style="border-bottom:1px {color:Hover} solid;font-size:8px;text-align:Right;"><a href="{Permalink}">
  824. {NoteCountWithLabel}</a></div>
  825. {/block:IndexPage}
  826.  
  827. {block:PermalinkPage}
  828.  
  829.  
  830. <div class="kenny">
  831. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  832.  
  833. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  834. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  835. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  836. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  837. {/block:PermalinkPage}
  838. {/block:Video}
  839.  
  840.  
  841. {block:Chat}
  842. {block:Title}
  843. <div class="heading"><a href="{Permalink}">{Title}</a></div>
  844. {/block:Title}
  845. <div class="chat ul">
  846. {block:Lines}
  847. <li class="{Alt} user_{UserNumber}">
  848. {block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
  849. {/block:Lines}</div></li>
  850.  
  851. {block:IndexPage}<div style="border-bottom:1px {color:Borders} solid;font-size:8px;text-align:Right;"><a href="{Permalink}">
  852. {NoteCountWithLabel}</a></div>
  853. {/block:IndexPage}
  854.  
  855. {block:PermalinkPage}
  856.  
  857.  
  858. <div class="kenny">
  859. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  860.  
  861. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  862. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  863. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  864. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  865. {/block:PermalinkPage}
  866. {/block:Chat}
  867.  
  868.  
  869.  
  870. {block:Audio}
  871. {block:AlbumArt}
  872. <img src="{AlbumArtURL}" style="width:55px;height:55px;float:left;padding-right:3px;padding-bottom:3px;padding-top:3px;background-color:{color:background};">{/block:AlbumArt}
  873. <div class="audioplayer">{AudioPlayerGrey}</div>
  874. {block:Caption}{Caption}{/block:Caption}
  875. {block:PermalinkPage}
  876. <br>{PlayCountWithLabel}{/block:PermalinkPage}
  877.  
  878. {block:IndexPage}<div style="border-bottom:1px {color:Borders} solid;font-size:8px;text-align:Right;"><a href="{Permalink}">
  879. {NoteCountWithLabel}</a></div>
  880. {/block:IndexPage}
  881.  
  882. {block:PermalinkPage}
  883.  
  884.  
  885. <div class="kenny">
  886. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  887.  
  888. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  889. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  890. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  891. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  892. {/block:PermalinkPage}
  893. {/block:Audio}
  894.  
  895.  
  896. {block:Answer}
  897. <div style="text-align:left;padding-left:5px;padding-right:5px;border-left: 2px solid {color:Borders};border-right: 2px solid {color:Borders};background-color:{color:blockquote};"><div class="stan">{Asker}: {Question}</div></div><div style="text-align:left;"><div class="kyle">{Answer}</div></div>
  898.  
  899. {block:IndexPage}<div style="border-bottom:1px {color:Borders} solid;font-size:8px;text-align:Right;"><a href="{Permalink}">
  900. {NoteCountWithLabel}</a></div>
  901. {/block:IndexPage}
  902.  
  903. {block:PermalinkPage}
  904.  
  905.  
  906. <div class="kenny">
  907. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  908.  
  909. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  910. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  911. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  912. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  913. {/block:PermalinkPage}
  914. {/block:Answer}
  915.  
  916.  
  917. </div>
  918.  
  919. {/block:Posts}
  920. </div>
  921.    
  922.    
  923. {block:IfNotInfiniteScroll}
  924.     <div style="padding-bottom:10px;">
  925. <Center>
  926. {block:Pagination}
  927.             {block:PreviousPage}
  928.                 <a href="{PreviousPage}">-</a>
  929.             {/block:PreviousPage}/
  930.  
  931.             {block:JumpPagination length="5"}
  932.                 {block:CurrentPage}
  933.                     <span>{PageNumber}</span>
  934.                 {/block:CurrentPage}
  935.  
  936.                 {block:JumpPage}
  937.                     <a class="jump_page" href="{URL}">{PageNumber}</a>
  938.                 {/block:JumpPage}
  939.             {/block:JumpPagination}
  940.  
  941.            /{block:NextPage}
  942.                 <a href="{NextPage}">+</a>
  943.             {/block:NextPage}
  944.         {/block:Pagination}</center>
  945.        </div>
  946. {/block:IfNotInfiniteScroll}
  947.    
  948. </div>
  949.  
  950. </div>
  951. </div>
  952.  
  953. </div>
  954. <div style="display:block;bottom:5px;right:5px;font-size:12px;font-family:courier new;position:fixed;background-color:#ffffff;padding:3px;border-radius:4px;z-index:5;opacity:0.75;"><a href="http://modernise.us/"></a></div>
  955.  
  956.  
  957.  
  958. </body>
  959.  
  960.  
  961.  
  962. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement