Advertisement
jimkirk

hellytydg

Jan 22nd, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.24 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"> <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  5.  
  6. <meta name="image:Sidebar Image" content=""/>
  7.  
  8. <meta name="color:Background" content="#fff" />
  9. <meta name="color:Text" content="#bbb"/>
  10. <meta name="color:Accents" content="#eee"/>
  11. <meta name="color:Link" content="#aaa"/>
  12. <meta name="color:Link Hover" content="#efbebb"/>
  13. <meta name="color:Title" content="#888"/>
  14. <meta name="color:Scrollbar" content="#000"/>
  15.  
  16. <meta name="if:Infinite Scroll" content=""/>
  17.  
  18. <meta name="text:Post Size" content="250px"/>
  19. <meta name="text:Link 1" content="index"/>
  20. <meta name="text:Link 1 url" content="/"/>
  21. <meta name="text:Link 2" content="ask"/>
  22. <meta name="text:Link 2 url" content="/ask"/>
  23. <meta name="text:link 3" content="archive"/>
  24. <meta name="text:Link 3 url" content="/archive"/>
  25. <meta name="text:Link 4" content="link 4"/>
  26. <meta name="text:Link 4 url" content="/"/>
  27. <meta name="text:Link 5" content="link 5"/>
  28. <meta name="text:Link 5 url" content="/"/>
  29.  
  30. <style type="text/css">
  31.  
  32. /* scrollbar */
  33. ::-webkit-scrollbar {width: 3px;height: 5px;background: {color:Background};}
  34. ::-webkit-scrollbar-thumb {background: {color:Scrollbar};border-radius: 16px;border-top: 5px solid {color:Background};}
  35.  
  36. /* basic styles */
  37. body {color: {color:Text};background-color: {color:Background};background-image: url({image:Background});font-family:Calibri;font-size:10px;line-height: 16px;}
  38. a {text-decoration: none;color: {color:Link};-webkit-transition-duration: .5s;
  39. -moz-transition-duration: .5s;
  40. -o-transition-duration: .5s;}
  41. a:hover {color:{color:Link Hover};}
  42. h1 {font-size: 12px;color: {color:Title};}
  43. blockquote {border-left: 1px solid #eee;margin-left: 6px;padding-left: 10px;}
  44. ol {padding-left:0px;list-style-type:none;margin-left:48px;}
  45. ol li {list-style-type:lower-roman;}
  46. ol li::before {content:none;list-style-type:none;}
  47. ul {list-style-type:none;}
  48. li {padding-left:15px;position:relative;margin-left:-30px;}
  49. li:before {content:'∗';position:Absolute;left:0;}
  50.  
  51. /* post customizations */
  52. #content {width:350px;position: relative;margin-left: 300px;margin-top: 60px;}
  53. .entry {margin-bottom: 60px;}
  54.  
  55. /* permalinks */
  56. #date {margin-top:15px;}
  57.  
  58. /* sidebar */
  59. #sidebar {margin-top: 70px;margin-left: 310px;border-bottom:1px solid #eee;padding-bottom:50px;width:350px;}
  60. .image {margin-left:-100px;position: fixed;}
  61. .image img {width:43px;border-radius:6px;-webkit-transition-duration: .5s;-moz-transition-duration: .5s;-o-transition-duration: .5s;}
  62. .image img:hover {width:48px;-webkit-transition-duration: .5s;-moz-transition-duration: .5s;-o-transition-duration: .5s;}
  63. .head {font-size:11px;margin-bottom: 10px;color: {color:Title};letter-spacing: .5px;}
  64. .head a {border-bottom:1px solid #eee}
  65. .sfm {margin-top:-26px;margin-left:62px;}
  66. .sfm input {background-color: #fff; font-size: 8px; border: 0px; text-transform: uppercase; margin-top: 3px; color: #999; letter-spacing: 1px; padding: 0;font-family: calibri, helvetica, arial;outline:0;}
  67. #sb {height: 10px; vertical-align: top; padding:0;}
  68.  
  69. /* permalink page */
  70. img.avatar {display:none; }
  71. ol.notes {margin-top: 20px;}
  72.  
  73. /* pagination */
  74. .pagination {{block:ifInfiniteScroll}display:none;{/block:ifInfiniteScroll}}
  75.  
  76. </style>{block:ifInfiniteScroll}<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>{/block:ifInfiniteScroll}</head><body>
  77.  
  78. <!--sidebar-->
  79. <div id="sidebar"><div class="image"><a href="/"><img src="{image:Sidebar Image}"></a></div><div class="head"><a href="/">{Title}</a></div>{Description}<p><a href="{text:Link 1 url}">{text:Link 1}</a> <a href="{text:Link 2 url}">{text:Link 2}</a> <a href="{text:Link 3 url}">{text:Link 3}</a> <a href="{text:Link 4 url}">{text:Link 4}</a> <a href="{text:Link 5 url}">{text:Link 5}</a>
  80.  
  81. <form action="/search" method="get" class="sfm">
  82. <input type="image" value="SEARCH" src="http://static.tumblr.com/f1skqpy/Oxbn13qun/search_icon.png" id="sb"/> <input type="text" name="q" value="{SearchQuery}" id="sf"/>
  83. </form>
  84.  
  85. </div>
  86. <!----->
  87.  
  88. <div id="content">{block:Posts}<!-- {block:NoRebloggedFrom}
  89. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  90. {/block:NoRebloggedFrom} --><div class="entry">
  91.  
  92. {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}
  93.  
  94. {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}
  95.  
  96. {block:Text}{block:Title}<h1><div class="ttitle">{Title}</div></h1>{/block:Title}<div class="text">{Body}</div>{/block:Text}
  97.  
  98. {block:Link}<h1><a href="{URL}">{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  99.  
  100. {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}
  101.  
  102. {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}
  103.  
  104. {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}
  105.  
  106. {block:Video}<div class="video">{Video-500}</div>{block:ifCaptions}{block:Caption}<div class="captions">{Caption}</div>{/block:Caption}{/block:ifCaptions}{/block:Video}
  107.  
  108. {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}
  109.  
  110. {block:Date}<div id="date"><a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a><a href="{ReblogURL}" target"_blank"><span class="lnr lnr-undo" style="font-size:8px;padding-left:10px;"></span></a></div>{block:PermalinkPage}{block:NoteCount}{block:PostNotes}{PostNotes}{/block:PostNotes}{/block:NoteCount}{/block:PermalinkPage}{/block:Date}
  111.  
  112. </div>
  113.  
  114. {/block:Posts}
  115.  
  116. {block:Pagination}<div class="pagination">{block:PreviousPage}<a href="{PreviousPage}">prev</a>&nbsp;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div>{/block:Pagination}
  117.  
  118. {block:ContentSource}<!-- {SourceURL}
  119. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  120. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  121. {/block:ContentSource}</div><!---content div--->
  122.  
  123. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  124. <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>
  125. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  126. <script>
  127. // pxu photosets & video resizer © shythemes.tumblr
  128. $(document).ready(function(){
  129. $('.photo-slideshow').pxuPhotoset({
  130. lightbox: true,
  131. rounded: false,
  132. gutter: '1px',
  133. borderRadius: '0px',
  134. photoset: '.photo-slideshow',
  135. photoWrap: '.photo-data',
  136. photo: '.pxu-photo'
  137. });
  138. });
  139. $container.infinitescroll({
  140. // your options
  141. }, function(){
  142. resizeVideos();
  143. });
  144. </script>
  145.  
  146. <script>
  147. // minimal soundcloud player © shythemes.tumblr
  148. $(document).ready(function(){
  149. var color = '{color:Soundcloud Player Button}'; // color of play button (hex)
  150. $('.soundcloud_audio_player').each(function(){
  151. $(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%' });
  152. });
  153. });</script>
  154. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement