Advertisement
octomoosey

feet in the dust

Apr 29th, 2015
7,741
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.67 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="#000"/>
  12. <meta name="color:post" content="#313131"/>
  13. <meta name="color:mainborder" content="#000"/>
  14. <meta name="color:thinborder" content="#fff"/>
  15. <meta name="color:desctext" content="#fff"/>
  16. <meta name="color:askbg" content="#000"/>
  17. <meta name="color:asktext" content="#fff"/>
  18. <meta name="color:border" content="#f2992e"/>
  19. <meta name="color:text" content="#fff"/>
  20. <meta name="color:link" content="#f2992e"/>
  21. <meta name="color:linkhover" content="#b8b8b8"/>
  22. <meta name="color:tags" content="#f2992e"/>
  23. <meta name="color:tagshover" content="#b8b8b8"/>
  24. <meta name="color:nav" content="#fff"/>
  25. <meta name="color:navhover" content="#000"/>
  26. <meta name="color:bold" content="#f2992e" />
  27. <meta name="color:italic" content="#f2992e" />
  28. <meta name="color:pre" content="#000" />
  29. <meta name="color:pretext" content="#fff" />
  30. <meta name="color:scrollbar" content="#f2992e" />
  31.  
  32. <meta name="image:background" content="" />
  33.  
  34. <meta name="text:link 1" content="link 1"/>
  35. <meta name="text:link 1 url" content="/"/>
  36. <meta name="text:link 2" content="link 2"/>
  37. <meta name="text:link 2 url" content="/"/>
  38. <meta name="text:link 3" content="link 3"/>
  39. <meta name="text:link 3 url" content="/"/>
  40. <meta name="text:link 4" content="link 4"/>
  41. <meta name="text:link 4 url" content="/"/>
  42. <meta name="text:link 5" content="link 5"/>
  43. <meta name="text:link 5 url" content="/"/>
  44.  
  45. <meta name="if:greyscale" content="1"/>
  46. <meta name="if:tinycursor" content="1"/>
  47. <meta name="font:body font" content="Gibson">
  48. <meta name="text:text size" content="11px" />
  49.  
  50. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  51.  
  52. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  53.  
  54. <script>
  55. (function($){
  56. $(document).ready(function(){
  57. $("a[title]").style_my_tooltips({
  58. tip_follows_cursor:true,
  59. tip_delay_time:90,
  60. tip_fade_speed:600,
  61. attribute:"title"
  62. });
  63. });
  64. })(jQuery);
  65. </script>
  66.  
  67. <script type="text/javascript" src="https://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  68.  
  69. <script type="text/javascript" src="https://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  70. <script type="text/javascript" charset="utf-8">
  71. var $j = jQuery.noConflict();
  72. $j(function() {
  73. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  74. $j("img").lazyload({
  75. placeholder : "https://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  76. effect: "fadeIn",
  77. });
  78. });
  79. </script>
  80.  
  81. </head>
  82. <style>
  83. ::-webkit-scrollbar-thumb {
  84. height:auto;
  85. background-color:{color:Scrollbar};}
  86.  
  87. ::-webkit-scrollbar {
  88. height:9px;
  89. width:4px;
  90. background-color:{color:background};}
  91.  
  92. {block:iftinycursor}
  93. body, a, a:hover{
  94. cursor: url('https://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;}
  95. {/block:iftinycursor}
  96.  
  97. .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop {
  98. z-index:99999999999999999!important;
  99. white-space:nowrap!important;
  100. top:10px!important;
  101. right:10px!important;
  102. position:fixed!important;
  103. opacity:.6!important;}
  104.  
  105. body {
  106. background-color:{color:background};
  107. background-image: url('{image:background}');
  108. background-position: top left;
  109. background-repeat: no-repeat;
  110. background-attachment: fixed;
  111. line-height:110%;
  112. color:{color:text};
  113. font-family:{font:body font};
  114. font-size: {text:text size};}
  115.  
  116. a {
  117. text-decoration:none;
  118. outline:none;
  119. -moz-outline-style:none;
  120. color:{color:link};
  121. -webkit-transition: all 0.7s ease;
  122. -moz-transition: all 0.7s ease;
  123. -o-transition: all 0.7s ease;}
  124.  
  125. a:hover {
  126. color:{color:linkhover};
  127. -webkit-transition: all 0.7s ease;
  128. -moz-transition: all 0.7s ease;
  129. -o-transition: all 0.7s ease;}
  130.  
  131. blockquote {
  132. padding:2px 7px;
  133. margin:3px 0 3px 8px;
  134. border-left:1px dashed {color:border};
  135. background-color:transparent;}
  136.  
  137. blockquote img {
  138. max-width:100%;
  139. height:auto;}
  140.  
  141. b, strong {
  142. color:{color:bold};}
  143.  
  144. i, em {
  145. color:{color:italic};}
  146.  
  147. small,sup,sub {
  148. font-size:{text:Text Size}}
  149.  
  150. big {
  151. font-size:12px;}
  152.  
  153. pre {
  154. color:{color:pretext};
  155. background-color:{color:pre};
  156. font-size:10px;
  157. padding:20px;
  158. white-space: pre-wrap; /* css-3 */
  159. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  160. white-space: -pre-wrap; /* Opera 4-6 */
  161. white-space: -o-pre-wrap; /* Opera 7 */
  162. word-wrap: break-word; /* Internet Explorer 5.5+ */}
  163.  
  164. {block:IfGreyscale}
  165.  
  166. img {
  167. -webkit-filter:grayscale(100%);
  168. -webkit-transition: all 0.9s ease-in-out;
  169. -moz-transition: all 0.9s ease-in-out;
  170. -o-transition: all 0.9s ease-in-out;
  171. -ms-transition: all 0.9s ease-in-out;
  172. transition: all 0.9s ease-in-out;}
  173.  
  174. img:hover {
  175. -webkit-filter:none;}
  176.  
  177. .html_photoset {
  178. -webkit-filter: grayscale(100%);
  179. -webkit-transition: all 0.9s ease-in-out;
  180. -moz-transition: all 0.9s ease-in-out;
  181. -o-transition: all 0.9s ease-in-out;
  182. -ms-transition: all 0.9s ease-in-out;
  183. transition: all 0.9s ease-in-out;}
  184.  
  185. .html_photoset:hover {
  186. -webkit-filter: none;}
  187.  
  188. {/block:IfGreyscale}
  189.  
  190. .top {
  191. width:100%;
  192. height:25px;
  193. background-color:{color:mainborder};
  194. border-bottom:1px solid {color:thinborder};
  195. top:0;
  196. left:0;
  197. position:fixed;
  198. z-index:8;}
  199.  
  200. .bottom {
  201. width:100%;
  202. height:25px;
  203. background-color:{color:mainborder};
  204. border-top:1px solid {color:thinborder};
  205. bottom:0;
  206. left:0;
  207. position:fixed;
  208. z-index:8;}
  209.  
  210. .left {
  211. height:calc(100% - 50px);
  212. width:25px;
  213. background-color:{color:mainborder};
  214. border-right:1px solid {color:thinborder};
  215. top:25px;
  216. left:0;
  217. position:fixed;
  218. z-index:8;}
  219.  
  220. .right {
  221. height:calc(100% - 50px);
  222. width:25px;
  223. background-color:{color:mainborder};
  224. border-left:1px solid {color:thinborder};
  225. top:25px;
  226. right:0;
  227. position:fixed;
  228. z-index:8;}
  229.  
  230. h3 {
  231. text-align:right;
  232. font-size:18px;
  233. padding-bottom:10px;
  234. border-bottom:1px solid {color:text};
  235. font-weight: bold;}
  236.  
  237. #container {
  238. background-color:transparent;
  239. margin-top: 100px;
  240. margin-left: auto ;
  241. margin-right: auto ;
  242. width: 1000px;
  243. overflow:auto;
  244. z-index:999 !important;}
  245.  
  246. #entries {
  247. position:absolute;
  248. margin-left:470px;
  249. width: 540px;}
  250.  
  251. .post {
  252. background-color:{color:post};
  253. margin-bottom:40px;
  254. margin-top:0px;
  255. padding:20px;
  256. width:500px;
  257. z-index:99999;}
  258.  
  259. .post img {
  260. max-width:100%;
  261. height:auto;}
  262.  
  263. #bar {
  264. position:fixed;
  265. height:500px;
  266. padding:15px;
  267. text-align:right;
  268. font-size:10px;
  269. margin-left:0px;
  270. top:130px;
  271. width:430px;
  272. background-color:transparent;}
  273.  
  274. #description {
  275. background-color:transparent;
  276. margin-left:5px;
  277. padding:15px;
  278. text-align:center;
  279. font-size:10px;
  280. margin-top:10px;
  281. width:390px;
  282. color:{color:desctext};}
  283.  
  284. #title {
  285. text-align:center;
  286. font-size:50px;
  287. line-height:50px;
  288. color:#000;
  289. text-shadow:0px 1px {color:descbg};}
  290.  
  291. #nav {
  292. width:430px;
  293. top:163px;
  294. z-index:999;
  295. text-align:center;}
  296.  
  297. #nav a {
  298. display:inline-block;
  299. font-size:9px;
  300. line-height:15px;
  301. text-align:center;
  302. margin-top:8px;
  303. margin-left:4px;
  304. margin-right:4px;
  305. padding:2px;
  306. letter-spacing:1px;
  307. border:1px solid {color:nav};
  308. color:{color:nav};
  309. width:90px;
  310. -webkit-transition: all .8s ease-in-out;
  311. -moz-transition: all .8s ease-in-out;
  312. -ms-transition: all .8s ease-in-out;
  313. -o-transition: all .8s ease-in-out;
  314. transition: all .8s ease-in-out;}
  315.  
  316. #nav a:hover {
  317. border:1px solid {color:nav};
  318. box-shadow:inset 300px 0 0 {color:nav};
  319. color:{color:navhover};
  320. -webkit-transition: all .8s ease-in-out;
  321. -moz-transition: all .8s ease-in-out;
  322. -ms-transition: all .8s ease-in-out;
  323. -o-transition: all .8s ease-in-out;
  324. transition: all .8s ease-in-out;}
  325.  
  326. .info {
  327. border-top:1px solid {color:text};
  328. padding-top:5px;
  329. width:500px;
  330. font-size:9px;
  331. font-style:none;
  332. text-align:center;
  333. letter-spacing:1px;
  334. line-height:150%;
  335. margin-top:5px;
  336. text-transform:lowercase;
  337. color:{color:tags};}
  338.  
  339. .info a {
  340. color:{color:tagshover};
  341. padding:5px;
  342. -webkit-transition: all .8s ease-in-out;
  343. -moz-transition: all .8s ease-in-out;
  344. -ms-transition: all .8s ease-in-out;
  345. -o-transition: all .8s ease-in-out;
  346. transition: all .8s ease-in-out;}
  347.  
  348. .info a:hover {
  349. color:{color:tags};
  350. -webkit-transition: all .8s ease-in-out;
  351. -moz-transition: all .8s ease-in-out;
  352. -ms-transition: all .8s ease-in-out;
  353. -o-transition: all .8s ease-in-out;
  354. transition: all .8s ease-in-out;}
  355.  
  356. .tags {
  357. width:500px;
  358. font-size:9px;
  359. font-style:none;
  360. text-align:center;
  361. letter-spacing:1px;
  362. line-height:150%;
  363. text-transform:lowercase;
  364. padding-top:3px;
  365. color:{color:tags};}
  366.  
  367. .tags a {
  368. color:{color:tags};
  369. -webkit-transition: all .8s ease-in-out;
  370. -moz-transition: all .8s ease-in-out;
  371. -ms-transition: all .8s ease-in-out;
  372. -o-transition: all .8s ease-in-out;
  373. transition: all .8s ease-in-out;}
  374.  
  375. .tags a:hover {
  376. color:{color:tagshover};
  377. -webkit-transition: all .8s ease-in-out;
  378. -moz-transition: all .8s ease-in-out;
  379. -ms-transition: all .8s ease-in-out;
  380. -o-transition: all .8s ease-in-out;
  381. transition: all .8s ease-in-out;}
  382.  
  383. .quote {
  384. font-size:18px;
  385. line-height:18px;
  386. padding:10px;}
  387.  
  388. .quotesource {
  389. font-size:10px;
  390. text-align:right;}
  391.  
  392. .ask {
  393. padding:15px;
  394. color:{color:asktext};
  395. background:{color:askbg};}
  396.  
  397. .askurl {
  398. float:left;
  399. font-size:16px;
  400. margin-top:4px;
  401. padding:5px;}
  402.  
  403. .question {
  404. text-align:right;
  405. font-style:italic;}
  406.  
  407. .musicinfo {
  408. padding:10px;
  409. height:80px;
  410. background:transparent;
  411. text-align:center;}
  412.  
  413. #postnotes {
  414. font-family:'times';
  415. font-size:9px;
  416. line-height:15px;
  417. margin-top:20px;
  418. padding:5px;
  419. width:500px;}
  420.  
  421. ol.notes {
  422. padding: 0px;
  423. margin: 25px 0px;
  424. list-style-type: none;
  425. background-color:{color:post};}
  426.  
  427. ol.notes li.note {
  428. padding: 10px;}
  429.  
  430. ol.notes li.note img.avatar {
  431. vertical-align: -4px;
  432. margin-right: 10px;
  433. width: 16px;
  434. height: 16px;}
  435.  
  436. ol.notes li.note blockquote {
  437. padding: 4px 10px;
  438. margin: 10px 0px 0px 25px;}
  439.  
  440. ol.notes li.note blockquote a {
  441. text-decoration: none;}
  442.  
  443. #s-m-t-tooltip {
  444. max-width:300px;
  445. border-radius: 0px;
  446. padding:4px;
  447. margin:-10px 10px 5px 0px;
  448. background-color:transparent;
  449. border:1px solid {color:description};
  450. font-family:{font:body font};
  451. font-size:10px;
  452. letter-spacing:2px;
  453. color:{color:description};
  454. z-index:99999;}
  455.  
  456. #credit {
  457. bottom:25px;
  458. right:25px;
  459. opacity:0.5;
  460. position:fixed;
  461. padding:5px;}
  462.  
  463. </style></head>
  464. <body>
  465.  
  466. <div class="top"></div><div class="bottom"></div><div class="left"></div><div class="right"></div>
  467.  
  468. <div id="container">
  469. <div id="bar">
  470. <div id="nav">
  471. <a href="/">home</a>
  472. <a href="/ask">ask</a>
  473. <a href="/submit">submit</a>
  474. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}<br>
  475. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}
  476. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
  477. {block:iflink4}<a href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4}
  478. {block:iflink5}<a href="{text:link 5 url}">{text:link 5}</a>{/block:iflink5}</div>
  479.  
  480. <div id="description">{description}<p>
  481. {block:Pagination}
  482. {block:PreviousPage}<a href="{PreviousPage}"><big>⇜</big></a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}"><big>⇝</big></a>
  483. {/block:NextPage}
  484. {/block:Pagination}</div></div>
  485.  
  486. <div id="entries">
  487. {block:Posts}
  488. <div class="post">
  489.  
  490. {block:Text}
  491. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  492. {/block:Text}
  493.  
  494. {block:Photo}
  495. <center><a href="{Permalink}"><img src="{PhotoURL-500}"></a></center>
  496. {block:Caption}{Caption}{/block:Caption}
  497. {/block:Photo}
  498.  
  499. {block:Photoset}
  500. {Photoset-500}
  501. {block:Caption}{Caption}{/block:Caption}
  502. {/block:Photoset}
  503.  
  504. {block:Quote}
  505. <div class="quote">“{Quote}”</div>
  506. <div class="quotesource">--{Source}</div>{/block:Quote}
  507.  
  508. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>
  509. {block:Description}{Description}{/block:Description}
  510. {/block:Link}
  511.  
  512. {block:Chat}
  513. {block:Title}<h1>{Title}</h1>{/block:Title}
  514. {block:Lines}
  515. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  516. {/block:Lines}
  517. {/block:Chat}
  518.  
  519. {block:Audio}
  520. {block:AlbumArt}<img src="{AlbumArtURL}" width="100" align="left" style="margin-right:0px">{/block:AlbumArt}
  521. <div class="musicinfo">{AudioPlayerWhite}{block:Artist}Artist: {Artist}<br>{/block:Artist}{block:TrackName}Title: {TrackName}{/block:TrackName}<br>Played: {block:PlayCount}{PlayCount}{/block:PlayCount} times</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  522.  
  523. {block:Video}{Video-500}
  524. {block:Caption}
  525. {Caption}{/block:Caption}
  526. {/block:Video}
  527.  
  528. {block:Answer}
  529. <div class="ask"><div class="askurl">{Asker}&nbspasked:</div><div class="question">{question}</div></div>
  530. {Answer}{/block:Answer}
  531.  
  532. <div class="info"><a href="{permalink}">{ShortMonth}&nbsp{DayOfMonthWithZero}{DayOfMonthSuffix}&nbsp{Year}</a>
  533. <a href="{permalink}">{NoteCount} notes</a>
  534.  
  535. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>
  536. {block:ContentSource}<a href="{ReblogRootURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  537. <a href="{ReblogURL}">reblog</a>
  538.  
  539. <div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  540.  
  541. </div></div>
  542. {/block:Posts}
  543.  
  544. {block:PermalinkPage}
  545. {block:PostNotes}
  546. <div id="notes">{PostNotes}</div>
  547. {/block:PostNotes}
  548. {/block:permalinkpage}
  549.  
  550. </div></div></div>
  551.  
  552. <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>
  553.  
  554. </body>
  555. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement