Advertisement
jimkirk

past

Jan 19th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.06 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head> <title>{Title}</title> <link rel="shortcut icon" href="{image:Sidebar Image}" /> <link rel="alternate" type="application/rss+xml" href="{RSS}" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  5.  
  6. <link href="https://fonts.googleapis.com/css?family=Karla|Nunito+Sans|Open+Sans|PT+Sans|Roboto" rel="stylesheet">
  7.  
  8. <meta name="image:Sidebar Image" content=""/>
  9.  
  10. <meta name="color:Background" content="#fff" />
  11. <meta name="color:Text" content="#bbb"/>
  12. <meta name="color:Accents" content="#eee"/>
  13. <meta name="color:Link" content="#aaa"/>
  14. <meta name="color:Link Hover" content="#efbebb"/>
  15. <meta name="color:Title" content="#888"/>
  16. <meta name="color:Scrollbar" content="#000"/>
  17.  
  18. <meta name="if:Right Sidebar" content=""/>
  19.  
  20. <meta name="select:Font" content="Roboto">
  21. <meta name="select:Font" content="Karla">
  22. <meta name="select:Font" content="PT Sans">
  23. <meta name="select:Font" content="Nunito Sans">
  24. <meta name="select:Font" content="Open Sans">
  25.  
  26. <meta name="text:Post Size" content="250px"/>
  27. <meta name="text:Link 1" content="index"/>
  28. <meta name="text:Link 1 url" content="/"/>
  29. <meta name="text:Link 2" content="ask"/>
  30. <meta name="text:Link 2 url" content="/ask"/>
  31. <meta name="text:link 3" content="archive"/>
  32. <meta name="text:Link 3 url" content="/archive"/>
  33. <meta name="text:Link 4" content="link 4"/>
  34. <meta name="text:Link 4 url" content="/"/>
  35. <meta name="text:Link 5" content="link 5"/>
  36. <meta name="text:Link 5 url" content="/"/>
  37.  
  38. <style type="text/css">
  39.  
  40. /* scrollbar */
  41. ::-webkit-scrollbar {width: 3px;height: 5px;background: {color:Background};}
  42. ::-webkit-scrollbar-thumb {background: {color:Scrollbar};border-radius: 16px;border-top: 5px solid {color:Background};}
  43.  
  44. /* basic styles */
  45. body {color: {color:Text};background-color: {color:Background};background-image: url({image:Background});font-size:10px; font-family:{select:Font};line-height:1.67em;}
  46. *, body, a, a:hover {cursor: url(http://i1124.photobucket.com/albums/l579/fieKrieY/Cursor-1.png), auto;}
  47. a {text-decoration: none;color: {color:Link};}
  48. a:hover {color:{color:Link Hover};}
  49. h1 {font-size: 12px;color: {color:Title};}
  50. blockquote {border-left: 1px solid {color:Light Accents};margin-left: 6px;padding-left: 10px;}
  51. ol {padding-left:0px;list-style-type:none;margin-left:48px;}
  52. ol li {list-style-type:lower-roman;}
  53. ol li::before {content:none;list-style-type:none;}
  54. ul {list-style-type:none;}
  55. li {padding-left:15px;position:relative;margin-left:-30px;}
  56. li:before {content:'—';position:Absolute;left:0;}
  57.  
  58. /* post customizations */
  59. #content {width:{text:Post Size};position: relative;{block:ifnotRightSidebar}margin-left: 500px;{/block:ifnotRightSidebar}{block:ifRightSidebar}margin-left:400px;{/block:ifRightSidebar}margin-top: 60px;}
  60. .entry {margin-bottom: 60px;border-bottom:1px solid #eee;padding-bottom:60px;}
  61.  
  62. /* permalinks */
  63. #date {{block:IndexPage}margin-top:-35px;padding-left:5px;{/block:IndexPage}}
  64. #tags {{block:IndexPage}{block:ifTags}Margin-top:-42px;padding-left:4px;padding-bottom:50px;{/block:ifTags}{/block:IndexPage}}
  65. .reblog {{block:IndexPage}margin-top:-35px;padding-right:0px;padding-bottom:50px;{/block:IndexPage}}
  66.  
  67. /* sidebar */
  68. #sidebar {top: 60px;left: 250px;{block:ifnotRightSidebar}left:250px;{/block:ifnotRightSidebar}{block:ifRightSidebar}margin-left:570px;{/block:ifRightSidebar}position: fixed;width: 90px;{block:ifnotRightSidebar}border-right:1px solid #eee;padding-right:90px;{/block:ifnotRightSidebar}{block:ifRightSidebar}border-left:1px solid #eee;padding-left:90px;{/block:ifRightSidebar}}
  69. .image {text-align:center;}
  70. .image img {width:50px;border-radius:100px;}
  71. .head {font-size: 12px;margin-bottom: 10px;color: {color:Title};letter-spacing: .5px;text-align:center;margin-top:15px;}
  72. .bio {border-bottom:1px solid #eee;width:90px;padding-bottom:10px;text-align:center;}
  73. .sidebar .image:hover {background:#000;opacity:0.8;z-index:9;}
  74. th {border-bottom:1px solid #eee;padding-right:10px;padding-left:10px;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;padding-bottom:3px;padding-top:3px;font-weight:normal;}
  75. th:hover {background:#eee;color:#fff;}
  76. th a:hover {-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;}
  77.  
  78. /* permalink page */
  79. img.avatar {display:none; }
  80. ol.notes {margin-top: 20px;}
  81.  
  82. </style></head><body>
  83.  
  84. <!--sidebar-->
  85. <div id="sidebar"><div class="image"><a href="/"><img src="{image:Sidebar Image}"></a></div><div class="head">{Title}</div><div class="bio">{Description}</div><p>
  86.  
  87. <table>
  88. <tr>
  89. <th>start</th>
  90. <th>mail</th>
  91. </tr>
  92. <tr>
  93. <th>grid</th>
  94. <th>info</th>
  95. </tr>
  96. </table>
  97.  
  98. </div>
  99. <!----->
  100.  
  101. <div id="content">{block:Posts}<!-- {block:NoRebloggedFrom}
  102. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  103. {/block:NoRebloggedFrom} --><div class="entry">
  104.  
  105. {block:Photo}<div class="photo"><a href="{permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div> {block:ifCaptions}{block:Caption}<div class="captions">{Caption}</div>{/block:Caption}{/block:ifCaptions}{/block:Photo}
  106.  
  107. {block:Photoset}<div class="photoset"><div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div></div>{block:ifCaptions}{block:Caption}<div class="captions">{Caption}</div>{/block:Caption}{/block:ifCaptions}{/block:Photoset}
  108.  
  109. {block:Text}{block:Title}<h1><div class="ttitle">{Title}</div></h1>{/block:Title}<div class="text">{Body}</div>{/block:Text}
  110.  
  111. {block:Link}<h1><a href="{URL}">{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  112.  
  113. {block:Quote}<div class="quote"><i class="fa fa-quote-left" aria-hidden="true" style="font-size:10px;"></i> {Quote} <i class="fa fa-quote-right" aria-hidden="true" style="font-size:10px;"></i></div>{block:Source} <div class="source">— {Source}</div>{/block:Source}{/block:Quote}
  114.  
  115. {block:Chat}{block:Title}<h1><div class="ctitle">{Title}</div></h1>{/block:Title}<div class="chat"><ul>{block:Lines}<li class="lines">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul></div>{/block:Chat}
  116.  
  117. {block:Audio}<div class="audio">{block:AudioPlayer}<div class="hold"><div class="player">{AudioPlayerWhite}</div></div><div style="float:right;margin-top:-20px;">{block:TrackName}{TrackName}{/block:TrackName} / {block:Artist}{Artist}{/block:Artist}</div>{/block:AudioPlayer}</div>{block:ifCaptions}{block:Caption}<div class="captions">{Caption}</div>{/block:Caption}{/block:ifCaptions}{/block:Audio}
  118.  
  119. {block:Video}<div class="video">{Video-500}</div>{block:ifCaptions}{block:Caption}<div class="captions">{Caption}</div>{/block:Caption}{/block:ifCaptions}{/block:Video}
  120.  
  121. {block:Answer}<div class="an"><div class="asks">{Asker} said:<br> {Question}</div> <div class="divider"></div> <div class="answer">{Answer}</div></div>{/block:Answer}
  122.  
  123. </div>
  124.  
  125. {/block:Posts}
  126.  
  127. {block:ContentSource}<!-- {SourceURL}
  128. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  129. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  130. {/block:ContentSource}</div><!---content div--->
  131.  
  132. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  133. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/> <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  134. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  135. <script>
  136. // pxu photosets & video resizer © shythemes.tumblr
  137. $(document).ready(function(){
  138. $('.photo-slideshow').pxuPhotoset({
  139. lightbox: true,
  140. rounded: false,
  141. gutter: '1px',
  142. borderRadius: '0px',
  143. photoset: '.photo-slideshow',
  144. photoWrap: '.photo-data',
  145. photo: '.pxu-photo'
  146. });
  147. });
  148. $container.infinitescroll({
  149. // your options
  150. }, function(){
  151. resizeVideos();
  152. });
  153. </script>
  154.  
  155. <script>
  156. // minimal soundcloud player © shythemes.tumblr
  157. $(document).ready(function(){
  158. var color = '{color:Soundcloud Player Button}'; // color of play button (hex)
  159. $('.soundcloud_audio_player').each(function(){
  160. $(this).attr({ src: $(this).attr('src').split('&')[0] + '&amp;liking=false&amp;sharing=false&amp;auto_play=false&amp;show_comments=false&amp;continuous_play=false&amp;buying=false&amp;show_playcount=false&amp;show_artwork=true&amp;origin=tumblr&amp;color=' + color.split('#')[1], height: 116, width: '100%' });
  161. });
  162. });</script>
  163. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement