sleeplessthemes

Colossal

Nov 21st, 2011
41,250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.00 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. <!-- Please keep my credit on this theme. Or at least link
  5. me as the creator on your blog somewhere. Thanks! =)
  6.  
  7. Colossal Theme by: sleeplessthemes.com & destroyer.tumblr.com
  8. Colossal Theme by: sleeplessthemes.com & destroyer.tumblr.com
  9. Colossal Theme by: sleeplessthemes.com & destroyer.tumblr.com
  10. Colossal Theme by: sleeplessthemes.com & destroyer.tumblr.com -->
  11.  
  12.  
  13. <head>
  14. <!-- DEFAULT COLORS -->
  15. <meta name="color:Background" content="#d5d5d5"/>
  16. <meta name="color:posts" content="#ffffff"/>
  17. <meta name="color:post glow" content="#bababa"/>
  18. <meta name="color:text" content="#777777"/>
  19. <meta name="color:bold text" content="#181818"/>
  20. <meta name="color:link" content="#7eb0c0"/>
  21. <meta name="color:link hover" content="#20abd7"/>
  22. <meta name="color:text headers" content="#20d2db"/>
  23. <meta name="color:text headers" content="#2d8da6"/>
  24. <meta name="color:label background" content="#e7e7e7"/>
  25.  
  26. <meta name="image:Background" content="" />
  27.  
  28. <meta name="if:Show Infinite Scroll" content="1" />
  29. <meta name="if:Show Caption" content="1" />
  30. <meta name="if:Links Top" content="0" />
  31. <meta name="if:Links Bottom" content="1" />
  32.  
  33. <meta name="text:Font Size" content="10px"/>
  34. <meta name="font:Body" content="'Arial', Trebuchet MS, Helvetica, Tahoma, sans-serif" />
  35.  
  36. <meta name="text:Custom Link One" content="" />
  37. <meta name="text:Custom Link One Title" content="" />
  38. <meta name="text:Custom Link Two" content="" />
  39. <meta name="text:Custom Link Two Title" content="" />
  40. <meta name="text:Custom Link Three" content="" />
  41. <meta name="text:Custom Link Three Title" content="" />
  42. <meta name="text:Custom Link Four" content="" />
  43. <meta name="text:Custom Link Four Title" content="" />
  44.  
  45.  
  46. <title>{Title}</title>
  47.  
  48.  
  49. <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
  50.  
  51. {block:Indexpage}
  52.  
  53. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  54.  
  55. <script src='http://code.jquery.com/jquery-1.4.2.min.js' type='text/javascript'></script>
  56.  
  57. <script src='http://static.tumblr.com/1s4z8hu/UTBlo4136/jquery.masonry.min.js' type='text/javascript'></script>
  58.  
  59. {block:IfShowInfiniteScroll}<script type="text/javascript" src="http://static.tumblr.com/jnmer2r/WKhljk73d/jquery.infinitescroll.min.js"></script>{/block:IfShowInfiniteScroll}
  60.  
  61. <script>
  62. jQuery(window).load(function(){
  63. var $wall = $('#posts');
  64. $wall.imagesLoaded(function(){
  65. $wall.masonry({
  66. singleMode: true,
  67. columnWidth: 418,
  68. itemSelector: '#entry'
  69. });
  70. });
  71. $wall.infinitescroll({
  72. navSelector : '#page-nav',
  73. nextSelector : '#page-nav a',
  74. itemSelector : '#entry',
  75. },
  76.  
  77. function( newElements ){
  78. $(newElements).hide();
  79. setTimeout(function(){
  80. $wall.masonry({ appendedContent: $(newElements) });
  81. },2000);
  82. setTimeout(function(){
  83. $(newElements).fadeIn('slow');
  84. },2100);
  85. },1000);
  86. });
  87. </script>
  88.  
  89.  
  90. <script>
  91. $.fn.imagesLoaded = function(callback){
  92. var elems = this.find('img'),
  93. len = elems.length,
  94. _this = this;
  95. if ( !elems.length ) {
  96. callback.call( this );}
  97. elems.bind('load',function(){
  98. if (--len <= 0){
  99. callback.call( _this );}
  100. }).each(function(){
  101. // cached images don't fire load sometimes, so we reset src.
  102. if (this.complete || this.complete === undefined){
  103. var src = this.src;
  104. // webkit hack from http://groups.google.com/group/jquery-dev/browse_thread/thread/eee6ab7b2da50e1f
  105. // data uri bypasses webkit log warning (thx doug jones)
  106. this.src = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==";
  107. this.src = src;}
  108. });
  109. return this;};
  110. </script>
  111.  
  112. {/block:Indexpage}
  113.  
  114. <link rel="stylesheet" href="http://static.tumblr.com/usaykzx/o8Bku9w35/reset.css" type="text/css" />
  115.  
  116. <link rel="shortcut icon" href="{Favicon}">
  117. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  118. {block:Description}
  119. <meta name="description" content="{MetaDescription}" />
  120. {/block:Description}
  121.  
  122.  
  123. <style type="text/css">
  124. body{
  125.  
  126. {block:iflinksbottom}margin-top: 10px;{/block:iflinksbottom}
  127. {block:iflinkstop}margin-top: 60px;{/block:iflinkstop}
  128. margin-bottom: 60px;
  129. text-align:justify;
  130. color: {color:text};
  131. font-family: {font:Body};
  132. font-size: {text:Font Size};
  133. line-height: 12px;
  134. background-color:{color:Background};
  135. background-image:url({image:Background});
  136. background-attachment: fixed;
  137. background-position:top center;
  138. background-repeat: repeat;}
  139.  
  140. a, a:link, a:visited, a:active{color: {color:link}; text-decoration:none;
  141. font-family: {font:Body};
  142. font-size: {text:Font Size}; line-height:12px; }
  143. a:hover{color: {color:link hover}; line-height:12px;}
  144.  
  145. #tumblr_controls{
  146. position:fixed!important;}
  147.  
  148. b, strong{color: {color:bold text};
  149. font-family: {font:Body};
  150. font-size: {text:Font Size}; line-height:12px;}
  151.  
  152. #posts {
  153. color: {color:text};
  154. font-family: {font:Body};
  155. font-size: {text:Font Size};
  156. line-height: 12px;
  157. margin-left:auto;
  158. margin-right:auto;
  159. width:1254px;
  160. padding-left:4px;
  161. padding-top:4px;
  162. {block:PermalinkPage}
  163. width:512px;
  164. height:auto;
  165. {/block:PermalinkPage}
  166. background-color: transparent;}
  167.  
  168.  
  169. #entry{
  170. -moz-box-shadow: 0px 0px 12px 0px {color:post glow};
  171. -webkit-box-shadow: 0px 0px 12px 0px {color:post glow};
  172. box-shadow: 0px 0px 12px 0px {color:post glow};
  173.  
  174. /* For IE 8 */
  175. -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='{color:post glow}')";
  176. /* For IE 5.5 - 7 */
  177. filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='{color:post glow}');
  178. float:left;
  179. border: 4px solid {color:posts};
  180. text-align:justify;
  181. padding:0px;
  182. background-color: {color:posts};
  183. width:400px;
  184. height:auto;
  185. overflow: hidden;
  186.  
  187. margin-right:12px;
  188. margin-bottom:12px;
  189.  
  190. {block:PermalinkPage}
  191. width:500px;
  192. height:auto;
  193.  
  194. {/block:PermalinkPage}
  195. position: relative;}
  196.  
  197. #info{
  198. -moz-box-shadow: 0px 0px 12px 0px {color:post glow};
  199. -webkit-box-shadow: 0px 0px 12px 0px {color:post glow};
  200. box-shadow: 0px 0px 12px 0px {color:post glow};
  201.  
  202. /* For IE 8 */
  203. -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='{color:post glow}')";
  204. /* For IE 5.5 - 7 */
  205. filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='{color:post glow}');
  206. border: 4px solid {color:posts};
  207. text-align:justify;
  208. padding:0px;
  209. background-color: {color:posts};
  210. width:500px;
  211. height:auto;
  212. overflow: hidden;
  213. margin-right:12px;
  214. margin-bottom:12px;
  215. position: relative;}
  216.  
  217. #notes{
  218. -moz-box-shadow: 0px 0px 12px 0px {color:post glow};
  219. -webkit-box-shadow: 0px 0px 12px 0px {color:post glow};
  220. box-shadow: 0px 0px 12px 0px {color:post glow};
  221.  
  222. /* For IE 8 */
  223. -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='{color:post glow}')";
  224. /* For IE 5.5 - 7 */
  225. filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='{color:post glow}');
  226. border: 4px solid {color:posts};
  227. text-align:justify;
  228. padding:0px;
  229. background-color: {color:posts};
  230. width:500px;
  231. height:auto;
  232. overflow: hidden;
  233. margin-right:12px;
  234. margin-bottom:12px;
  235. position: relative;}
  236.  
  237.  
  238. #question{
  239. overflow:SHOW;
  240. padding-bottom:3px;
  241. margin-bottom:3px;}
  242.  
  243. #askr{
  244. display:block;
  245. float:left;
  246. width:33px;
  247. overflow:hidden;
  248. margin-right:3px;}
  249.  
  250. ul {
  251. list-style: disc;
  252. padding: 4px 0px 6px 20px;}
  253.  
  254. blockquote{padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:label background};}
  255.  
  256. blockquote img{display:block; width:100%;}
  257.  
  258. blockquote p{padding:0px; margin:0px;}
  259.  
  260. blockquote blockquote{position:relative; left:6px; margin-top:0px; margin-right:0px; padding-right:0px;}
  261.  
  262.  
  263. #bottominfo{
  264. padding:2px 0px 0px 0px;
  265. display:block;}
  266.  
  267. .answer p{margin:0px;}
  268.  
  269. .notes img{
  270. width:10px;
  271. position:relative;
  272. top:1px;}
  273.  
  274. ol.notes, .notes li{
  275. list-style:none;
  276. margin:0px;
  277. padding:0px;}
  278.  
  279. small {font-size:7px; line-height:10px; letter-spacing:0px;}
  280. big {font-family:arial black; color:{color:text}; font-size:14px;}
  281.  
  282. a img{border:none;}
  283.  
  284. .label {
  285. color: {color:bold text};font-weight: bold; line-height:12px;}
  286.  
  287. .odd {
  288. background-color:{color:label background};}
  289.  
  290. h1 {
  291. color: {color:text headers};
  292. font-size: 24px;
  293. line-height: 24px;
  294. font-family: impact;
  295. font-weight: normal;
  296. text-transform: uppercase;
  297. letter-spacing: -1px;
  298. margin:0;}
  299.  
  300. h2 {
  301. color: {color:text headers};
  302. font-size: 16px;
  303. line-height: 18px;
  304. font-family: impact;
  305. font-weight: normal;
  306. text-transform: uppercase;
  307. letter-spacing: -1px;}
  308.  
  309. h3 {
  310. z-index:10;
  311. text-align:center;
  312. width:160px;
  313. margin-bottom:2px;
  314. color: {color:nav text};
  315. font-size: 10px;
  316. line-height: 16px;
  317. font-family: arial black;
  318. text-transform: uppercase;
  319. letter-spacing: -1px;
  320. background-color:{color:nav text background};}
  321.  
  322. #leftholder{
  323. -moz-box-shadow: 0px 0px 12px 0px {color:post glow};
  324. -webkit-box-shadow: 0px 0px 12px 0px {color:post glow};
  325. box-shadow: 0px 0px 12px 0px {color:post glow};
  326.  
  327. /* For IE 8 */
  328. -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='{color:post glow}')";
  329. /* For IE 5.5 - 7 */
  330. filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='{color:post glow}');
  331.  
  332. opacity:0.8;
  333. filter: alpha(opacity=80);
  334. -moz-opacity:0.8;
  335.  
  336. width: 100%;
  337. height: auto;
  338. {block:iflinksbottom}bottom:0px;{/block:iflinksbottom}
  339. {block:iflinkstop}top:0px;{/block:iflinkstop}
  340. position: fixed;
  341. margin-left:auto;
  342. margin-right:auto;
  343.  
  344. z-index:8;
  345. padding: 4px;
  346. background-color: {color:posts};}
  347.  
  348. #ask {
  349. font-size:10px;
  350. line-height:12px;
  351. background-color: {color:label background};
  352. padding:4px;
  353. margin-bottom:4px;}
  354.  
  355.  
  356. p {padding:1px;}
  357.  
  358. #note{
  359. color:{color:text};
  360. font-size:7px;
  361. text-align:right;
  362. top:0px;
  363. margin-bottom:4px;
  364. width:auto;
  365. background-color: {color:label background};
  366. padding:2px;}
  367.  
  368. #note a {font-size:7px;}
  369.  
  370. #info{
  371. margin-top:6px;
  372. background-color: {color:label background};
  373. padding:2px;}
  374.  
  375. #audio {
  376. padding:0;
  377. background-color:black;
  378. {block:IndexPage}
  379. width:400px;
  380. {/block:IndexPage}
  381. {block:PermalinkPage}
  382. width:900px;
  383. float: left;
  384. {/block:PermalinkPage}}
  385.  
  386. .title {
  387. color: {color:text headers};
  388. font-size: 24px;
  389. line-height: 24px;
  390. font-family: impact;
  391. font-weight: normal;
  392. text-transform: uppercase;
  393. letter-spacing: -1px;
  394. margin:2px;}
  395.  
  396. .title a {
  397. color: {color:text};
  398. font-size: 24px;
  399. line-height: 24px;
  400. font-family: impact;
  401. font-weight: normal;
  402. text-transform: uppercase;
  403. letter-spacing: -3px;
  404. margin:2px;}
  405.  
  406. .title a:hover{
  407. color: {color:text headers};}
  408.  
  409.  
  410. .nav_list {
  411. margin:0px;
  412. padding:0px;
  413. width:400px; background-color: transparent;}
  414.  
  415. .nav_head {
  416. padding:0px 0px;
  417. cursor:pointer;
  418. font-family:arial;
  419. font-weight:bold;
  420. color: {color:text};
  421. font-family: {font:Body};
  422. font-size: {text:Font Size};
  423. line-height: 12px;
  424. text-transform:none;
  425. background-color: transparent;
  426. margin-top:-4px;
  427. text-align:center;}
  428.  
  429. .nav_body {
  430. width:400px;
  431. color: {color:text};
  432. font-family: {font:Body};
  433. font-size: {text:Font Size};
  434. line-height: 12px;
  435. text-transform:none;
  436. overflow:hidden;
  437. padding:0px;
  438. margin:0px;
  439. text-align:justify;
  440. background-color: {color:posts};
  441. display:none;}
  442.  
  443.  
  444. #entry #infos {
  445. z-index:10;
  446. -moz-box-shadow: 0px 0px 12px 0px #000;
  447. -webkit-box-shadow: 0px 0px 12px 0px #000;
  448. box-shadow: 0px 0px 12px 0px #000;
  449.  
  450. /* For IE 8 */
  451. -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000')";
  452. /* For IE 5.5 - 7 */
  453. filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000');
  454. opacity:0.8;
  455. filter: alpha(opacity=80);
  456. -moz-opacity:0.8;
  457. background-color:#000000;
  458. width:402px;
  459. position: absolute;
  460. top:-46px;
  461. margin-left:0px;
  462. -webkit-transition: all .4s ease-out;
  463. -moz-transition: all .4s ease-out;
  464. -o-transition: all .4s ease-out;
  465. transition: all .4s ease-out;
  466. z-index:10;
  467. overflow-y:hidden;
  468. height: 40px;}
  469.  
  470. #entry:hover #infos {
  471. z-index:10;
  472. top: 0px;
  473. -webkit-transition: all .4s ease-out;
  474. -moz-transition: all .4s ease-out;
  475. -o-transition: all .4s ease-out;
  476. transition: all .4s ease-out;}
  477.  
  478. #entry #infos #details {
  479. background-image:url();
  480. background-position:top center;
  481. background-repeat:repeat;
  482. float:left;
  483. display:block;
  484. width:402px;
  485. height: auto;
  486. padding: 4px 0px 0px 0px;}
  487.  
  488.  
  489. #entry #infos2 {
  490. z-index:2;
  491. -moz-box-shadow: 0px 0px 12px 0px #000;
  492. -webkit-box-shadow: 0px 0px 12px 0px #000;
  493. box-shadow: 0px 0px 12px 0px #000;
  494.  
  495. /* For IE 8 */
  496. -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000')";
  497. /* For IE 5.5 - 7 */
  498. filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000');
  499. opacity:0.8;
  500. filter: alpha(opacity=80);
  501. -moz-opacity:0.8;
  502. background-color:#000000;
  503. width:402px;
  504. position: absolute;
  505. bottom: -40px;
  506.  
  507. margin-left:0px;
  508. -webkit-transition: all .4s ease-out;
  509. -moz-transition: all .4s ease-out;
  510. -o-transition: all .4s ease-out;
  511. transition: all .4s ease-out;
  512. z-index:10;
  513. overflow-y:hidden;
  514. height: 20px;}
  515.  
  516. #entry:hover #infos2 {
  517. z-index:2;
  518. bottom:0px;
  519. -webkit-transition: all .4s ease-out;
  520. -moz-transition: all .4s ease-out;
  521. -o-transition: all .4s ease-out;
  522. transition: all .4s ease-out;}
  523.  
  524. #entry #infos2 #details2 {
  525. background-image:url();
  526. background-position:top center;
  527. background-repeat:repeat;
  528. float:left;
  529. display:block;
  530. width:402px;
  531. height: auto;
  532. padding: 4px 0px 0px 0px;}
  533.  
  534.  
  535. a.notecount {
  536. color: #ffffff;
  537. font-size: 30px;
  538. line-height: 26px;
  539. font-family: impact;
  540. font-weight: normal;
  541. text-transform: uppercase;
  542. letter-spacing: -3px;}
  543.  
  544. a.notecount:hover {
  545. color: #888888;}
  546.  
  547. a.notecount2 {
  548. color: #888888;
  549. font-size: 7px;
  550. line-height: 10px;
  551. font-family: arial;
  552. font-weight: normal;
  553. text-transform: uppercase;
  554. letter-spacing: 2px;}
  555.  
  556. a.notecount2:hover {
  557. color: #ffffff;}
  558.  
  559. {CustomCSS}
  560. </style>
  561.  
  562.  
  563.  
  564. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/2eWl5b9xv/nav.js"></script>
  565. </head>
  566.  
  567.  
  568. <body>
  569.  
  570. <div style="top:30px; right:6px; position:fixed; text-align:right;"><b>Theme By:</b><br>
  571. <a href="http://sleeplessthemes.tumblr.com">Sleepless</a><br>
  572. <a href="http://destroyer.tumblr.com">Destroyer</a></div>
  573.  
  574. <center>
  575.  
  576. <div id="leftholder">
  577. <div class="title">
  578. <img src="{PortraitURL-24}" style="padding-bottom: 3px; vertical-align: middle;"> {Title}
  579.  
  580. <a href="/">Home</a>
  581. {block:AskEnabled}<a href="/ask"">Ask</a>{/block:AskEnabled}
  582. {block:SubmissionsEnabled}<a href="/submit">Submit</a>{/block:SubmissionsEnabled}
  583.  
  584. <a href="/archive">Archive</a>
  585.  
  586. {block:HasPages}
  587. {block:Pages}
  588. <a href="{URL}">{Label}</a>
  589. {/block:Pages}
  590. {/block:HasPages}
  591.  
  592. {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}
  593.  
  594. {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}
  595.  
  596. {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}
  597.  
  598. {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}">{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle}
  599.  
  600. <a href="http://sleeplessthemes.tumblr.com">Theme</a>
  601. </div>
  602.  
  603. </*Drop Down*/>
  604. <div class="nav_list">
  605. {block:Description}
  606. <p class="nav_head">Description</p>
  607. <div class="nav_body">
  608. {Description}
  609. </div>
  610. </div>
  611. {/block:Description}
  612. </div>
  613.  
  614.  
  615.  
  616. </div>
  617. </center>
  618.  
  619.  
  620.  
  621.  
  622. <div id="posts">
  623.  
  624.  
  625.  
  626.  
  627.  
  628. {block:Posts}
  629. <div id="entry">
  630. {block:IndexPage}
  631. <center><div id="infos">
  632. <div id="details">
  633. <center><a href="{Permalink}" class="notecount">{NoteCountWithLabel}</a></center>
  634. </div>
  635. </div></center>
  636. {/block:IndexPage}
  637.  
  638. {block:IndexPage}
  639. <center><div id="infos2">
  640. <div id="details2">
  641. <center><a href="{ReblogURL}" class="notecount2">Reblog</a> | <a href="{Permalink}" class="notecount2">Permalink</a></center>
  642. </div>
  643. </div></center>
  644. {/block:IndexPage}
  645.  
  646. {block:Text}<h2>{Title}</h2>{Body}{/block:Text}
  647.  
  648. {block:Photo}
  649. {block:IndexPage}
  650. <center>
  651. <a href="{permalink}"><img src="{PhotoURL-500}" width="400" border="0"></a>
  652. </center>
  653. {block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}
  654. {/block:IndexPage}
  655.  
  656. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" width="500" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo}
  657.  
  658. {block:Photoset}
  659. {block:IndexPage}{Photoset-400}
  660. {block:IfShowCaption}{block:Caption}<p>{Caption}</p>{/block:Caption}{/block:IfShowCaption}{/block:IndexPage}
  661.  
  662. {block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}
  663. {/block:Photoset}
  664.  
  665. {block:Quote}<h2>"{Quote}"</h2>{block:Source}{Source}{/block:Source}{/block:Quote}
  666.  
  667. {block:Link}<a href="{URL}" class="link" {Target}><h2>{Name}</h2></a>{block:Description}{Description}{/block:Description}{/block:Link}
  668.  
  669. {block:Chat}
  670. {block:Title}{Title}{/block:Title}
  671. {block:Lines}
  672. {block:Label}
  673. <div class="{Alt}"><span class="label"><strong>{Label}</strong></span>
  674. <span class="line">{Line}</span></div>
  675. {/block:Label}
  676. {/block:Lines}
  677. {/block:Chat}
  678.  
  679. {block:Video}<center>
  680. {block:IndexPage}<div class="video">{Video-400}</div>
  681. {block:Caption}{Caption}{/block:Caption}{/block:IndexPage}
  682. {block:PermalinkPage}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</center>{/block:Video}
  683.  
  684.  
  685. {block:Audio}
  686. <div id="audio">{AudioPlayerBlack}</div>
  687.  
  688. {block:Caption}{Caption}{/block:Caption}
  689. {/block:Audio}
  690.  
  691.  
  692. {block:Answer}
  693. <div id="ask"><img src="{AskerPortraitURL-24}" style="width:28px; height:24px; vertical-align:middle; padding-right:4px;">{Asker} Asked: {Question}</div>
  694. <p>{Answer}</p>
  695. {/block:Answer}
  696.  
  697. </div>
  698.  
  699. {block:PermalinkPage}
  700. {block:Date}<div id="notes">
  701. <b>Posted:</b> <a href="/day/{year}/{monthnumberwithzero}/{dayofmonthwithzero}">{ShortDayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</a> at {12Hour}:{Minutes}{AmPm}{block:RebloggedFrom}<br><b>Originally posted by:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a>.{/block:RebloggedFrom}
  702.  
  703. {block:Photo}{block:HighRes}<br><b>HighRes:</b> <a href="{PhotoURL-HighRes}">view</a>{/block:HighRes}{/block:Photo}
  704.  
  705. {block:Answer}<BR><b>Ask:</b> <a href="/ask">{AskLabel}</a>{/block:Answer}
  706.  
  707. {block:Audio}<BR><b>Plays:</b> {FormattedPlayCount}{block:ExternalAudio}<BR>Download: <a href="{ExternalAudioURL}">here</a>.{/block:ExternalAudio}{/block:Audio}
  708.  
  709. {block:HasTags}<BR><b>Tagged:</b> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{block:NoteCount}<BR>Notes: {NoteCount}{/block:NoteCount}
  710. </div>
  711. {/block:Date}
  712. {/block:PermalinkPage}
  713.  
  714. {/block:Posts}
  715.  
  716.  
  717. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  718. </div>
  719.  
  720.  
  721.  
  722. </body>
  723. </html>
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730.  
  731.  
  732.  
  733.  
Add Comment
Please, Sign In to add comment