Advertisement
octomoosey

noted

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