Advertisement
octomoosey

cap

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