Advertisement
pistachi-o

theme09

Jul 9th, 2012
2,377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.04 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.  
  3.  
  4. <!--
  5. theme 009 by pistachi-o.tumblr.com
  6. please don't remove the credit and claim it as your own
  7. -->
  8.  
  9. <html>
  10. <head>
  11.  
  12. <!-- DEFAULT VARIABLES -->
  13. <meta name="color:background" content="#663c3c" />
  14. <meta name="color:sidebar" content="#3F2E4A" />
  15. <meta name="color:entry" content="#FAE4B2" />
  16. <meta name="color:post" content="#a74240" />
  17. <meta name="color:infobar" content="#F0F7A1" />
  18. <meta name="color:text" content="#000000" />
  19. <meta name="color:desctext" content="#FFFFFF" />
  20. <meta name="color:link" content="#3f2e4a" />
  21. <meta name="color:link hover" content="#FF3311" />
  22. <meta name="color:border" content="#ED714E" />
  23. <meta name="color:border2" content="#F5CF5D" />
  24. <meta name="color:title" content="#552222" />
  25. <meta name="color:navlinks" content="#a74240" />
  26.  
  27. <meta name="image:sidebar1" content=""/>
  28. <meta name="image:sidebar2" content=""/>
  29. <meta name="image:sidebar3" content=""/>
  30. <meta name="image:sidebar4" content=""/>
  31. <meta name="image:background" content=""/>
  32.  
  33. <meta name="text:Link1" content="" />
  34. <meta name="text:Link1 Title" content="" />
  35. <meta name="text:Link2" content="" />
  36. <meta name="text:Link2 Title" content="" />
  37. <meta name="text:Link3" content="" />
  38. <meta name="text:Link3 Title" content="" />
  39. <meta name="text:Link4" content="" />
  40. <meta name="text:Link4 Title" content="" />
  41. <meta name="text:Link5" content="" />
  42. <meta name="text:Link5 Title" content="" />
  43. <meta name="text:Link6" content="" />
  44. <meta name="text:Link6 Title" content="" />
  45. <meta name="text:Link7" content="" />
  46. <meta name="text:Link7 Title" content="" />
  47. <meta name="text:Link8" content="" />
  48. <meta name="text:Link8 Title" content="" />
  49.  
  50. <meta name="if:Side Img" content="1"/>
  51. <meta name="if:Side Img4" content="0"/>
  52. <meta name="text:Description Height" content="100px" />
  53.  
  54.  
  55.  
  56. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  57. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  58. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  59. <link rel="shortcut icon" href="{Favicon}" />
  60. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  61.  
  62. <link href='http://fonts.googleapis.com/css?family=News+Cycle' rel='stylesheet' type='text/css'>
  63. <script type="text/javascript">
  64. WebFontConfig = {
  65. google: { families: [ 'News+Cycle::latin' ] }
  66. };
  67. (function() {
  68. var wf = document.createElement('script');
  69. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  70. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  71. wf.type = 'text/javascript';
  72. wf.async = 'true';
  73. var s = document.getElementsByTagName('script')[0];
  74. s.parentNode.insertBefore(wf, s);
  75. })(); </script>
  76.  
  77. <style type="text/css">
  78.  
  79. ::-webkit-scrollbar {width: 12px; height:auto; background:{color:sidebar};}
  80. ::-webkit-scrollbar-corner {background:{color:background}}
  81. ::-webkit-scrollbar-button:vertical {height: 4px; display: block; background:{color:infobar}}
  82. ::-webkit-scrollbar-button:horizontal {width: 8px; height: 8px; display: block; background:{color:border}}
  83. ::-webkit-scrollbar-thumb:horizontal {background:{color:background}; border: 0px solid #FFFFFF}
  84. ::-webkit-scrollbar-thumb {background:{color:border}; border-top: 0pt solid #FFFFFF; border-bottom: 0pt solid #FFFFFF}
  85. ::-webkit-scrollbar-thumb:hover {background:{color:border}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto}
  86.  
  87.  
  88.  
  89. body {
  90. background-color: {color:background};
  91. background-image: url('{image:Background}');
  92. background-attachment: fixed;
  93. background-repeat: repeat;
  94. font-family: Cambria;
  95. font-size: 11px;
  96. color: {color:text};
  97. text-align: justify;
  98. line-height: 95%;
  99. }
  100.  
  101. a:link, a:active, a:visited {
  102. color: {color:link};
  103. text-decoration: none;
  104. }
  105.  
  106. a:hover {
  107. color:{color:link hover};
  108. }
  109.  
  110. #sidee {
  111. width: 340px;
  112. height: 100%;
  113. top: 0;
  114. left: 0;
  115. position: fixed;
  116. background: {color:sidebar};
  117. text-align: center;
  118. }
  119.  
  120. #sidebar {
  121. width: 300px;
  122. height: auto;
  123. padding: 10px 20px;
  124. position: fixed;
  125. background: {color:sidebar};
  126. z-index: 100;
  127. }
  128.  
  129. {block:IfSideImg4}
  130. #sideimg {
  131. background: {color:infobar};
  132. text-align: center;
  133. border: 3px solid {color:border2};
  134. margin: 25px 0px 5px 0px;
  135. padding: 20px 15px;
  136. }
  137.  
  138. #sideimg img {
  139. width: 125px;
  140. margin: 2px;
  141. transition: all 1s ease-in-out;
  142. -webkit-transition: all 1s ease-in-out;
  143. -moz-transition: all 1s ease-in-out;
  144. -o-transition: all 1s ease-in-out;
  145. }
  146. {/block:IfSideImg4}
  147.  
  148. {block:IfSideImg}
  149. #sideimg img {
  150. width: 240px;
  151. margin: 25px 0px 5px;
  152. text-align: center;
  153. background: {color:infobar};
  154. padding: 20px 15px;
  155. border: 2px solid {color:border2};
  156. transition: all 1s ease-in-out;
  157. -webkit-transition: all 1s ease-in-out;
  158. -moz-transition: all 1s ease-in-out;
  159. -o-transition: all 1s ease-in-out;
  160. }
  161. {/block:IfSideImg}
  162.  
  163. #sidebar i {
  164. color: {color:desctext};
  165. }
  166.  
  167. ul#navigation {
  168. list-style: none;
  169. width: 275px;
  170. margin: 5px auto 20px auto;
  171. padding: 10px;
  172. }
  173.  
  174. ul#navigation h2 {
  175. font-family: 'News Cycle', sans-serif;
  176. text-transform: uppercase;
  177. font-size: 14px;
  178. letter-spacing: 1px;
  179. color: {color:title};
  180. text-align: left;
  181. background: rgba(255,255,255,0.2);
  182. padding: 10px 15px;
  183. margin: 0;
  184. }
  185.  
  186. ul#navigation .desc {
  187. width: 265px;
  188. font-family: 'News Cycle', sans-serif;
  189. font-size: 10px;
  190. margin-top: 5px;
  191. padding: 0px 5px;
  192. color: {color:desctext};
  193. text-align: justify;
  194. text-transform: uppercase;
  195. }
  196.  
  197. ul#navigation .desc a {
  198. color: {color:post};
  199. }
  200.  
  201. ul#navigation li span.bullet {
  202. border-color: transparent transparent transparent {color:title};
  203. border-style: dotted;
  204. border-width: 5px;
  205. display: inline-block;
  206. height: 0;
  207. width: 0;
  208. margin-left: 10px;
  209. margin-top: -5px;
  210. }
  211.  
  212. ul#navigation li div {
  213. height: 0px;
  214. opacity: 0;
  215. -webkit-transition: all .3s ease-in-out;
  216. -moz-transition: all .3s ease-in-out;
  217. -o-transition: all .3s ease-in-out;
  218. transition: all .3s ease-in-out;
  219. }
  220.  
  221. ul#navigation li:first-child div {
  222. opacity: 1;
  223. height: {text:Description Height};
  224. }
  225.  
  226. ul#navigation li:last-child:hover div { opacity: 1;height: 150px }
  227.  
  228.  
  229. ul#navigation li.dropdown:hover span.bullet {
  230. -webkit-transform: rotate(90deg);
  231. -moz-transform: rotate(90deg);
  232. -ms-transform: rotate(90deg);
  233. -o-transform: rotate(90deg);
  234. transform: rotate(90deg);
  235. }
  236.  
  237. .navlinks a {
  238. width: 105px;
  239. display: inline-block;
  240. border: 1px solid #FFFFFF;
  241. text-decoration: none;
  242. font-size: 9px;
  243. font-weight: normal;
  244. text-transform: uppercase;
  245. text-align: center;
  246. letter-spacing: 1px;
  247. padding: 3px 10px 5px;
  248. margin: 2px;  
  249. }
  250.  
  251. .navlinks a:hover {
  252. background: rgba(255,255,255,0.9);
  253. }
  254.  
  255.  
  256.  
  257. #pagination {
  258. width: 320px;
  259. bottom: 0;
  260. position: absolute;
  261. font-family: 'News Cycle', sans-serif;
  262. padding: 10px 10px 20px 10px;
  263. color: {color:text};
  264. font-size: 16px;
  265. letter-spacing: 3px;
  266. line-height: 100%;
  267. text-align: center;
  268. text-transform: uppercase;
  269. border-top: 2px solid #FFF;
  270. z-index: 200px;
  271. }
  272.  
  273. #pagination a {
  274. color: {color:text}!important;
  275. }
  276.  
  277. #pagination .currentpage {
  278. color: #666;
  279. padding: 5px;
  280. }
  281.  
  282. #pagination .otherpage {
  283. background: transparent;
  284. color: {color:text};
  285. padding: 6px;
  286. }
  287.  
  288. #pagination .otherpage:hover {
  289. background: {color:sidebar};
  290. }
  291.  
  292.  
  293.  
  294. #entries {
  295. position: relative;
  296. width: 560px;
  297. padding: 10px;
  298. margin-left: 330px;
  299. background-color: transparent;
  300. z-index: 2;
  301. }
  302.  
  303. #posts {
  304. width: 500px;
  305. padding: 30px;
  306. background-color: {color:post};
  307. text-align: justify;
  308. position: relative;
  309. border-bottom: 20px solid {color:border};
  310. }
  311.  
  312. .dated {
  313. float: right;
  314. font-family: 'News Cycle', sans-serif;
  315. font-size: 10px;
  316. letter-spacing: 1px;
  317. text-transform: uppercase;
  318. margin-top: 35px;
  319. }
  320.  
  321. .infobar {
  322. width: 100px;
  323. height: 100%;
  324. padding: 10px;
  325. background-color: {color:infobar};
  326. top: 0;
  327. margin-left: 535px;
  328. position: absolute;
  329. text-align: center;
  330. word-wrap: break-word;
  331. }
  332.  
  333. .border {
  334. width: 100px;
  335. margin: -10px 0px 0px -10px;
  336. border: 10px solid {color:border};
  337. }
  338.  
  339. .tagged {
  340. font-family: 'News Cycle', sans-serif;
  341. font-size: 11px;
  342. letter-spacing: 1px;
  343. text-align: left;
  344. }
  345.  
  346. .tagged a {
  347. font-family: 'News Cycle', sans-serif;
  348. font-size: 10px;
  349. text-transform: uppercase;
  350. height: auto;
  351. letter-spacing: 0px;
  352. }
  353.  
  354. #posts .tagged {
  355. display: block;
  356. opacity: 1;
  357. transition: all 1s ease-in-out;
  358. -webkit-transition: all 1s ease-in-out;
  359. -moz-transition: all 1s ease-in-out;
  360. -o-transition: all 1s ease-in-out;
  361. }
  362.  
  363. #posts:hover .tagged {
  364. display: block;
  365. opacity: 1;
  366. transition: all 1s ease-in-out;
  367. -webkit-transition: all 1s ease-in-out;
  368. -moz-transition: all 1s ease-in-out;
  369. -o-transition: all 1s ease-in-out;
  370. }
  371.  
  372. .source{
  373. height: 50px;
  374. margin: 0px auto;
  375. padding: 10px 4px;
  376. text-align: center;
  377. list-style: none;
  378. }
  379.  
  380. .source li{
  381. float: left;
  382. }
  383.  
  384. .source li a{
  385. width: 30px;
  386. height: 30px;
  387. margin: 0px 3px;
  388. list-style: none;
  389. display: inline-block;
  390. position: relative;
  391. border: 4px solid {color:border2};
  392. }
  393.  
  394. .source span {
  395. height: auto;
  396. padding: 8px; 10px;
  397. bottom: 0;
  398. margin-left: 0px;
  399. font-family: 'News Cycle', sans-serif;
  400. font-size: 10px;
  401. color: {color:border2};
  402. text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  403. text-align: center;
  404. text-transform: uppercase;
  405. border: 4px solid #fff;
  406. background: {color:sidebar};
  407. border-radius: 2px;
  408. position: absolute;
  409. opacity: 0;
  410. box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
  411. -webkit-transition: all 0.3s ease-in-out;
  412. -moz-transition: all 0.3s ease-in-out;
  413. -o-transition: all 0.3s ease-in-out;
  414. -ms-transition: all 0.3s ease-in-out;
  415. transition: all 0.3s ease-in-out;
  416. }
  417.  
  418. .source:hover {
  419. opacity: 1;
  420. z-index: 1000;
  421. }
  422.  
  423.  
  424. .noted {
  425. bottom: 0px;
  426. width: 110px;
  427. margin-left: -10px;
  428. padding: 5px;
  429. font-family: 'News Cycle', sans-serif;
  430. font-size: 10px;
  431. letter-spacing: 1px;
  432. text-transform: uppercase;
  433. text-align: center;
  434. background: {color:border2};
  435. position: absolute;
  436. }
  437.  
  438. .icons {
  439. font-family: 'Typicons';
  440. font-size: 10px;
  441. }
  442.  
  443.  
  444. h1 {
  445. color: {color:link hover};
  446. font-family: 'News Cycle', sans-serif;
  447. font-size: 20px;
  448. line-height: 95%;
  449. font-weight: normal;
  450. text-transform: uppercase;
  451. text-align: center;
  452. }
  453.  
  454. h2 {
  455. color: {color:link};
  456. font-family: {font:body};
  457. font-size: 15px;
  458. line-height: 15px;
  459. font-weight: normal;
  460. font-family: 'News Cycle', sans-serif;
  461. text-transform: uppercase;
  462. text-align: center;
  463. }
  464.  
  465. blockquote {
  466. border-left: 3px solid {color:border};
  467. padding: 0px 3px;
  468. }
  469.  
  470. blockquote i {
  471. color: {color:text};
  472. }
  473.  
  474. .ask {
  475. margin: 10px;
  476. padding: 8px;
  477. font-size: 10px;
  478. }
  479.  
  480. .asker {
  481. font-family: 'Dosis', sans-serif;
  482. padding-bottom: 2px;
  483. font-size: 11px;
  484. text-transform: uppercase;
  485. font-weight: bold;
  486. }
  487.  
  488. .answer {
  489. padding: 10px;
  490. margin-left: 8px;
  491. }
  492.  
  493. b, strong{
  494. color: {color:link hover};
  495. }
  496.  
  497. i, em {
  498. color: {color:link};
  499. }
  500.  
  501. p {
  502. margin-top: 3px;
  503. margin-bottom: 3px;
  504. }
  505.  
  506. img a {
  507. border: none;
  508. width: 100%;
  509. }
  510.  
  511. .audioplayer {
  512. position: absolute;
  513. z-index: 3;
  514. opacity: 0.7;
  515. margin-left: 0px;
  516. margin-top: 195px;
  517. }
  518.  
  519. .audio {
  520. width: 40px;
  521. padding: 0px 80px;
  522. background-color: #fefefe;
  523. overflow: hidden;
  524. }
  525.  
  526. #audiocap {
  527. height: 200px;
  528. }
  529.  
  530. #audioinfo {
  531. height: 10px;
  532. padding: 4px 5px;
  533. background: {color:sidebar};
  534. color: {color:infobar};
  535. display: block;
  536. overflow: hidden;
  537. font-family: 'News Cycle', sans-serif;
  538. text-align: left;
  539. margin-bottom: 3px;
  540. text-transform: uppercase;
  541. }
  542.  
  543. #audioinfo b {
  544. color: {color:infobar};
  545. }
  546.  
  547. #audioimg img {
  548. margin-right: 2px;
  549. }
  550.  
  551. .user_1 .label {color:{color:link}; font-weight:bold}
  552. .user_2 .label {color:{color:link hover}; font-weight:bold}
  553. .user_3 .label {color:{color:link}; font-weight:bold}
  554. .user_4 .label {color:{color:link hover}; font-weight:bold}
  555. .user_5 .label {color:{color:link}; font-weight:bold}
  556. .user_6 .label {color:{color:link hover}; font-weight:bold}
  557. .user_7 .label {color:{color:link}; font-weight:bold}
  558. .user_8 .label {color:{color:link hover}; font-weight:bold}
  559. .user_9 .label {color:{color:link}; font-weight:bold}
  560. .user_10 .label {color:{color:link hover}; font-weight:bold}
  561. .user_11 .label {color:{color:link}; font-weight:bold}
  562. .user_12 .label {color:{color:link hover}; font-weight:bold}
  563. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  564.  
  565. .notes img{width:10px; position:relative; top:1px;}
  566. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  567. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  568.  
  569. .credits {
  570. z-index: 100;
  571. text-transform: uppercase;
  572. font-size: 9px;
  573. text-align: center;
  574. margin-top: -20px;
  575. }
  576.  
  577. .ending {
  578. max-width: 500px;
  579. text-align: right;
  580. padding: 10px;
  581. }
  582.  
  583.  
  584. @font-face {
  585. font-family: 'Typicons';
  586. src: url('http://static.tumblr.com/whx9ghv/wgjm5bhcq/typicons-regular-webfont.eot');
  587. src: url('http://static.tumblr.com/whx9ghv/wgjm5bhcq/typicons-regular-webfont.eot?#iefix') format('embedded-opentype'),
  588. url('http://static.tumblr.com/whx9ghv/Gnim5bhe7/typicons-regular-webfont.woff') format('woff'),
  589. url('http://static.tumblr.com/whx9ghv/xwKm5bhdo/typicons-regular-webfont.ttf') format('truetype'),
  590. url('http://static.tumblr.com/whx9ghv/OMdm5bhdb/typicons-regular-webfont.svg#TypiconsRegular') format('svg');
  591. font-weight: normal;
  592. font-style: normal;
  593. }
  594.  
  595. .ending {
  596. max-width: 500px;
  597. text-align: left;
  598. padding: 10px;
  599. text-decoration: none;
  600. line-height: 180%;
  601. }
  602.  
  603. .ending a {
  604. text-transform: uppercase;
  605. font-family: 'Share', cursive;
  606. font-size: 10px;
  607. }
  608.  
  609. .ending img {
  610. width: 12px;
  611. height: 12px;
  612. border: 2px solid {color:tags};
  613. }
  614.  
  615.  
  616. </style>
  617. <style type="text/css">{CustomCSS}</style>
  618.  
  619.  
  620.  
  621.  
  622. <!-- start Mixpanel --><script type="text/javascript">(function(c,b){var a,d,h,e;a=c.createElement("script");a.type="text/javascript";a.async=!0;a.src=("https:"===c.location.protocol?"https:":"http:")+'//api.mixpanel.com/site_media/js/api/mixpanel.2.js';d=c.getElementsByTagName("script")[0];d.parentNode.insertBefore(a,d);b._i=[];b.init=function(a,c,f){function d(a,b){var c=b.split(".");2==c.length&&(a=a[c[0]],b=c[1]);a[b]=function(){a.push([b].concat(Array.prototype.slice.call(arguments,0)))}}var g=b;"undefined"!==typeof f?g=
  623. b[f]=[]:f="mixpanel";g.people=g.people||[];h="disable track track_pageview track_links track_forms register register_once unregister identify name_tag set_config people.set people.increment".split(" ");for(e=0;e<h.length;e++)d(g,h[e]);b._i.push([a,c,f])};window.mixpanel=b})(document,window.mixpanel||[]);
  624. mixpanel.init("37bf64f344e48b24a05f657108d71ba9");</script><!-- end Mixpanel -->
  625.  
  626. </head>
  627.  
  628.  
  629. <body>
  630.  
  631.  
  632. <div id="sidee">
  633. <div id="sidebar">
  634.  
  635. {block:IfSideImg}<div id="sideimg"><a href="/"><img src="{image:sidebar1}"></a></div>{/block:IfSideImg}
  636.  
  637. {block:IfSideImg4}<div id="sideimg"><a href="/"><img src="{image:sidebar1}"></a><a href="/"><img src="{image:sidebar2}"></a><a href="/"><img src="{image:sidebar3}"></a><a href="/"><img src="{image:sidebar4}"></a></div>{/block:IfSideImg4}
  638.  
  639. <ul id="navigation">
  640. <li class="dropdown">
  641. <h2>{Title}</h2>
  642. <div class="desc">
  643. {block:Description}{Description}{/block:Description}</div>
  644. </li>
  645.  
  646. <li class="dropdown">
  647. <h2>LINKS<span class="bullet"></span></h2>
  648. <div class="desc">
  649. <div class="navlinks">
  650. <a href="/ask">Ask</a><a href="/archive">Archive</a>{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}{block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}{block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}{block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}{block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}{block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}{block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}{block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a>{/block:ifLink8}</div>
  651. <div class="credits"><a href="http://nutty-themes.tumblr.com/" target="_blank">THEME BY PISTACHI-O</a></div>
  652. </div>
  653. </li>
  654. </ul>
  655. </div>
  656.  
  657. <div id="pagination">
  658. {block:Pagination}
  659. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  660. {block:JumpPagination length="5"}
  661. {block:CurrentPage}{PageNumber}{/block:CurrentPage}
  662. {block:JumpPage}<a href="">{PageNumber}</a>{/block:JumpPage}
  663. {/block:JumpPagination}
  664. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  665. {/block:Pagination}
  666. </div>
  667.  
  668. </div>
  669.  
  670.  
  671. <div id="entries">
  672. {block:Posts}
  673.  
  674. <div id="posts">
  675.  
  676. <div class="infobar">
  677. <div class="border"></div>
  678.  
  679. <ul class="source">
  680. {block:RebloggedFrom}
  681. {block:ContentSource}<li><a href="{SourceURL}"><span>{SourceTitle}</span><img src="{ReblogRootPortraitURL-30}"></a></li>{/block:ContentSource}
  682. <li><a href="{ReblogParentURL}"><span>{ReblogParentName}</span><img src="{ReblogParentPortraitURL-30}"></a></li>
  683. {/block:RebloggedFrom}
  684.  
  685.  
  686. {block:NotReblog}<li><a href="/"><img src="{PortraitURL-30}"></a></li>{/block:NotReblog}
  687. </ul>
  688.  
  689. <div class="tagged">
  690. {block:HasTags}{block:Tags}<span class="icons">d</span><a href="{TagURL}">{Tag}</a><br>{/block:Tags}{/block:HasTags}</div>
  691.  
  692.  
  693. <div class="noted">{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
  694. </div>
  695.  
  696. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  697. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  698. {block:Text}{Body}{/block:Text}
  699.  
  700. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  701. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  702.  
  703. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  704. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  705.  
  706. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  707.  
  708. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  709.  
  710. {block:Answer}
  711. <div class="ask"><span class="asker">{Asker} asked:</span>
  712. <br>{Question}</div>
  713. <div class="answer">{Answer}</div>
  714. {/block:Answer}
  715.  
  716. {block:Audio}{block:AlbumArt}<div id="audioimg"><img src="{AlbumArtURL}" width="200" height="200" align="left"></div>{/block:AlbumArt}
  717. <div class="audioplayer"><div class="audio">{AudioPlayerWhite}</div></div>
  718. <div id="audiocap">
  719. <div id="audioinfo"><b>ARTIST:</b> {block:Artist}{Artist}{/block:Artist}</div>
  720. <div id="audioinfo"><b>TRACK:</b> {block:TrackName}{TrackName}{/block:TrackName}</div>
  721. <div id="audioinfo"><b>ALBUM:</b> {block:Album}{Album}{/block:Album}</div>
  722. <div id="audioinfo">{block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</div></div>{/block:Audio}
  723.  
  724. <span class="dated">{block:Date}<a href="{Permalink}">{Month} {DayOfMonthWithZero}, {Year}</a>{/block:Date}</span>
  725. </div>
  726. <br><br>
  727. {/block:Posts}
  728.  
  729. {block:PostNotes}
  730. <div class="ending">{PostNotes}</div>
  731. {/block:PostNotes}
  732.  
  733. </div>
  734.  
  735.  
  736. </body>
  737. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement