Advertisement
NitrogenFixation

STEVIE WONDER HERE WE COME

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