Guest User

orion's belt

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