Advertisement
NitrogenFixation

Untitled

Apr 4th, 2014
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.87 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!-- THEME 09: DOMINATOR -->
  5. <!-- code by magnusthemes -->
  6. <!-- YOU MAY: EDIT THE THEME AS MUCH AS YOU LIKE AS LONG AS YOU LEAVE THE CREDIT ALONE -->
  7. <!-- YOU MAY NOT: TOUCH THE CREDIT - NOT EVEN MOVING IT TO A CREDITS PAGE; REDISTRIBUTE THIS; STEAL ANY PART OF THIS CODE; CLAIM THIS AS YOUR OWN -->
  8.  
  9.  
  10. <head>
  11.  
  12. <title>{Title}</title>
  13.  
  14. <link rel="shortcut icon" href="{Favicon}">
  15.  
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17.  
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20. <meta name="color:background" content="#ffffff"/>
  21. <meta name="color:borders" content="#aaa" />
  22. <meta name="color:links" content="#aaa"/>
  23. <meta name="color:links hover" content="#fff" />
  24. <meta name="color:scrollbar" content="#000" />
  25. <meta name="color:scrollbar background" content="#fff" />
  26. <meta name="color:text" content="#000000"/>
  27. <meta name="color:post container" content="#000" />
  28. <meta name="color:posts" content="#ffffff"/>
  29. <meta name="color:bold" content="#000" />
  30. <meta name="color:italic" content="#000" />
  31. <meta name="color:permalinks and asks" content="#fefefe" />
  32. <meta name="color:chat text" content="#eee" />
  33. <meta name="color:chat even" content="#111" />
  34. <meta name="color:chat odd" content="#333" />
  35. <meta name="color:tooltips" content="#fff" />
  36. <meta name="color:tooltips background" content="#000" />
  37. <meta name="color:post title" content="#000" />
  38. <meta name="color:sidebar" content="#222" />
  39. <meta name="color:links bar" content="#999" />
  40. <meta name="color:custom links" content="#eee" />
  41. <meta name="color:custom links background" content="#eee" />
  42. <meta name="color:blog title background" content="#111" />
  43. <meta name="color:description" content="#fff" />
  44. <meta name="color:title" content="#fff" />
  45.  
  46. <meta name="image:background" content=""/>
  47. <meta name="image:sidebar" content=""/>
  48. <meta name="image:icon" content="" />
  49.  
  50. <meta name="if:billy player" content="1" />
  51. <meta name="if:white description bg" content="0" />
  52. <meta name="if:hidden description" content="0" />
  53. <meta name="if:500px posts" content="0" />
  54. <meta name="if:white audio player" content="1" />
  55. <meta name="if:infinitescroll" content="1" />
  56.  
  57. <meta name="text:billy code" content="" />
  58. <meta name="text:link 1" content=""/>
  59. <meta name="text:link 1 url" content=""/>
  60. <meta name="text:link 2" content=""/>
  61. <meta name="text:link 2 url" content=""/>
  62. <meta name="text:link 3" content=""/>
  63. <meta name="text:link 3 url" content=""/>
  64. <meta name="text:link 4" content=""/>
  65. <meta name="text:link 4 url" content=""/>
  66. <meta name="text:link 5" content=""/>
  67. <meta name="text:link 5 url" content=""/>
  68. <meta name="text:link 6" content=""/>
  69. <meta name="text:link 6 url" content=""/>
  70. <meta name="text:link 7" content=""/>
  71. <meta name="text:link 7 url" content=""/>
  72.  
  73. <style type="text/css">
  74.  
  75. /* CUSTOM THINGIES */
  76.  
  77. ::-webkit-scrollbar {width: 5px; height:5px;}
  78. ::-webkit-scrollbar-track-piece {background-color:{color:scrollbar background};}
  79. ::-webkit-scrollbar-thumb {
  80. width: 5px;
  81. background-color:{color:scrollbar};
  82. }
  83.  
  84. @font-face {
  85. font-family:'Promesh';
  86. src: url('http://static.tumblr.com/p0knose/Rcan1m00g/promeshstitch-regular.ttf');
  87. }
  88.  
  89. @font-face {
  90. font-family:'Edmondsans';
  91. src: url('http://static.tumblr.com/2b2izpj/jx4n0o5ec/edmondsans_regular.ttf');
  92. }
  93.  
  94. #s-m-t-tooltip{
  95. max-width:200px;
  96. z-index:999999999999999999999999999999999999999999999999999;
  97. margin:24px 14px 7px 12px;
  98. padding:5px;
  99. padding-bottom:2px;
  100. opacity:0.8;
  101. background:{color:tooltips background};
  102. border-radius:0px;
  103. -moz-box-shadow:0px 0px 3px #232323;
  104. -webkit-box-shadow:0px 0px 3px #232323;
  105. box-shadow:0px 0px 3px #232323;
  106. font-size:10px;
  107. color:{color:tooltips};
  108. }
  109.  
  110. /* BORING BASICS */
  111.  
  112. body{
  113. background-image:url('{image:background}');
  114. word-wrap:break-word;
  115. overflow:auto;
  116. background-attachment: fixed;
  117. background-repeat: repeat;
  118. background-color: {color:background};
  119. margin-left:0px;
  120. margin-top:0px;
  121. color:{color:text};
  122. font-family: Edmondsans;
  123. letter-spacing:1px;
  124. font-size:12px;
  125. line-height:150%;
  126. }
  127.  
  128. a{
  129. text-decoration:none;
  130. color:{color:links};
  131. transition:0.2s;
  132. -webkit-transition:0.2s;
  133. -moz-transition:0.2s;
  134. -o-transition:0.2s;
  135. -ms-transition:0.2s;
  136. }
  137.  
  138. a:hover {
  139. color:{color:links hover};
  140. }
  141.  
  142. i, italic, em{
  143. color:{color:italic};
  144. text-transform:italic;
  145. }
  146.  
  147. b, bold, strong{
  148. color:{color:bold};
  149. font-weight:bold;
  150. font-weight:strong;
  151. }
  152.  
  153. img{
  154. border:none;
  155. }
  156.  
  157.  
  158. blockquote {
  159. margin:10px 0px;
  160. margin-left:10px;
  161. display:block;
  162. border-left:2px solid {color:borders};
  163. padding:0px 10px;
  164. }
  165.  
  166. blockquote img {max-width:100%!important;}
  167.  
  168. pre {
  169. background:{color:permalinks and asks};
  170. padding:10px;
  171. }
  172.  
  173. /* POSTS */
  174.  
  175.  
  176. #postmargin{
  177. background:{color:post container};
  178. margin-left:550px;
  179. margin-top:0px;
  180. padding: 20px;
  181. padding-top:30px;
  182. margin-bottom:0px;
  183. {block:if500pxposts}width:560px;{/block:if500pxposts}
  184. {block:ifnot500pxposts}width:460px;{/block:ifnot500pxposts}
  185. border-right:20px solid {color:borders};
  186. }
  187.  
  188. .posts{
  189. {block:if500pxposts}width:540px;{/block:if500pxposts}
  190. {block:ifnot500pxposts}width:440px;{/block:ifnot500pxposts}
  191. padding:0px;
  192. margin-left:10px;
  193. background-color:{color:posts};
  194. }
  195.  
  196. .container {padding:20px;}
  197.  
  198. .posts img{
  199. max-width:100%;
  200. }
  201.  
  202. .posts iframe{
  203. max-width:100%;
  204. }
  205.  
  206. #quote{
  207. padding:5px;
  208. padding-left:20px;
  209. border-left:20px solid {color:borders};
  210. border-right:20px solid {color:borders};
  211. font-size:16px;
  212. letter-spacing:1.5px;
  213. font-family:Promesh;
  214. margin-bottom:15px;
  215. line-height:150%;
  216. }
  217.  
  218. #link{
  219. text-align:left;
  220. padding:5px;
  221. padding-left:20px;
  222. border-left:20px solid {color:borders};
  223. background:{color:permalinks and asks};
  224. font-size:15px;
  225. }
  226.  
  227. #permalink{
  228. width:100%;
  229. margin-bottom:10px;
  230. margin-top:10px;
  231. font-size:10px;
  232. padding-top:10px;
  233. padding-bottom:10px;
  234. height:auto;
  235. text-align:center;
  236. background-color:{color:permalinks and asks};
  237. }
  238.  
  239. .jrc {
  240. margin-top:5px;
  241. font-size:22px;
  242. color:{color:post title};
  243. text-align:center;
  244. letter-spacing:1.5px;
  245. font-family:Promesh;
  246. line-height:150%;
  247. padding-bottom:10px;
  248. margin-bottom:5px;
  249. }
  250.  
  251. #asks {
  252. background:{color:permalinks and asks};
  253. padding:10px;
  254. }
  255.  
  256. #asks img {
  257. border:5px solid {color:borders};
  258. width:50px;
  259. height:50px;
  260. }
  261.  
  262. #musicinfo{
  263. color:{color:text};
  264. margin-left:130px;
  265. margin-top:-105px;
  266. line-height:120%;
  267. border:3px solid {color:borders};
  268. padding:5px;
  269. padding-left:10px;
  270. padding-right:10px;
  271. {block:if500pxposts}width:300px;{/block:if500pxposts}
  272. {block:ifnot500pxposts}width:200px;{/block:ifnot500pxposts}
  273. background:{color:permalinks and asks};
  274. margin-bottom:110px;
  275. }
  276.  
  277. .audiocaption {
  278. margin-top:-90px;
  279. }
  280.  
  281. .albumart {
  282. position: relative;
  283. z-index: 1;
  284. width:100px;
  285. height:100px;
  286. background:url(http://i.imgur.com/zlbTeHo.jpg);
  287. background-size:100px 100px;
  288. background-position:fixed;
  289. background-repeat:no-repeat;
  290. }
  291.  
  292. .tplayer {
  293. width: 20px;
  294. height: 30px;
  295. overflow: hidden;
  296. position: relative;
  297. z-index: 1000;
  298. margin: 15px 19px 13px 21px;
  299. }
  300.  
  301. .playercontainer {
  302. {block:ifnotwhiteaudioplayer}
  303. background-color: #000;
  304. {/block:ifnotwhiteaudioplayer}
  305. {block:ifwhiteaudioplayer}
  306. background-color:#fff;
  307. {/block:ifwhiteaudioplayer}
  308. position: absolute;
  309. opacity:0.6;
  310. z-index: 1000;
  311. margin-top: 22px;
  312. margin-left: 22px;
  313. transition:0.4s;
  314. -webkit-transition:0.4s;
  315. -moz-transition:0.4s;
  316. -o-transition:0.4s;
  317. -ms-transition:0.4s;
  318. }
  319.  
  320. .playercontainer:hover {opacity:0.8;}
  321.  
  322. .label {
  323. background-color:{color:chat even};
  324. border-left:20px solid {color:borders};
  325. padding-left:20px;
  326. padding:10px;
  327. color:{color:chat text};
  328. }
  329.  
  330. .label:nth-of-type(odd) {
  331. background-color:{color:chat even};
  332. }
  333.  
  334. .label:nth-of-type(even) {
  335. background-color:{color:chat odd};
  336. }
  337.  
  338. /* NOTES */
  339.  
  340. ol.notes{
  341. {block:if500pxposts}width:520px;{/block:if500pxposts}
  342. {block:ifnot500pxposts}width:420px;{/block:ifnot500pxposts}
  343. max-height:200px;
  344. overflow:auto;
  345. padding-left:10px;
  346. padding-right:10px;
  347. padding-top:10px;
  348. padding-bottom:10px;
  349. list-style-type:none;
  350. font-size:8px;
  351. background-color:{color:permalinks and asks};
  352. }
  353.  
  354. ol.notes li.note{
  355. border-top:1px dotted #cccccc;
  356. padding:2px;
  357. font-size:7px;
  358. }
  359.  
  360. ol.notes li.note img{
  361. padding:0px !important;
  362. }
  363.  
  364. ol.notes li.note img.avatar{
  365. margin-right:5px;
  366. width:0px;
  367. height:0px;
  368. }
  369.  
  370. ol.notes li.note a img.avatar{
  371. padding:0px;
  372. border-width:0px;
  373. border:none;
  374. }
  375.  
  376. ol.notes li.note img{
  377. padding:0px;
  378. border-width:0px;
  379. border:none;
  380. }
  381.  
  382. ol.notes li.note span.action{
  383. font-weight:bold;
  384. color:gray;
  385. }
  386.  
  387. ol.notes li.note.answer_content{
  388. font-weight:normal;
  389. }
  390.  
  391. ol.notes li.note.blockquote{
  392. padding:1 px 1 px;margin:1px 0px 0px 1px;
  393. }
  394.  
  395. ol.notes li.note.blockquote a{
  396. text-decoration:none;
  397. }
  398.  
  399. /* IMPORTANT */
  400.  
  401. #jan {
  402. bottom:5px;
  403. right:5px;
  404. position:fixed;
  405. z-index:99999;
  406. }
  407.  
  408. /* SIDEBAR */
  409.  
  410. #bar {
  411. border-right:20px solid {color:borders};
  412. background:{color:sidebar};
  413. height:100%;
  414. width:350px;
  415. padding:20px;
  416. position:fixed;
  417. top:0;
  418. left:0;
  419. }
  420.  
  421. /* SIDEBAR IMG */
  422.  
  423. .image {
  424. position:fixed;
  425. display:inline-block;
  426. vertical-align:middle;
  427. height:1080px;
  428. margin-top:100px;
  429. margin-left:100px;
  430. }
  431.  
  432. .image img {
  433. display:inline-block;
  434. width:270px;
  435. height:100%;
  436. }
  437.  
  438. /* DESCRIPTION */
  439.  
  440. .desc {
  441. overflow:auto;
  442. position:fixed;
  443. z-index:1;
  444. max-height:380px;
  445. padding:10px;
  446. width:230px;
  447. margin-top:110px;
  448. margin-left:110px;
  449. text-align:justify;
  450. {block:ifnotwhitedescriptionbg}
  451. background:rgba(0, 0, 0, 0.6);
  452. {/block:ifnotwhitedescriptionbg}
  453. {block:ifwhitedescriptionbg}
  454. background:rgba(255, 255, 255, 0.6);
  455. {/block:ifwhitedescriptionbg}
  456. {block:ifhiddendescription}
  457. color:{color:description};
  458. opacity:0;
  459. transition:0.6s ease-in-out;
  460. -webkit-transition:0.6s ease-in-out;
  461. -moz-transition:0.6s ease-in-out;
  462. -o-transition:0.6s ease-in-out;
  463. -ms-transition:0.6s ease-in-out;
  464. }
  465.  
  466. #bar:hover .desc {
  467. {/block:ifhiddendescription}
  468. opacity:1;}
  469.  
  470. .text {
  471. overflow:auto;
  472. max-height:380px;
  473. }
  474.  
  475. .text::-webkit-scrollbar {width: 2px; height:2px;}
  476. .text::-webkit-scrollbar-track-piece {background-color:{color:scrollbar background};}
  477. .text::-webkit-scrollbar-thumb {
  478. width: 2px;
  479. background-color:{color:scrollbar};
  480. }
  481.  
  482. .wrap {
  483. width:220px;
  484. }
  485.  
  486. /* CUSTOM LINKS */
  487.  
  488. #lbar {
  489. background:{color:links bar};
  490. height:100%;
  491. width:100px;
  492. padding:10px;
  493. position:fixed;
  494. top:0;
  495. left:0;
  496. vertical-align:middle;
  497. text-transform:uppercase;
  498. }
  499.  
  500. #lbar a {
  501. background:{color:custom links background};
  502. opacity:0.6;
  503. width:100px;
  504. display:block;
  505. height:20px;
  506. padding-top:5px;
  507. padding-bottom:5px;
  508. color:{color:custom links};
  509. text-align:center;
  510. margin-top:120px;
  511. margin-bottom:-110px;
  512. transition:0.2s;
  513. -webkit-transition:0.2s;
  514. -moz-transition:0.2s;
  515. -o-transition:0.2s;
  516. -ms-transition:0.2s;
  517. }
  518.  
  519. #lbar a:hover {
  520. opacity:1;
  521. -moz-box-shadow:0px 0px 10px {color:custom links};
  522. -webkit-box-shadow:0px 0px 10px {color:custom links};
  523. box-shadow:0px 0px 10px {color:custom links};
  524. }
  525.  
  526. /* TITLE BAR */
  527.  
  528. #tbar {
  529. height:100px;
  530. background:{color:blog title background};
  531. width:370px;
  532. padding:10px;
  533. position:fixed;
  534. top:0;
  535. left:0;
  536. }
  537.  
  538. /* TITLEBAR ICON */
  539.  
  540. #tbar img {
  541. float:left;
  542. height:80px;
  543. border-radius:100%;
  544. border:10px solid {color:borders};
  545. width:80px;
  546. }
  547.  
  548. /* NICE TITLE BORDER THINGY */
  549.  
  550. .line {
  551. width:330px;
  552. margin-left:50px;
  553. height:10px;
  554. margin-top:70px;
  555. background-color:{color:borders};
  556. }
  557.  
  558. /* THE TITLE ITSELF LOL */
  559.  
  560. .title {
  561. margin-top:-34px;
  562. position:fixed;
  563. font-size:22px;
  564. overflow:hidden;
  565. margin-left:105px;
  566. text-align:right;
  567. height:29px;
  568. overflow:hidden;
  569. line-height:26px;
  570. vertical-align:bottom;
  571. font-weight:bold;
  572. color:{color:title};
  573. text-transform:uppercase;
  574. font-family:Promesh;
  575. width:260px;
  576. }
  577.  
  578. /* BILLY PLAYER */
  579.  
  580. #music {
  581. z-index:1;
  582. margin-left:350px;
  583. margin-top:90px;
  584. position:fixed;
  585. width:30px;
  586. height:30px;
  587. transition:0.5s;
  588. -webkit-transition:0.5s;
  589. -moz-transition:0.5s;
  590. -o-transition:0.5s;
  591. -ms-transition:0.5s;
  592. }
  593.  
  594. #wrapper {
  595. position:fixed;
  596. }
  597.  
  598. #wrapper:hover #music {
  599. margin-top:60px;
  600. opacity:0;
  601. }
  602.  
  603. #music img {
  604. width:auto;
  605. border:none;
  606. height:auto;
  607. border-radius:0;
  608. }
  609.  
  610. #player {
  611. opacity:0;
  612. width:40px;
  613. height:20px;
  614. overflow:hidden;
  615. margin-left:327.5px;
  616. margin-top:80px;
  617. transition:0.5s;
  618. -webkit-transition:0.5s;
  619. -moz-transition:0.5s;
  620. -o-transition:0.5s;
  621. -ms-transition:0.5s;
  622. }
  623.  
  624. #wrapper:hover #player {
  625. opacity:1;
  626. transition:0.5s 0.2s;
  627. -webkit-transition:0.5s 0.2s;
  628. -moz-transition:0.5s 0.2s;
  629. -o-transition:0.5s 0.2s;
  630. -ms-transition:0.5s 0.2s;
  631. }
  632.  
  633. {CustomCSS}
  634. </style>
  635.  
  636. <!-- STYLE-MY-TOOLTIPS SCRIPTS -->
  637. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  638. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  639.  
  640. <script>
  641. (function($){
  642. $(document).ready(function(){
  643. $("a[title]").style_my_tooltips({
  644. tip_follows_cursor:true,
  645. tip_delay_time:0,
  646. tip_fade_speed:0,
  647. attribute:"title"
  648. });
  649. });
  650. })(jQuery);
  651. </script>
  652.  
  653. {block:ifinfinitescroll}
  654. <!-- INFINITE SCROLL SCRIPT -->
  655. <script src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  656. {/block:ifinfinitescroll}
  657.  
  658. </head>
  659. <body>
  660.  
  661. <div id="bar">
  662.  
  663. <div class="desc">
  664. <div class="text">
  665. <div class="wrap">
  666. {Description}
  667. </div>
  668. </div>
  669. </div>
  670.  
  671. <div class="image">
  672. <img src="{image:sidebar}"/>
  673. </div>
  674.  
  675. <div id="lbar">
  676. <a href="/">home</a>
  677. <a href="/ask">ask</a>
  678. <a href="/archive">past</a>
  679. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}
  680. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}
  681. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
  682. {block:iflink4}<a href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4}
  683. {block:iflink5}<a href="{text:link 5 url}">{text:link 5}</a>{/block:iflink5}
  684. {block:iflink6}<a href="{text:link 6 url}">{text:link 6}</a>{/block:iflink6}
  685. {block:iflink7}<font size=1><a href="{text:link 7 url}">{text:link 7}</a></font>{/block:iflink7}
  686. {block:ifnotinfinitescroll}
  687. {block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage}
  688. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  689. {/block:ifnotinfinitescroll}
  690. </div><!-- LBAR -->
  691.  
  692. <div id="tbar">
  693.  
  694. {block:ifbillyplayer}
  695. <div id="wrapper">
  696. <div id="music"><img src="http://media.tumblr.com/tumblr_m7w2g5xcTH1r6o8v2.gif"/>
  697. </div><!-- MUSIC -->
  698. <div id="player">
  699. {text:billy code}
  700. </div><!-- PLAYER -->
  701. </div><!-- WRAPPER -->
  702. {/block:ifbillyplayer}
  703.  
  704. <img src="{image:icon}"/>
  705.  
  706. <div class="line"></div>
  707.  
  708. <div class="title">{Title}</div>
  709.  
  710. </div><!-- TBAR -->
  711. </div><!-- BAR -->
  712.  
  713.  
  714. <!-- IMPORTANT -->
  715. <div id="jan"><a href="http://magnusthemes.tumblr.com" title="magnusthemes"><img src="http://i.imgur.com/sm6ogVP.png"/></a></div>
  716. <!-- IMPORTANT -->
  717.  
  718. <!-- POSTS -->
  719. <div id="juniorcouncil">
  720. <div id="postmargin">
  721. <div class="autopagerize_page_element">
  722. {block:Posts}
  723. <div class="posts">
  724. <div class="container">
  725.  
  726. {block:Text}
  727. {block:Title}
  728. <div id="link">
  729. <div class="jrc">{Title}</div>
  730. </div>
  731. {/block:Title}
  732. {Body}
  733. {/block:Text}
  734.  
  735. {block:Photo}
  736. {block:if500pxposts}{LinkOpenTag}<img src="{PhotoURL-500}" width="500">{LinkCloseTag}{/block:if500pxposts}
  737. {block:ifnot500pxposts}{LinkOpenTag}<img src="{PhotoURL-400}" width="400">{LinkCloseTag}{/block:ifnot500pxposts}
  738. {block:Caption}{Caption}{/block:Caption}
  739. {/block:Photo}
  740.  
  741. {block:Photoset}
  742. {block:if500pxposts}{Photoset-500}{/block:if500pxposts}
  743. {block:ifnot500pxposts}{Photoset-400}{/block:ifnot500pxposts}
  744. {block:Caption}{Caption}{/block:Caption}
  745. {/block:Photoset}
  746.  
  747. {block:Quote}
  748. <div id="quote">
  749. {Quote}
  750. </div>
  751. {block:Source} —{Source}{/block:Source}
  752. {/block:Quote}
  753.  
  754. {block:Link}
  755. <div id="link"><div class="jrc">
  756. <a href="{URL}" {Target}>{Name}</a>
  757. </div></div>
  758. {block:Description}{Description}{/block:Description}
  759. {/block:Link}
  760.  
  761. {block:Chat}
  762. <div class="jrc">{block:Title}<t>{Title}</t>{/block:Title}</div>
  763. {block:Lines}<div class="label">
  764. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br/></div>
  765. {/block:Lines}
  766. {/block:Chat}
  767.  
  768. {block:Audio}
  769.  
  770. <div class="playercontainer">
  771. <div class="tplayer">
  772. {block:AudioPlayer}
  773.  
  774. {block:ifnotwhiteaudioplayer}
  775. {AudioPlayerBlack}
  776. {/block:ifnotwhiteaudioplayer}
  777.  
  778. {block:ifwhiteaudioplayer}
  779. {AudioPlayerWhite}
  780. {/block:ifwhiteaudioplayer}
  781.  
  782. {/block:AudioPlayer}
  783. </div>
  784. </div>
  785.  
  786. {block:AlbumArt}
  787. <img src="{AlbumArtURL}" class="albumart">
  788. {/block:AlbumArt}
  789.  
  790. <div id="musicinfo">
  791. <b>Song:</b> {block:TrackName}{TrackName}{/block:TrackName}</div>
  792. <div id="musicinfo">
  793. <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}</div>
  794. <div id="musicinfo">
  795. <b>Album:</b> {block:Album}{Album}{/block:Album}
  796. </div>
  797. <div class="audiocaption">
  798. {block:Caption}{Caption}{/block:Caption}
  799. </div>
  800. {/block:Audio}
  801.  
  802. {block:Video}
  803. {block:if500pxposts}{Video-500}{/block:if500pxposts}
  804. {block:ifnot500pxposts}{Video-400}{/block:ifnot500pxposts}
  805. {block:Caption}{Caption}{/block:Caption}
  806. {/block:Video}
  807.  
  808. {block:Answer}
  809. <div id="asks">
  810. <table>
  811. <tr>
  812. <td style="vertical-align:top; padding-right:10px; width:70px;"><img src="{AskerPortraitURL-64}"></td>
  813. <td style="vertical-align:top;"><strong>{Asker} asked:</strong><br> {Question}</td>
  814. </tr>
  815. </table>
  816. </div><!-- ASKS -->
  817. <br>
  818. {Answer}
  819. {/block:Answer}
  820. </div><!-- CONTAINER -->
  821.  
  822. <div id="permalink">
  823.  
  824. {block:Date}
  825. <a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumber}/{ShortYear}</a>
  826. at <a href="{Permalink}">{24Hour}:{Minutes}{AmPm}</a>
  827. {/block:Date}
  828.  
  829. {block:NoteCount}
  830. with <a href="{Permalink}">{NoteCount}</a> notes
  831. {/block:NoteCount}
  832.  
  833. {block:RebloggedFrom}
  834. - <a href="{ReblogRootURL}">source</a> - <a href="{ReblogParentURL}">from</a>
  835. {/block:RebloggedFrom}
  836.  
  837. - <a href="{ReblogURL}">reblog</a>
  838.  
  839. {block:HasTags}<br>
  840. {block:Tags}
  841. #<a href="{TagURL}">{Tag}</a>
  842. {/block:Tags}
  843. {/block:HasTags}
  844.  
  845. </div><!-- PERMALINK -->
  846.  
  847. <div class="notes">
  848. {block:PostNotes}
  849. <a name="notes">{PostNotes}</a>
  850. {/block:PostNotes}
  851. </div><!-- NOTES -->
  852.  
  853. </div><!-- POSTS -->
  854. {/block:Posts}
  855. </div><!-- AUTOPAGERIZE -->
  856. </div><!-- POSTMARGIN -->
  857. </div><!-- JUNIORCOUNCIL -->
  858. <!-- POSTS -->
  859.  
  860.  
  861. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement