Advertisement
octomoosey

stark

Apr 19th, 2016
2,927
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.05 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- octomoosey @ tumblr -->
  4.  
  5. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <meta name="viewport" content="width=device-width, initial-scale=1">
  12. <meta name="color:background" content="#000000">
  13. <meta name="color:text" content="#a8a8a8">
  14. <meta name="color:title" content="#a8a8a8">
  15. <meta name="color:tags background" content="#700303">
  16. <meta name="color:borders" content="#a8a8a8">
  17. <meta name="color:description" content="#a8a8a8">
  18. <meta name="color:bold" content="#ffffff">
  19. <meta name="color:italic" content="#ffffff">
  20. <meta name="color:nav" content="#ffffff">
  21. <meta name="color:link" content="#dcdcdc">
  22. <meta name="color:link hover" content="#700303">
  23. <meta name="color:scrollbar" content="#700303" />
  24. <meta name="color:selectiontext" content="#ffffff" />
  25. <meta name="color:selectionbg" content="#8c8c8c" />
  26. <meta name="color:info" content="#8c8c8c" />
  27. <meta name="color:info hover" content="#ffffff" />
  28. <meta name="color:tags" content="#8c8c8c" />
  29. <meta name="color:tags hover" content="#ffffff" />
  30.  
  31. <meta name="image:background" content="https://static.tumblr.com/09261adaf1fa1f1f546bb5b6650b1d74/86jccts/xIxo5wf2i/tumblr_static_9dmup3cw93k84s4oskk0scggk.jpg" />
  32.  
  33. <meta name="if:hide captions" content="0"/>
  34.  
  35. <meta name="text:font size" content="10px" />
  36.  
  37. <meta name="text:link 1" content="link 1"/>
  38. <meta name="text:link 1 url" content="/"/>
  39. <meta name="text:link 2" content="link 2"/>
  40. <meta name="text:link 2 url" content="/"/>
  41. <meta name="text:link 3" content="link 3"/>
  42. <meta name="text:link 3 url" content="/"/>
  43. <meta name="text:link 4" content="link 4"/>
  44. <meta name="text:link 4 url" content="/"/>
  45. <meta name="text:link 5" content="link 5"/>
  46. <meta name="text:link 5 url" content="/"/>
  47. <meta name="text:link 6" content="link 6"/>
  48. <meta name="text:link 6 url" content="/"/>
  49. <meta name="text:link 7" content="link 7"/>
  50. <meta name="text:link 7 url" content="/"/>
  51. <meta name="text:link 8" content="link 8"/>
  52. <meta name="text:link 8 url" content="/"/>
  53.  
  54. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  55. <link href='https://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
  56. <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
  57.  
  58. <style type="text/css">
  59.  
  60. ::-webkit-scrollbar{
  61. height:3px;
  62. width:3px;
  63. background:inherit;}
  64.  
  65. ::-webkit-scrollbar-thumb {
  66. background:{color:scrollbar};}
  67.  
  68. ::-webkit-scrollbar-track {
  69. background:transparent;}
  70.  
  71. ::-moz-selection {
  72. color:{color:selectiontext};
  73. background:{color:selectionbg};}
  74.  
  75. ::selection {
  76. color:{color:selectiontext};
  77. background:{color:selectionbg};}
  78.  
  79. .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop {
  80. z-index:99999999999999999!important;
  81. white-space:nowrap!important;
  82. top:10px!important;
  83. right:10px!important;
  84. position:fixed!important;
  85. opacity:.6!important;}
  86.  
  87. body {
  88. margin:0;
  89. background:{color:background};
  90. background-image: url('{image:background}');
  91. background-position: right center;
  92. background-repeat: no-repeat;
  93. background-attachment: fixed;
  94. font-size: {text:font size};
  95. font-family: 'Roboto', sans-serif;
  96. line-height:150%;
  97. -moz-osx-font-smoothing:grayscale;
  98. -webkit-font-smoothing:antialiased;
  99. font-smoothing:antialiased;
  100. color:{color:text};}
  101.  
  102. blockquote {
  103. padding-left:10px;
  104. border-left:1px solid {color:borders};
  105. margin:15px 0px 10px 10px;
  106. text-align:left;}
  107.  
  108. .caption blockquote {
  109. margin:15px 0px 10px 10px;}
  110.  
  111. blockquote img {
  112. max-width:100%;
  113. height:auto;}
  114.  
  115. img {
  116. max-width:100%;
  117. height:auto;}
  118.  
  119. .caption img {
  120. max-width:100%;
  121. height:auto;}
  122.  
  123. .posts img {
  124. max-width:100%;
  125. margin-top:5px;
  126. margin-bottom:5px;}
  127.  
  128. a {
  129. color:{color:link};
  130. text-decoration:none;
  131. letter-spacing:1px;
  132. cursor:help;
  133. -webkit-transition: all 0.7s ease;
  134. transition: all 0.7s ease;
  135. -moz-transition: all 0.7s ease;
  136. -o-transition: all 0.7s ease;}
  137.  
  138. a:hover {
  139. letter-spacing:1px;
  140. text-decoration:none;
  141. color:{color:link hover};
  142. text-shadow: 0px 0px #aeaeae, -0px 0px #aeaeae;}
  143.  
  144. p {
  145. margin:10px 0 10px 0;}
  146.  
  147. p:first-of-type {
  148. margin-top:0;
  149. padding-top:0;}
  150.  
  151. p:last-of-type {
  152. margin-bottom:10px;
  153. padding-bottom:0;}
  154.  
  155. small, sub {
  156. font-size: {text:font size};
  157. vertical-align:baseline;}
  158.  
  159. pre {
  160. white-space: pre-wrap;
  161. white-space: -moz-pre-wrap;
  162. white-space: -pre-wrap;
  163. white-space: -o-pre-wrap;
  164. word-wrap: break-word;}
  165.  
  166. h1, h2, h3, h4, h5, h6 {
  167. text-align:right;
  168. font-family: 'Fjalla One', sans-serif;
  169. font-size:15px;}
  170.  
  171. b, strong {
  172. font-family:font-family: 'Roboto', sans-serif;
  173. text-transform:uppercase;
  174. font-size: {text:bodyfontsize};
  175. color:{color:bold};}
  176.  
  177. i, em {
  178. font-family: 'Fjalla One', sans-serif;
  179. font-size: 12px;
  180. color:{color:italic};
  181. letter-spacing:1.5px;}
  182.  
  183. small, big {
  184. font-size:1em;}
  185.  
  186. .title {
  187. font-size:15px;
  188. letter-spacing:1.5px;
  189. font-weight:bold;}
  190.  
  191.  
  192. .entries {
  193. position:absolute;
  194. right:460px;
  195. margin-top:0px;
  196. padding-top:20px;
  197. width:300px;}
  198.  
  199. .posts {
  200. position:relative;
  201. text-align:justify;
  202. margin:0px 0px 70px 0px;}
  203.  
  204. .posts:last-child {
  205. margin-bottom:50px;}
  206.  
  207. {block:permalinkpage}
  208. .posts {
  209. margin-bottom:30px;}
  210. {/block:permalinkpage}
  211.  
  212. .date {
  213. padding:3px;
  214. margin-top:5px;
  215. text-align:right;
  216. font-family: 'Fjalla One', sans-serif;
  217. text-transform:lowercase;
  218. font-size:9px;
  219. background: -webkit-linear-gradient(left, {color:background}, {color:tags background}, {color:background});}
  220.  
  221. .date a {
  222. color:{color:info};}
  223.  
  224. .date a:hover {
  225. color:{color:info hover};}
  226.  
  227. .tags a {
  228. color:{color:tags};
  229. -webkit-transition: all 0.7s ease;
  230. transition: all 0.7s ease;
  231. -moz-transition: all 0.7s ease;
  232. -o-transition: all 0.7s ease;}
  233.  
  234. .tags a:hover {
  235. color:{color:tags hover};
  236. -webkit-transition: all 0.7s ease;
  237. transition: all 0.7s ease;
  238. -moz-transition: all 0.7s ease;
  239. -o-transition: all 0.7s ease;}
  240.  
  241. ol.notes {
  242. margin-left:-30px;
  243. width:300px;
  244. background:transparent;
  245. list-style-type:none;}
  246.  
  247. ol.notes a {
  248. color:{color:link};}
  249.  
  250. ol.notes a:hover {
  251. color:{color:linkhover};}
  252.  
  253. ol.notes li.note {
  254. display:block;
  255. padding:0;
  256. margin:5px 0;}
  257.  
  258. ol.notes li.note img.avatar {
  259. display:none!important;}
  260.  
  261. a.more_notes_link {
  262. display:block;
  263. text-align:left;
  264. border:0;
  265. color:{color:link};}
  266.  
  267. .sidep {
  268. position:absolute;
  269. right:810px;
  270. width:100px;}
  271.  
  272. .caption {
  273. margin-top:15px;
  274. {block:ifhidecaptions}
  275. {block:indexpage}
  276. display:none;
  277. {/block:indexpage}
  278. {/block:ifhidecaptions}}
  279.  
  280. .subt {
  281. margin-bottom:20px;
  282. line-height:38px;
  283. text-align:right;
  284. font-family: 'Fjalla One', sans-serif;
  285. font-size:32px;
  286. color:{color:title};}
  287.  
  288. #nav {
  289. margin-top:20px;
  290. font-family: 'Fjalla One', sans-serif;
  291. display:inline-block;
  292. font-size:12px;
  293. margin-bottom:10px;
  294. text-align:right;}
  295.  
  296. #nav a{
  297. padding:3px;}
  298.  
  299. #nav i, em {
  300. color:{color:nav};}
  301.  
  302. #nav a:hover{
  303. -webkit-filter: blur(5px);
  304. -moz-filter: blur(5px);
  305. -o-filter: blur(5px);
  306. -ms-filter: blur(5px);
  307. filter: blur(5px);}
  308.  
  309. #description {
  310. text-align:right;
  311. color:{color:description};
  312. position:fixed;
  313. margin-left:0px;
  314. padding:20px;
  315. width:100px;
  316. bottom:0px;}
  317.  
  318. .caption {
  319. margin-top:15px;}
  320.  
  321. .chat {
  322. padding:0;
  323. list-style-type:none;}
  324.  
  325. .chat .label {
  326. font-weight:bold;}
  327.  
  328. .quote {
  329. font-weight:bold;}
  330.  
  331. .media {
  332. position:relative;
  333. display:inline-block;
  334. width:100%;}
  335.  
  336. .playerbuttonbg {
  337. position: absolute;
  338. left: 15px;
  339. top: 17px;
  340. width: 30px;
  341. height: 30px;
  342. background-color: #000;
  343. padding: 10px;
  344. opacity: 0.4;
  345. filter: alpha(opacity=40);
  346. -moz-opacity: 0.4;
  347. -khtml-opacity: 0.4;
  348. transition: opacity .7s ease-in-out;
  349. -moz-transition: opacity .7s ease-in-out;
  350. -webkit-transition: opacity .7s ease-in-out;}
  351.  
  352. .playerbuttonbg:hover {
  353. opacity: 1;
  354. filter: alpha(opacity=100);
  355. -moz-opacity: 1;
  356. -khtml-opacity: 1;}
  357.  
  358. .newplayerbutton {
  359. position: relative;
  360. width: 30px;
  361. height: 30px;
  362. overflow: hidden;}
  363.  
  364. .playerbuttonhug {
  365. position: absolute;
  366. top: -30px;
  367. left: -10px;}
  368.  
  369. .tumblr_audio_player {
  370. height: 90px;
  371. width: 270px;}
  372.  
  373. .audioimgwrapper {
  374. position: absolute;
  375. overflow: hidden;
  376. width: 80px;
  377. height: 80px;}
  378.  
  379. .trackdetails {
  380. padding:10px;
  381. display:inline-block;
  382. margin-left: 90px;
  383. min-height: 75px;}
  384.  
  385. .audiowrapper {
  386. position: relative;
  387. display:inline-block;}
  388.  
  389. .asker {
  390. font-family: 'Fjalla One', sans-serif;
  391. font-size:14px;
  392. margin-bottom:3px;}
  393.  
  394. .asked {
  395. text-transform:uppercase;
  396. padding-bottom:3px;
  397. margin-bottom:10px;}
  398.  
  399. .ans {
  400. }
  401.  
  402. .faica {
  403. font-size:30px;}
  404.  
  405. .faicq {
  406. font-size:30px;}
  407.  
  408. #s-m-t-tooltip {
  409. max-width:300px;
  410. border-radius: 0px;
  411. padding:4px;
  412. margin:10px 10px 5px 0px;
  413. color:#000;
  414. border:1px solid #000;
  415. font-size:10px;
  416. letter-spacing:1px;
  417. background:#fff;
  418. font-family: 'Roboto', sans-serif;
  419. font-size: 12px;
  420. z-index:99999;}
  421.  
  422. #credit {
  423. z-index:8;
  424. bottom:5px;
  425. right:5px;
  426. height:30px;
  427. width:30px;
  428. opacity:0.8;
  429. position:fixed;
  430. padding:5px;}
  431.  
  432. </style>
  433.  
  434. </head>
  435. <body>
  436.  
  437. <div class="sidep">
  438.  
  439. <div id="description">
  440. <div class="subt">{title}</div>
  441. {description}<br>
  442. <div id="nav">
  443.  
  444. <center>
  445. <a href="/" title="index"><i class="fa fa-dot-circle-o" aria-hidden="true"></i></a>
  446. <a href="/ask" title="ask"><i class="fa fa-dot-circle-o" aria-hidden="true"></i></a>
  447. {block:iflink1}<a href="{text:link 1 url}" title="{text:link 1}"><i class="fa fa-dot-circle-o" aria-hidden="true"></i></a>{/block:iflink1}
  448. {block:iflink2}<a href="{text:link 2 url}" title="{text:link 2}"><i class="fa fa-dot-circle-o" aria-hidden="true"></i></a>{/block:iflink2}
  449. {block:iflink3}<a href="{text:link 3 url}" title="{text:link 3}"><i class="fa fa-dot-circle-o" aria-hidden="true"></i></a>{/block:iflink3}
  450. {block:iflink4}<a href="{text:link 4 url}" title="{text:link 4}"><i class="fa fa-dot-circle-o" aria-hidden="true"></i></a>{/block:iflink4}
  451. {block:iflink5}<a href="{text:link 5 url}" title="{text:link 5}"><i class="fa fa-dot-circle-o" aria-hidden="true"></i></a>{/block:iflink5}
  452. {block:iflink6}<a href="{text:link 6 url}" title="{text:link 6}"><i class="fa fa-dot-circle-o" aria-hidden="true"></i></a>{/block:iflink6}
  453. {block:iflink7}<a href="{text:link 7 url}" title="{text:link 7}"><i class="fa fa-dot-circle-o" aria-hidden="true"></i></a>{/block:iflink7}
  454. {block:iflink8}<a href="{text:link 8 url}" title="{text:link 8}"><i class="fa fa-dot-circle-o" aria-hidden="true"></i></a>{/block:iflink8}
  455. </center>
  456. <br>
  457. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage} - {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  458. </div>
  459.  
  460. <center>
  461. </div>
  462.  
  463. </div>
  464.  
  465. </div>
  466. </div>
  467.  
  468. </div>
  469.  
  470. <div class="entries">
  471. {block:Posts}
  472. <div class="posts">
  473.  
  474. {block:Text}{block:Title}<h1 class="title">{Title}</h1>{/block:Title}<div class="text">{Body}</div>{/block:Text}
  475.  
  476. {block:Quote}<div class="faicq"><i class="fa fa-quote-left fa-pull-left"></i></div><div class="quote text">{Quote}</div>{block:Source}<div class="source text">{Source}</div>{/block:Source}{/block:Quote}
  477.  
  478. {block:Answer}<div class="faica"><i class="fa fa-question fa-pull-left"></i></div><div class="asker">{Asker} asked:</div><div class="asked">{Question}</span></div><div class="ans">{Answer}</div>{/block:Answer}
  479.  
  480. {block:Chat}{block:Title}<h1 class="title">{Title}</h1>{/block:Title}<ul class="chat text">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}&nbsp; </span>{/block:Label}{Line}</li>{/block:Lines}</ul>{/block:Chat}
  481.  
  482. {block:Link}<h1 class="title"><a href="{URL}">{Name}</a></h1>{block:Description}<div class="text">{Description}</div>{/block:Description}{/block:Link}
  483.  
  484. {block:AudioPlayer}
  485. <div class="audiowrapper">
  486. {block:AlbumArt}<div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  487. <div class="playerbuttonbg"><div class="newplayerbutton"><div class="playerbuttonhug">{AudioPlayerBlack}
  488. </div></div></div><div class="trackdetails">
  489. {block:TrackName}{TrackName}{/block:TrackName}<br/>{block:Artist}Artist: {Artist}{/block:Artist}<br/>{block:Album}Album: {Album}{/block:Album}
  490. </div></div>{/block:AudioPlayer}
  491.  
  492. {block:Photo}<div class="media">{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}</div>{/block:Photo}
  493.  
  494. {block:Photoset}
  495. <div class="media 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>
  496. </div>{/block:Photoset}
  497.  
  498. {block:Video}<div class="media video">{Video-500}</div>{/block:Video}
  499.  
  500. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  501.  
  502. <div id="{ShortURL}-hide">
  503. {block:Date}<div class="date">
  504. <a href="{Permalink}">{DayOfWeek}</a> |
  505. <a href="{ReblogURL}">reblog</a> |
  506. {block:RebloggedFrom}
  507. <a href="{ReblogParentURL}">via</a> |
  508. <a href="{ReblogRootURL}">source</a> |
  509. {/block:RebloggedFrom}
  510. <a href="{permalink}">{NoteCountWithLabel}</a>
  511.  
  512. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>
  513. {/block:HasTags}
  514. </div>
  515. {/block:Date}</div>
  516. </div>
  517. {block:PostNotes}{PostNotes}
  518. {/block:PostNotes}
  519. {/block:Posts}
  520. </div>
  521. <!-- {block:ContentSource}{SourceURL}{/block:ContentSource}{block:RebloggedFrom}{ReblogRootURL}{ReblogParentURL}{/block:RebloggedFrom} -->
  522. </div>
  523.  
  524. <div id="credit"><a href="https://octomoosey.tumblr.com/" title="theme by octomoosey"><img src="https://static.tumblr.com/uopakca/cwDo0y64u/octopus-24.png"></a></div>
  525.  
  526. </div>
  527. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  528.  
  529. <script src="https://static.tumblr.com/fiw4iub/4jdnu5ta4/jquery.style-my-tooltips.js"></script>
  530.  
  531. <script>
  532. (function($){
  533. $(document).ready(function(){
  534. $("a[title]").style_my_tooltips({
  535. tip_follows_cursor:true,
  536. tip_delay_time:90,
  537. tip_fade_speed:600,
  538. attribute:"title"
  539. });
  540. });
  541. })(jQuery);
  542. </script>
  543.  
  544. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  545. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css">
  546. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  547. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  548. <script src ="https://static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
  549.  
  550. <script>
  551. $(document).ready(function(){
  552. $('.photo-slideshow').pxuPhotoset({
  553. lightbox: true,
  554. rounded: false,
  555. gutter: '3px',
  556. photoset: '.photo-slideshow',
  557. photoWrap: '.photo-data',
  558. photo: '.pxu-photo'
  559. });
  560. var $container = $('.content');
  561. });
  562. </script>
  563.  
  564. </body>
  565. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement