Advertisement
lordemusic

theme

Jan 18th, 2017
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.19 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="trebuchet ms" title="Trebuchet">
  19.  
  20. <meta name="if:Rounded" content="1"/>
  21. <meta name="if:Tags hover" content="1"/>
  22. <meta name="if:Tags" content="1"/>
  23. <meta name="if:Icons" content="1"/>
  24.  
  25. <meta name="text:Text" content="9.5"/>
  26. <meta name="text:Space" content="150"/>
  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.  
  36. <!-- scripts -->
  37. <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic|Karla:400,400italic,700,700italic|Source+Sans+Pro:400,400italic,600,600italic' rel='stylesheet' type='text/css'>
  38. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  39. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  40. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  41. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  42. <script>
  43. (function($){
  44. $(document).ready(function(){
  45. $("[title]").style_my_tooltips({
  46. tip_follows_cursor:true,
  47. tip_delay_time:200,
  48. tip_fade_speed:300
  49. }
  50. );
  51. });
  52. })(jQuery);
  53. </script>
  54.  
  55. <style type="text/css">
  56. /* text related */
  57. 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;}
  58.  
  59. blockquote {padding:0px 13px 0px; margin:10px 10px; border-left:1px solid #e7e7e7;}
  60.  
  61. i, em {font-style:italic;}
  62. b, strong {font-weight:700;}
  63. big, small, sub {font-size:{text:Text}px; margin:0px; padding:0px; display:inline;}
  64. sub {vertical-align:middle;}
  65. hr {height:1px; background:{color:Borders}; margin:10px 0px 10px; border:0px; padding:0px;}
  66. small {border: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 {text-decoration:none; cursor:help; color:{color:Hover}; transition:.7s ease; -o-transition:.7s ease; -moz-transition:.7s ease; -webkit-transition:.7s ease;}
  70.  
  71. ::selection {background:#b0b0b0; color:#f5f5f5;}
  72. ::-moz-selection {background:#b0b0b0; color:#f5f5f5;}
  73. ::-webkit-selection {background:#b0b0b0; color:#f5f5f5;}
  74.  
  75. #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;}
  76.  
  77. /* sidebar related */
  78. #sidebar {position:fixed; width:80px; margin-top:0px; padding:0px; margin-left:calc({text:Posts}px - {text:Posts}px - 160px); text-align:right;}
  79. #sidebar p {padding:0px; margin:0px;}
  80.  
  81. h2 {text-decoration:none; text-transform:uppercase; font-size:8px; padding:0px; font-weight:700; margin:0px 0px 10px; letter-spacing:1px; color:#a2a2a2;}
  82.  
  83. #description {margin-top:3px; line-height:180%; color:#a2a2a2;}
  84.  
  85. #links {text-decoration:none; padding:0px; margin:0px;}
  86. #links a {color:{color:Link}; padding:0px; font-style:italic; margin-left:1px;}
  87.  
  88. ul {padding:0px; margin:8px 0px; list-style-type:none;}
  89. ul li {margin:0px 15px; padding-left:15px; list-style-type:none; line-height:180%;}
  90. ul li:before {content:'*'; font-size:9px; margin-left:-15px; position:absolute; margin-top:2px;}
  91.  
  92. /* scrollbar */
  93. ::-webkit-scrollbar {width:7px; height:7px; background:{color:Background};}
  94. ::-webkit-scrollbar-thumb {background:#b0b0b0; border:3px solid {color:Background};}
  95.  
  96. /* structure */
  97. #contain {width:{text:Posts}px; margin:130px auto;}
  98. #content {width:{text:Posts}px; float:right;}
  99.  
  100. .post {width:{text:Posts}px; margin-bottom:{text:Space}px;}
  101. img {max-width:100%; height:auto; width:auto; vertical-align:middle;}
  102.  
  103. .caption {margin:15px 0px 0px; padding:0px; line-height:170%;}
  104. .box {background:#fff; padding-right:20px; {block:IndexPage}border-right:1px solid {color:Borders};{/block:IndexPage}}
  105.  
  106. /* posts: questions, quotes, chats and audios*/
  107. .question {text-align:left; padding:0px; margin-bottom:10px; color:#a2a2a2; line-height:185%;}
  108. .answer {text-align:left; font-style:italic; line-height:185%;}
  109. .answer p, .box p, .permalink p, .tag p, .caption p, .permalink span, .caption span {margin:0px; padding:0px;}
  110.  
  111. .quote {text-transform:lowercase; font-style:italic; text-align:left; font-size:10px; line-height:165%; color:#a2a2a2;}
  112. .quote::first-letter, .author::first-letter {text-transform:uppercase;}
  113. .author {color:{color:Link}; margin-top:10px; padding:0px; text-align:left;}
  114.  
  115. .chat {text-decoration:none; line-height:180%;}
  116. .line {padding:0px; list-style:none; font-family:consolas;}
  117. .label {color:{color:Link}; font-weight:700; text-transform:lowercase; font-family:consolas;}
  118. .label::first-letter {text-transform:uppercase;}
  119.  
  120. .audio {height:50px;}
  121. .player {padding:0px; background:{color:Background}; width:50px; height:50px; overflow:hidden; float:left; border-radius:100%;}
  122. .info {text-align:left; position:absolute; margin-left:70px; margin-top:9px;}
  123. .track {font-weight:700; font-size:10px; margin-bottom:5px;}
  124. .button {overflow:hidden; height:30px; width:30px; margin:12px 11px 10px;}
  125.  
  126. /* permalinks */
  127. .permalink {position:absolute; width:130px; text-align:left; margin-top:0px; margin-left:calc({text:Posts}px + 27px); padding:0px; color:#a2a2a2; line-height:180%;}
  128. .permalink a {color:#a2a2a2; text-transform:lowercase; word-wrap:break-word; word-break:break-all; margin-right:3px;}
  129. .permalink svg {width:7px; fill:#a2a2a2;}
  130. .permalink svg:hover {fill:{color:Text};}
  131.  
  132. .custom-like-button {position:relative; display:inline; width:9px;}
  133. .like_button {position:absolute; left:0; right:0; top:0; bottom:0; width:100%; height:100%;}
  134. .like_button iframe {width: 100% !important; height: 100% !important; opacity:0;}
  135. .like_button svg {position:absolute; margin:0px; z-index:1; opacity:0; left:0; right:0; top:0; bottom:0; }
  136. .like_button:hover + svg {fill:#555!Important; cursor:help!important;}
  137. .like_button.liked + svg {fill:#ce968a;!important;}
  138.  
  139. .ppage {padding:0px 0px 10px; border-bottom:1px solid {color:Borders}; text-align:left; margin:10px 0px 10px; line-height:200%;}
  140. .ppage i {font-style:normal; margin-right:8px; color:#888;}
  141. .notes {margin:0px; list-style:none; text-transform:lowercase; line-height:200%;}
  142. .notes ul, .notes ol, .notes li {margin:0px; padding:0px;}
  143. .notes img {display:none;}
  144.  
  145. /* pagination and tumblr controls */
  146. #pag {text-align:left; width:auto; padding-top:20px; border-top:1px solid {color:Borders}; background:{color:Background}; margin-bottom:{text:Space}px;}
  147. #pag a {text-decoration:none; margin:0px 8px;}
  148. #pag u {text-decoration:none; color:#ccc;}
  149.  
  150. #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;}
  151.  
  152. .top {position:fixed; display:none; bottom:30px; right:30px;}
  153. .top a {font-weight:normal;}
  154. .top svg {width:14px; fill:{color:Link}; transition:.7s ease; -o-transition:.7s ease; -moz-transition:.7s ease; -webkit-transition:.7s ease; overflow:visible;}
  155. .top svg:hover {fill:{color:Hover}; transition:.7s ease; -o-transition:.7s ease; -moz-transition:.7s ease; -webkit-transition:.7s ease;}
  156.  
  157. .urls {font-size:8px; text-transform:uppercase; letter-spacing:1px; position:fixed; bottom:45px; right:30px;}
  158. </style>
  159. </head>
  160. <!-- pxu photoset @shythemes -->
  161. <script>
  162. $(document).ready(function(){
  163. $('.photo-slideshow').pxuPhotoset({
  164. lightbox: true,
  165. gutter: '2px',
  166. borderRadius: '0px',
  167. photoset: '.photo-slideshow',
  168. photoWrap: '.photo-data',
  169. photo: '.pxu-photo',
  170. {block:ifnotRounded}
  171. rounded: false
  172. {/block:ifnotRounded}
  173. {block:ifRounded}
  174. rounded: 'corners',
  175. borderRadius: '3px'
  176. {/block:ifRounded}
  177. });
  178. });
  179. </script>
  180. <!-- pxu photoset @shythemes -->
  181. <body>
  182. <div id="contain">
  183.  
  184. <!-- sidebar -->
  185. <div id="sidebar">
  186. <div id="links">
  187. <a href="{text:link1 url}">home,</a>
  188. <a href="{text:link2 url}">mail,</a>
  189. <a href="{text:link3 url}">links</a>
  190. </div>
  191. <div id="description"> we’ve all got both light and dark inside us</div>
  192. </div>
  193. <!-- sidebar -->
  194.  
  195. <div id="content">{block:Posts}<div class="post">
  196.  
  197. {block:IndexPage}
  198. {block:Date}
  199. <div class="permalink">
  200. <a href="{ReblogURL}"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 361.095 361.095" style="enable-background:new 0 0 361.095 361.095;" xml:space="preserve"><g><g><path d="M182.595,325.678c-63.183,0-120.133-42.217-138.267-102.567c-2.833-9.067-12.183-14.167-21.25-11.333 c-9.067,2.833-14.167,12.183-11.333,21.25c22.95,75.933,91.517,126.65,170.85,126.65c98.317,0,178.5-80.183,178.5-178.5 s-80.183-178.5-178.5-178.5c-55.817,0-108.233,26.633-141.667,69.7l-7.083-56.1c-1.133-9.35-9.633-15.867-18.983-14.733 C5.511,2.678-1.005,11.178,0.128,20.528l13.317,103.7c1.133,8.5,8.5,14.733,16.717,14.733c0.567,0,1.417,0,1.983,0l102.567-11.617 c9.35-1.133,16.15-9.35,15.017-18.7s-9.35-16.15-18.7-15.017l-68.85,7.65c26.633-39.95,71.683-64.6,120.417-64.6 c79.617,0,144.5,64.883,144.5,144.5S262.211,325.678,182.595,325.678z"/></g></g></svg>
  201. </a>
  202.  
  203. <div class="custom-like-button">
  204. {LikeButton}<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 442.403 442.403" style="enable-background:new 0 0 442.403 442.403;" xml:space="preserve"><g><g><path d="M213.05,422.652c2.833,1.7,5.95,2.833,9.35,2.833c3.117,0,6.517-0.85,9.35-2.833c7.65-5.1,187.283-123.533,207.683-243.95 c10.483-62.333-8.783-100.867-26.633-122.117c-20.967-24.933-52.133-39.667-83.017-39.667c-10.2,0-20.117,1.7-28.9,5.1 c-43.067,16.15-72.25,44.767-88.117,64.317c-15.583-19.267-42.217-47.033-74.517-58.083c-9.917-3.4-20.683-5.1-32.017-5.1 c-28.9,0-56.383,11.9-75.367,32.867c-16.717,18.417-35.7,53.55-29.75,114.75C13.016,291.185,204.833,417.268,213.05,422.652z M56.083,78.685c17.283-18.983,38.817-21.817,50.15-21.817c7.367,0,14.45,1.133,20.967,3.4 c39.383,13.317,70.833,63.467,71.4,63.75c3.117,5.1,8.783,8.217,14.733,7.933c5.95,0,11.333-3.4,14.45-8.5 c0.283-0.567,28.617-48.733,85.283-69.983c4.817-1.7,10.767-2.833,16.717-2.833c20.967,0,42.217,10.483,56.95,27.767 c19.267,22.667,25.783,55.533,18.983,94.633c-7.367,43.067-42.5,94.633-101.717,149.317c-33.433,30.883-66.3,54.683-81.6,65.45 c-16.15-11.05-51-36.55-86.417-68.85C74.216,262.285,39.366,209.868,35.116,167.368C31.433,128.552,38.516,97.952,56.083,78.685z"/></g></g></svg>
  205. </div><br>
  206. <a href="{Permalink}" style="z-index:9999999999999;" title="{NoteCountWithLabel}">{DayOfMonth}.{MonthNumberWithZero}</a>
  207. </div>
  208. {/block:Date}
  209. {/block:IndexPage}
  210.  
  211. {block:Text}<div class="box">{block:Title}<h2>{Title}</h2>{/block:Title}{Body}</div>{/block:Text}
  212.  
  213. {block:Answer}<div class="box"><div class="question"><b>{Asker}:</b> {Question}</div><div class="answer">{Answer}</div></div>{/block:Answer}
  214.  
  215. {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}
  216.  
  217. {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}
  218.  
  219. {block:Quote}<div class="box"><div class="quote">&ldquo;{Quote}&rdquo;</div>{block:Source}<div class="author">{Source}</div>{/block:Source}</div>{/block:Quote}
  220.  
  221. {block:Link}<div class="box"><h2><a href="{URL}" {Target}>{Name}</a></h2>{block:Description}{Description}{/block:Description}</div>{/block:Link}
  222.  
  223. {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}
  224.  
  225. {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}
  226.  
  227. {block:Video}<div class="box">{Video-250}</div>{block:caption}<div class="caption">{caption}</div>{/block:caption}{/block:Video}
  228.  
  229. <!---->
  230.  
  231. {block:PermalinkPage}
  232. {block:Date}
  233. <div class="ppage">
  234. <b>posted on {DayOfMonth}{DayOfMonthSuffix} {Month} with {NoteCountWithLabel}
  235. {block:RebloggedFrom}</b><br>
  236. via <a href="{ReblogParentURL}">{ReblogParentName}</a> / source <a href="{ReblogRootURL}">{ReblogRootName}</a>
  237. {/block:RebloggedFrom}
  238. {block:HasTags}<br>{block:Tags}<a href="{TagURL}"><i>#{Tag}</i></a>{/block:Tags}{/block:HasTags}
  239. </div>
  240. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  241. {/block:Date}
  242. {/block:PermalinkPage}
  243.  
  244. {block:ContentSource}
  245. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  246. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  247. {/block:SourceLogo}
  248. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  249. {/block:ContentSource}
  250. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  251. </div>{/block:Posts}
  252. {block:Pagination}
  253. <div id="pag">
  254. {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}
  255. </div>
  256. {/block:Pagination}
  257. </div></div></div>
  258. <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"
  259. viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
  260. <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
  261. 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"/>
  262. </svg></a></div>
  263. <script>
  264. $(window).scroll(function(){
  265. if ($(this).scrollTop() > 100) {
  266. $('.top').fadeIn();
  267. } else {
  268. $('.top').fadeOut();
  269. }
  270. });
  271. $('.top').click(function() {
  272. $('html, body').animate({
  273. scrollTop: 0
  274. }, 500);
  275. return false;
  276. });
  277.  
  278. $('.caption').html(function(i,h){
  279. return h.replace(/&nbsp;/g,'');
  280. });
  281.  
  282. $('.caption').html(function(i,h){
  283. return h.replace(/<sub>/,'');
  284. });
  285. </script>
  286. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement