Advertisement
lordemusic

nu thm

Dec 10th, 2016
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.32 KB | None | 0 0
  1. <html><head><title>{Title}</title>
  2. <link rel="shortcut icon" href="{Favicon}">
  3. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  4. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  5.  
  6. <meta name="color:Text" content="#555555"/>
  7. <meta name="color:Background" content="#ffffff"/>
  8. <meta name="color:Link" content="#555555"/>
  9. <meta name="color:Hover" content="#97b3ad"/>
  10. <meta name="color:Borders" content="#eeeeee"/>
  11.  
  12. <meta name="select:Body" content="calibri" title="Calibri">
  13. <meta name="select:Body" content="consolas" title="Consolas">
  14. <meta name="select:Body" content="arial" title="Arial">
  15. <meta name="select:Body" content="open sans" title="Open Sans">
  16. <meta name="select:Body" content="source sans pro" title="Source Sans">
  17. <meta name="select:Body" content="karla" title="Karla">
  18. <meta name="select:Body" content="roboto" title="Roboto">
  19.  
  20. <meta name="if:Rounded" content="1"/>
  21. <meta name="if:Tags" content="1"/>
  22.  
  23. <meta name="text:Text" content="9.5"/>
  24. <meta name="text:Space" content="150"/>
  25. <meta name="text:Posts" content="350"/>
  26.  
  27. <meta name="text:link1 url" content="/"/>
  28. <meta name="text:link1" content="home"/>
  29. <meta name="text:link2 url" content="/ask"/>
  30. <meta name="text:link2" content="message"/>
  31. <meta name="text:link3 url" content="/"/>
  32. <meta name="text:link3" content=""/>
  33.  
  34. <!-- scripts -->
  35. <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic|Roboto:400,400i,700,700i|Karla:400,400italic,700,700italic|Source+Sans+Pro:400,400italic,600,600italic' rel='stylesheet' type='text/css'>
  36. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  37. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  38. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  39. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  40. <script>
  41. (function($){
  42. $(document).ready(function(){
  43. $("[title]").style_my_tooltips({
  44. tip_follows_cursor:true,
  45. tip_delay_time:200,
  46. tip_fade_speed:300
  47. }
  48. );
  49. });
  50. })(jQuery);
  51. </script>
  52.  
  53. <style type="text/css">
  54. /* text related */
  55. body {color:{color:Text}; background:{color:Background}; font-family:{select:Body}; font-size:{text:Text}px; line-height:150%; -moz-osx-font-smoothing:grayscale; -webkit-font-smoothing:antialiased; font-smoothing:antialiased;}
  56.  
  57. blockquote {padding:0px 8px 0px; margin:10px 10px; border-left:1px solid #e7e7e7;}
  58.  
  59. i, em {font-style:italic;}
  60. b, strong {font-weight:700;}
  61. big, small, sub {font-size:{text:Text}px; margin:0px; padding:0px; display:inline;}
  62. sub {vertical-align:middle;}
  63. hr {height:1px; background:{color:Borders}; margin:10px 0px 10px; border:0px; padding:0px;}
  64.  
  65. a {color:{color:Link}; text-decoration:none; transition:.7s ease; -o-transition:.7s ease; -moz-transition:.7s ease; -webkit-transition:.7s ease;}
  66. a:hover, #links a:hover, .permalink a:hover, .permalink b:hover, a.tumblr_blog:hover, .tag a:hover, #pag a:hover {text-decoration:none; cursor:help; color:{color:Hover}; transition:.7s ease; -o-transition:.7s ease; -moz-transition:.7s ease; -webkit-transition:.7s ease;}
  67.  
  68. ::selection {background:#b0b0b0; color:#f5f5f5;}
  69. ::-moz-selection {background:#b0b0b0; color:#f5f5f5;}
  70. ::-webkit-selection {background:#b0b0b0; color:#f5f5f5;}
  71.  
  72. #s-m-t-tooltip {max-width:300px; margin:15px; padding:3px 6px; background:#ccc; color:#fff; z-index:999999; font-size:7px; text-transform:uppercase; letter-spacing:2px; font-weight:700;}
  73.  
  74. /* sidebar related */
  75. #sidebar {position:fixed; text-align:center; width:100px; margin-top:0px; padding:0px; margin-left:calc({text:Posts}px - {text:Posts}px - 200px);}
  76.  
  77. h2 {text-decoration:none; padding:0px; margin:0px 0px 10px; font-size:8px; font-family:source sans pro; font-weight:600; text-transform:uppercase; letter-spacing:1px;}
  78. h2::first-letter {text-transform:uppercase;}
  79.  
  80. #description {margin:0px; line-height:180%; word-wrap:break-word; word-break:break-all;}
  81.  
  82. #links {text-decoration:none; padding:0px; margin:0px;}
  83. #links a {color:{color:Link}; margin:3px 0px 0px; display:block; font-size:8px; font-family:source sans pro; font-weight:600; text-transform:uppercase; letter-spacing:1px;}
  84. .close {text-align:center; padding:10px; opacity:0; transition:.7s ease; -o-transition:.7s ease; -moz-transition:.7s ease; -webkit-transition:.7s ease;}
  85. #sidebar:hover .close {opacity:1; transition:.7s ease; -o-transition:.7s ease; -moz-transition:.7s ease; -webkit-transition:.7s ease;}
  86. .close a {background:#fff; padding:0px; margin:0px;}
  87. .close svg {width:14px; fill:{color:Link}; transition:.7s ease; -o-transition:.7s ease; -moz-transition:.7s ease; -webkit-transition:.7s ease; overflow:visible;}
  88. .close svg:hover {fill:{color:Hover}; transition:.7s ease; -o-transition:.7s ease; -moz-transition:.7s ease; -webkit-transition:.7s ease;}
  89.  
  90. #description, #links a {background:#fafafa; padding:10px;}
  91.  
  92. ul {padding:0px; margin:8px 0px; list-style-type:none;}
  93. ul li {margin:0px 15px; padding-left:15px; list-style-type:none; line-height:180%;}
  94. ul li:before {content:'*'; font-size:12px; margin-left:-15px; position:absolute; margin-top:1px;}
  95.  
  96. /* scrollbar */
  97. ::-webkit-scrollbar {width:7px; height:7px; background:{color:Background};}
  98. ::-webkit-scrollbar-thumb {background:#b0b0b0; border:3px solid {color:Background};}
  99.  
  100. /* structure */
  101. #contain {width:{text:Posts}px; margin:150px auto 0px;}
  102. #content {width:{text:Posts}px; float:right;}
  103.  
  104. .post {width:{text:Posts}px; margin-bottom:{text:Space}px;}
  105. img {max-width:100%; height:auto; width:auto; vertical-align:middle;}
  106.  
  107. .caption {margin-top:5px; padding:20px; background:#fafafa; line-height:190%;}
  108. .caption *:not(a):not(ul):not(ol):not(li){margin-left:.2px; margin-right:0px; margin-top:0px; margin-bottom:0px; top:0px; bottom:0px; padding:0px; display:inline; text-transform:lowercase;}
  109. .caption blockquote {border:0px; margin:0px; padding:0px;}
  110. .caption a.tumblr_blog:before {content:'@'; font-size:8px; vertical-align:top;}
  111. .box {background:#fafafa; padding:20px;}
  112. {block:ifRounded}
  113. #description, .box, .caption, .photo img, #s-m-t-tooltip, #pag {border-radius:3px;}
  114. {/block:ifRounded}
  115.  
  116. /* posts: questions, quotes, chats and audios*/
  117. .question {text-align:left; padding-bottom:13px; margin-bottom:13px; border-bottom:1px solid {color:Borders};}
  118. .answer {text-align:left; font-style:italic;}
  119. .answer p, .box p, .permalink p, .tag p, .caption p, .permalink span, .caption span, #sidebar p {margin:0px; padding:0px;}
  120.  
  121. .quote {text-transform:lowercase; font-style:italic; text-align:left; font-size:10px; line-height:165%;}
  122. .quote::first-letter, .author::first-letter {text-transform:uppercase;}
  123. .author {text-align:center; color:{color:Link}; margin-top:13px; padding-top:13px; border-top:1px solid {color:Borders}; font-size:8px; font-family:source sans pro; font-weight:600; text-transform:uppercase; letter-spacing:1px;}
  124.  
  125. .chat {text-decoration:none; line-height:180%;}
  126. .line {padding:0px; list-style:none; font-family:consolas;}
  127. .label {color:{color:Link}; font-weight:700; text-transform:lowercase; font-family:consolas;}
  128. .label::first-letter {text-transform:uppercase;}
  129.  
  130. .audio {height:80px; background:#fafafa;}
  131. .player {padding:0px; background:{color:Background}; width:80px; height:80px; overflow:hidden; float:left; background:#E4E4E4;}
  132. .info {text-align:left; position:absolute; margin-left:110px; margin-top:23px;}
  133. .track {font-weight:700; font-size:10px; margin-bottom:5px;}
  134. .button {overflow:hidden; height:30px; width:30px; margin:25px 25px;}
  135.  
  136. /* permalinks */
  137. .permalink {text-align:left; margin-top:7px; padding:0px; color:#a2a2a2; line-height:180%;}
  138. .permalink a {color:#a2a2a2; word-wrap:break-word; word-break:break-all; text-transform:lowercase; transition:.5s ease; -o-transition:.5s ease; -moz-transition:.5s ease; -webkit-transition:.5s ease;}
  139. .permalink i {margin:0px 4px;}
  140.  
  141. .tag {padding:0px; margin-top:1px; opacity:0; transition:.5s ease; -o-transition:.5s ease; -moz-transition:.5s ease; -webkit-transition:.5s ease;}
  142. .post:hover .tag {opacity:1; transition:.5s ease; -o-transition:.5s ease; -moz-transition:.5s ease; -webkit-transition:.5s ease;}
  143. .tag a {color:#a2a2a2; text-transform:none; font-weight:normal; word-wrap:break-word; word-break:break-all; padding:0px; margin-right:5px; font-size:8px; font-style:italic; letter-spacing:.5px; transition:.5s ease; -o-transition:.5s ease; -moz-transition:.5s ease; -webkit-transition:.5s ease;}
  144. .tag, .permalink {text-align:left;}
  145.  
  146. .permalink a:hover, .tag a:hover {color:#c1c1c1; transition:.5s ease; -o-transition:.5s ease; -moz-transition:.5s ease; -webkit-transition:.5s ease;}
  147.  
  148. .ppage {padding:0px 0px 10px; border-bottom:1px solid {color:Borders}; text-align:left; margin:10px 0px 10px; line-height:200%; font-size:8px; font-family:source sans pro; font-weight:600; text-transform:uppercase; letter-spacing:1px;}
  149. .ppage i {font-style:normal; margin-right:8px; color:#888;}
  150. .notes {margin:0px; list-style:none; text-transform:lowercase; line-height:200%;}
  151. .notes ul, .notes ol, .notes li {margin:0px; padding:0px;}
  152. .notes img {display:none;}
  153.  
  154. /* pagination and tumblr controls */
  155. #pag {text-align:center; width:auto; padding:20px; background:#fafafa;}
  156. #pag a {text-decoration:none; margin:0px 8px;}
  157. #pag u {text-decoration:none; color:#ccc;}
  158.  
  159. #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;}
  160.  
  161. .top {position:fixed; display:none; bottom:45px; right:30px;}
  162. .top a {font-weight:normal;}
  163. .top svg {width:14px; fill:{color:Link}; transition:.7s ease; -o-transition:.7s ease; -moz-transition:.7s ease; -webkit-transition:.7s ease; overflow:visible;}
  164. .top svg:hover {fill:{color:Hover}; transition:.7s ease; -o-transition:.7s ease; -moz-transition:.7s ease; -webkit-transition:.7s ease;}
  165. .counter {margin-top:30px; text-align:center; margin-bottom:{text:Space}px;}
  166. .counter a {letter-spacing:2px; font-style:italic; font-size:7px; color:#a2a2a2; text-align:center; transition:.7s ease; -o-transition:.7s ease; -moz-transition:.7s ease; -webkit-transition:.7s ease;}
  167. .counter a:hover {color:transparent; transition:.7s ease; -o-transition:.7s ease; -moz-transition:.7s ease; -webkit-transition:.7s ease;}
  168. </style>
  169. </head>
  170. <!-- pxu photoset @shythemes -->
  171. <script>
  172. $(document).ready(function(){
  173. $('.photo-slideshow').pxuPhotoset({
  174. lightbox: true,
  175. gutter: '2px',
  176. borderRadius: '0px',
  177. photoset: '.photo-slideshow',
  178. photoWrap: '.photo-data',
  179. photo: '.pxu-photo',
  180. {block:ifnotRounded}
  181. rounded: false
  182. {/block:ifnotRounded}
  183. {block:ifRounded}
  184. rounded: 'corners',
  185. borderRadius: '3px'
  186. {/block:ifRounded}
  187. });
  188. });
  189. </script>
  190. <!-- pxu photoset @shythemes -->
  191.  
  192. <script type="text/javascript">
  193. $(document).ready(function(){
  194. $(".beta, .close").hide(0);
  195. $(".alpha").click(function(){
  196. $(".beta, .close").slideToggle(500);
  197. return false
  198. });
  199. });
  200. $(document).ready(function(){
  201. $(".alpha").click(function(){
  202. $(".alpha").slideUp(500);
  203. return false
  204. });
  205. });
  206. $(document).ready(function(){
  207. $(".close").click(function(){
  208. $(".beta, .close").slideUp(500);
  209. $(".alpha").slideDown(500);
  210. return false
  211. });
  212. });
  213. </script>
  214. <body>
  215. <div id="contain">
  216.  
  217. <!-- sidebar -->
  218. <div id="sidebar">
  219. <div id="description">{Description}</div>
  220.  
  221. <div id="links">
  222. <div class="alpha"><a href="#">navigate</a></div>
  223. <div class="beta">
  224. <a href="{text:link1 url}">{text:link1}</a>
  225. <a href="{text:link2 url}">{text:link2}</a>
  226. <a href="{text:link3 url}">{text:link3}</a>
  227. </div>
  228. </div>
  229. <div class="close">
  230. <a href="#" title="close">
  231. <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" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><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 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"/></svg>
  232. </a>
  233. </div>
  234. </div>
  235. <!-- sidebar -->
  236.  
  237. <div id="content">{block:Posts}<div class="post">
  238.  
  239. {block:Text}<div class="box">{block:Title}<h2>{Title}</h2>{/block:Title}{Body}</div>{/block:Text}
  240.  
  241. {block:Answer}<div class="box"><div class="question"><b>{Asker}:</b> {Question}</div><div class="answer">{Answer}</div></div>{/block:Answer}
  242.  
  243. {block:Photo}<div class="photo"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%"/></div>{block:caption}<div class="caption">{caption}</div>{/block:caption}{/block:Photo}
  244.  
  245. {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}
  246.  
  247. {block:Quote}<div class="box"><div class="quote">&ldquo;{Quote}&rdquo;</div>{block:Source}<div class="author">{Source}</div>{/block:Source}</div>{/block:Quote}
  248.  
  249. {block:Link}<div class="box"><h2><a href="{URL}" {Target}>{Name}</a></h2>{block:Description}{Description}{/block:Description}</div>{/block:Link}
  250.  
  251. {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}
  252.  
  253. {block:Audio}<div class="boxy"><div class="audio"><div class="player"><div class="button">{AudioPlayerGrey}</div></div><div class="info">{block:TrackName}<div class="track">{TrackName}</div>{/block:TrackName}{block:Artist}{Artist}{/block:Artist}</div></div></div>{/block:Audio}
  254.  
  255. {block:Video}<div class="box">{Video-250}</div>{block:caption}<div class="caption">{caption}</div>{/block:caption}{/block:Video}
  256.  
  257. {block:IndexPage}
  258. {block:Date}
  259. <div class="permalink">
  260. <a href="{Permalink}" title="{NoteCountWithLabel}">{DayOfWeek}</a><i>&middot;</i><a href="{ReblogURL}">reblog</a></div>
  261. {block:ifTags}
  262. {block:HasTags}<div class="tag">{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  263. {/block:ifTags}
  264. {/block:Date}
  265. {/block:IndexPage}
  266.  
  267. <!---->
  268.  
  269. {block:PermalinkPage}
  270. {block:Date}
  271. <div class="ppage">
  272. <b>posted on {DayOfMonth}{DayOfMonthSuffix} {Month} with {NoteCountWithLabel}
  273. {block:RebloggedFrom}</b><br>
  274. via <a href="{ReblogParentURL}">{ReblogParentName}</a> / source <a href="{ReblogRootURL}">{ReblogRootName}</a>
  275. {/block:RebloggedFrom}
  276. {block:HasTags}<br>{block:Tags}<a href="{TagURL}"><i>#{Tag}</i></a>{/block:Tags}{/block:HasTags}
  277. </div>
  278. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  279. {/block:Date}
  280. {/block:PermalinkPage}
  281.  
  282. {block:ContentSource}
  283. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  284. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  285. {/block:SourceLogo}
  286. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  287. {/block:ContentSource}
  288. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  289. </div>{/block:Posts}
  290. {block:Pagination}
  291. <div id="pag">
  292. {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}
  293. </div>
  294. {/block:Pagination}
  295. <div class="counter">
  296. <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3208485";
  297. fhsh.src = "//s1.freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
  298. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  299. </script>
  300.  
  301. </div>
  302. </div></div></div>
  303. <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"
  304. viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
  305. <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
  306. 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"/>
  307. </svg></a>
  308. </div>
  309.  
  310. <script>
  311. $(window).scroll(function(){
  312. if ($(this).scrollTop() > 100) {
  313. $('.top').fadeIn();
  314. } else {
  315. $('.top').fadeOut();
  316. }
  317. });
  318. $('.top').click(function() {
  319. $('html, body').animate({
  320. scrollTop: 0
  321. }, 500);
  322. return false;
  323. });
  324. $('.caption').html(function(i,h){
  325. return h.replace(/&nbsp;/g,'');
  326. });
  327.  
  328. $('.caption').html(function(i,h){
  329. return h.replace(/<sub>/,'');
  330. });
  331. </script>
  332. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement