octomoosey

L

Feb 8th, 2015 (edited)
2,524
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.77 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4. <!-- octomoosey @ tumblr -->
  5.  
  6. <html xmlns="//www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7. <head><title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10.  
  11. <script type="text/javascript" src="//static.tumblr.com/86jccts/CIVnjgtpg/modernizr.custom.79639.js"></script>
  12.  
  13. <script type="text/javascript" src="//static.tumblr.com/86jccts/wpsmuemne/hoverqtip.js"></script>
  14. <!--[if lte IE 8]>
  15. <link rel="stylesheet" type="text/css" href="css/simple.css" />
  16. <![endif]-->
  17.  
  18. <meta name="color:line" content="#adacac"/>
  19. <meta name="color:background1" content="#000000"/>
  20. <meta name="color:background2" content="#ffffff"/>
  21. <meta name="color:nav text" content="#ffffff"/>
  22. <meta name="color:icon text" content="#a20b0b"/>
  23. <meta name="color:nav selected" content="#C4C4C4"/>
  24. <meta name="color:nav bg" content="#000000"/>
  25. <meta name="color:nav active" content="#C4C4C4"/>
  26. <meta name="color:nav hover" content="#969696"/>
  27. <meta name="color:even page text" content="#000000"/>
  28. <meta name="color:text" content="#ffffff"/>
  29. <meta name="color:link" content="#a20b0b"/>
  30. <meta name="color:hover" content="#b8b8b8"/>
  31. <meta name="color:border" content="#929292"/>
  32. <meta name="color:bold" content="#a20b0b" />
  33. <meta name="color:italic" content="#a20b0b" />
  34. <meta name="color:pre" content="#000000" />
  35. <meta name="color:pretext" content="#ffffff" />
  36.  
  37. <meta name="if:greyscale" content="1"/>
  38. <meta name="font:body font" content="Gibson">
  39. <meta name="text:text size" content="11px" />
  40.  
  41. </head>
  42. <style type="text/css">
  43.  
  44. ::-webkit-scrollbar-track {
  45. background-color: {color:postbg};}
  46.  
  47. ::-webkit-scrollbar {
  48. width: 5px;}
  49.  
  50. ::-webkit-scrollbar-thumb {
  51. background-color: #FFF;
  52. background-image: -webkit-linear-gradient(90deg,
  53. rgba(0, 0, 0, 1) 0%,
  54. rgba(0, 0, 0, 1) 25%,
  55. transparent 100%,
  56. rgba(0, 0, 0, 1) 75%,
  57. transparent);}
  58.  
  59. body {
  60. line-height:110%;
  61. color:{color:text};
  62. font-family:{font:body font};
  63. font-size: {text:text size};}
  64.  
  65. a {
  66. text-decoration:none;
  67. outline:none;
  68. -moz-outline-style:none;
  69. color:{color:link};
  70. -webkit-transition: all 0.7s ease;
  71. -moz-transition: all 0.7s ease;
  72. -o-transition: all 0.7s ease;}
  73.  
  74. a:hover {
  75. color:{color:hover};
  76. -webkit-transition: all 0.7s ease;
  77. -moz-transition: all 0.7s ease;
  78. -o-transition: all 0.7s ease;}
  79.  
  80. blockquote {
  81. padding:2px 7px;
  82. margin:3px 0 3px 8px;
  83. border-left:1px dashed {color:line};}
  84.  
  85. blockquote img {
  86. max-width:100%;}
  87.  
  88. b, strong {
  89. color:{color:bold};}
  90.  
  91. i, em {
  92. color:{color:italic};}
  93.  
  94. small,sup,sub {
  95. font-size:{text:Text Size}}
  96.  
  97. big {
  98. font-size:12px;}
  99.  
  100. pre {
  101. color:{color:pretext};
  102. background-color:{color:pre};
  103. font-size:10px;
  104. padding:20px;
  105. white-space: pre-wrap; /* css-3 */
  106. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  107. white-space: -pre-wrap; /* Opera 4-6 */
  108. white-space: -o-pre-wrap; /* Opera 7 */
  109. word-wrap: break-word; /* Internet Explorer 5.5+ */}
  110.  
  111. {block:IfGreyscale}
  112.  
  113. img {
  114. -webkit-filter:grayscale(100%);
  115. -webkit-transition: all 0.9s ease-in-out;
  116. -moz-transition: all 0.9s ease-in-out;
  117. -o-transition: all 0.9s ease-in-out;
  118. -ms-transition: all 0.9s ease-in-out;
  119. transition: all 0.9s ease-in-out;}
  120.  
  121. img:hover {
  122. -webkit-filter:none;}
  123.  
  124. .html_photoset {
  125. -webkit-filter: grayscale(100%);
  126. -webkit-transition: all 0.9s ease-in-out;
  127. -moz-transition: all 0.9s ease-in-out;
  128. -o-transition: all 0.9s ease-in-out;
  129. -ms-transition: all 0.9s ease-in-out;
  130. transition: all 0.9s ease-in-out;}
  131.  
  132. .html_photoset:hover {
  133. -webkit-filter: none;}
  134.  
  135. {/block:IfGreyscale}
  136.  
  137. img {
  138. max-width:100%;}
  139.  
  140. h1 {
  141. font-size:16px;
  142. font-family:'Lato', sans-serif;
  143. font-weight: 300;
  144. letter-spacing: 1.5px;
  145. line-height: 130%;
  146. color:{color:link};}
  147.  
  148. #post {
  149. line-height:19.6000003814697px;
  150. width:400px;
  151. padding-bottom:0px;
  152. margin-top:90px;
  153. margin-bottom:0px;
  154. text-align: left;
  155. margin-left: 70px;}
  156.  
  157. #post img {
  158. max-width: 100%;}
  159.  
  160. #container {
  161. border: 1px solid {color:border};
  162. background:transparent;
  163. width:540px;
  164. height:500px;
  165. top: 140px;
  166. margin-left:auto;
  167. margin-right:auto;
  168. z-index:999;
  169. position:relative;
  170. overflow-y:scroll;
  171. overflow-x:hidden;}
  172.  
  173. .info {
  174. padding-top:5px;
  175. border-top:1px dashed {color:line};
  176. font-size:14px;
  177. text-align:center;
  178. margin-top:30px;
  179. line-height:15px;}
  180.  
  181. .tag {
  182. margin-top:3px;
  183. text-align:center;
  184. font-size:9px;
  185. font-style:normal;
  186. line-height:18px;}
  187.  
  188. .tag a {
  189. padding:5px;}
  190.  
  191. #asker {
  192. z-index:9999999999 !important;
  193. margin-left:20px;
  194. margin-top:-52px;
  195. margin-right:10px;}
  196.  
  197. #askurl {
  198. font-size:20px;
  199. letter-spacing:3px;
  200. margin-left:70px;
  201. margin-top:-25px;
  202. margin-right:5px;}
  203.  
  204. #question {
  205. font-size: {text:text size};
  206. margin-left:70px;
  207. margin-right:40px;
  208. padding:10px;
  209. text-align:justify;}
  210.  
  211. #quote {
  212. font-size:16px;
  213. font-family:'Lato', sans-serif;
  214. text-align: center;
  215. font-weight: 300;
  216. letter-spacing: 1.5px;
  217. line-height: 130%;
  218. padding-bottom: 10px;}
  219.  
  220. #cover {
  221. position: relative;
  222. z-index: 1;
  223. height: 80px;
  224. float:left;
  225. margin:4px;
  226. box-shadow:0px 0px 5px {color:box shadow};}
  227.  
  228. #button {
  229. width:20px;
  230. height:30px;
  231. overflow: hidden;
  232. position: relative;
  233. z-index: 99;
  234. margin: 15px 24px 13px 16px;}
  235.  
  236. #buttons {
  237. background-color: #fff;
  238. position: absolute;
  239. z-index: 99;
  240. margin-top: 15px;
  241. margin-left: 15px;
  242. opacity: 0;
  243. -webkit-transition: opacity 0.5s linear;
  244. -webkit-transition: all 0.5s linear;
  245. -moz-transition: all 0.5s linear;
  246. -o-transition: all 0.5s linear;}
  247.  
  248. #post:hover #buttons {
  249. opacity:1;}
  250.  
  251. #musicinfo {
  252. margin-left: 110px;
  253. font-size:10px;
  254. min-height:70px;
  255. text-align:left;
  256. position: relative;}
  257.  
  258. .note {
  259. text-transform:uppercase;
  260. width:430px;
  261. font-style:normal;
  262. letter-spacing:0px;
  263. font-size: 10px;
  264. text-align:left;
  265. line-height:100%;
  266. margin-left:-7px;}
  267.  
  268. .note li {
  269. list-style-type:none;
  270. border-bottom:1px solid {color:line};
  271. padding:10px 25px 10px 25px;
  272. text-align:left;
  273. -moz-transition-duration:0.5s;
  274. -webkit-transition-duration:0.5s;
  275. -o-transition-duration:0.5s;}
  276.  
  277. .note img.avatar {
  278. margin-right: 10px;
  279. width: 16px;
  280. height: 16px;}
  281.  
  282. div#qTip {
  283. background-color:{color:background1};
  284. border:1px dashed {color:text};
  285. padding: 6px;
  286. display: none;
  287. text-align: center;
  288. position: absolute;
  289. font-size:12px;
  290. line-height:10px;
  291. z-index: 9999999;
  292. color: {color:text};
  293. letter-spacing: 1px;}
  294.  
  295. #pagination {
  296. position:relative;
  297. text-align:center;
  298. width:500px;
  299. top:150px;
  300. margin-left:auto;
  301. margin-right:auto;}
  302.  
  303. #credit {
  304. top:0;
  305. left:0;
  306. opacity:0.5;
  307. position:fixed;
  308. padding:5px;}
  309.  
  310. .clr{
  311. clear: both;
  312. padding: 0;
  313. height: 0;
  314. margin: 0;}
  315.  
  316. .st-container {
  317. position: absolute;
  318. width: 100%;
  319. height: 100%;
  320. top: 0;
  321. left: 0;}
  322.  
  323. .st-container > input,
  324. .st-container > a {
  325. position: fixed;
  326. bottom: 0px;
  327. width: 20%;
  328. color:{color:nav text};
  329. cursor: pointer;
  330. font-size: 16px;
  331. height: 34px;
  332. line-height: 34px;}
  333.  
  334. .st-container > input {
  335. opacity: 0;
  336. z-index: 1000;}
  337.  
  338. .st-container > a {
  339. z-index: 10;
  340. font-weight: 700;
  341. text-align: center;
  342. text-shadow: 1px 1px 1px rgba(151,24,64,0.2);}
  343.  
  344. .st-container:before {
  345. content: '';
  346. position: fixed;
  347. width: 100%;
  348. height: 34px;
  349. background: {color:nav bg};
  350. z-index: 9;
  351. bottom: 0;}
  352.  
  353. #st-control-1, #st-control-1 + a {
  354. left: 0;}
  355.  
  356. #st-control-2, #st-control-2 + a {
  357. left: 20%;}
  358.  
  359. #st-control-3, #st-control-3 + a {
  360. left: 40%;}
  361.  
  362. #st-control-4, #st-control-4 + a {
  363. left: 60%;}
  364.  
  365. #st-control-5, #st-control-5 + a {
  366. left: 80%;}
  367.  
  368. .st-container > input:checked + a,
  369. .st-container > input:checked:hover + a{
  370. background: {color:nav selected}; }
  371.  
  372. .st-container > input:checked + a:after,
  373. .st-container > input:checked:hover + a:after{
  374. bottom: 100%;
  375. border: solid transparent;
  376. content: '';
  377. height: 0;
  378. width: 0;
  379. position: absolute;
  380. pointer-events: none;
  381. border-bottom-color: {color:nav selected};
  382. border-width: 20px;
  383. left: 50%;
  384. margin-left: -20px;}
  385.  
  386. .st-container > input:hover + a{
  387. background: {color:nav hover};}
  388.  
  389. .st-container > input:hover + a:after {
  390. border-bottom-color: {color:nav hover};}
  391.  
  392. .st-scroll,
  393. .st-panel {
  394. position: relative;
  395. width: 100%;
  396. height: 100%;}
  397.  
  398. .st-scroll {
  399. top: 0;
  400. left: 0;
  401. -webkit-transition: all 0.6s ease-in-out;
  402. -moz-transition: all 0.6s ease-in-out;
  403. -o-transition: all 0.6s ease-in-out;
  404. -ms-transition: all 0.6s ease-in-out;
  405. transition: all 0.6s ease-in-out;
  406. -webkit-transform: translate3d(0, 0, 0);
  407. -webkit-backface-visibility: hidden;}
  408.  
  409. .st-panel{
  410. background: {color:background1};
  411. overflow: hidden;}
  412.  
  413. #st-control-1:checked ~ .st-scroll {
  414. -webkit-transform: translateY(0%);
  415. -moz-transform: translateY(0%);
  416. -o-transform: translateY(0%);
  417. -ms-transform: translateY(0%);
  418. transform: translateY(0%);}
  419.  
  420. #st-control-2:checked ~ .st-scroll {
  421. -webkit-transform: translateY(-100%);
  422. -moz-transform: translateY(-100%);
  423. -o-transform: translateY(-100%);
  424. -ms-transform: translateY(-100%);
  425. transform: translateY(-100%);}
  426.  
  427. #st-control-3:checked ~ .st-scroll {
  428. -webkit-transform: translateY(-200%);
  429. -moz-transform: translateY(-200%);
  430. -o-transform: translateY(-200%);
  431. -ms-transform: translateY(-200%);
  432. transform: translateY(-200%);}
  433.  
  434. #st-control-4:checked ~ .st-scroll {
  435. -webkit-transform: translateY(-300%);
  436. -moz-transform: translateY(-300%);
  437. -o-transform: translateY(-300%);
  438. -ms-transform: translateY(-300%);
  439. transform: translateY(-300%);}
  440.  
  441. #st-control-5:checked ~ .st-scroll {
  442. -webkit-transform: translateY(-400%);
  443. -moz-transform: translateY(-400%);
  444. -o-transform: translateY(-400%);
  445. -ms-transform: translateY(-400%);
  446. transform: translateY(-400%);}
  447.  
  448. .st-deco{
  449. width: 200px;
  450. height: 200px;
  451. position: absolute;
  452. top: 0px;
  453. left: 50%;
  454. margin-left: -100px;
  455. color: {color:background2};
  456. -webkit-transform: translateY(-50%) rotate(45deg);
  457. -moz-transform: translateY(-50%) rotate(45deg);
  458. -o-transform: translateY(-50%) rotate(45deg);
  459. -ms-transform: translateY(-50%) rotate(45deg);
  460. transform: translateY(-50%) rotate(45deg);}
  461.  
  462. [data-icon]:after {
  463. content: attr(data-icon);
  464. color: {color:icon text};
  465. text-shadow: 1px 1px 1px rgba(151,24,64,0.2);
  466. position: absolute;
  467. width: 200px;
  468. height: 200px;
  469. line-height: 200px;
  470. text-align: center;
  471. font-size: 90px;
  472. top: 50%;
  473. left: 50%;
  474. margin: -100px 0 0 -100px;
  475. -webkit-transform: rotate(-45deg) translateY(25%);
  476. -moz-transform: rotate(-45deg) translateY(25%);
  477. -o-transform: rotate(-45deg) translateY(25%);
  478. -ms-transform: rotate(-45deg) translateY(25%);
  479. transform: rotate(-45deg) translateY(25%);}
  480.  
  481.  
  482. #st-control-1:checked ~ .st-scroll #st-panel-1 h2,
  483. #st-control-2:checked ~ .st-scroll #st-panel-2 h2,
  484. #st-control-3:checked ~ .st-scroll #st-panel-3 h2,
  485. #st-control-4:checked ~ .st-scroll #st-panel-4 h2,
  486. #st-control-5:checked ~ .st-scroll #st-panel-5 h2{
  487. -webkit-animation: moveDown 0.6s ease-in-out 0.2s backwards;
  488. -moz-animation: moveDown 0.6s ease-in-out 0.2s backwards;
  489. -o-animation: moveDown 0.6s ease-in-out 0.2s backwards;
  490. -ms-animation: moveDown 0.6s ease-in-out 0.2s backwards;
  491. animation: moveDown 0.6s ease-in-out 0.2s backwards;}
  492.  
  493. @-webkit-keyframes moveDown{
  494. 0% {
  495. -webkit-transform: translateY(-40px);
  496. opacity: 0;}
  497.  
  498. 100% {
  499. -webkit-transform: translateY(0px);
  500. opacity: 1;}
  501. }
  502.  
  503. @-moz-keyframes moveDown{
  504. 0% {
  505. -moz-transform: translateY(-40px);
  506. opacity: 0;}
  507.  
  508. 100% {
  509. -moz-transform: translateY(0px);
  510. opacity: 1;}
  511. }
  512.  
  513. @-o-keyframes moveDown{
  514. 0% {
  515. -o-transform: translateY(-40px);
  516. opacity: 0;}
  517.  
  518. 100% {
  519. -o-transform: translateY(0px);
  520. opacity: 1;}
  521. }
  522.  
  523. @-ms-keyframes moveDown{
  524. 0% {
  525. -ms-transform: translateY(-40px);
  526. opacity: 0;}
  527.  
  528. 100% {
  529. -ms-transform: translateY(0px);
  530. opacity: 1;}
  531. }
  532.  
  533. @keyframes moveDown{
  534. 0% {
  535. transform: translateY(-40px);
  536. opacity: 0;}
  537.  
  538. 100% {
  539. transform: translateY(0px);
  540. opacity: 1;}
  541. }
  542.  
  543. .stuff {
  544. position:relative;
  545. border: 1px solid {color:border};
  546. width:500px;
  547. height:450px;
  548. overflow:auto;
  549. text-align: left;
  550. font-size: 11px;
  551. line-height: 130%;
  552. z-index: 2;
  553. padding: 25px;
  554. margin-left: auto;
  555. margin-right: auto;
  556. top: 140px;
  557.  
  558. -webkit-backface-visibility: hidden;
  559. }
  560. }
  561. #st-control-1:checked ~ .st-scroll #st-panel-1 p,
  562. #st-control-2:checked ~ .st-scroll #st-panel-2 p,
  563. #st-control-3:checked ~ .st-scroll #st-panel-3 p,
  564. #st-control-4:checked ~ .st-scroll #st-panel-4 p,
  565. #st-control-5:checked ~ .st-scroll #st-panel-5 p{
  566. -webkit-animation: moveUp 0.6s ease-in-out 0.2s backwards;
  567. -moz-animation: moveUp 0.6s ease-in-out 0.2s backwards;
  568. -o-animation: moveUp 0.6s ease-in-out 0.2s backwards;
  569. -ms-animation: moveUp 0.6s ease-in-out 0.2s backwards;
  570. animation: moveUp 0.6s ease-in-out 0.2s backwards;}
  571.  
  572. @-webkit-keyframes moveUp{
  573. 0% {
  574. -webkit-transform: translateY(40px);
  575. opacity: 0;}
  576.  
  577. 100% {
  578. -webkit-transform: translateY(0px);
  579. opacity: 1;}
  580. }
  581.  
  582. @-moz-keyframes moveUp{
  583. 0% {
  584. -moz-transform: translateY(40px);
  585. opacity: 0;}
  586.  
  587. 100% {
  588. -moz-transform: translateY(0px);
  589. opacity: 1;}
  590. }
  591.  
  592. @-o-keyframes moveUp{
  593. 0% {
  594. -o-transform: translateY(40px);
  595. opacity: 0;}
  596.  
  597. 100% {
  598. -o-transform: translateY(0px);
  599. opacity: 1;}
  600. }
  601.  
  602. @-ms-keyframes moveUp{
  603. 0% {
  604. -ms-transform: translateY(40px);
  605. opacity: 0;}
  606.  
  607. 100% {
  608. -ms-transform: translateY(0px);
  609. opacity: 1;}
  610. }
  611.  
  612. @keyframes moveUp{
  613. 0% {
  614. transform: translateY(40px);
  615. opacity: 0;}
  616.  
  617. 100% {
  618. transform: translateY(0px);
  619. opacity: 1;}
  620. }
  621.  
  622. .st-color,
  623. .st-deco{
  624. background: {color:background2};}
  625.  
  626. .st-color [data-icon]:after {
  627. color: {color:icon text};}
  628.  
  629. .st-color .st-deco {
  630. background: {color:background1};}
  631.  
  632. .st-color p {
  633. color: {color:even page text}; }
  634.  
  635. @media screen and (max-width: 520px) {
  636. .st-panel h2 {
  637. font-size: 42px;}
  638.  
  639. .st-panel p {
  640. width: 90%;
  641. left: 5%;
  642. margin-top: 0;}
  643.  
  644. .st-container > a {
  645. font-size: 13px;}
  646. }
  647.  
  648. @media screen and (max-width: 360px) {
  649. .st-container > a {
  650. font-size: 10px;}
  651.  
  652. .st-deco{
  653. width: 120px;
  654. height: 120px;
  655. margin-left: -60px;}
  656.  
  657. [data-icon]:after {
  658. font-size: 60px;
  659. -webkit-transform: rotate(-45deg) translateY(15%);
  660. -moz-transform: rotate(-45deg) translateY(15%);
  661. -o-transform: rotate(-45deg) translateY(15%);
  662. -ms-transform: rotate(-45deg) translateY(15%);
  663. transform: rotate(-45deg) translateY(15%);}
  664.  
  665. </style>
  666. <body>
  667. <div class="container">
  668. <div class="st-container">
  669. <input type="radio" name="radio-set" checked="checked" id="st-control-1"/>
  670.  
  671. <!-- CHANGE THE TEXT FOR YOUR PAGES/BASE LINKS HERE -->
  672.  
  673. <a href="#st-panel-1">Genesis</a>
  674. <input type="radio" name="radio-set" id="st-control-2"/>
  675. <a href="#st-panel-2">Propaganda</a>
  676. <input type="radio" name="radio-set" id="st-control-3"/>
  677. <a href="#st-panel-3">Most Beloved</a>
  678. <input type="radio" name="radio-set" id="st-control-4"/>
  679. <a href="#st-panel-4">Reality Crash</a>
  680. <input type="radio" name="radio-set" id="st-control-5"/>
  681. <a href="#st-panel-5">Exploration</a>
  682.  
  683. <!-- SECTION 1 WITH YOUR BLOG POSTS STARTS HERE DO NOT EDIT THIS PART! -->
  684.  
  685. <div class="st-scroll">
  686. <section class="st-panel" id="st-panel-1">
  687. <div class="st-deco" data-icon="L"></div><div id="container">
  688.  
  689. {block:Posts}
  690.  
  691. <div id="post">
  692.  
  693. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  694.  
  695. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  696.  
  697. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  698.  
  699. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  700.  
  701. {block:Quote}<div id="quote">{Quote}</div><br>{block:Source}<b><div style="font-family: courier new; font-size: 11px; text-align: center;">{Source}</div></b>{/block:Source}{/block:Quote}
  702.  
  703. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  704. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  705. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  706. {/block:ExternalAudio}<br><br>
  707. {block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  708.  
  709. {block:Video}
  710. {Video-400}
  711. {block:Caption}{Caption}{/block:Caption}
  712. {/block:Video}
  713.  
  714. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}<font size="2">{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br><br>{/block:Lines}</font>{/block:Chat}
  715.  
  716. {block:Answer}<div id="ask"><div id="asker"><img src="{AskerPortraitURL-30}"></div><div id="askurl">{Asker}:</div>
  717. <div id="question">{Question}</div></div>{Answer}{/block:Answer}
  718.  
  719. <div class="info">
  720. {block:date}<a href="{Permalink}"> posted;
  721. {block:Date}{TimeAgo}</a>{/block:Date}
  722. {block:NoteCount}
  723. with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <a href="{ReblogURL}"> - reblog</a><br>
  724.  
  725. {block:RebloggedFrom}
  726. via; <a href="{ReblogParentURL}">{ReblogParentName}</a>
  727. source; <a href="{ReblogRootURL}">{ReblogRootName}</a>
  728. {/block:RebloggedFrom}
  729. </div>
  730.  
  731. <div class="tag">{block:HasTags}{block:Tags}♱ <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  732. </div>
  733.  
  734. {block:PostNotes}
  735. <div class="note">
  736. {PostNotes}
  737. </div>
  738. {/block:PostNotes}
  739.  
  740. {/block:Posts}
  741.  
  742. </div>
  743.  
  744. {block:ContentSource}
  745. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  746. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  747. {/block:SourceLogo}
  748. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  749. {/block:ContentSource}
  750.  
  751. <div id="pagination">
  752. <a href="/">refresh</a>
  753. <a href="/ask">ask</a>
  754. <a href="/submit">submit</a>
  755. <a href="/archive">archive</a>
  756. {block:Pagination}
  757. {block:PreviousPage}
  758. <a href="{PreviousPage}">&larr; back</a>
  759. {/block:PreviousPage}
  760. {block:NextPage}
  761. <a href="{NextPage}">forth &rarr;</a>
  762. {/block:NextPage}
  763. {/block:Pagination}</div>
  764. </section>
  765.  
  766. <!-- SECTION 2 STARTS HERE -->
  767.  
  768. <section class="st-panel st-color" id="st-panel-2">
  769. <div class="st-deco" data-icon="2"></div><div class="stuff">
  770.  
  771. <!-- SECTION 2 CONTENT GOES HERE -->
  772.  
  773. <img src="//31.media.tumblr.com/0cecc2a44712bbef452389f6c2f8732a/tumblr_inline_n6tnz7CJvp1ronkfd.gif" />
  774.  
  775. <!-- MAKE SURE TO PUT ALL TEXT IN PARAGRAPH TAGS -->
  776.  
  777. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
  778.  
  779. </div>
  780. </section>
  781.  
  782. <!-- SECTION 3 STARTS HERE -->
  783.  
  784. <section class="st-panel" id="st-panel-3">
  785. <div class="st-deco" data-icon="B"></div><div class="stuff">
  786.  
  787. <!-- SECTION 3 CONTENT GOES HERE -->
  788.  
  789. <!-- MAKE SURE TO PUT ALL TEXT IN PARAGRAPH TAGS -->
  790.  
  791. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
  792.  
  793. </div>
  794. </section>
  795.  
  796. <!-- SECTION 4 STARTS HERE -->
  797.  
  798. <section class="st-panel st-color" id="st-panel-4">
  799. <div class="st-deco" data-icon="x"></div><div class="stuff">
  800.  
  801. <!-- SECTION 4 CONTENT GOES HERE -->
  802.  
  803. <!-- MAKE SURE TO PUT ALL TEXT IN PARAGRAPH TAGS -->
  804.  
  805. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
  806.  
  807. </div>
  808. </section>
  809.  
  810. <!-- SECTION 5 STARTS HERE -->
  811.  
  812. <section class="st-panel" id="st-panel-5">
  813. <div class="st-deco" data-icon="Ç"></div><div class="stuff">
  814.  
  815. <!-- SECTION 5 CONTENT GOES HERE -->
  816.  
  817. <!-- MAKE SURE TO PUT ALL TEXT IN PARAGRAPH TAGS -->
  818.  
  819. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
  820.  
  821. </div>
  822. </section>
  823.  
  824. </div>
  825. </div>
  826. </div>
  827. <div id="credit"><a href="//octomoosey.tumblr.com/" title="theme by octomoosey"><img src="//31.media.tumblr.com/ce8b580be9fa9afaa442fdb216c9b293/tumblr_inline_nj1tziQKpe1ronkfd.png"></a></div>
  828.  
  829. </body>
  830. </html>
Advertisement
Add Comment
Please, Sign In to add comment