Advertisement
jongsi

Cleanings

Sep 13th, 2011
2,644
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.31 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!--
  5.  
  6. Cleanings Theme by http://-apple.tumblr.com
  7. More themes can be found at http://aerou.tumblr.com (previously known as applethemes)
  8.  
  9. *DO NOT REMOVE ANY CREDIT OR ELSE YOUR THEME WON'T WORK.
  10. *CLAIMING AS YOUR OWN IS COMPLETELY DISRESPECTFUL AND I WILL FIND OUT.
  11. *IF YOU BREAK ANY RULES, I'LL REPORT YOU.
  12. *EDITING THIS THEME IS ALLOWED. JUST LEAVE THE CREDITS.
  13.  
  14. -->
  15.  
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17. <head>
  18.  
  19. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  20. <script type="text/javascript">
  21. $(document).ready(function () {
  22. $('li.drawer div:nth-child(2)').hide();
  23. $('li.drawer h4').click(function () {
  24. if ($(this).hasClass('open')) {
  25. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  26. else {
  27. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  28. $(this).next().slideDown();
  29. $(this).addClass('open');}
  30. });
  31. });
  32. </script>
  33.  
  34.  
  35. <!-- DEFAULT SHIT -->
  36.  
  37. <meta name="if:Enable Image Opacity" content="1"/>
  38. <meta name="if:Disable right click" content="0"/>
  39. <meta name="if:Show Portrait" content="1"/>
  40.  
  41. <meta name="text:Link 1 Name" content=""/>
  42. <meta name="text:Link 1 URL" content=""/>
  43. <meta name="text:Link 2 Name" content=""/>
  44. <meta name="text:Link 2 URL" content=""/>
  45. <meta name="text:Link 3 Name" content=""/>
  46. <meta name="text:Link 3 URL" content=""/>
  47. <meta name="text:Link 4 Name" content=""/>
  48. <meta name="text:Link 4 URL" content=""/>
  49. <meta name="text:Link 5 Name" content=""/>
  50. <meta name="text:Link 5 URL" content=""/>
  51.  
  52. <meta name="color:Background" content="#f5f5f5"/>
  53. <meta name="image:Background" content="http://i.imgur.com/9IHkq.jpg"/>
  54.  
  55. <meta name="color:sidebar" content="#ffffff" />
  56. <meta name="image:sidebar background" content=""/>
  57.  
  58.  
  59. <meta name="color:title background" content="#494646" />
  60. <meta name="color:title background hover" content="#000000" />
  61. <meta name="color:text" content="#4B4843"/>
  62. <meta name="color:posts background" content="#ffffff" />
  63. <meta name="color:posts title" content="#ffffff" />
  64. <meta name="color:posts title hover" content="#666666" />
  65.  
  66. <meta name="color:link" content="#000000" />
  67. <meta name="color:link hover" content="#ffffff" />
  68.  
  69. <meta name="color:permalink background" content="#ffffff" />
  70.  
  71. <meta name="color:navigation" content="#ffffff" />
  72. <meta name="color:navigation background" content="#000000" />
  73. <meta name="color:navigation hover" content="#ffffff" />
  74. <meta name="color:navigation hover background" content="#EBEBEB" />
  75.  
  76. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  77.  
  78. {block:IfDisableRightClick}<script type="text/javascript" src="http://static.tumblr.com/1cmk6kw/HlSla0dfm/darlieecious-dot-tumblr-dot-com.js"></script>{/block:IfDisableRightClick}
  79.  
  80. <link rel="shortcut icon" href="{Favicon}" />
  81. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  82. <title>{title}{block:PostTitle}: {PostTitle}{/block:PostTitle}</title>
  83. {CustomCSS}
  84. <title>{title}{block:PostTitle}: {PostTitle}{/block:PostTitle}</title>
  85.  
  86. <style type="text/css">
  87.  
  88.  
  89. body {
  90. background-color:{color:Background};
  91. background-image:url({image:Background});
  92. background-position:bottom;
  93. background-repeat:repeat;
  94. background-attachment: fixed;
  95. color:{color:Text};
  96. font-size:11px;
  97. font-family:courier;
  98. line-height:auto;
  99. margin: 0;
  100. padding: 2em 0 0;
  101. }
  102.  
  103. a, a:visited, a:active {
  104. color:{color:Link};
  105. text-decoration: none;
  106. -webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out;
  107. background-color:{color:link background};
  108. }
  109.  
  110. a:hover {
  111. color:{color:link hover};
  112. text-decoration:none;
  113. text-decoration:none;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
  114. }
  115.  
  116. .post_title {
  117. color:{color:Posts title};
  118. background-color:{color:title background};
  119. font-family:courier;
  120. text-transform:uppercase;
  121. font-size:12px;
  122. font-weight:normal;
  123. display:block;
  124. line-height:auto;
  125. padding:1px;
  126. }
  127.  
  128. .post_title a{
  129. color:{color:Posts title};
  130. }
  131.  
  132.  
  133. .post_title:hover {
  134. color:{color:posts title hover};
  135. text-decoration: none;
  136. background-color:{color:title background hover};
  137. text-decoration:none;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
  138. }
  139.  
  140.  
  141. img {
  142. {block:IfEnableImageOpacity}
  143. opacity: 0.8; filter:alpha(opacity=80);
  144. {/block:IfEnableImageOpacity}
  145. border:0px;
  146. margin: 0px;
  147. max-width: 500px;
  148. background-color:none;
  149. text-decoration:none;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
  150. }
  151.  
  152. img:hover {
  153. {block:IfEnableImageOpacity}
  154. opacity:1; filter:alpha(opacity=99);
  155. {/block:IfEnableImageOpacity}
  156. border:0px;
  157. margin: 0px;
  158. max-width: 500px;
  159. background-color:none;
  160. text-decoration:none;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
  161. }
  162.  
  163. #content {
  164. position:absolute;
  165. left:310px;
  166. top:50px;
  167. height:auto;
  168. width:auto;
  169. text-align:justify;
  170. text-transform:normal;
  171. overflow:show;
  172. }
  173.  
  174. .quote, .page_link{
  175. font-size:12px;
  176. letter-spacing:px;
  177. font-weight:normal;
  178. display:block;
  179. line-height:auto;
  180. background-color:{color:title background};
  181. padding:2px;
  182. }
  183.  
  184. a.nav:link,
  185. a.nav:visited,
  186. a.nav:active {
  187. color:{color:navigation};
  188. background-color:{color:navigation background};
  189. font-size:10px;
  190. letter-spacing:1px;
  191. text-align:center;
  192. text-transform:uppercase;
  193. display:block;
  194. padding-top:2px;
  195. padding-bottom:1px;
  196. margin-bottom:2px;
  197. text-decoration:none;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
  198. }
  199.  
  200. a.nav:hover {
  201. color:{color:navigation hover};
  202. background-color:{color:navigation hover background};
  203. background-image:url({image:Background});
  204. -moz-border-radius: 25px 10px / 10px 25px;
  205. border-radius: 25px 10px / 10px 25px;
  206. text-decoration:none;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
  207. }
  208.  
  209. #posts{
  210. background-color:{color:posts background};
  211. width:500px;
  212. height:auto;
  213. overflow:show;
  214. padding:3px;
  215. margin-bottom:5px;
  216. -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
  217. overflow:hidden;
  218. }
  219.  
  220. #posts:hover .details {
  221. display: block;
  222. opacity:0.9; height:auto;
  223. transition: opacity 0.4s,height 0.3s,padding 0.1s;
  224. -moz-transition: opacity 0.4s ,height 0.3s,padding 0.1s;
  225. -webkit-transition: opacity 0.4s ,height 0.3s,padding 0.1s;
  226. -o-transition: opacity 0.4s ,height 0.3s,padding 0.1s;
  227. }
  228.  
  229. .onew {
  230. position:fixed;
  231. left:0px;
  232. bottom:0px;
  233. overflow:show;
  234. width:220px;
  235. height:auto;
  236. overflow:hidden;
  237. background-color:{color:sidebar};
  238. background-image:url('{image:sidebar background}');
  239. background-position:right bottom;
  240. -moz-border-top-bottomright: 30px;
  241. border-top-right-radius: 30px;
  242. }
  243.  
  244. #navigation {
  245. padding:15px;
  246. text-align:justify;
  247. padding:10px;
  248. overflow:show;
  249. height:auto;
  250. }
  251.  
  252. .portrait{background-color:{color:posts background};}
  253.  
  254. #question{
  255. overflow:SHOW;
  256. LINE-HEIGHT:130%;
  257. MARGIN-top:-3px;
  258. padding:3px;
  259. padding-top:0px;
  260. padding-bottom:0px;
  261. border-bottom:1px dotted #E9DAFF;
  262. }
  263.  
  264.  
  265. #askr{
  266. display:block;
  267. float:left;
  268. width:25px;
  269. overflow:hidden;
  270. margin-right:3px;
  271. }
  272.  
  273. .details {
  274. display:block;
  275. font-size:10px;
  276. text-transform:uppercase;
  277. background-color:{color:permalink background};
  278. background-image:url({image:Background});
  279. text-align:center;
  280. opacity:0;
  281. height:0px;
  282. padding:3px;
  283. transition: opacity 0.1s,height 0.1s,padding 0.1s;
  284. -moz-transition: opacity 0.1s ,height 0.1s,padding 0.1s;
  285. -webkit-transition: opacity 0.1s ,height 0.1s,padding 0.1s;
  286. -o-transition: opacity 0.1s ,height 0.1s,padding 0.1s;
  287. }
  288.  
  289. .readmore{
  290. font-size:10px;
  291. line-height:25px;
  292. letter-spacing:-1px;
  293. text-transform:lowercase;
  294. text-decoration:none;}
  295.  
  296. .poop {text-align:center;}
  297. .poop a {color:{color:link}; font-size:20px;}
  298.  
  299. .portrait, .portrait:hover{
  300. padding:10px;}
  301.  
  302. iframe#tumblr_controls {
  303. right:3px !important;
  304. position: fixed !important;
  305. -webkit-transition: opacity 0.7s linear;
  306. opacity: 0.2;
  307. -webkit-transition: all 0.8s ease-out;
  308. -moz-transition: all 0.8s ease-out;
  309. transition: all 0.8s ease-out;}
  310.  
  311. iframe#tumblr_controls:hover{
  312. -webkit-transition: opacity 0.7s linear;
  313. opacity: 1;
  314. -webkit-transition: all 0.4s ease-out;
  315. -moz-transition: all 0.4s ease-out;
  316. transition: all 0.4s ease-out;}
  317.  
  318. .conversation ul {
  319. list-style: none;
  320. padding: 0 1em 0 0;
  321. margin-left: 0;
  322. }
  323.  
  324. conversation ul li{
  325. list-style: none;
  326. padding: 0 1em;
  327. }
  328.  
  329. .conversation ul li .person {
  330. color:{color:text};
  331. font-weight: bold;
  332. margin-right: 1em;
  333. }
  334.  
  335. .snsd img, .bang img, blockquote img {
  336. max-width:450px;
  337. }
  338.  
  339. blockquote{
  340. padding: 3px;
  341. margin: 3px;
  342. border-left: 4px solid #e3e3e3;
  343. background: #ffffff;}
  344.  
  345. .clear {
  346. clear: both;
  347. }
  348.  
  349. hr {border:0px #777 dotted;}
  350.  
  351. p, ul, ol {
  352. margin: 1em 0 1em;
  353. }
  354.  
  355. ul, ol, blockquote {
  356. padding-left: 0.50em;
  357. margin-left: 2.5em;
  358. }
  359.  
  360. blockquote {
  361. display: block;
  362. }
  363.  
  364. ul {
  365. list-style: square;
  366. }
  367.  
  368. ol {
  369. list-style: decimal;
  370. }
  371.  
  372. ul#drawers {
  373. width: 200px; list-style: none; margin: 0 auto; padding: 0px; border-top: 0px; color: #000;
  374. }
  375.  
  376. ul#drawers a {
  377. text-decoration: none; color: #000;}
  378.  
  379. ul#drawers li h4 {
  380. margin: 0; padding: 2px;
  381. text-transform: Camelcase; font-size: 10px;
  382. text-align: center; background-color: #363835;
  383. -webkit-transition: background-color 0.5s ease-out;
  384. -moz-transition: background-color 0.5s ease-out;
  385. transition: background-color 0.5s ease-out;color:{color:navigation};
  386. background-color:{color:navigation background};
  387. font-size:10px;
  388. letter-spacing:1px;
  389. text-align:center;
  390. text-transform:uppercase;
  391. display:block;
  392. padding-top:2px;
  393. padding-bottom:1px;
  394. margin-bottom:2px;}
  395.  
  396. ul#drawers:hover li h4 {
  397. background-color:{color:navigation hover background};
  398. background-image:url({image:Background});
  399. -moz-border-radius: 25px 10px / 10px 25px;
  400. border-radius: 25px 10px / 10px 25px;
  401. text-decoration:none;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
  402. }
  403.  
  404.  
  405. h4.small {display: table-cell; width: 100px; margin: 0px; height: 100%;font-family: slkscr;
  406. font-size:8px;}
  407. li.drawer h4.open {background-color: #121213; border-top: 0px;}
  408. li.drawer div {padding: 2px; margin: 0px; line-height: 12px; background-color: #363835; background: rgba(255, 255, 255, 0.0);}
  409. li.drawer div li {list-style-type: disc;}
  410. li.drawer div ul {-webkit-padding-start: 12px;}
  411.  
  412. #audi { background-color : #000; height : 27px; margin-bottom : -10px; width:500px;}
  413.  
  414. #toTop {
  415. display:none;
  416. text-decoration:none;
  417. position:fixed;
  418. bottom:10px;
  419. right:10px;
  420. overflow:hidden;
  421. width:39px;
  422. height:39px;
  423. border:none;
  424. text-indent:-999px;
  425. background:url(http://static.tumblr.com/qbwrk8v/vCAlpj9ze/untitled-1.png) no-repeat left top;
  426. }
  427.  
  428. #toTopHover {
  429. background:url(http://static.tumblr.com/qbwrk8v/vCAlpj9ze/untitled-1.png) no-repeat left -51px;
  430. width:39px;
  431. height:39px;
  432. display:block;
  433. overflow:hidden;
  434. float:left;
  435. opacity: 0;
  436. -moz-opacity: 0;
  437. filter:alpha(opacity=0);
  438. }
  439.  
  440. #toTop:active, #toTop:focus {
  441. outline:none;
  442.  
  443. </style>
  444.  
  445. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  446. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  447. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  448. <script type="text/javascript">
  449. $(document).ready(function() {
  450. /*
  451. var defaults = {
  452. containerID: 'moccaUItoTop', // fading element id
  453. containerHoverClass: 'moccaUIhover', // fading element hover class
  454. scrollSpeed: 1200,
  455. easingType: 'linear'
  456. };
  457. */
  458. $().UItoTop({ easingType: 'easeOutQuart' });
  459. });
  460. </script>
  461.  
  462. </head><body>
  463.  
  464. <div class="onew">
  465. <div id="navigation">
  466. {block:IfShowPortrait}
  467. <img src="{PortraitURL-40}"><img src="{PortraitURL-40}"><img src="{PortraitURL-40}"><img src="{PortraitURL-40}"><img src="{PortraitURL-40}" style="-moz-border-top-right-radius: 20px; -webkit-border-top-right-radius: 20px;">
  468. {/block:IfShowPortrait}
  469.  
  470. <a href="/" class="nav">{title}</a>
  471. <div class="nav"><ul id="drawers">
  472. <li class="drawer" id="info">
  473. <h4>description</h4>
  474. <div align="center">
  475. {Block:Description}{description}{/Block:Description}
  476. </div>
  477. </li>
  478. </ul></div>
  479.  
  480. <a href="/ask" class="nav">message</a>
  481. {block:IfLink1Name}<a href="{text:link 1 url}" class="nav">{text:link 1 name}</A>{/block:IfLink1Name}
  482. {block:IfLink2Name}<a href="{text:link 2 url}" class="nav">{text:link 2 name}</A>{/block:IfLink2Name}
  483. {block:IfLink3Name}<a href="{text:link 3 url}" class="nav">{text:link 3 name}</A>{/block:IfLink3Name}
  484. {block:IfLink4Name}<a href="{text:link 4 url}" class="nav">{text:link 4 name}</A>{/block:IfLink4Name}
  485. {block:IfLink5Name}<a href="{text:link 5 url}" class="nav">{text:link 5 name}</A>{/block:IfLink5Name}
  486. {block:HasPages}{block:Pages}<a href="{URL}" class="nav">{Label}</a>{/block:Pages}{/block:HasPages}
  487. <a href="http://-apple.tumblr.com" class="nav">THEME</a>
  488. </div>
  489. {block:Pagination}<div class="poop"><center>{block:PreviousPage}<a href="{PreviousPage}">&larr;</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}</center>{/block:Pagination}</div>
  490. </div>
  491.  
  492. <div id="content">
  493.  
  494.  
  495.  
  496. {block:Posts}<div id="posts">
  497.  
  498.  
  499.  
  500.  
  501. {block:Regular}
  502. {block:Title}<span class="post_title"><a href="{Permalink}">{Title}</a></span>{/block:Title}
  503.  
  504. {Body}
  505. {block:More}<br><a href="{permalink}" class="readmore" title="click here to read more">&#187; read more</a>{/block:More}
  506. <BR>
  507. <div style="float:center;" class="details">
  508. <a href="{Permalink}"> ▶ {24Hour}.{Minutes}{AmPm} | {MonthNumber}/{DayOfMonth}/{ShortYear}{block:NoteCount} | {notecount}{/block:NoteCount} ◀ </a>
  509. <br>
  510. {block:HasTags}TAGGED: {block:Tags}<a href="{TagURL}">{Tag},</a> {/block:Tags}{/block:HasTags}
  511. </div>
  512. {/block:Regular}
  513.  
  514.  
  515. {block:Photo}
  516.  
  517. {LinkOpenTag}<img src="{PhotoURL-500}" width="500px" />{LinkCloseTag}
  518. {block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  519. <br>
  520. <div style="float:center;" class="details">
  521. <a href="{Permalink}"> ▶ {24Hour}.{Minutes}{AmPm} | {MonthNumber}/{DayOfMonth}/{ShortYear}{block:NoteCount} | {notecount}{/block:NoteCount} ◀ </a>
  522. <br>
  523. {block:HasTags}TAGGED: {block:Tags}<a href="{TagURL}">{Tag},</a> {/block:Tags}{/block:HasTags}
  524. </div>
  525. {/block:Photo}
  526.  
  527. {block:Photoset}
  528. <center>{PhotoSet-500}</center>
  529. {block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  530. <BR>
  531. <div class="details">
  532. <a href="{Permalink}"> ▶ {24Hour}.{Minutes}{AmPm} | {MonthNumber}/{DayOfMonth}/{ShortYear}{block:NoteCount} | {notecount}{/block:NoteCount} ◀ </a>
  533. <br>
  534. {block:HasTags}TAGGED: {block:Tags}<a href="{TagURL}">{Tag},</a> {/block:Tags}{/block:HasTags}
  535. </div>
  536. {/block:Photoset}
  537.  
  538.  
  539.  
  540.  
  541.  
  542. {block:Quote}
  543. <span class="post_title"><span class="quote"><b>&ldquo;</B>{Quote}<b>&rdquo;</b></span></span><br>
  544. {block:Source}<span style="float:left;">~ {Source}</span>{/block:Source}
  545. <BR><br>
  546. <div class="details">
  547. <a href="{Permalink}"> ▶ {24Hour}.{Minutes}{AmPm} | {MonthNumber}/{DayOfMonth}/{ShortYear}{block:NoteCount} | {notecount}{/block:NoteCount} ◀ </a>
  548. <br>
  549. {block:HasTags}TAGGED: {block:Tags}<a href="{TagURL}">{Tag},</a> {/block:Tags}{/block:HasTags}
  550. </div>
  551.  
  552. {/block:Quote}
  553.  
  554.  
  555.  
  556.  
  557.  
  558. {block:Link}
  559. <a href="{URL}" class="post_title" target="_blank">&#8594; {Name}</a>
  560. <BR>
  561. <div class="details">
  562. <a href="{Permalink}"> ▶ {24Hour}.{Minutes}{AmPm} | {MonthNumber}/{DayOfMonth}/{ShortYear}{block:NoteCount} | {notecount}{/block:NoteCount} ◀ </a>
  563. <br>
  564. {block:HasTags}TAGGED: {block:Tags}<a href="{TagURL}">{Tag},</a> {/block:Tags}{/block:HasTags}
  565. </div>
  566. {/block:Link}
  567.  
  568.  
  569.  
  570.  
  571.  
  572. {block:Conversation}
  573. {block:Title}<span class="post_title">{Title}</span>{/block:Title}
  574.  
  575. {block:Lines}
  576. {block:Label}<b><span class="label">{Label}</b></span>{/block:Label}
  577. {Line}<BR>
  578. {/block:Lines}
  579.  
  580. <BR><BR>
  581. <div class="details">
  582. <a href="{Permalink}"> ▶ {24Hour}.{Minutes}{AmPm} | {MonthNumber}/{DayOfMonth}/{ShortYear}{block:NoteCount} | {notecount}{/block:NoteCount} ◀ </a>
  583. <br>
  584. {block:HasTags}TAGGED: {block:Tags}<a href="{TagURL}">{Tag},</a> {/block:Tags}{/block:HasTags}
  585. </div>
  586. {/block:Conversation}
  587.  
  588.  
  589.  
  590.  
  591.  
  592. {block:Audio}
  593. <div id="audi">{AudioPlayerBlack}</div><br>
  594. <center>
  595. {PlayCountWithLabel}<br> {block:TrackName}
  596. {TrackName}
  597. {/block:TrackName}{block:Artist}
  598. by {Artist}
  599. {/block:Artist}
  600. {block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  601. </center>
  602.  
  603. <BR>
  604. <div class="details">
  605. <a href="{Permalink}"> ▶ {24Hour}.{Minutes}{AmPm} | {MonthNumber}/{DayOfMonth}/{ShortYear}{block:NoteCount} | {notecount}{/block:NoteCount} ◀ </a>
  606. <br>
  607. {block:HasTags}TAGGED: {block:Tags}<a href="{TagURL}">{Tag},</a> {/block:Tags}{/block:HasTags}
  608. </div>
  609. {/block:Audio}
  610.  
  611. {block:Video}
  612. {Video-500}
  613.  
  614. <BR>{block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  615.  
  616. <BR>
  617. <div class="details"><a href="{Permalink}"> ▶ {24Hour}.{Minutes}{AmPm} | {MonthNumber}/{DayOfMonth}/{ShortYear}{block:NoteCount} | {notecount}{/block:NoteCount} ◀ </a>
  618. <br>
  619. {block:HasTags}TAGGED: {block:Tags}<a href="{TagURL}">{Tag},</a> {/block:Tags}{/block:HasTags}
  620. </div>
  621. {/block:Video}
  622.  
  623.  
  624.  
  625.  
  626. {block:Answer}
  627. <div class="bang" id="askr">
  628. <img src="{AskerPortraitURL-30}" width="23" align="left" style="margin-right:5px;" /></div>
  629. <div id="question"><div id="asked">{Asker} said:<BR>
  630. {Question}</div></div>
  631. {answer}
  632.  
  633. <div class="details">
  634. <a href="{Permalink}"> ▶ {24Hour}.{Minutes}{AmPm} | {MonthNumber}/{DayOfMonth}/{ShortYear}{block:NoteCount} | {notecount}{/block:NoteCount} ◀ </a>
  635. <br>
  636. {block:HasTags}TAGGED: {block:Tags}<a href="{TagURL}">{Tag},</a> {/block:Tags}{/block:HasTags}
  637. </div>
  638. {/block:answer}
  639.  
  640. {block:Date}
  641. {block:PermalinkPage}
  642. DATE: <a href="{permalink}">{ShortMonth} {DayOfMonthWithZero} {Year}</a><br>
  643. OP:{block:RebloggedFrom} <a href="{ReblogRootURL}">{ReblogRootName}</a> <br>
  644. VIA: <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}
  645. {/block:PermalinkPage}
  646. {/block:Date}
  647.  
  648. {block:PostNotes}
  649. {PostNotes}
  650. {/block:PostNotes}
  651.  
  652.  
  653. </div>{/block:Posts}
  654. </div>
  655.  
  656. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement