Advertisement
lordemusic

electric

Aug 21st, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.72 KB | None | 0 0
  1.  
  2. <html><head><title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  6.  
  7. <meta name="color:Text" content="#555555"/>
  8. <meta name="color:Background" content="#ffffff"/>
  9. <meta name="color:Link" content="#555555"/>
  10. <meta name="color:Hover" content="#97b3ad"/>
  11. <meta name="color:Scheme" content="#918f8f"/>
  12. <meta name="color:Borders" content="#eeeeee"/>
  13.  
  14. <meta name="select:Body" content="calibri" title="Calibri">
  15. <meta name="select:Body" content="consolas" title="Consolas">
  16. <meta name="select:Body" content="arial" title="Arial">
  17. <meta name="select:Body" content="muli" title="Muli">
  18.  
  19. <meta name="if:Image" content="1"/>
  20. <meta name="if:Bold" content="1"/>
  21. <meta name="if:Tags hover" content="1"/>
  22. <meta name="if:350px" content="1"/>
  23.  
  24. <meta name="text:Text" content="9.5"/>
  25. <meta name="text:Space" content="150"/>
  26. <meta name="text:Title" content="all time is unredeemable"/>
  27. <meta name="text:Posts" content="350"/>
  28.  
  29. <meta name="text:link1 url" content="/"/>
  30. <meta name="text:link1" content="home"/>
  31. <meta name="text:link2 url" content="/ask"/>
  32. <meta name="text:link2" content="message"/>
  33. <meta name="text:link3 url" content="/"/>
  34. <meta name="text:link3" content=""/>
  35. <meta name="text:link4 url" content="/"/>
  36. <meta name="text:link4" content=""/>
  37.  
  38. <!-- scripts -->
  39. <link href="https://fonts.googleapis.com/css?family=Muli:400,400i,700,700i" rel="stylesheet">
  40. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  41. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  42. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  43. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  44. <script>
  45. (function($){
  46. $(document).ready(function(){
  47. $("[title]").style_my_tooltips({
  48. tip_follows_cursor:true,
  49. tip_delay_time:200,
  50. tip_fade_speed:300
  51. }
  52. );
  53. });
  54. })(jQuery);
  55. </script>
  56.  
  57. <style type="text/css">
  58. /* text related */
  59. body {color:{color:Text}; background:{color:Background}; font-family:{select:Body}; font-size:{text:Text}px; line-height:150%; letter-spacing:1px;}
  60.  
  61. blockquote {padding:0px 15px 0px; margin:10px 10px; border-left:1px solid #e7e7e7;}
  62.  
  63. i, em {font-style:italic;}
  64. b, strong {font-weight:600;}
  65. big, small {font-size:{text:Text}px;}
  66. hr {height:1px; background:{color:Borders}; margin:20px 0px 20px; border:0px; padding:0px;}
  67.  
  68. a {color:{color:Link}; text-decoration:none; transition:.7s ease; -o-transition:.7s ease; -moz-transition:.7s ease; -webkit-transition:.7s ease;}
  69. a:hover, #links a:hover, .permalink a:hover, .permalink b:hover, a.tumblr_blog:hover, .tag a:hover, #pag a:hover {color:{color:Hover}; transition:.7s ease; -o-transition:.7s ease; -moz-transition:.7s ease; -webkit-transition:.7s ease;}
  70. a.tumblr_blog {color:{color:Text}; padding:0px; margin:0px;}
  71.  
  72. ::selection {background:{color:Scheme}; color:#f5f5f5;}
  73. ::-moz-selection {background:{color:Scheme}; color:#f5f5f5;}
  74. ::-webkit-selection {background:{color:Scheme}; color:#f5f5f5;}
  75.  
  76. #s-m-t-tooltip {max-width:300px; margin:15px; padding:3px 6px; background:rgba(150,150,150,.7); color:#fff; z-index:999999; font-size:7px; text-transform:uppercase; letter-spacing:1px; font-style:italic; border-radius:3px;}
  77.  
  78. /* sidebar related */
  79. #sidebar {position:fixed; text-align:left; width:83px; margin-left:calc(85px + {text:Posts}px + -2px); margin-top:0px; padding:0px;}
  80. #sidebar p {padding:0px; margin:0px;}
  81.  
  82. h1 {text-decoration:none; color:{color:Link}; text-transform:uppercase; word-wrap:break-word; word-break:break-all; font-size:7px; letter-spacing:2px; padding:0px; margin:0px; font-weight:normal;}
  83. h2 {text-decoration:none; color:{color:Link}; text-transform:uppercase; font-size:7px; letter-spacing:1px; padding:0px; font-weight:normal; margin:0px 0px 10px; text-align:left;}
  84.  
  85. #description {font-style:italic; margin:15px 0px 15px; line-height:180%;}
  86.  
  87. #links {text-decoration:none; padding:0px; line-height:190%;}
  88. #links a {color:{color:Link}; text-transform:lowercase; margin:0px 4px;}
  89.  
  90. ul {padding:0px; margin:8px 15px; list-style-type:none;}
  91. ul li {margin:0px; padding:0px; list-style-type:square; line-height:180%;}
  92.  
  93. /* scrollbar */
  94. ::-webkit-scrollbar {width:11px; height:11px; background:#f2f2f2;}
  95. ::-webkit-scrollbar-thumb {background:rgba(153,153,153,0.25);}
  96. ::-webkit-scrollbar,::-webkit-scrollbar-thumb {border:5px solid #ffffff;}
  97.  
  98. /* structure */
  99. #contain {width:calc({text:Posts}px + 170px); border-top:1px solid #eee; margin:130px auto; padding-top:60px;}
  100. #content {width:{text:Posts}px;}
  101.  
  102. .post {width:{text:Posts}px; margin-bottom:{text:Space}px; padding-bottom:{text:Space}px; border-bottom:1px solid #eee;}
  103. img {max-width:100%; height:auto; width:auto; vertical-align:middle;}
  104.  
  105. .caption {margin-top:15px; padding:0px; line-height:180%; word-wrap:break-word; word-break:break-all;}
  106. .box {padding:0px;}
  107.  
  108. /* posts: questions, quotes, chats and audios*/
  109. .question {text-align:left; padding-bottom:15px; margin-bottom:15px; border-bottom:1px solid {color:Borders}; text-transform:lowercase; line-height:170%;}
  110. .answer {text-align:left; font-style:italic; text-transform:lowercase; line-height:165%;}
  111. .answer p, .box p, .permalink p, #sidebar p, .caption p, .permalink span, .caption span {margin:0px; padding:0px;}
  112.  
  113. .quote {text-transform:lowercase; text-align:left; font-size:8px; line-height:185%; color:#a2a2a2;}
  114. .author {letter-spacing:1px; color:#a2a2a2;text-transform:uppercase; margin-top:12px; font-size:7px;}
  115.  
  116. .chat {text-decoration:none; line-height:180%;}
  117. .line {padding:0px; list-style:none; font-family:consolas;}
  118. .label {color:{color:Link}; font-weight:bold; text-transform:lowercase; font-family:consolas;}
  119. .label::first-letter {text-transform:uppercase;}
  120.  
  121. .audio {height:70px; text-transform:lowercase;}
  122. .player {padding:0px; background:{color:Background}; width:70px; height:70px; overflow:hidden; float:left; border-right:1px solid {color:Borders};}
  123. .info {text-align:left; position:absolute; background:{color:Background}; margin-left:90px; margin-top:20px;}
  124. .track {font-size:7px; text-transform:uppercase; letter-spacing:1px; margin-bottom:5px;}
  125. .button {overflow:hidden; height:30px; width:30px; margin:20px 19px; background:{color:Background};}
  126.  
  127. /* permalinks */
  128. .permalink {position:relative; margin-bottom:0px; padding:0px 0px 18px; text-align:left; color:{color:Link};}
  129. .permalink a, .permalink {color:{color:Link}; text-transform:uppercase; word-wrap:break-word; word-break:break-all; font-size:7px; letter-spacing:1px;}
  130.  
  131. .tag {margin-top:5px; text-align:center;}
  132. .tag a {color:{color:Link}; text-transform:none; font-weight:normal; margin:0px 4px; word-wrap:break-word; word-break:break-all; font-size:8px;}
  133.  
  134. .ppage {padding:10px; text-transform:lowercase; border-top:1px solid {color:Borders}; border-bottom:1px solid {color:Borders}; text-align:left; margin:15px 0px 15px; line-height:200%;}
  135. .ppage i {font-style:normal; margin-right:8px; color:#848484;}
  136. .notes {margin:0px; list-style:none; text-transform:lowercase; line-height:200%;}
  137. .notes ul, .notes ol, .notes li {margin:0px; padding:0px;}
  138. .notes img {display:none;}
  139.  
  140. /* pagination and tumblr controls */
  141. #pag {text-align:left; width:auto; padding:0px; margin-bottom:{text:Space}px;}
  142. #pag a {text-decoration:none; margin:0px 8px;}
  143. #pag u {text-decoration:none; color:#ccc;}
  144.  
  145. #tumblr_controls,.tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop {white-space:nowrap!important; -webkit-filter:invert(80%)!important; -moz-filter:invert(80%)!important; -ms-filter:invert(80%)!important; -o-filter:invert(80%)!important; filter:invert(80%)!important; position:fixed!important; opacity:.4!important; top:10px; right:10px; transform:scale(.7);
  146. -webkit-transform:scale(.7);
  147. -moz-transform:scale(.7);}
  148.  
  149. .top {position:fixed; display:none; bottom:30px; right:30px;}
  150. .top a {font-weight:normal;}
  151. .top svg {width:14px; fill:{color:Link}; transition:.7s ease; -o-transition:.7s ease; -moz-transition:.7s ease; -webkit-transition:.7s ease; overflow:visible;}
  152. .top svg:hover {fill:{color:Hover}; transition:.7s ease; -o-transition:.7s ease; -moz-transition:.7s ease; -webkit-transition:.7s ease;}
  153. </style>
  154. </head>
  155. <!-- pxu photoset @shythemes -->
  156. <script>
  157. $(document).ready(function(){
  158. $('.photo-slideshow').pxuPhotoset({
  159. lightbox: true,
  160. rounded: false,
  161. gutter: '2px',
  162. borderRadius: '0px',
  163. photoset: '.photo-slideshow',
  164. photoWrap: '.photo-data',
  165. photo: '.pxu-photo'
  166. });
  167. });
  168. </script>
  169. <!-- pxu photoset @shythemes -->
  170. <body>
  171. <div id="contain">
  172.  
  173. <!-- sidebar -->
  174. <div id="sidebar">
  175. <h1>{Title}</h1>
  176. <div id="description">{Description}</div>
  177. <div id="links">
  178. <i>01</i> &nbsp;<a href="{text:link1 url}">{text:link1}</a><br>
  179. <i>02</i> &nbsp;<a href="{text:link2 url}">{text:link2}</a><br>
  180. <i>03</i> &nbsp;<a href="{text:link3 url}">{text:link3}</a><br>
  181. <i>04</i> &nbsp;<a href="{text:link4 url}">{text:link4}</a>
  182. </div></div>
  183. <!-- sidebar -->
  184.  
  185. <div id="content">{block:Posts}<div class="post">
  186.  
  187. {block:IndexPage}
  188. {block:Date}
  189. <div class="permalink"><a href="{Permalink}">{DayOfWeek}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a> &nbsp;&nbsp;&nbsp; <a href="{ReblogParentURL}" title="via">{ReblogParentName}</a> &nbsp;&nbsp;&nbsp; <a href="{ReblogURL}">reblog</a></div>
  190. {/block:Date}
  191. {/block:IndexPage}
  192.  
  193. {block:Text}<div class="box">{block:Title}<h2>{Title}</h2>{/block:Title}{Body}</div>{/block:Text}
  194.  
  195. {block:Answer}<div class="box"><div class="question"><b>{Asker}:</b> {Question}</div><div class="answer">{Answer}</div></div>{/block:Answer}
  196.  
  197. {block:Photo}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%"/>{block:caption}<div class="caption">{caption}</div>{/block:caption}{/block:Photo}
  198.  
  199. {block: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>{block:caption}<div class="caption">{caption}</div>{/block:caption}{/block:Photoset}
  200.  
  201. {block:Quote}<div class="box"><div class="quote">&ldquo;{Quote}&rdquo;</div>{block:Source}<div class="author">{Source}</div>{/block:Source}</div>{/block:Quote}
  202.  
  203. {block:Link}<div class="box"><h2><a href="{URL}" {Target}>{Name}</a></h2>{block:Description}{Description}{/block:Description}</div>{/block:Link}
  204.  
  205. {block:Chat}<div class="box">{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span> {/block:Label}{Line}</li>{/block:Lines}</div></div>{/block:Chat}
  206.  
  207. {block:Audio}<div class="box"><div class="audio"><div class="player"><div class="button">{AudioPlayerWhite}</div></div><div class="info">{block:TrackName}<div class="track">{TrackName}</div>{/block:TrackName}{block:Artist}{Artist}{/block:Artist}</div></div></div>{/block:Audio}
  208.  
  209. {block:Video}<div class="box">{Video-250}</div>{block:caption}<div class="caption">{caption}</div>{/block:caption}{/block:Video}
  210.  
  211. <!---->
  212.  
  213. {block:PermalinkPage}
  214. {block:Date}
  215. <div class="ppage">
  216. <b>posted on {DayOfMonth}{DayOfMonthSuffix} {Month} with {NoteCountWithLabel}
  217. {block:RebloggedFrom}</b><br>
  218. via <a href="{ReblogParentURL}">{ReblogParentName}</a> / source <a href="{ReblogRootURL}">{ReblogRootName}</a>
  219. {/block:RebloggedFrom}
  220. {block:HasTags}<br>{block:Tags}<a href="{TagURL}"><i>#{Tag}</i></a>{/block:Tags}{/block:HasTags}
  221. </div>
  222. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  223. {/block:Date}
  224. {/block:PermalinkPage}
  225.  
  226. {block:ContentSource}
  227. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  228. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  229. {/block:SourceLogo}
  230. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  231. {/block:ContentSource}
  232. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  233. </div>{/block:Posts}
  234. {block:Pagination}
  235. <div id="pag">
  236. {block:PreviousPage}<a href="{PreviousPage}" title="previous page">‹</a>{/block:PreviousPage}{block:JumpPagination length="5"}{block:CurrentPage}<a href="/"><u>{PageNumber}</u></a>{/block:CurrentPage}{block:JumpPage}<a href="{URL}">{PageNumber} </a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}" title="next page">›</a>{/block:NextPage}
  237. </div>
  238. {/block:Pagination}
  239. </div></div></div>
  240. <div class="top"><a title="back to top" href="#"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
  241. viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
  242. <path d="M43.2,137.3c2.1,2.5,5.9,2.9,8.5,0.7L108,90.4l56.4,47.5c1.1,0.9,2.5,1.4,3.9,1.4c1.7,0,3.4-0.7,4.6-2.1
  243. c2.1-2.5,1.8-6.3-0.7-8.5L111.9,78c-2.2-1.9-5.5-1.9-7.7,0l-60.3,50.8C41.3,130.9,41,134.7,43.2,137.3z"/>
  244. </svg></a></div>
  245. <script>
  246. $(window).scroll(function(){
  247. if ($(this).scrollTop() > 100) {
  248. $('.top').fadeIn();
  249. } else {
  250. $('.top').fadeOut();
  251. }
  252. });
  253. $('.top').click(function() {
  254. $('html, body').animate({
  255. scrollTop: 0
  256. }, 500);
  257. return false;
  258. });
  259.  
  260. $('.caption').html(function(i,h){
  261. return h.replace(/&nbsp;/g,'');
  262. });
  263.  
  264. $('.caption').html(function(i,h){
  265. return h.replace(/<sub>/,'');
  266. });
  267. </script>
  268. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement