Advertisement
Guest User

Untitled

a guest
Feb 24th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.28 KB | None | 0 0
  1.  
  2. <html>
  3.  
  4. <!-- theme by mindspalace -->
  5.  
  6. <head>
  7.  
  8. <meta name="image:Sidebar" content=""/>
  9. <meta name="if:Dark Version" content="0"/>
  10. <meta name="if:400px Posts" content="0"/>
  11. <meta name="if:Infinite Scroll" content="0"/>
  12. <meta name="if:Show Reblog Link" content="1"/>
  13.  
  14. <meta name="color:Scrollbar" content="#c0c0c0"/>
  15. <meta name="color:Accent" content="#a51612"/>
  16.  
  17. <meta name="text:Link 1" content="Home"/>
  18. <meta name="text:Link 1 URL" content="/"/>
  19. <meta name="text:Link 2" content="Ask"/>
  20. <meta name="text:Link 2 URL" content="/ask"/>
  21. <meta name="text:Link 3" content=""/>
  22. <meta name="text:Link 3 URL" content=""/>
  23. <meta name="text:Link 4" content=""/>
  24. <meta name="text:Link 4 URL" content=""/>
  25. <meta name="text:Link 5" content=""/>
  26. <meta name="text:Link 5 URL" content=""/>
  27. <meta name="text:Link 6" content=""/>
  28. <meta name="text:Link 6 URL" content=""/>
  29.  
  30. <title>{Title}</title>
  31. <link rel="shortcut icon" href="{Favicon}">
  32. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  33. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  34.  
  35. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css"/>
  36. <link href="http://static.tumblr.com/7keqqcr/OL5mw8lik/style-my-tooltips.css" rel="stylesheet" type="text/css"/>
  37. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  38. <script src="http://static.tumblr.com/7keqqcr/VHtmw8lji/jquery.style-my-tooltips.js"></script>
  39.  
  40. <script>
  41. (function($){
  42. $(document).ready(function(){
  43. $("[title]").style_my_tooltips({
  44. tip_follows_cursor:true,
  45. tip_delay_time:100,
  46. tip_fade_speed:300,
  47. attribute:"title"
  48. });
  49. });
  50. })(jQuery);
  51. </script>
  52.  
  53. <style type="text/css">
  54.  
  55. #s-m-t-tooltip {
  56. color: #fff;
  57. background: #000;
  58. font: 8px/8px 'Arial', sans-serif;
  59. letter-spacing: 1px;
  60. text-transform: uppercase;
  61. margin: 10px 14px 7px 12px;
  62. padding: 7px;
  63. max-width: 300px;
  64. z-index: 9999999;
  65. -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
  66. -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
  67. }
  68.  
  69. ::-webkit-scrollbar {width: 6px; height: 6px;}
  70. ::-webkit-scrollbar-track {
  71. {block:IfNotDarkVersion}background: #fff;{/block:IfNotDarkVersion}
  72. {block:IfDarkVersion}background: #000;{/block:IfDarkVersion}
  73. }
  74. ::-webkit-scrollbar-thumb {background: {color:Scrollbar};}
  75.  
  76. iframe#tumblr_controls {padding: 3px 3px 0 0; white-space: nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity: 0.5;}
  77.  
  78.  
  79. /* ------------------- BODY ------------------- */
  80.  
  81. body {
  82. {block:IfNotDarkVersion}
  83. color: #000;
  84. background: #fff;
  85. {/block:IfNotDarkVersion}
  86. {block:IfDarkVersion}
  87. color: #fff;
  88. background: #000;
  89. {/block:IfDarkVersion}
  90. font: 11px/14px 'Arial', sans-serif;
  91. text-align: justify;
  92. margin: 0;
  93. padding: 0;
  94. }
  95.  
  96. a {
  97. color: {color:Accent};
  98. text-decoration: none;
  99. }
  100.  
  101. blockquote {
  102. border-left: 1px solid {color:Accent};
  103. margin: 0 0 0 30px;
  104. padding: 0 10px;
  105. }
  106.  
  107.  
  108. /* ------------------- SIDEBAR ------------------- */
  109.  
  110. #sidebar {
  111. width: 100px;
  112. top: 100px;
  113. left: 100px;
  114. position: fixed;
  115. }
  116. #sidebar img {
  117. width: 100px;
  118. }
  119.  
  120. #navigation {
  121. font-size: 20px;
  122. line-height: 20px;
  123. text-transform: uppercase;
  124. {block:IfSidebarImage}margin-top: 20px;{/block:IfSidebarImage}
  125. }
  126. #navigation a {
  127. {block:IfNotDarkVersion}color: #000;{/block:IfNotDarkVersion}
  128. {block:IfDarkVersion}color: #fff;{/block:IfDarkVersion}
  129. text-decoration: none;
  130. height: 24px;
  131. display: block;
  132. }
  133. #navigation a:hover {
  134. color: {color:Accent};
  135. text-transform: lowercase;
  136. }
  137.  
  138. #description {
  139. line-height: 14px;
  140. margin-top: 12px;
  141. }
  142.  
  143. #pagination {
  144. text-align: center;
  145. margin-top: 8px;
  146. }
  147. #pagination a {
  148. color: #a0a0a0;
  149. margin: 0 5px;
  150. }
  151. #pagination a:hover {
  152. color: {color:Accent};
  153. }
  154.  
  155.  
  156. /* ------------------- POSTS ------------------- */
  157.  
  158. #entries {
  159. {block:IfNot400pxPosts}width: 500px;{/block:IfNot400pxPosts}
  160. {block:If400pxPosts}width: 400px;{/block:If400pxPosts}
  161. margin-left: 300px;
  162. padding: 30px 0 70px 0;
  163. overflow: hidden;
  164. position: relative;
  165. }
  166.  
  167. #post {
  168. margin-top: 70px;
  169. }
  170.  
  171. .title {
  172. font-size: 18px;
  173. line-height: 24px;
  174. display: block;
  175. }
  176. .caption {
  177. margin-top: 10px;
  178. }
  179.  
  180.  
  181. /* ------------------- POST INFO ------------------- */
  182.  
  183. .info {
  184. color: #a0a0a0;
  185. font-size: 10px;
  186. line-height: 12px;
  187. margin-top: 10px;
  188. }
  189. .info a {
  190. {block:IfNotDarkVersion}color: #000;{/block:IfNotDarkVersion}
  191. {block:IfDarkVersion}color: #fff;{/block:IfDarkVersion}
  192. }
  193.  
  194. .tags a {
  195. color: #a0a0a0;
  196. margin-right: 8px;
  197. }
  198. .tags a:hover {
  199. color: {color:Accent};
  200. }
  201.  
  202.  
  203. /* ------------------- POST TYPES ------------------- */
  204.  
  205. .quote {
  206. font-size: 18px;
  207. line-height: 16px;
  208. }
  209. .quote_source {
  210. text-align: right;
  211. margin-top: 5px;
  212. }
  213.  
  214. a.link {
  215. color: #000;
  216. font-size: 18px;
  217. text-align: center;
  218. }
  219.  
  220. .chat .title {
  221. padding-bottom: 10px;
  222. }
  223. .chat_label {
  224. color: {color:Accent};
  225. font-weight: bold;
  226. margin-right: 5px;
  227. }
  228. .even, .odd {
  229. margin-top: 3px;
  230. }
  231.  
  232. .audio {
  233. min-height: 50px;
  234. }
  235. .audio img {
  236. width: 50px;
  237. height: 50px;
  238. position: absolute;
  239. float: left;
  240. }
  241. .audio_p {
  242. border: 12px solid #000;
  243. width: 26px;
  244. height: 26px;
  245. overflow: hidden;
  246. position: absolute;
  247. opacity: 0;
  248. -webkit-transition: all 0.3s ease-in-out;
  249. -moz-transition: all 0.3s ease-in-out;
  250. -o-transition: all 0.3s ease-in-out;
  251. transition: all 0.3s ease-in-out;
  252. }
  253. .audio_info {
  254. font-size: 10px;
  255. line-height: 12px;
  256. width: 426px;
  257. margin-left: 50px;
  258. padding: 0 10px;
  259. }
  260. .audio_name {
  261. font-weight: bold;
  262. }
  263. div.audio_p:hover {
  264. opacity: 0.8;
  265. -webkit-transition: all 0.3s ease-in-out;
  266. -moz-transition: all 0.3s ease-in-out;
  267. -o-transition: all 0.3s ease-in-out;
  268. transition: all 0.3s ease-in-out;
  269. }
  270.  
  271. .question {
  272. font-size: 10px;
  273. {block:IfNot400pxPosts}width: 422px;{/block:IfNot400pxPosts}
  274. {block:If400pxPosts}width: 322px;{/block:If400pxPosts}
  275. padding: 0 15px;
  276. float: left;
  277. }
  278. img.asker {
  279. float: left;
  280. }
  281. .answer {
  282. padding-top: 10px;
  283. clear: both;
  284. }
  285.  
  286.  
  287. /* ------------------- NOTES ------------------- */
  288.  
  289. ol.notes {
  290. list-style-type: none;
  291. text-align: left;
  292. margin: 40px 0 0 0;
  293. padding: 0;
  294. }
  295. ol.notes li {
  296. margin-top: 12px;
  297. }
  298. .notes a {
  299. border: 0;
  300. }
  301. .notes img {
  302. margin-right: 10px;
  303. }
  304. .notes blockquote {
  305. margin-top: 10px;
  306. }
  307.  
  308.  
  309. a#cr {
  310. {block:IfNotDarkVersion}color: #a0a0a0;{/block:IfNotDarkVersion}
  311. {block:IfDarkVersion}color: #505050;{/block:IfDarkVersion}
  312. font-size: 9px;
  313. padding: 4px;
  314. bottom: 0;
  315. right: 0;
  316. position: fixed;
  317. }
  318.  
  319. </style>
  320. </head>
  321. <body>
  322.  
  323. {block:IfInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScroll}
  324.  
  325. <a id="cr" target="_blank" href="http://mindspalace.tumblr.com">theme</a>
  326.  
  327. <div id="sidebar">
  328. {block:IfSidebarImage}<a href="/"><img src="{image:Sidebar}"/></a>{/block:IfSidebarImage}
  329. <div id="navigation">
  330. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  331. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
  332. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
  333. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
  334. {block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:ifLink5}
  335. {block:ifLink6}<a href="{text:Link 6 URL}">{text:Link 6}</a>{/block:ifLink6}
  336. </div>
  337. <div id="description">{Description}</div>
  338.  
  339. {block:IfNotInfiniteScroll}
  340. {block:Pagination}<div id="pagination">
  341. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}
  342. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
  343. </div>{/block:Pagination}
  344. {/block:IfNotInfiniteScroll}
  345.  
  346. {block:PermalinkPagination}<div id="pagination">
  347. {block:PreviousPost}<a href="{PreviousPost}">&laquo;</a>{/block:PreviousPost}
  348. {block:NextPost}<a href="{NextPost}">&raquo;</a>{/block:NextPost}
  349. </div>{/block:PermalinkPagination}
  350. </div>
  351.  
  352. <div id="entries">
  353. {block:IfInfiniteScroll}<div class="autopagerize_page_element">{/block:IfInfiniteScroll}
  354. {block:Posts}
  355. <div id="post">
  356.  
  357. {block:Text}
  358. {block:Title}<div class="title">{Title}</div>{/block:Title}
  359. {Body}
  360. {/block:Text}
  361.  
  362. {block:Photo}
  363. {block:Title}<div class="title">{Title}</div>{/block:Title}
  364. {block:IfNot400pxPosts}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{/block:IfNot400pxPosts}
  365. {block:If400pxPosts}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{/block:If400pxPosts}
  366. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  367. {/block:Photo}
  368.  
  369. {block:Panorama}
  370. {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />{LinkCloseTag}
  371. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  372. {/block:Panorama}
  373.  
  374. {block:Photoset}
  375. {block:IfNot400pxPosts}{Photoset-500}{/block:IfNot400pxPosts}
  376. {block:If400pxPosts}{Photoset-400}{/block:If400pxPosts}
  377. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  378. {/block:Photoset}
  379.  
  380. {block:Quote}
  381. <div class="quote">{Quote}</div>
  382. {block:Source}<div class="quote_source">&mdash; {Source}</div>{/block:Source}
  383. {/block:Quote}
  384.  
  385. {block:Link}
  386. <a class="link" href="{URL}" {Target}>{Name} &rarr;</a>
  387. {block:Description}<div class="caption">{Description}</div>
  388. {/block:Description}{/block:Link}
  389.  
  390. {block:Chat}<div class="chat">
  391. {block:Title}<div class="title">{Title}</div>{/block:Title}
  392. {block:Lines}
  393. <div class="{Alt}">{block:Label}<span class="chat_label">{Label}</span>{/block:Label}{Line}</div>
  394. {/block:Lines}
  395. </div>{/block:Chat}
  396.  
  397. {block:Video}
  398. {block:IfNot400pxPosts}{Video-500}{/block:IfNot400pxPosts}
  399. {block:If400pxPosts}{Video-400}{/block:If400pxPosts}
  400. {block:Caption}<div clss="caption">{Caption}</div>{/block:Caption}
  401. {/block:Video}
  402.  
  403. {block:Audio}<div class="audio">
  404. <img src=""/>
  405. {block:AlbumArt}<img src="{AlbumArtURL}"/>{/block:AlbumArt}
  406. <div class="audio_p">{AudioPlayerBlack}</div>
  407. <div class="audio_info">
  408. {block:TrackName}<div class="audio_name">{TrackName}</div>{/block:TrackName}
  409. {block:Artist}{Artist}{/block:Artist}
  410. {block:Album}<br/>{Album}{/block:Album}
  411. {block:PlayCount}<br/>{PlayCountWithLabel}{/block:PlayCount}
  412. </div>
  413. </div>
  414. {block:Caption}<div class="caption">{Caption}</div>{block:Caption}
  415. {/block:Audio}
  416.  
  417. {block:Answer}
  418. <a title="{AskerName}" href="{AskerURL}"><img class="asker" src="{AskerPortraitURL-48}"/></a>
  419. <div class="question">{Question}</div>
  420. <div class="answer">{Answer}</div>
  421. {/block:Answer}
  422.  
  423.  
  424. {block:Date}
  425. <div class="info">
  426. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  427.  
  428. <a href="{Permalink}">{TimeAgo}
  429. {block:NoteCount}<span style="color: #a0a0a0;">&hearts;</span> {NoteCount}{/block:NoteCount}</a>
  430.  
  431. <div style="float: right; text-transform: lowercase;">
  432. {block:RebloggedFrom}
  433. <a href="{ReblogParentURL}">via</a>
  434. {block:ContentSource}/ <a href="{ReblogRootURL}">{lang:Source}</a>{/block:ContentSource}
  435. {block:RebloggedFrom}
  436. {block:IfShowReblogLink}&ndash; <a target="_blank" href="{ReblogURL}">Reblog</a>{/block:IfShowReblogLink}
  437. </div>
  438.  
  439. <div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  440.  
  441. </div>
  442. {/block:Date}
  443.  
  444. {block:PostNotes}{PostNotes}{/block:PostNotes}
  445.  
  446. </div>
  447. {/block:Posts}
  448. {block:IfInfiniteScroll}</div>{/block:IfInfiniteScroll}
  449. </div>
  450.  
  451. </body>
  452. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement