Advertisement
octomoosey

another one bites the dust

Aug 9th, 2015
8,845
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.23 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:postbg" content="#d4d4d4"/>
  13. <meta name="color:infobg" content="#202020"/>
  14. <meta name="color:info" content="#fff"/>
  15. <meta name="color:infohover" content="#f2992e"/>
  16. <meta name="color:tags" content="#fff"/>
  17. <meta name="color:tagshover" content="#f2992e"/>
  18. <meta name="color:title" content="#000"/>
  19. <meta name="color:titleshadow" content="#fff"/>
  20. <meta name="color:textshadow" content="#000"/>
  21. <meta name="color:firstletter" content="#f2992e"/>
  22. <meta name="color:postborder" content="#fff"/>
  23. <meta name="color:nav" content="#202020"/>
  24. <meta name="color:text" content="#000"/>
  25. <meta name="color:link" content="#f2992e"/>
  26. <meta name="color:linkhover" content="#b8b8b8"/>
  27. <meta name="color:pagination" content="#f2992e"/>
  28. <meta name="color:paginationhvr" content="#b8b8b8"/>
  29. <meta name="color:bold" content="#f2992e" />
  30. <meta name="color:italic" content="#f2992e" />
  31. <meta name="color:description" content="#fff"/>
  32. <meta name="color:askbg" content="#000"/>
  33. <meta name="color:asktext" content="#fff"/>
  34. <meta name="color:blockquote" content="#f2992e"/>
  35. <meta name="color:pre" content="#000" />
  36. <meta name="color:pretext" content="#fff" />
  37. <meta name="color:scrollbar" content="#f2992e" />
  38.  
  39. <meta name="image:background" content="" />
  40.  
  41. <meta name="if:greyscale" content="1"/>
  42. <meta name="if:crosshair" content="1"/>
  43. <meta name="font:body font" content="Gibson">
  44. <meta name="text:text size" content="11px" />
  45.  
  46. <meta name="text:link 1" content="link 1"/>
  47. <meta name="text:link 1 url" content="/"/>
  48. <meta name="text:link 2" content="link 2"/>
  49. <meta name="text:link 2 url" content="/"/>
  50. <meta name="text:link 3" content="link 3"/>
  51. <meta name="text:link 3 url" content="/"/>
  52. <meta name="text:link 4" content="link 4"/>
  53. <meta name="text:link 4 url" content="/"/>
  54. <meta name="text:link 5" content="link 5"/>
  55. <meta name="text:link 5 url" content="/"/>
  56. <meta name="text:link 6" content="link 6"/>
  57. <meta name="text:link 6 url" content="/"/>
  58. <meta name="text:link 7" content="link 7"/>
  59. <meta name="text:link 7 url" content="/"/>
  60. <meta name="text:link 8" content="link 8"/>
  61. <meta name="text:link 8 url" content="/"/>
  62. <meta name="text:link 9" content="link 9"/>
  63. <meta name="text:link 9 url" content="/"/>
  64. <meta name="text:link 10" content="link 10"/>
  65. <meta name="text:link 10 url" content="/"/>
  66. <meta name="text:link 11" content="link 11"/>
  67. <meta name="text:link 11 url" content="/"/>
  68. <meta name="text:link 12" content="link 12"/>
  69. <meta name="text:link 12 url" content="/"/>
  70.  
  71. <script type="text/javascript" src="https://static.tumblr.com/86jccts/wpsmuemne/hoverqtip.js"></script>
  72.  
  73. <link href='https://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
  74.  
  75. </head>
  76. <style>
  77. ::-webkit-scrollbar {
  78. width: 2px;
  79. height: 2px;
  80. }
  81. ::-webkit-scrollbar-button {
  82. width: 0px;
  83. height: 0px;
  84. }
  85. ::-webkit-scrollbar-thumb {
  86. background: {color:scrollbar};
  87. border: 0px none #ffffff;
  88. border-radius: 50px;
  89. }
  90.  
  91. iframe#tumblr_controls {
  92. right:3px !important;
  93. position: fixed !important;
  94. -webkit-transition: opacity 0.7s
  95. linear;opacity: 0.2;
  96. -webkit-transition: all 0.8s ease-out;
  97. -moz-transition: all 0.8s ease-out;
  98. transition: all 0.8s ease-out;}
  99.  
  100. iframe#tumblr_controls:hover{
  101. -webkit-transition: opacity 0.7s linear;
  102. opacity: 1;
  103. -webkit-transition: all 0.4s ease-out;
  104. -moz-transition: all 0.4s ease-out;
  105. transition: all 0.4s ease-out;}
  106.  
  107. ::selection {
  108. opacity: 1;
  109. background: #707070;
  110. color: #eee;}
  111.  
  112. ::-moz-selection {
  113. opacity: 1;
  114. background: #707070;
  115. color: #eee;}
  116.  
  117. p::selection {
  118. opacity: 1;
  119. background: #707070;
  120. color: #eee;}
  121.  
  122. p::-moz-selection {
  123. opacity: 1;
  124. background: #707070;
  125. color: #eee;}
  126.  
  127. {block:ifcrosshair}
  128. body, a, a:hover{
  129. cursor:crosshair;}
  130. {/block:ifcrosshair}
  131.  
  132. body {
  133. background-color:{color:background};
  134. background-image: url('{image:background}');
  135. background-position: top center;
  136. background-repeat: no-repeat;
  137. background-attachment: fixed;
  138. line-height:110%;
  139. color:{color:text};
  140. font-family:{font:body font};
  141. font-size: {text:text size};}
  142.  
  143. a {
  144. text-decoration:none;
  145. outline:none;
  146. -moz-outline-style:none;
  147. color:{color:link};
  148. -webkit-transition: all 0.7s ease;
  149. -moz-transition: all 0.7s ease;
  150. -o-transition: all 0.7s ease;}
  151.  
  152. a:hover {
  153. color:{color:linkhover};
  154. -webkit-transition: all 0.7s ease;
  155. -moz-transition: all 0.7s ease;
  156. -o-transition: all 0.7s ease;}
  157.  
  158. blockquote {
  159. padding:2px 7px;
  160. margin:3px 0 3px 8px;
  161. border-left:1px solid {color:blockquote};
  162. background-color:transparent;
  163. -webkit-border-top-left-radius: 8px;
  164. -webkit-border-bottom-left-radius: 8px;
  165. -moz-border-radius-topleft: 8px;
  166. -moz-border-radius-bottomleft: 8px;
  167. border-top-left-radius: 8px;
  168. border-bottom-left-radius: 8px;}
  169.  
  170. blockquote img {
  171. max-width:100%;
  172. height:auto;}
  173.  
  174. b, strong {
  175. text-transform:uppercase;
  176. color:{color:bold};
  177. font-size:14px;}
  178.  
  179. i, em {
  180. font-family: 'Fjalla One', sans-serif;
  181. color:{color:italic};
  182. letter-spacing:1.5px;
  183. font-size:14px;}
  184.  
  185. small,sup,sub {
  186. font-size:{text:Text Size}}
  187.  
  188. big {
  189. font-size:12px;}
  190.  
  191. pre {
  192. color:{color:pretext};
  193. background-color:{color:pre};
  194. font-size:10px;
  195. padding:20px;
  196. white-space: pre-wrap;
  197. white-space: -moz-pre-wrap;
  198. white-space: -pre-wrap;
  199. white-space: -o-pre-wrap;
  200. word-wrap: break-word;}
  201.  
  202. {block:IfGreyscale}
  203.  
  204. img {
  205. -webkit-filter:grayscale(100%);
  206. -webkit-transition: all 0.9s ease-in-out;
  207. -moz-transition: all 0.9s ease-in-out;
  208. -o-transition: all 0.9s ease-in-out;
  209. -ms-transition: all 0.9s ease-in-out;
  210. transition: all 0.9s ease-in-out;}
  211.  
  212. img:hover {
  213. -webkit-filter:none;}
  214.  
  215. .html_photoset {
  216. -webkit-filter: grayscale(100%);
  217. -webkit-transition: all 0.9s ease-in-out;
  218. -moz-transition: all 0.9s ease-in-out;
  219. -o-transition: all 0.9s ease-in-out;
  220. -ms-transition: all 0.9s ease-in-out;
  221. transition: all 0.9s ease-in-out;}
  222.  
  223. .html_photoset:hover {
  224. -webkit-filter: none;}
  225.  
  226. {/block:IfGreyscale}
  227.  
  228. img {
  229. max-width:100%;
  230. height:auto;}
  231.  
  232. h1 {
  233. font-family: 'Fjalla One', sans-serif;
  234. font-size: 20px;
  235. line-height: 15px;
  236. letter-spacing:5px;
  237. font-weight:normal;
  238. color:{color:text};}
  239.  
  240. h1:first-letter {
  241. font-family: 'Fjalla One', sans-serif;
  242. font-size: 30px;
  243. line-height: 15px;
  244. margin-right:5px;
  245. color:{color:firstletter};
  246. text-transform:uppercase;}
  247.  
  248. h2 {
  249. font-family: 'Fjalla One', sans-serif;
  250. font-size: 20px;
  251. line-height: 15px;
  252. letter-spacing:6px;
  253. font-weight:normal;
  254. color:{color:text};}
  255.  
  256. h2:first-letter {
  257. font-family: 'Fjalla One', sans-serif;
  258. font-size: 30px;
  259. line-height: 15px;
  260. letter-spacing:0px;
  261. color:{color:firstletter};
  262. margin-right:5px;
  263. text-transform:uppercase;}
  264.  
  265. #content {
  266. position:fixed;
  267. top:100px;
  268. left: 50%;
  269. margin-left: -150px;
  270. height:500px;
  271. overflow-y:scroll;
  272. border-top:1px solid {color:postborder};
  273. border-bottom:1px solid {color:postborder};}
  274.  
  275. .post {
  276. padding:50px;
  277. width:250px;
  278. display:block;
  279. background:{color:postbg};
  280. text-shadow: 2px 2px 6px {color:textshadow};}
  281.  
  282. #sidebar {
  283. width:200px;
  284. display:block;
  285. text-align:center;
  286. position:fixed;
  287. top:0px;
  288. left: 50%;
  289. margin-left: -430px;}
  290.  
  291. .title {
  292. position:fixed;
  293. text-align:left;
  294. margin-left:-40px;
  295. width:550px;
  296. margin-top:360px;
  297. font-size:30px;
  298. line-height:30px;
  299. color:{color:title};
  300. text-shadow: 2px 2px 7px {color:titleshadow};
  301. -webkit-transform: rotate(90deg);
  302. -moz-transform: rotate(90deg);
  303. -ms-transform: rotate(90deg);
  304. -o-transform: rotate(90deg);}
  305.  
  306. #nav {
  307. margin-left:660px;
  308. margin-top:100px;}
  309.  
  310. #nav a {
  311. color:{color:nav};
  312. display:block;
  313. padding:2px;
  314. text-shadow: 1px 1px 7px {color:titleshadow};
  315. -webkit-transition: all 0.5s ease-in-out;
  316. -moz-transition: all 0.5s ease-in-out;
  317. -o-transition: all 0.5s ease-in-out;
  318. transition: all 0.5s ease-in-out;}
  319.  
  320. #nav a:hover {
  321. -webkit-filter: blur(4px);
  322. text-shadow: 2px 2px {color:titleshadow};}
  323.  
  324. #pagination {
  325. text-align:center;
  326. margin:20px;
  327. font-size:16px;}
  328.  
  329. #pagination a {
  330. color:{color:pagination};}
  331.  
  332. #pagination a:hover {
  333. color:{color:paginationhvr};}
  334.  
  335. .description {
  336. position:fixed;
  337. width:120px;
  338. padding:10px;
  339. margin-top:90px;
  340. margin-left:60px;
  341. text-align:justify;
  342. color:{color:description};
  343. font-size:11px;
  344. opacity:0;
  345. -webkit-transition: all 0.8s ease-in-out;
  346. -moz-transition: all 0.8s ease-in-out;
  347. -o-transition: all 0.8s ease-in-out;
  348. -ms-transition: all 0.8s ease-in-out;
  349. transition: all 0.8s ease-in-out;}
  350.  
  351. #sidebar:hover .description {
  352. opacity:1;
  353. -webkit-transition: all 0.8s ease-in-out;
  354. -moz-transition: all 0.8s ease-in-out;
  355. -o-transition: all 0.8s ease-in-out;
  356. -ms-transition: all 0.8s ease-in-out;
  357. transition: all 0.8s ease-in-out;}
  358.  
  359. #askurl {
  360. font-size:12px;
  361. letter-spacing:3px;
  362. margin-left:0px;
  363. margin-right:5px;}
  364.  
  365. #question {
  366. font-family: 'Fjalla One', sans-serif;
  367. border:1px solid {color:asktext};
  368. text-shadow: 1px 1px 7px {color:asktext};
  369. background-color:{color:askbg};
  370. color:{color:asktext};
  371. padding:5px;
  372. font-style: italic;
  373. margin-top:8px;
  374. font-size: 11px;
  375. margin-left:0px;
  376. text-align:center;}
  377.  
  378. #quote {
  379. font-size:16px;
  380. font-family: 'Fjalla One', sans-serif;
  381. text-align: center;
  382. font-weight: 300;
  383. letter-spacing: 1.5px;
  384. line-height: 130%;
  385. padding-bottom: 10px;}
  386.  
  387. .information {
  388. font-size:10px;
  389. width:340px;
  390. padding:5px;
  391. height:10px;
  392. background:{color:infobg};
  393. color:{color:info};
  394. margin-bottom:5px;}
  395.  
  396. .information a {
  397. color:{color:info};}
  398.  
  399. .information a:hover {
  400. color:{color:infohover};}
  401.  
  402. #tags {
  403. width: 340px;
  404. margin-bottom:5px;
  405. margin-bottom:25px;
  406. text-align:right;
  407. font-size:10px;
  408. line-height:18px;
  409. -webkit-transition: all 0.8s ease-in-out;
  410. -moz-transition: all 0.8s ease-in-out;
  411. -o-transition: all 0.8s ease-in-out;
  412. -ms-transition: all 0.8s ease-in-out;
  413. transition: all 0.8s ease-in-out;}
  414.  
  415. #tags a {
  416. color:{color:tags};
  417. padding:3px;
  418. margin-bottom:10px;}
  419.  
  420. #tags a:hover {
  421. color:{color:tagshover};}
  422.  
  423. .notes {
  424. float:right;}
  425.  
  426. .time {
  427. float:left;}
  428.  
  429. .musicinfo {
  430. padding:10px;
  431. height:80px;
  432. background:#f8f8f8;
  433. text-align:center;}
  434.  
  435. div#qTip {
  436. background-color:{color:background};
  437. border:1px solid {color:nav};
  438. padding: 6px;
  439. display: none;
  440. margin-left:15px;
  441. text-align: center;
  442. position: absolute;
  443. font-size:10px;
  444. line-height:10px;
  445. z-index: 9999999;
  446. color: {color:nav};
  447. letter-spacing: 1px;}
  448.  
  449. </style>
  450. <body>
  451. <div id="sidebar">
  452.  
  453. <div class="title">{title}</div>
  454. {block:description}<div class="description">{description}{/block:description}<p>{block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}<a>{CurrentPage}/{TotalPages}</a>{block:NextPage} <a href="{NextPage}">»</a>{/block:NextPage}</div>{/block:Pagination}</div>
  455.  
  456. <div id="nav">
  457. <a href="/" title="home">●</a>
  458. <a href="/ask" title="questions">●</a>
  459. <a href="/submit" title="submit">●</a>
  460. {block:iflink1}<a href="{text:link 1 url}" title="{text:link 1}">●</a>{/block:iflink1}
  461. {block:iflink2}<a href="{text:link 2 url}" title="{text:link 2}">●</a>{/block:iflink2}
  462. {block:iflink3}<a href="{text:link 3 url}" title="{text:link 3}">●</a>{/block:iflink3}
  463. {block:iflink4}<a href="{text:link 4 url}" title="{text:link 4}">●</a>{/block:iflink4}
  464. {block:iflink5}<a href="{text:link 5 url}" title="{text:link 5}">●</a>{/block:iflink5}
  465. {block:iflink6}<a href="{text:link 6 url}" title="{text:link 6}">●</a>{/block:iflink6}
  466. {block:iflink7}<a href="{text:link 7 url}" title="{text:link 7}">●</a>{/block:iflink7}
  467. {block:iflink8}<a href="{text:link 8 url}" title="{text:link 8}">●</a>{/block:iflink8}
  468. {block:iflink9}<a href="{text:link 9 url}" title="{text:link 9}">●</a>{/block:iflink9}
  469. {block:iflink10}<a href="{text:link 10 url}" title="{text:link 10}">●</a>{/block:iflink10}
  470. {block:iflink11}<a href="{text:link 11 url}" title="{text:link 11}">●</a>{/block:iflink11}
  471. {block:iflink12}<a href="{text:link 12 url}" title="{text:link 12}">●</a>{/block:iflink12}
  472. <a href="https://octomoosey.tumblr.com/" title="theme">●</a></div>
  473.  
  474. </div></div>
  475.  
  476. <div id="content">
  477.  
  478. {block:posts}<div class="post">
  479.  
  480. {block:Text}{block:Title}<a href="{Permalink}"><h2>{Title}</h2></a>{/block:Title}{Body}{/block:Text}
  481.  
  482. {block:Photo}<center><a href="{PhotoURL-HighRes}"><img src="{PhotoURL-250}"/></a></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  483.  
  484. {block:Photoset}<center>{Photoset-250}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  485.  
  486. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  487.  
  488. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="100" align="left" style="margin-right:5px">{/block:AlbumArt}
  489. <div class="musicinfo">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  490.  
  491. {block:Quote}<div id="quote">“{Quote}” — <b><i>{Source}</i></b></div> {/block:Quote}
  492.  
  493. {block:Link}<a href="{URL}"><h2>{Name} »</h2></a>{block:Description}{Description}{/block:Description}{/block:Link}
  494.  
  495. {block:Chat}<div class="chat"><ul>{block:Lines}<li class="{Alt}">{block:Label}<b>{Label}</b>{/block:Label}{Line}</li>{/block:Lines}</ul></div>
  496. {/block:Chat}
  497.  
  498. {block:Answer}<div id="askurl">question from - {Asker}:</div>
  499. <div id="question">❝ {Question} ❞</div>{Answer}{/block:Answer}
  500.  
  501. </div>
  502.  
  503. <div class="information">
  504. {block:Date}<a href="{permalink}">{ShortMonth}&nbsp{DayOfMonthWithZero}{DayOfMonthSuffix}&nbsp{Year}</a>{/block:Date}
  505. {block:NoteCount}<div class="notes">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:ContentSource} <a href="{ReblogRootURL}">source</a>{/block:ContentSource} <a href="{ReblogURL}">reblog</a> <a href="{permalink}">{NoteCountWithLabel}</a></div>{/block:NoteCount}</div>
  506.  
  507.  
  508. <div id="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  509.  
  510. {block:PostNotes}<div class="post">{PostNotes}</div>{/block:PostNotes}
  511.  
  512. {/block:posts}</div>
  513.  
  514. </body>
  515. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement