Advertisement
octomoosey

ezekiel

Nov 30th, 2015
1,612
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.62 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="color:background" content="#c4c4c4"/>
  12. <meta name="color:header" content="#ffffff"/>
  13. <meta name="color:postbg" content="#000000"/>
  14. <meta name="color:text" content="#ffffff"/>
  15. <meta name="color:posttitle" content="#ebc700"/>
  16. <meta name="color:asktext" content="#000000"/>
  17. <meta name="color:askbackground" content="#ffffff"/>
  18. <meta name="color:description" content="#000000"/>
  19. <meta name="color:link" content="#ebc700"/>
  20. <meta name="color:linkhover" content="#aaaaaa"/>
  21. <meta name="color:nav" content="#ebc700"/>
  22. <meta name="color:navhover" content="#aaaaaa"/>
  23. <meta name="color:postinfo" content="#ebc700"/>
  24. <meta name="color:postinfohover" content="#aaaaaa"/>
  25. <meta name="color:scrollbar" content="#ebc700" />
  26. <meta name="color:borders" content="#ffffff"/>
  27. <meta name="color:selectiontext" content="#000000" />
  28. <meta name="color:selectionbg" content="#ebc700" />
  29. <meta name="color:bold" content="#ebc700" />
  30. <meta name="color:italic" content="#ebc700" />
  31.  
  32. <meta name="if:hide captions" content="0"/>
  33. <meta name="if:greyscale" content="0"/>
  34. <meta name="if:submit" content="1"/>
  35. <meta name="if:backgroundrepeat" content="1"/>
  36. <meta name="if:backgroundnorepeat" content="0"/>
  37.  
  38. <meta name="font:bodyfont" content="Alternate Gothic">
  39. <meta name="text:bodyfontsize" content="11px" />
  40.  
  41. <meta name="text:link 1" content="link 1"/>
  42. <meta name="text:link 1 url" content="/"/>
  43. <meta name="text:link 2" content="link 2"/>
  44. <meta name="text:link 2 url" content="/"/>
  45. <meta name="text:link 3" content="link 3"/>
  46. <meta name="text:link 3 url" content="/"/>
  47. <meta name="text:link 4" content="link 4"/>
  48. <meta name="text:link 4 url" content="/"/>
  49. <meta name="text:link 5" content="link 5"/>
  50. <meta name="text:link 5 url" content="/"/>
  51.  
  52. <meta name="image:background" content=""/>
  53.  
  54. <link href='https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz' rel='stylesheet' type='text/css'>
  55.  
  56. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  57.  
  58. <script src="https://static.tumblr.com/fiw4iub/4jdnu5ta4/jquery.style-my-tooltips.js"></script>
  59.  
  60. <script>
  61. (function($){
  62. $(document).ready(function(){
  63. $("a[title]").style_my_tooltips({
  64. tip_follows_cursor:true,
  65. tip_delay_time:90,
  66. tip_fade_speed:600,
  67. attribute:"title"
  68. });
  69. });
  70. })(jQuery);
  71. </script>
  72.  
  73. <style type="text/css">
  74. #tumblr_lightbox {
  75. background-color:rgba(255, 255, 255, .9)!important;
  76. z-index:99999!important;}
  77.  
  78. #tumblr_lightbox img {
  79. opacity:0;}
  80.  
  81. #tumblr_lightbox_caption {
  82. font-weight:normal!important;
  83. text-shadow:none!important;}
  84.  
  85. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {
  86. -moz-box-shadow:none!important;
  87. -webkit-box-shadow:none!important;
  88. box-shadow:none!important;
  89. -moz-border-radius:0px!important;
  90. -webkit-border-radius:0px!important;
  91. border-radius:0px!important;
  92. opacity:1!important;}
  93.  
  94. #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {
  95. opacity:.4!important;}
  96.  
  97. iframe#tumblr_controls {
  98. white-space:nowrap!important;
  99. top:10px!important;
  100. right:10px!important;
  101. position:fixed!important;
  102. opacity:.6!important;}
  103.  
  104. ::-webkit-scrollbar{
  105. height:3px;
  106. width:3px;
  107. background:inherit;}
  108.  
  109. ::-webkit-scrollbar-thumb {
  110. background:{color:scrollbar};}
  111.  
  112. ::-webkit-scrollbar-track {
  113. background:transparent;}
  114.  
  115. ::-moz-selection {
  116. color:{color:selectiontext};
  117. background:{color:selectionbg};}
  118.  
  119. ::selection {
  120. color:{color:selectiontext};
  121. background:{color:selectionbg};}
  122.  
  123. div[id$="Zy4yby-hide"], .static-only {
  124. display: none;}
  125.  
  126. body {
  127. background:{color:background};
  128. color:{color:text};
  129. font-family:{font:bodyfont};
  130. font-size: {text:bodyfontsize};
  131. letter-spacing:0.5px;
  132. font-weight:normal;
  133. position:relative;
  134. text-align:left;
  135. background-attachment:fixed;
  136. background-image:url('{image:background}');
  137. {block:ifbackgroundnorepeat}
  138. background-repeat:no-repeat;
  139. {/block:ifbackgroundnorepeat}
  140. {block:ifbackgroundrepeat}
  141. background-repeat:repeat;
  142. {/block:ifbackgroundrepeat}
  143. background-position: bottom left;
  144. margin:0;
  145. line-height:150%;}
  146.  
  147. blockquote {
  148. padding-left:10px;
  149. border-left:1px solid {color:borders};
  150. margin:15px 30px 10px 10px;
  151. text-align:left;}
  152.  
  153. .caption blockquote {
  154. margin:15px 30px 10px 10px;}
  155.  
  156. blockquote img {
  157. max-width:100%;}
  158.  
  159. img {
  160. max-width:100%;
  161. height:auto;}
  162.  
  163. .caption img {
  164. max-width:100%;
  165. height:auto;}
  166.  
  167. .posts img {
  168. margin-top:5px;
  169. margin-bottom:5px;}
  170.  
  171. pre {
  172. white-space: pre-wrap;
  173. white-space: -moz-pre-wrap;
  174. white-space: -pre-wrap;
  175. white-space: -o-pre-wrap;
  176. word-wrap: break-word;}
  177.  
  178. a {
  179. color:{color:link};
  180. text-decoration:none;
  181. letter-spacing:2px;
  182. cursor:help;
  183. -webkit-transition: all 0.7s ease;
  184. transition: all 0.7s ease;
  185. -moz-transition: all 0.7s ease;
  186. -o-transition: all 0.7s ease;}
  187.  
  188. a:hover {
  189. letter-spacing:1px;
  190. text-decoration:none;
  191. color:{color:linkhover};
  192. text-shadow: 0px 0px #aeaeae, -0px 0px #aeaeae;}
  193.  
  194. p {
  195. margin:10px 10px;}
  196.  
  197. p:first-of-type {
  198. margin-top:0;
  199. padding-top:0;}
  200.  
  201. p:last-of-type {
  202. margin-bottom:10px;
  203. padding-bottom:0;}
  204.  
  205. b, strong {
  206. font-family:{font:bodyfont};
  207. font-size: {text:bodyfontsize};
  208. color:{color:bold};}
  209.  
  210. i, em {
  211. font-family: 'Yanone Kaffeesatz', sans-serif;
  212. font-size: 16px;
  213. color:{color:italic};
  214. letter-spacing:1.5px;}
  215.  
  216. small, big {
  217. font-size:1em;}
  218.  
  219. h1 {
  220. font-family: 'Yanone Kaffeesatz', sans-serif;
  221. font-size:24px;
  222. color:{color:posttitle};}
  223.  
  224. h2, h3, h4 {
  225. font-size:1em;
  226. color:{color:posttitle};
  227. margin:0;
  228. padding:0;}
  229.  
  230. {block:IfGreyscale}
  231.  
  232. img {
  233. -webkit-filter:grayscale(100%);
  234. -webkit-transition: all 0.9s ease-in-out;
  235. -moz-transition: all 0.9s ease-in-out;
  236. -o-transition: all 0.9s ease-in-out;
  237. -ms-transition: all 0.9s ease-in-out;
  238. transition: all 0.9s ease-in-out;}
  239.  
  240. img:hover {
  241. -webkit-filter:none;}
  242.  
  243. .html_photoset {
  244. -webkit-filter: grayscale(100%);
  245. -webkit-transition: all 0.9s ease-in-out;
  246. -moz-transition: all 0.9s ease-in-out;
  247. -o-transition: all 0.9s ease-in-out;
  248. -ms-transition: all 0.9s ease-in-out;
  249. transition: all 0.9s ease-in-out;}
  250.  
  251. .html_photoset:hover {
  252. -webkit-filter: none;}
  253.  
  254. {/block:IfGreyscale}
  255.  
  256. .caption {
  257. margin-top:15px;
  258. {block:ifhidecaptions}
  259. {block:indexpage}
  260. display:none;
  261. {/block:indexpage}
  262. {/block:ifhidecaptions}}
  263.  
  264. #entries {
  265. z-index:1;
  266. position:absolute;
  267. right:50px;
  268. top:160px;
  269. margin-bottom:30px;
  270. width:470px;
  271. background:transparent;
  272. padding-bottom:70px;}
  273.  
  274. .posts {
  275. width:400px;
  276. margin-top:20px;
  277. padding:10px;
  278. margin-left:20px;
  279. border:6px double {color:borders};
  280. text-align:justify;
  281. background-color:{color:postbg};
  282. color:{color:text};}
  283.  
  284. #tline {
  285. z-index:8;
  286. position:fixed;
  287. width:100%;
  288. background:{color:header};
  289. height:150px;
  290. top:0px}
  291.  
  292. #bline {
  293. z-index:8;
  294. position:fixed;
  295. width:100%;
  296. background:{color:header};
  297. height:70px;
  298. bottom:0px;}
  299.  
  300. #description {
  301. z-index:999999999999999;
  302. width:700px;
  303. position:absolute;
  304. bottom:10px;
  305. padding:10px;
  306. margin-left:10px;
  307. text-align:justify;
  308. font-size: {text:bodyfontsize};
  309. line-height:120%;
  310. font-family:{font:bodyfont};
  311. color:{color:description};}
  312.  
  313. #links {
  314. margin-left:10px;
  315. padding:10px;
  316. display:inline-block;}
  317.  
  318. #links a {
  319. display:inline-block;
  320. font-family: 'Yanone Kaffeesatz', sans-serif;
  321. font-size: 28px;
  322. margin-top:18px;
  323. margin-right:10px;
  324. color:{color:nav};
  325. text-align:right;
  326. font-weight:normal;
  327. text-transform:uppercase;
  328. letter-spacing:1px;
  329. margin-bottom:15px;}
  330.  
  331. #links a:hover {
  332. opacity:0.7;
  333. color:{color:navhover};
  334. letter-spacing:2px;}
  335.  
  336. #titlequote {font-size:20px;}
  337.  
  338. #source {margin-top:10px;}
  339.  
  340. .playerbuttonbg {
  341. position: absolute;
  342. left: 15px;
  343. top: 17px;
  344. width: 30px;
  345. height: 30px;
  346. background-color: #000;
  347. padding: 10px;
  348. opacity: 0.4;
  349. filter: alpha(opacity=40);
  350. -moz-opacity: 0.4;
  351. -khtml-opacity: 0.4;
  352. transition: opacity .7s ease-in-out;
  353. -moz-transition: opacity .7s ease-in-out;
  354. -webkit-transition: opacity .7s ease-in-out;}
  355.  
  356. .playerbuttonbg:hover {
  357. opacity: 1;
  358. filter: alpha(opacity=100);
  359. -moz-opacity: 1;
  360. -khtml-opacity: 1;}
  361.  
  362. .newplayerbutton {
  363. position: relative;
  364. width: 30px;
  365. height: 30px;
  366. overflow: hidden;}
  367.  
  368. .playerbuttonhug {
  369. position: absolute;
  370. top: -30px;
  371. left: -10px;}
  372.  
  373. .tumblr_audio_player {
  374. height: 90px;
  375. width: 270px;}
  376.  
  377. .audioimgwrapper {
  378. position: absolute;
  379. overflow: hidden;
  380. width: 80px;
  381. height: 80px;}
  382.  
  383. .trackdetails {
  384. width: 140px;
  385. padding:10px;
  386. display:inline-block;
  387. margin-left: 90px;
  388. min-height: 75px;}
  389.  
  390. .audiowrapper {
  391. position: relative;
  392. display:inline-block;}
  393.  
  394. .question {
  395. padding:15px;
  396. margin-bottom:15px;
  397. border:1px solid {color:borders};
  398. color:{color:asktext};
  399. background:{color:askbackground};}
  400.  
  401. .asker {
  402. font-family: 'Yanone Kaffeesatz', sans-serif;
  403. font-size:25px;
  404. line-height:30px;
  405. text-align:center;}
  406.  
  407. .answer {
  408. color:{color:text};
  409. border:0;}
  410.  
  411. .chat {
  412. margin:0;
  413. padding:0;
  414. list-style:none;}
  415.  
  416. .l {
  417. padding-bottom:15px;
  418. margin-top:15px;
  419. border-bottom:1px solid {color:borders};}
  420.  
  421. .label {
  422. font-weight:bold;
  423. color:{color:title};
  424. display:inline-block;}
  425.  
  426. .l:first-of-type {
  427. margin-top:0;}
  428.  
  429. .l:last-of-type {
  430. padding-bottom:0;
  431. border:0;}
  432.  
  433. #date {}
  434.  
  435. #date a {
  436. letter-spacing:0px;
  437. padding-left:10px;
  438. padding-right:10px;
  439. font-size:11px;
  440. line-height:11px;
  441. text-transform:lowercase;
  442. color: {color:postinfo};
  443. -webkit-transition: all 0.7s ease;
  444. transition: all 0.7s ease;
  445. -moz-transition: all 0.7s ease;
  446. -o-transition: all 0.7s ease;}
  447.  
  448. #date a:hover {
  449. letter-spacing:1px;
  450. color:{color:postinfohover};
  451. text-shadow: 0px 0px #aeaeae, -0px 0px #aeaeae;}
  452.  
  453. .pagenotes {
  454. margin-top:15px;
  455. padding-top:15px;
  456. padding-left:20px;
  457. text-transform:lowercase;
  458. font-size:8px;
  459. letter-spacing:1px;}
  460.  
  461. .pagenotes a {
  462. border:0;}
  463.  
  464. ol.notes {
  465. list-style-type:none;
  466. text-align:left;
  467. padding:20px;
  468. margin:0px;}
  469.  
  470. ol.notes a {
  471. color:{color:link};}
  472.  
  473. ol.notes a:hover {
  474. color:{color:linkhover};}
  475.  
  476. ol.notes li.note {
  477. display:block;
  478. padding:0;
  479. margin:5px 0;}
  480.  
  481. ol.notes li.note img.avatar {
  482. display:none!important;}
  483.  
  484. a.more_notes_link {
  485. display:block;
  486. text-align:left;
  487. border:0;
  488. color:{color:title};}
  489.  
  490. #s-m-t-tooltip {
  491. max-width:300px;
  492. border-radius: 0px;
  493. padding:4px;
  494. margin:10px 10px 5px 0px;
  495. color:#000;
  496. border:1px solid #000;
  497. font-size:10px;
  498. letter-spacing:1px;
  499. background:#fff;
  500. font-family:{font:bodyfont};
  501. font-size: 12px;
  502. z-index:99999;}
  503.  
  504. #credit {
  505. z-index:999999999;
  506. bottom:3px;
  507. right:5px;
  508. opacity:0.5;
  509. position:fixed;
  510. padding:5px;}
  511.  
  512. </style></head>
  513. <body>
  514.  
  515. <div id="tline">
  516. <div id="description">{description}</div>
  517.  
  518. </div><div id="bline">
  519. <div id="links">
  520. <a href="/">index</a>
  521. <a href="/ask">queries</a>
  522. {block:ifsubmit}<a href="/submit">submit</a>{/block:ifsubmit}
  523. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}
  524. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}
  525. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
  526. {block:iflink4}<a href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4}
  527. {block:iflink5}<a href="{text:link 5 url}">{text:link 5}</a>{/block:iflink5}
  528. {block:Pagination}
  529. {block:PreviousPage}<a href="{PreviousPage}"><big>⇜</big></a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}"><big>⇝</big></a>
  530. {/block:NextPage}
  531. {/block:Pagination}
  532. </div>
  533. </div>
  534. </div></div>
  535.  
  536. <div id="entries">
  537.  
  538. {block:Posts}
  539. <div class="posts">
  540.  
  541. {block:Quote}
  542. <div id="titlequote">{Quote}</div>
  543. {block:Source}<div id="source">{Source}</div>{/block:Source}
  544. {/block:Quote}
  545.  
  546. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  547.  
  548. {block:Link}
  549. <div id="title"><a href="{URL}">{Name}</a></div>
  550. {block:Description}{Description}{/block:Description}
  551. {/block:Link}
  552.  
  553. {block:Chat}
  554. {block:Title}<div id="title">{Title}</div>{/block:Title}
  555. <ol class="chat">
  556. {block:Lines}
  557. <li class="l {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
  558. {/block:Lines}
  559. </ol>
  560. {/block:Chat}
  561.  
  562. {block:Photo}
  563. <div class="media"><a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></a></div>
  564. {/block:Photo}
  565.  
  566. {block:Photoset}<div class="media">{photoset}</div>{/block:Photoset}
  567.  
  568. {block:Video}<div class="media">{Video-250}</div>{/block:Video}
  569.  
  570. {block:AudioPlayer}
  571. <div class="audiowrapper">
  572. {block:AlbumArt}<div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  573. <div class="playerbuttonbg"><div class="newplayerbutton"><div class="playerbuttonhug">{AudioPlayerBlack}
  574. </div></div></div><div class="trackdetails">
  575. {block:TrackName}{TrackName}{/block:TrackName}<br/>{block:Artist}Artist: {Artist}{/block:Artist}<br/>{block:Album}Album: {Album}{/block:Album}
  576. </div></div>{/block:AudioPlayer}
  577.  
  578. {block:Answer}
  579. <div class="question"><div class="asker">from {Asker}</div>{Question}</div><div class="answer">{Answer}</div>
  580. {/block:Answer}
  581.  
  582. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  583.  
  584. <div id="{ShortURL}-hide">
  585. {block:Date}
  586. <marquee behavior="scroll" direction="left" scrollamount="3" onmouseover="this.stop();" onmouseout="this.start();">
  587. <div id="date">
  588. {block:Date}
  589. <a href="{Permalink}">Posted on {month} {dayofmonth}{dayofmonthsuffix} at {12hour}:{minutes}{ampm}</a> {/block:Date}
  590. <a href="{Permalink}">with {NoteCountWithLabel}</a>
  591. {block:RebloggedFrom}
  592. <a href="{ReblogParentURL}">via: {ReblogParentName}</a>
  593. <a href="{ReblogRootURL}">source: {ReblogRootName} </a>
  594. {/block:RebloggedFrom}
  595. <a href="{ReblogURL}">reblog</a>
  596. {block:Tags}<a href="{TagUrl}"># {Tag}</a> {/block:Tags}
  597. </div></marquee>
  598. {/block:Date}</div></div>
  599.  
  600. {block:PostNotes}{PostNotes}
  601. {/block:PostNotes}
  602.  
  603. {/block:Posts}
  604. </div>
  605. </div></div>
  606. <div id="credit"><a href="https://octomoosey.tumblr.com/" title="theme by octomoosey"><img src="https://31.media.tumblr.com/ce8b580be9fa9afaa442fdb216c9b293/tumblr_inline_nj1tziQKpe1ronkfd.png"></a></div>
  607.  
  608. {block:ContentSource}
  609. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  610. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  611. {/block:SourceLogo}
  612. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  613. {/block:ContentSource}
  614.  
  615. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement