quirons

open, two

Jan 9th, 2015
1,458
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.44 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. OPEN, C02 BY @QUIRONS.
  8. - don't repost or give away as your own
  9. - don't steal bits of the code
  10. - if you have any doubts/find bugs, feel free to send me a message
  11.  
  12. -->
  13.  
  14. {block:Description}
  15. <meta name="description" content="{MetaDescription}" />
  16. {/block:Description}
  17. <meta charset="utf-8">
  18. <meta name="viewport" content="initial-scale=1.0, width=device-width" />
  19. <title>{Title}{block:TagPage} - {Tag} {/block:TagPage} {block:SearchPage} - {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}- {PostSummary} {/block:PostSummary}</title>
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22.  
  23. <meta name="if:Cover Background" content="0"/>
  24. <meta name="if:Menu Image" content="1"/>
  25. <meta name="if:Faded Posts" content="1"/>
  26. <meta name="if:Center Posts" content="0"/>
  27. <meta name="if:Menu On Screen" content="0"/>
  28.  
  29. <meta name="color:Background" content="#ffffff" />
  30. <meta name="image:background" content""/>
  31. <meta name="color:links" content="#000000" />
  32. <meta name="color:links hover" content="#a0a0a0" />
  33. <meta name="color:text" content="#000000" />
  34. <meta name="color:posts" content="#ffffff" />
  35. <meta name="color:shadow" content="#000000" />
  36. <meta name="color:Menu BG" content="#000000" />
  37. <meta name="image:Menu Image" content=""/>
  38. <meta name="color:Menu Text" content="#ffffff" />
  39. <meta name="color:Pagi Color" content="#000000"/>
  40.  
  41. <meta name="text:Ask URL" content="Ask URL"/>
  42. <meta name="text:URL 1" content="URL One"/>
  43. <meta name="text:Link 1" content="Link One"/>
  44. <meta name="text:URL 2" content="URL Two"/>
  45. <meta name="text:Link 2" content="Link Two"/>
  46. <meta name="text:URL 3" content="URL Three"/>
  47. <meta name="text:Link 3" content="Link Three"/>
  48. <meta name="text:URL 4" content="URL Four"/>
  49. <meta name="text:Link 4" content="Link Four"/>
  50.  
  51. <meta name="if:Hide Captions" content="0"/>
  52.  
  53.  
  54.  
  55. <!-- IMPORTED SCRIPTS - DON'T REMOVE -->
  56.  
  57. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  58.  
  59. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  60.  
  61. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  62.  
  63. <!-- TOOLTIP SCRIPT (REMOVE ONYL IF YOU WANT STANDARD BROWSER TOOLTIPS) -->
  64.  
  65. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  66. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  67. <script>
  68. (function($){
  69. $(document).ready(function(){
  70. $("a[title]").style_my_tooltips({
  71. tip_follows_cursor:true,
  72. tip_delay_time:90,
  73. tip_fade_speed:600,
  74. attribute:"title"
  75. });
  76. });
  77. })(jQuery);
  78. </script>
  79.  
  80. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  81.  
  82. <script language="javascript">
  83. $(document).ready(function() {
  84. $('a#clickbutton').click(function() {
  85. $('.t',this).toggle();
  86. });
  87.  
  88. $("#about").css({"right": "-100%"})
  89. $("#clickbutton").toggle(
  90. function () {
  91. $("#about").animate({"left": "0%"}, "slow");
  92. },
  93. function () {
  94. $("#about").animate({"left": "-100%"}, "slow");
  95. });
  96. });
  97. </script>
  98.  
  99.  
  100. <style type="text/css">
  101.  
  102. /* ---------------------------- GENERAL ----------------------------- */
  103.  
  104. /* -------- SELECTION TOOL ------- */
  105.  
  106. ::-moz-selection {
  107. background: {color:text};
  108. color: {color:background};
  109. }
  110.  
  111. ::selection {
  112. background: {color:text};
  113. color: {color:background};
  114. }
  115.  
  116. /* -------- SCROLLBAR ------- */
  117.  
  118. ::-webkit-scrollbar {width: 2px;}
  119. ::-webkit-scrollbar-track {background:none;}
  120. ::-webkit-scrollbar-thumb {background:{color:text};}
  121. ::-webkit-scrollbar-thumb:window-inactive {background: transparent;}
  122. ::-webkit-scrollbar-thumb:horizontal {display:none;}
  123.  
  124. /* ------- TOOLTIPS ------ */
  125.  
  126. #s-m-t-tooltip {
  127. max-width:300px;
  128. margin:10px 0px 0px 10px;
  129. background-color:{color:bakground};
  130. font-family:helvetica;
  131. font-size:12px;
  132. color:{color:text};
  133. z-index:999999999999999999999999999999999999;
  134. }
  135.  
  136.  
  137. #audioinfo {
  138. background:{color:shadow};
  139. color:{color:Menu Text};
  140. font-family:'Cutive Mono';
  141. text-align:center;
  142. text-transform:uppercase;
  143. {block:IndexPage}
  144. width:400px;
  145. {/block:IndexPage}
  146. {block:PermalinkPage}
  147. width:500px;
  148. {/block:PermalinkPage}
  149. display:inline-block;
  150. position:absolute;
  151. margin-top:20px;
  152. margin-left:-100px;
  153. }
  154.  
  155. .info {
  156. padding:20px;
  157. margin-left:92.5px;
  158. {block:IndexPage}
  159. width:270px;
  160. {/block:IndexPage}
  161. {block:PermalinkPage}
  162. width:370px;
  163. {/block:PermalinkPage}
  164. }
  165.  
  166. .cover {
  167. width:100px;
  168. border-radius:50%;
  169. z-index:99;
  170. position:relative;
  171. border:2px solid white;
  172. box-shadow:2px 2px 0px {color:Menu BG};
  173. background:white;
  174. }
  175.  
  176. .playbutton {
  177. width: 25px;
  178. height: 35px;
  179. overflow: hidden;
  180. position: relative;
  181. z-index: 9999;
  182. margin-left:15px;
  183. padding-right:15px;
  184. padding-bottom:17.5px;
  185. padding-top:0px;
  186. }
  187.  
  188. .playbox {
  189. background-color:black;
  190. position: absolute;
  191. z-index: 900;
  192. margin-top: 29px;
  193. margin-left: 25px;
  194. opacity:.75;
  195. }
  196.  
  197. /* -------- BASICS ------- */
  198.  
  199. body {
  200. background:{color:Background};
  201. {block:IfCoverBackground}
  202. background: url({image:background}) no-repeat center center fixed;
  203. -webkit-background-size: cover;
  204. -moz-background-size: cover;
  205. -o-background-size: cover;
  206. background-size: cover;
  207. {/block:IfCoverBackground}
  208. {block:IfNotCoverBackground}
  209. background: url({image:background}) repeat center center fixed;
  210. {/block:IfNotCoverBackground}
  211. color: {color:text};
  212. font-family: helvetica, arial;
  213. font-size: 11px;
  214. margin: 0;
  215. padding: 0;
  216. word-wrap: break-word;
  217. line-height:150%;
  218. }
  219.  
  220. a {
  221. color: {color:links};
  222. text-decoration: none;
  223. -webkit-transition: all .3s;
  224. -moz-transition: all .3s;
  225. -o-transition: all .3s;
  226. -ms-transition: all .3s;
  227. transition: all .3s;
  228. }
  229.  
  230. blockquote {
  231. border-left: 1px solid {color:text};
  232. margin: 10px;
  233. padding-left:25px;
  234. padding-top:3px;
  235. padding-bottom:3px;
  236. }
  237.  
  238. iframe, img, embed, object, video {
  239. max-width: 100%;
  240. }
  241.  
  242. p{
  243. margin-bottom:10px;
  244. }
  245.  
  246. img {
  247. height: auto;
  248. width:auto;
  249. max-width:100%;
  250. }
  251.  
  252. h1 {
  253. text-transform:uppercase;
  254. font-size:13px;
  255. font-family:'Cutive Mono';
  256. }
  257.  
  258. ul{
  259. list-style-type:square;
  260. }
  261.  
  262. ol{
  263. list-style-type:;
  264. }
  265.  
  266. #bigcon{
  267. width:520px;
  268. margin-left:auto;
  269. margin-right:auto;
  270. }
  271.  
  272. .tabcontent {
  273. position:static;
  274. margin-left:auto;
  275. margin-right:auto;
  276. width: 520px;
  277. text-align:center;
  278. margin-bottom:200px;
  279. }
  280.  
  281. #postcontainer {
  282. position:static;
  283. margin-left:auto;
  284. margin-right:auto;
  285. margin-top:-50px;
  286. {block:IfMenuOnScreen}
  287. margin-left:390px;
  288. {/block:IfMenuOnScreen}
  289. width: 560px;
  290. overflow:hidden;
  291. text-align:center;
  292. {block:IfCenterPosts}
  293. margin-left:440px;
  294. {/block:IfCenterPosts}
  295. }
  296.  
  297. /* --------------------------- POSTS (articles) --------------------- */
  298.  
  299. article {
  300. {block:IfFadedPosts}
  301. opacity:.7;
  302. -moz-transition: all .9s ease;
  303. -o-transition: all .9s ease;
  304. transition: all .9s ease;
  305. -webkit-transition: all .9s ease;
  306. {/block:IfFadedPosts}
  307. float:left;
  308. background:{color:posts};
  309. padding: 20px;
  310. {block:IndexPage}
  311. width: 400px;
  312. {/block:IndexPage}
  313. {block:PermalinkPage}
  314. width: 500px;
  315. {/block:PermalinkPage}
  316. text-align:left;
  317. margin-bottom:80px;
  318. border:1.5px solid black;
  319. border-radius:4px;
  320. -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.3);
  321. -moz-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.3);
  322. box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.3);
  323. }
  324.  
  325. article:hover {
  326. {block:IfFadedPosts}
  327. opacity:1;
  328. -moz-transition: all .9s ease;
  329. -o-transition: all .9s ease;
  330. transition: all .9s ease;
  331. -webkit-transition: all .9s ease;
  332. {/block:IfFadedPosts}
  333. }
  334.  
  335. /* ---------------------------- POST INFO -----------------------------*/
  336.  
  337. .postinfo{
  338. margin-top:10px;
  339. font-weight:bold;
  340. }
  341.  
  342. .tags {
  343. margin-top:5px;
  344. font-weight:normal;
  345. opacity:.7;
  346. }
  347.  
  348. .tags a:hover {
  349. text-decoration:underline;
  350. }
  351.  
  352. /* ---------------------------- POST NOTES ------------------------- */
  353.  
  354. ol.notes {
  355. display:block;
  356. text-align:left;
  357. list-style-type:none;
  358. margin-left:-40px;
  359. }
  360.  
  361. ol.notes li.note{
  362. margin-bottom:5px;
  363. }
  364.  
  365. .pagenotes {
  366. text-align:left;
  367. margin-top:15px;
  368. }
  369.  
  370. .pagenotes img{
  371. padding-right:5px;
  372. padding-top:5px;
  373. margin-bottom:-5px;
  374. display:none;
  375. }
  376.  
  377.  
  378. /* -------------------------- POST TYPES -------------------------- */
  379.  
  380. /* CHAT */
  381.  
  382. ul.chat{
  383. list-style:none;
  384. margin-left:-40px;
  385. }
  386.  
  387. .chat span {
  388. float: left;
  389. }
  390.  
  391. /* QUOTES */
  392.  
  393. .quote{
  394. font-size:20px;
  395. line-height:150%;
  396. }
  397.  
  398. .quotesource{
  399. text-align:right;
  400. margin-bottom:10px;
  401. }
  402.  
  403. /* QUESTIONS */
  404.  
  405. .question{
  406. margin-bottom:15px;
  407. margin-left:5px;
  408. position:absolute;
  409. }
  410.  
  411. #answer {
  412. font-size:11px;
  413. }
  414.  
  415. .askerimg{
  416. position:relative;
  417. display:inline-block;
  418. margin-right:10px;
  419. }
  420.  
  421. /* AUDIO */
  422.  
  423. .songart{
  424. float:left;
  425. margin-right:10px;
  426. }
  427.  
  428. .songart img{
  429. width:80px;
  430. height:80px;
  431. }
  432.  
  433. .songtitle{
  434. margin-bottom:10px;
  435. margin-left:90px;
  436. }
  437.  
  438. .songauthor{
  439. margin-bottom:10px;
  440. font-size:8px;
  441. margin-left:90px;
  442. }
  443.  
  444. .tumblr_audio_player {
  445. height: 50px;
  446. }
  447.  
  448. /* ------------------------- PAGINATION ------------------------- */
  449.  
  450. #pagination a{
  451. color:{color:Pagi Color};
  452. }
  453.  
  454. #pagination {
  455. margin-bottom:50px;
  456. position:static;
  457. margin-left:260px;
  458. }
  459.  
  460. /* --- MENU --- */
  461.  
  462. #toggle {
  463. width: 28px;
  464. height: 30px;
  465. top:15px;
  466. left:15px;
  467. position:fixed;
  468. z-index:99999999;
  469. }
  470.  
  471. #toggle div {
  472. width: 100%;
  473. height: 5px;
  474. background: white;
  475. margin: 4px auto;
  476. transition: all 0.3s;
  477. backface-visibility: hidden;
  478. -webkit-box-shadow: 2px 2px 0px 0px {color:shadow};
  479. -moz-box-shadow: 2px 2px 0px 0px {color:shadow};
  480. box-shadow: 2px 2px 0px 0px {color:shadow});
  481. }
  482.  
  483. #toggle.on .one {
  484. transform: rotate(45deg) translate(5px, 5px);
  485. }
  486.  
  487. #toggle.on .two {
  488. opacity: 0;
  489. }
  490.  
  491. #toggle.on .three {
  492. transform: rotate(-45deg) translate(7px, -8px);
  493. }
  494.  
  495. #about {
  496. position: fixed;
  497. top:0;
  498. height:100%;
  499. width:150px;
  500. margin-right:-320px;
  501. padding: 17.5px;
  502. padding-right:30px;
  503. background: {color:shadow};
  504. background: -moz-linear-gradient(top, {color:shadow} 0%, {color:Menu BG} 100%);
  505. background: -webkit-gradient(left top, left bottom, color-stop(0%, {color:shadow}), color-stop(100%, {color:Menu BG}));
  506. background: -webkit-linear-gradient(top, {color:shadow} 0%, {color:Menu BG} 100%);
  507. background: -o-linear-gradient(top, {color:shadow} 0%, {color:Menu BG} 100%);
  508. background: -ms-linear-gradient(top, {color:shadow} 0%, {color:Menu BG} 100%);
  509. background: linear-gradient(to bottom, {color:shadow} 0%, {color:Menu BG} 100%);
  510. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dc6c6', endColorstr='#7aedca', GradientType=0 );
  511. color:black;
  512. right:120%;
  513. padding-top:100px;
  514. font-family:'Cutive Mono';
  515. }
  516.  
  517. #about2 {
  518. position: fixed;
  519. top:0;
  520. height:100%;
  521. width:150px;
  522. margin-right:0px;
  523. padding: 17.5px;
  524. padding-right:30px;
  525. background: {color:shadow};
  526. background: -moz-linear-gradient(top, {color:shadow} 0%, {color:Menu BG} 100%);
  527. background: -webkit-gradient(left top, left bottom, color-stop(0%, {color:shadow}), color-stop(100%, {color:Menu BG}));
  528. background: -webkit-linear-gradient(top, {color:shadow} 0%, {color:Menu BG} 100%);
  529. background: -o-linear-gradient(top, {color:shadow} 0%, {color:Menu BG} 100%);
  530. background: -ms-linear-gradient(top, {color:shadow} 0%, {color:Menu BG} 100%);
  531. background: linear-gradient(to bottom, {color:shadow} 0%, {color:Menu BG} 100%);
  532. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dc6c6', endColorstr='#7aedca', GradientType=0 );
  533. color:black;
  534. padding-top:100px;
  535. font-family:'Cutive Mono';
  536. }
  537.  
  538. .menu-link a {
  539. color:black;
  540. text-transform:uppercase;
  541. display:block;
  542. width:150px;
  543. padding:5px;
  544. letter-spacing:1px;
  545. font-size:12px;
  546. margin-bottom:-12.5px;
  547. background-color:#000;
  548. box-shadow:inset 160px 0 0 0 {color:shadow};
  549. }
  550.  
  551. #about a:hover, #about2 a:hover {
  552. color:white;
  553. box-shadow:inset 0 0 0 0 {color:shadow};
  554. }
  555.  
  556. #avatar img {
  557. width:100px;
  558. margin-left:15px;
  559. border-radius:50%;
  560. padding:10px;
  561. margin-bottom:25px;
  562. }
  563.  
  564. #avatar a {
  565. background:none;
  566. box-shadow:none;
  567. }
  568.  
  569. #desc {
  570. color:{color:Menu Text};
  571. padding:7.5px;
  572. margin-top:-20px;
  573. }
  574.  
  575. #desc a {
  576. color:{color:Menu Text};
  577. background:none;
  578. box-shadow:none;
  579. text-transform:none;
  580. font-weight:bold;
  581. }
  582.  
  583. .comma:last-child{display:none;}
  584.  
  585. #blogt a {
  586. text-align:center;
  587. font-size:50px;
  588. color:white;
  589. font-style:italic;
  590. text-shadow: 5px 5px 0px {color:shadow};
  591. display:none;
  592. }
  593.  
  594. #blogt {
  595. margin-top:100px;
  596. padding-bottom:100px;
  597. width:400px;
  598. margin-left:-30px;
  599. }
  600.  
  601. #ask {
  602. background-color:{color:shadow};
  603. padding:12.5px 20px 12.5px 20px;
  604. color:{color:Menu Text};
  605. font-family:'Cutive Mono';
  606. margin-top:-30px;
  607. margin-bottom:15px;
  608. margin-left:-21px;
  609. border-radius:4px;
  610. border:1px solid black;
  611. {block:IndexPage}width:400px;{/block:IndexPage}
  612. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  613. }
  614.  
  615. #ask a {
  616. color:{color:Menu Text};
  617. }
  618.  
  619. .photo {
  620. min-width:400px;
  621. }
  622.  
  623. .tbody {
  624. margin-top:-10px;
  625. }
  626.  
  627. /* --------------------------- Custom CSS -------------------------- */
  628. {CustomCSS}
  629. </style>
  630.  
  631. <link href='http://fonts.googleapis.com/css?family=Cutive+Mono' rel='stylesheet' type='text/css'>
  632. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic' rel='stylesheet' type='text/css'>
  633.  
  634. </head>
  635. <body>
  636.  
  637. <!-- removing this will automatically make you a piece of shit !! thank u -->
  638. <div id="clubs" style="right:25px;bottom:15px;position:fixed;font-size:18px;font-family: 'Playfair Display', serif;";><a href="http://halcey.tumblr.com">C</a></div>
  639.  
  640. {block:IfNotMenuOnScreen}
  641.  
  642. <a id="clickbutton" class="t" style="cursor:pointer;"><span class="t">
  643. <div id="toggle">
  644. <div class="one"></div>
  645. <div class="two"></div>
  646. <div class="three"></div>
  647. </div></span><span class="t" style="display:none"><div id="toggle">
  648. <div class="one"></div>
  649. <div class="two"></div>
  650. <div class="three"></div>
  651. </div></span></a>
  652.  
  653. <div id="about">
  654.  
  655. {block:IfMenuImage}<div id="avatar">
  656. <a href="/"><img src="{image:Menu Image}"/></a>
  657. </div>{/block:IfMenuImage}
  658.  
  659. <div id="desc">{description}
  660. </div><br>
  661.  
  662. <span class="menu-link">
  663. <a href="/">refresh</a><br>
  664. <a href="{text:Ask URL}">message</a><br>
  665. <a href="{text:URL 1}">{text:Link 1}</a><br>
  666. <a href="{text:URL 2}">{text:Link 2}</a><br>
  667. <a href="{text:URL 3}">{text:Link 3}</a><br>
  668. <a href="{text:URL 4}">{text:Link 4}</a>
  669. </span>
  670.  
  671. </div>
  672.  
  673. {/block:IfNotMenuOnScreen}
  674. {block:IfMenuOnScreen}
  675.  
  676. <div id="about2">
  677.  
  678. {block:IfMenuImage}<div id="avatar">
  679. <a href="/"><img src="{image:Menu Image}"/></a>
  680. </div>{/block:IfMenuImage}
  681.  
  682. <div id="desc">{description}
  683. </div><br>
  684.  
  685. <span class="menu-link">
  686. <a href="/">refresh</a><br>
  687. <a href="/message">message</a><br>
  688. <a href="{text:URL 1}">{text:Link 1}</a><br>
  689. <a href="{text:URL 2}">{text:Link 2}</a><br>
  690. <a href="{text:URL 3}">{text:Link 3}</a><br>
  691. <a href="{text:URL 4}">{text:Link 4}</a>
  692. </span>
  693.  
  694. </div>
  695.  
  696. {/block:IfMenuOnScreen}
  697.  
  698. <div id="postcontainer">
  699.  
  700. <div id="blogt"><a href="/">{text:Header Title}</a></div>
  701.  
  702. {block:Posts}
  703.  
  704. <article>
  705.  
  706. {block:ContentSource}
  707. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  708. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  709. {/block:SourceLogo}
  710. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  711. {/block:ContentSource}
  712.  
  713. <!--TEXT POST-->
  714. {block:Text}
  715. {block:Title}
  716. <h1 class="title">
  717. <a href="{Permalink}">{Title}</a></h1>
  718. {/block:Title}
  719. <div class="tbody">{Body}</div>
  720. {/block:Text}
  721.  
  722.  
  723. <!--PHOTO POST-->
  724. {block:Photo}
  725. {block:IndexPage}
  726. {LinkOpenTag}
  727. <img class="photo" src="{PhotoURL-400}" alt="{PhotoAlt}" />
  728. {LinkCloseTag}
  729. {/block:IndexPage}
  730. {block:PermalinkPage}
  731. {LinkOpenTag}
  732. <img src="{PhotoURL-500}" alt="{PhotoAlt}" />
  733. {LinkCloseTag}{/block:PermalinkPage}
  734. {/block:Photo}
  735.  
  736.  
  737. <!--PHOTOSET POST-->
  738. {block:Photoset}
  739. {block:IndexPage}{Photoset-400}{/block:IndexPage}
  740. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  741. {/block:Photoset}
  742.  
  743.  
  744. <!--QUOTE POST-->
  745. {block:Quote}
  746. <div class="quote">{Quote}</div>
  747. {block:Source}
  748. <div class="quotesource">{Source}</div>
  749. {/block:Source}
  750. {/block:Quote}
  751.  
  752.  
  753. <!--LINK POST-->
  754. {block:Link}
  755. <h1 class="title"><a href="{URL}">{Name}</a></h1>
  756. {block:Description}{Description}{/block:Description}
  757. {/block:Link}
  758.  
  759.  
  760. <!--CHAT POST-->
  761. {block:Chat}
  762. <ul class="chat">
  763. {block:Lines}<li class="{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}<p> {Line} </p></li>{/block:Lines}
  764. </ul>
  765. {/block:Chat}
  766.  
  767.  
  768. {block:Audio}<div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
  769. {block:AlbumArt}
  770. <img src="{AlbumArtURL}" class="cover">
  771. {/block:AlbumArt}
  772. <div id="audioinfo">
  773. <div class="info">{block:TrackName}<b style="text-transform:uppercase;color:{color:Menu Text};font-weight:bold;">{TrackName}</b><br />{/block:TrackName}{block:Artist}<b style="opacity:.8">{Artist}</b>{/block:Artist}{block:Album}<span style="padding-left:7.5px;opacity:.8">{Album}</span>{/block:Album}</div>
  774. </div>
  775. {/block:Audio}
  776.  
  777.  
  778. <!--VIDEO POST-->
  779. {block:Video}
  780. <div class="video">
  781. {block:IndexPage}<div class="video-player">{Video-400}</div>{/block:IndexPage}
  782. {block:PermalinkPage}<div class="video-player">{Video-500}</div>{/block:PermalinkPage}
  783. </div>
  784. {/block:Video}
  785.  
  786.  
  787. <!--ANSWER POST-->
  788. {block:Answer}
  789. <div id="ask"><b style="text-transform:lowercase;">{Asker}: </b></span>{Question}</div>
  790. <div id="answer">{Answer}</div>
  791. {/block:Answer}
  792.  
  793. <!--CAPTIONS-->
  794. {block:Ifhidecaptions}
  795. {block:permalink}
  796. {block:Caption}
  797. {Caption}
  798. {/block:Caption}
  799. {/block:permalink}
  800. {/block:Ifhidecaptions}
  801. {block:Ifnothidecaptions}
  802. {block:Caption}
  803. {Caption}
  804. {/block:Caption}
  805. {/block:Ifnothidecaptions}
  806.  
  807. <!--POST INFORMATION-->
  808. <div class="postinfo">
  809.  
  810. <!--PERMALINK-->
  811. <a href="{Permalink}">
  812. {block:Date}
  813. {ShortMonth} {DayOfMonth}{DayOfMonthSuffix}, {TimeAgo}
  814. {/block:Date}
  815. </a>
  816.  
  817. <!--NOTES-->
  818. {block:NoteCount}
  819. <a href="{Permalink}"> + {NoteCount} </a>
  820. {/block:NoteCount}
  821.  
  822. <!--VIA AND SOURCE-->
  823. {block:RebloggedFrom} /
  824. <a href="{ReblogParentURL}">Via</a>
  825. {/block:RebloggedFrom}
  826. {block:ContentSource}
  827. & <a href="{SourceURL}">Source</a>
  828. {/block:ContentSource}
  829. {block:RebloggedFrom}{/block:RebloggedFrom}
  830.  
  831. <!--TAGS-->
  832. {block:HasTags}
  833. <div class="tags">
  834. {block:Tags}
  835. <a href="{TagURL}">{Tag}</a><span class="comma">,</span>
  836. {/block:Tags}
  837. </div>
  838. {/block:HasTags}
  839.  
  840. </div>
  841.  
  842. <!--POST NOTES-->
  843. {block:PostNotes}
  844. <div class="pagenotes">{PostNotes-16}</div>
  845. {/block:PostNotes}
  846.  
  847.  
  848. </article>
  849.  
  850.  
  851.  
  852. {/block:Posts}
  853. <!--Close of article-->
  854.  
  855.  
  856. </div>
  857.  
  858. <!--PAGINATION-->
  859. {block:Pagination}
  860. <div id="pagination">
  861. {block:PreviousPage}
  862. <a href="{PreviousPage}">Previous</a>
  863. {/block:PreviousPage}
  864. {block:NextPage}
  865. <a href="{NextPage}">Next</a>
  866. {/block:NextPage}
  867. </div>
  868. {/block:Pagination}
  869.  
  870. </div>
  871.  
  872. </body>
  873. </html>
Advertisement
Add Comment
Please, Sign In to add comment