Advertisement
octomoosey

Burn

Jan 24th, 2014
3,699
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.61 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="#fff"/>
  12. <meta name="color:text" content="#8a8989"/>
  13. <meta name="color:blockquote" content="ecebeb" />
  14. <meta name="color:bold" content="#e6a114" />
  15. <meta name="color:italic" content="#e6a114" />
  16. <meta name="color:first letter" content="#e6a114"/>
  17. <meta name="color:title" content="#e6a114"/>
  18. <meta name="color:border" content="#e6a114"/>
  19. <meta name="color:link" content="#b7b7b7"/>
  20. <meta name="color:link hover" content="#e6a114"/>
  21. <meta name="color:scrollbar" content="#b6b5b5"/>
  22. <meta name="color:permalink color 1" content="#fff">
  23. <meta name="color:permalink color 2" content="#888">
  24. <meta name="color:side link" content="#999999"/>
  25. <meta name="color:side link hover" content="#fff"/>
  26. <meta name="color:nav link" content="#e6a114"/>
  27. <meta name="color:nav link hover" content="#fff"/>
  28. <meta name="color:description" content="#888"/>
  29. <meta name="color:sidebar bg" content="#000"/>
  30.  
  31. <meta name="image:sidebar" content="https://static.tumblr.com/7bad4e5daf6250847e211db9923aca07/86jccts/ZCPmzx7fs/tumblr_static_lmlsmall.gif"/>
  32. <meta name="image:sidebar bg" content="https://static.tumblr.com/69bd3b27eefd2988b5229b5c7e9380d3/ckaxlt7/l27mxdtsd/tumblr_static_firehand.jpg"/>
  33. <meta name="image:background" content="" />
  34.  
  35. <meta name="text:link1" content="">
  36. <meta name="text:link1 url" content="/">
  37. <meta name="text:link2" content="">
  38. <meta name="text:link2 url" content="/">
  39. <meta name="text:link3" content="">
  40. <meta name="text:link3 url" content="/">
  41. <meta name="text:link4" content="">
  42. <meta name="text:link4 url" content="/">
  43. <meta name="text:link5" content="">
  44. <meta name="text:link5 url" content="/">
  45. <meta name="text:link6" content="">
  46. <meta name="text:link6 url" content="/">
  47. <meta name="text:link7" content="">
  48. <meta name="text:link7 url" content="/">
  49. <meta name="text:link8" content="">
  50. <meta name="text:link8 url" content="/">
  51. <meta name="text:link9" content="">
  52. <meta name="text:link9 url" content="/">
  53. <meta name="text:link10" content="">
  54. <meta name="text:link10 url" content="/">
  55.  
  56. <meta name="if:tinycursor" content="1"/>
  57. <meta name="if:greyscale" content="1"/>
  58. <meta name="text:text size" content="11px" />
  59.  
  60. <link href='https://fonts.googleapis.com/css?family=Fenix' rel='stylesheet' type='text/css'>
  61.  
  62. <link href='https://fonts.googleapis.com/css?family=Fondamento' rel='stylesheet' type='text/css'>
  63.  
  64. <script type="text/javascript" src="https://static.tumblr.com/86jccts/wpsmuemne/hoverqtip.js"></script>
  65.  
  66. <style type="text/css">
  67.  
  68.  
  69. ::-webkit-scrollbar {height: 3px;width: 3px;}
  70. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  71. ::-webkit-scrollbar-track{background-color:{color:background};}
  72.  
  73. {block:iftinycursor}
  74. body, a, a:hover{
  75. cursor: url('https://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;}
  76. {/block:iftinycursor}
  77.  
  78. iframe#tumblr_controls {
  79. right:3px !important;
  80. position: fixed !important;
  81. -webkit-transition: opacity 0.7s
  82. linear;opacity: 0.2;
  83. -webkit-transition: all 0.8s ease-out;
  84. -moz-transition: all 0.8s ease-out;
  85. transition: all 0.8s ease-out;}
  86.  
  87. iframe#tumblr_controls:hover{
  88. -webkit-transition: opacity 0.7s linear;
  89. opacity: 1;
  90. -webkit-transition: all 0.4s ease-out;
  91. -moz-transition: all 0.4s ease-out;
  92. transition: all 0.4s ease-out;}
  93.  
  94. body {
  95. background-color:{color:background};
  96. background-image: url('{image:background}');
  97. background-position: right bottom;
  98. background-repeat: no-repeat;
  99. background-attachment: fixed;
  100. margin:0px;
  101. color:{color:text};
  102. font-family:'Fenix', serif;
  103. font-size: {text:Text Size};
  104. line-height:120%;}
  105.  
  106. a:link, a:active, a:visited {
  107. text-decoration: none;
  108. color: {color:link};
  109. -moz-transition-duration:.6s;
  110. -webkit-transition-duration:.6s;
  111. -o-transition-duration:.6s;}
  112.  
  113. a:hover {
  114. color: {color:link hover};
  115. -moz-transition-duration:.6s;
  116. -webkit-transition-duration:.6s;
  117. -o-transition-duration:.6s;}
  118.  
  119. h1{
  120. background-color: transparent;
  121. font-family:'Fondamento', cursive;
  122. font-size: 15px;
  123. line-height: 10px;
  124. letter-spacing: 2px;
  125. text-align: center;
  126. color: {color:title};
  127. line-height:120%;}
  128.  
  129. blockquote {
  130. padding:2px 7px;
  131. margin:3px 0 3px 10px;
  132. border-left:2px solid {color:link};
  133. background-color:{color:blockquote};}
  134.  
  135. blockquote img {
  136. max-width:100%;}
  137.  
  138. p:first-letter {
  139. font-size:14px;
  140. text-transform:uppercase;
  141. font-family:'Fenix', serif;
  142. font-style: bold;
  143. float:left;
  144. color:{color:first letter};}
  145.  
  146. b, strong {
  147. color:{color:bold};}
  148.  
  149. i, em {
  150. color:{color:italic};}
  151.  
  152. p {
  153. margin-top:5px;
  154. margin-bottom:5px;}
  155.  
  156. ol {
  157. list-style:normal;}
  158.  
  159. ul {
  160. list-style:square;}
  161.  
  162. small,sup,sub {
  163. font-size:{text:Text Size}}
  164.  
  165. big {
  166. font-size:12px;}
  167.  
  168. {block:IfGreyscale}
  169.  
  170. img{
  171. -webkit-filter:grayscale(100%);
  172. -webkit-transition: all 0.9s ease-in-out;
  173. -moz-transition: all 0.9s ease-in-out;
  174. -o-transition: all 0.9s ease-in-out;
  175. -ms-transition: all 0.9s ease-in-out;
  176. transition: all 0.9s ease-in-out;}
  177.  
  178. img:hover{
  179. -webkit-filter:none;}
  180.  
  181. .html_photoset {
  182. -webkit-filter: grayscale(100%);
  183. -webkit-transition: all 0.9s ease-in-out;
  184. -moz-transition: all 0.9s ease-in-out;
  185. -o-transition: all 0.9s ease-in-out;
  186. -ms-transition: all 0.9s ease-in-out;
  187. transition: all 0.9s ease-in-out;}
  188.  
  189. .html_photoset:hover {
  190. -webkit-filter: none;}
  191.  
  192. {/block:IfGreyscale}
  193.  
  194. #entries{
  195. margin-left: 480px;
  196. margin-top:20px;
  197. padding-bottom:30px;
  198. width:500px;}
  199.  
  200. .posts{
  201. background-color: transparent;
  202. padding: 20px 0 0 0;
  203. margin-top:30px;
  204. font-style:normal;}
  205.  
  206. #ask {
  207. padding-bottom:5px;}
  208.  
  209. #asker {
  210. font-family:'Fenix', serif;
  211. font-size:18px;}
  212.  
  213. #askerimg {
  214. float:left;
  215. padding:8px;
  216. margin-right:5px;
  217. border:3px solid;
  218. border-color:{color:border};}
  219.  
  220. #question {
  221. margin-left:0px;
  222. margin-top:-3px;}
  223.  
  224. #answer {
  225. margin-top:10px;
  226. margin-bottom:12px;}
  227.  
  228. #notes {
  229. text-align:center;
  230. font-family:calibri;
  231. font-size:8px;
  232. letter-spacing:1px;
  233. border-top: 1px solid {color:Permalink Color 2};
  234. text-transform:uppercase;
  235. padding:5px;
  236. color:{color:Permalink Color 2}:}
  237.  
  238. #notes a {
  239. color:{color:Permalink Color 2};
  240. padding:3px;
  241. margin:1px;}
  242.  
  243. #notes a:hover {
  244. color: {color:Permalink Color 1};
  245. box-shadow:inset 0px 20px 0px {color:Permalink Color 2};}
  246.  
  247. #tags {
  248. display:block;
  249. padding: 6px;
  250. text-transform:uppercase;
  251. font-family:calibri;
  252. font-size:8px;
  253. text-align:center;
  254. text-transform:italic;
  255. color:{color:Permalink Color 1};
  256. background:{color:Permalink Color 2};}
  257.  
  258. #tags a {
  259. color:{color:Permalink Color 1};
  260. padding:2px;}
  261.  
  262. #tags a:hover {
  263. color: {color:Permalink Color 2};
  264. box-shadow:inset 0px -20px 0px {color:Permalink Color 1};}
  265.  
  266. #sidebar {
  267. position:fixed;
  268. width:320px;
  269. background: {color:sidebar bg};
  270. background-image: url('{image:sidebar bg}');
  271. background-position: left bottom;
  272. background-repeat: no-repeat;
  273. background-attachment: fixed;
  274. height:100%;
  275. left:0px;
  276. top:0px;}
  277.  
  278. #sidebar img {
  279. margin-top:40px;
  280. width:120px;
  281. height:120px;
  282. padding:15px;}
  283.  
  284. #links {
  285. position:fixed;
  286. text-align: right;
  287. width:290px;
  288. margin-left:15px;
  289. margin-top:165px;
  290. padding:0px;
  291. padding-bottom:10px;
  292. border-bottom:1px solid {color:line};}
  293.  
  294. #links a {
  295. color:{color:side link};
  296. font-size:10px;
  297. font-style:normal;
  298. letter-spacing:1px;
  299. line-height:100%;
  300. text-decoration:none;
  301. display:block-inline;
  302. padding:2px;
  303. -webkit-transition: all 0.6s ease;
  304. -moz-transition: all 0.6s ease;
  305. -o -transition: all 0.6s ease;}
  306.  
  307. #links a:hover {
  308. font-style:italic;
  309. color:{color:side link hover};
  310. -webkit-transition: all 0.6s ease;
  311. -moz-transition: all 0.6s ease;
  312. -o -transition: all 0.6s ease;}
  313.  
  314. #sidebar2 {
  315. position:fixed;
  316. width:150px;
  317. background: {color:background};
  318. height:100%;
  319. left:320px;
  320. top:0px;}
  321.  
  322. #nav {
  323. margin-top:250px;}
  324.  
  325. #nav a {
  326. width:130px;
  327. margin-left:10px;
  328. margin-bottom:3px;
  329. display:block;
  330. font-size:9px;
  331. font-family:'Fenix', serif;
  332. text-transform: none;
  333. color:{color:nav link};
  334. letter-spacing: 3px;
  335. text-align:center; padding:3px
  336. padding:2px 2px;
  337. -moz-transition-duration:0.7s;
  338. -webkit-transition-duration:0.7s;
  339. -o-transition-duration:0.7s;}
  340.  
  341. #nav a:hover {
  342. font-style:italic;
  343. color:{color:nav link hover};
  344. background-color:{color:nav link};
  345. text-transform: lowercase;}
  346.  
  347. #desc {
  348. margin-top:10px;
  349. margin-left:10px;
  350. width:150px;
  351. padding:5px;
  352. color:{color:description};}
  353.  
  354. #desc:first-letter {
  355. padding:3px;
  356. padding-bottom:3px;
  357. padding-left:7px;
  358. padding-right:8px;
  359. font-size:18px;
  360. text-transform:uppercase;
  361. font-family:'cambria';
  362. font-style:italic;
  363. margin-right:5px;
  364. line-height:100%;
  365. float:left;
  366. background:{color:text};
  367. color:{color:first letter};}
  368.  
  369. .qquote{
  370. font-family:'Fondamento', cursive;
  371. font-size: 15px;
  372. font-weight:none;
  373. text-align: center;}
  374.  
  375. .qsource{
  376. margin: 5px 0px 5px 10px;
  377. text-align: left;
  378. text-transform: none;}
  379.  
  380. .chat{
  381. line-height: 12px;
  382. list-style: none;
  383. font-color:#000000;}
  384.  
  385. .chat ul {
  386. line-height: 15px;
  387. list-style: none;
  388. padding: 0px;
  389. line-height: 20px;}
  390.  
  391. .person1 {
  392. color:{color:Text};
  393. background-color:{color:Chat 1};}
  394.  
  395. .person1 .label {
  396. font-weight: bold;
  397. padding: 0px;
  398. margin-left:5px;
  399. color:}
  400.  
  401. .person2 {
  402. color:{color:Text};
  403. background-color:{color:Chat 2};}
  404.  
  405. .person2 .label {
  406. font-weight: bold;
  407. padding: 0px;
  408. margin-left: 5px;
  409. color: }
  410.  
  411. .iaudio {
  412. margin-bottom: 2px;
  413. width: 100%;
  414. background-color: #transparent}
  415.  
  416. .iaudio img {
  417. width: 208px;
  418. padding: 20px 0 0px 0}
  419.  
  420. .icap {
  421. margin-top: 1px}
  422.  
  423. .cap {
  424. padding-top: 5px;
  425. width: 500px;}
  426.  
  427. .albumart {
  428. width:100px;
  429. height:100px;
  430. position:absolute;}
  431.  
  432. .albumart img {
  433. width:100px;
  434. height:100px;
  435. float:left;}
  436.  
  437. .playercontainer {
  438. opacity: .2;
  439. display:block;
  440. width:100px;
  441. height:100px;
  442. background:#fff;
  443. position:absolute;
  444. -webkit-transition:all 0.5s ease-in-out;
  445. -moz-transition:all 0.5s ease-in-out;
  446. -o-transition:all 0.5s ease-in-out;
  447. -ms-transition: all 0.5s ease-in-out;
  448. transition:all 0.5s ease-in-out;}
  449.  
  450. .playercontainer:hover {
  451. opacity:.7;
  452. position:absolute;
  453. -webkit-transition:all 0.5s ease-in-out;
  454. -moz-transition:all 0.5s ease-in-out;
  455. -o-transition:all 0.5s ease-in-out;
  456. -ms-transition: all 0.5s ease-in-out;
  457. transition:all 0.5s ease-in-out;}
  458.  
  459. .player {
  460. margin-left:36px;
  461. margin-top:36px;
  462. width:25px;
  463. height:25px;
  464. overflow:hidden;
  465. position:absolute;
  466. background:#fff;}
  467.  
  468. #audio {
  469. margin-bottom:5px;
  470. width:500px;
  471. height:105px;}
  472.  
  473. .audioinfo {
  474. margin-left:110px;
  475. float:left;
  476. color:{color:Permalink Color 2};
  477. font-family:calibri;
  478. letter-spacing:1px;
  479. font-size:8px;
  480. text-transform:uppercase;
  481. width:386px;
  482. padding:2px;
  483. margin-top:3px;}
  484.  
  485. .audioinfo b {
  486. font-family:calibri;
  487. letter-spacing:1px;
  488. font-size:8px;
  489. text-transform:uppercase;
  490. color:{color:Permalink Color 1};
  491. background:{color:Permalink Color 2};
  492. padding:3px 4px 3px 4px;
  493. font-weight:normal;
  494. margin-right:5px;}
  495.  
  496. #perm {
  497. list-style-type: none;
  498. line-height:140%;
  499. padding:0px;
  500. margin: 0px;}
  501.  
  502. #perm img.avatar {
  503. margin-right: 10px;
  504. width: 16px;
  505. height: 16px;}
  506.  
  507. div#qTip {
  508. padding: 5px;
  509. display: none;
  510. font-style:none;
  511. text-align: center;
  512. position: absolute;
  513. font-size:11px;
  514. line-height:11px;
  515. font-family: 'neverletgo', serif;
  516. background: {color:background};
  517. z-index: 9999999;
  518. border:1px solid {color:border};
  519. color: {color:text};
  520. letter-spacing: 1px;}
  521.  
  522. {CustomCSS}
  523.  
  524. </style>
  525.  
  526. <body>
  527.  
  528. <div id="sidebar">
  529. <div id="links">
  530.  
  531. <a href="/" title="The beginning">refresh</a>
  532. <a href="/ask" title="{asklabel}">message</a>
  533. <a href="/submit" title="{submitlabel}">submit</a>
  534. <a href="https://octomoosey.tumblr.com" title="Theme credit">theme</a>
  535. </div>
  536.  
  537. <div class="sidebarimg"><img
  538.  
  539. src="{image:sidebar}"/></div><div id="desc">{Description}</div>
  540.  
  541. </div>
  542.  
  543. <div id="sidebar2">
  544. <div id="nav">
  545.  
  546. {block:IfLink1}<a href="{text:link1 url}">{text:link1}</a>{/block:IfLink1}
  547. {block:IfLink2}<a href="{text:link2 url}">{text:link2}</a>{/block:IfLink2}
  548. {block:IfLink3}<a href="{text:link3 url}">{text:link3}</a>{/block:IfLink3}
  549. {block:IfLink4}<a href="{text:link4 url}">{text:link4}</a>{/block:IfLink4}
  550. {block:IfLink5}<a href="{text:link5 url}">{text:link5}</a>{/block:IfLink5}
  551. {block:IfLink6}<a href="{text:link6 url}">{text:link6}</a>{/block:IfLink6}
  552. {block:IfLink7}<a href="{text:link7 url}">{text:link7}</a>{/block:IfLink7}
  553. {block:IfLink8}<a href="{text:link8 url}">{text:link8}</a>{/block:IfLink8}
  554. {block:IfLink9}<a href="{text:link9 url}">{text:link9}</a>{/block:IfLink9}
  555. {block:IfLink10}<a href="{text:link10 url}">{text:link10}</a>{/block:IfLink10}</div>
  556.  
  557. <div align="center">
  558. {block:HasPages}{block:Pages}
  559. <a href="{URL}" title="{Label}">{Label}</a></li>{/block:Pages}
  560. {/block:HasPages}
  561. <br>
  562. <br>{block:PreviousPage}<a title="previous page" href="{PreviousPage}">←</a>{/block:PreviousPage}&nbsp;
  563. {block:JumpPagination length="5"}
  564. {block:CurrentPage}
  565. <span class="jumppag">{PageNumber}</span>&nbsp;
  566. {/block:CurrentPage}
  567. {block:JumpPage}
  568. <a class="jumppaglink" href="{URL}">{PageNumber}</a>&nbsp;
  569. {/block:JumpPage}
  570. {/block:JumpPagination}
  571. {block:NextPage}<a title="next page" href="{NextPage}">→</a></font>{/block:NextPage}
  572. </div>
  573.  
  574. </div></div></div>
  575.  
  576. <div id="entries">
  577.  
  578. {block:Posts}
  579.  
  580. <div class="posts">
  581.  
  582. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  583.  
  584. <div class="cap">
  585. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  586. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  587. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  588.  
  589. {block:Quote}
  590. <div class="qquote"><big><big>❝</big></big> {Quote} <big><big>❞</big></big></div>
  591. {block:Source}<div class="qsource">- {Source}</div>{/block:Source}
  592. {/block:Quote}
  593.  
  594. {block:Link}
  595. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  596. {block:Description}{Description}{/block:Description}
  597. {/block:Link}
  598.  
  599. {block:Chat}
  600. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  601. <div class="chat"><ul>{block:Lines}
  602. <li class="person{UserNumber}">{block:Label}
  603. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  604. {/block:Chat}
  605.  
  606. {block:Audio}
  607. <div id="audio">
  608. <div class="albumart"><img src="https://static.tumblr.com/4wyqgof/Dyvm2qmp1/default.jpg" width="100px" height="100px"></div>{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}" width="100px" height="100px"></div>{/block:AlbumArt}<div class="playercontainer"><div class="player">{AudioPlayerwhite}</div></div>
  609.  
  610. {block:TrackName}<div class="audioinfo"><b>Title</b> {TrackName}</div><br>{/block:TrackName}
  611. {block:Artist}<div class="audioinfo"><b>Artist</b> {Artist}</div><br>{/block:Artist}
  612. {block:Album}<div class="audioinfo"><b>Album</b> {Album}</div>{/block:Album}
  613. {block:PlayCount}<div class="audioinfo"><b>Played</b> {FormattedPlayCount} times</div> {/block:PlayCount}
  614. </div>{block:Caption}{Caption}{/block:Caption}
  615. {/block:Audio}
  616.  
  617.  
  618. {block:Answer}<div id="ask"><div id="askerimg"><img src="{AskerPortraitURL-48}"></div><div id="asker">{Asker} asked</div><br><div id="question">{Question}</div></div><div id="answer">{Answer}</div>{/block:Answer}
  619.  
  620. </div>
  621.  
  622. <div id="notes">{block:Date}<div id="postinfo"><a href="{Permalink}">{MonthNumberWithZero}-{DayOfMonthWithZero}</a>
  623.  
  624. • <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount}
  625.  
  626. • <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom}
  627.  
  628. • <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  629.  
  630. {block:ContentSource}
  631. • <a href="{SourceURL}">source</a>{/block:ContentSource}
  632.  
  633. • <a href="{ReblogUrl}" title="share this post">reblog</a></div>{/block:Date}</div>
  634.  
  635. {block:HasTags} <div id ="tags">{block:Tags}&nbsp;&nbsp; &nbsp; <a href="{TagURL}"> + &nbsp; {Tag}</a> {/block:Tags}
  636.  
  637. </div>{/block:HasTags}
  638. </div>
  639.  
  640. {/block:Posts}
  641. {block:PostNotes}
  642. <div id="perm">{PostNotes}</div>
  643. {/block:PostNotes}
  644.  
  645. </div>
  646.  
  647. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement