Advertisement
pistachi-o

theme04

May 27th, 2012
1,295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.55 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. theme 004 by pistachi-o.tumblr.com
  5. please don't remove the credit and claim it as your own
  6. -->
  7.  
  8. <html>
  9. <head>
  10.  
  11. <!-- DEFAULT VARIABLES -->
  12. <meta name="color:background" content="#F5F5F5" />
  13. <meta name="color:sidebar" content="#FFAA40" />
  14. <meta name="color:entry" content="#FDF9F1" />
  15. <meta name="color:text" content="#696866" />
  16. <meta name="color:link" content="#4671D5" />
  17. <meta name="color:link hover" content="#AA3300" />
  18. <meta name="color:border" content="#FFAA66" />
  19. <meta name="color:title" content="#663322" />  
  20. <meta name="color:nav" content="#FFEEEE" />  
  21.  
  22. <meta name="font:title" content="georgia" />
  23. <meta name="font:body" content="arial" />
  24. <meta name="font:desc" content="arial" />
  25. <meta name="font:notes" content="arial" />
  26.  
  27. <meta name="image:sidebar" content=""/>
  28. <meta name="image:background" content=""/>
  29.  
  30. <meta name="text:Link1" content="" />
  31. <meta name="text:Link1 Title" content="" />
  32. <meta name="text:Link2" content="" />
  33. <meta name="text:Link2 Title" content="" />
  34. <meta name="text:Link3" content="" />
  35. <meta name="text:Link3 Title" content="" />
  36. <meta name="text:Link4" content="" />
  37. <meta name="text:Link4 Title" content="" />
  38. <meta name="text:Link5" content="" />
  39. <meta name="text:Link5 Title" content="" />
  40.  
  41. <meta name="text:Img Height" content="-140px" />
  42.  
  43. <meta name="if:Side Img" content=""/>
  44. <meta name="if:Styled Scrollbar" content="1"/>
  45. <meta name="if:Sidebar Normal" content="0"/>
  46. <meta name="if:Sidebar Full" content="0"/>
  47. <meta name="if:Sidebar Fixed" content="1"/>
  48. <meta name="if:Side Notes" content="1"/>
  49.  
  50.  
  51. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  52. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  53. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  54. <link rel="shortcut icon" href="{Favicon}" />
  55. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  56.  
  57. <link href='http://fonts.googleapis.com/css?family=Droid+Serif' rel='stylesheet' type='text/css'>
  58.  
  59. <script type="text/javascript">
  60.   WebFontConfig = {
  61.     google: { families: [ 'Droid+Serif::latin' ] }
  62.   };
  63.   (function() {
  64.     var wf = document.createElement('script');
  65.     wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  66.       '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  67.     wf.type = 'text/javascript';
  68.     wf.async = 'true';
  69.     var s = document.getElementsByTagName('script')[0];
  70.     s.parentNode.insertBefore(wf, s);
  71.   })(); </script>
  72.  
  73.  
  74. <style type="text/css">
  75.  
  76. {block:IfStyledScrollbar}
  77. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:background};}
  78. ::-webkit-scrollbar-thumb:vertical {background:{color:border};}
  79. ::-webkit-scrollbar-thumb:horizontal {background:{color:border};}
  80. {/block:IfStyledScrollbar}
  81.  
  82. body {
  83. background-color: {color:background};
  84. background-image: url('{image:Background}');
  85. background-attachment: fixed;
  86. background-repeat: no-repeat;
  87. font-family: 'Droid Serif', serif;
  88. font-family: {font:body};
  89. color: {color:text};
  90. font-size: 10px;
  91. text-align: justify;
  92. line-height:95%;
  93. }
  94.  
  95. a:link, a:active, a:visited {
  96. color: {color:link};
  97. text-decoration: none;
  98. }
  99.  
  100. a:hover{
  101. color:{color:link hover};
  102. }
  103.  
  104. #entries {
  105. width: 600px;
  106. margin-top: 20px;
  107. margin-left: 430px;
  108. }
  109.  
  110. #posts {
  111. width: 500px;
  112. background-color: {color:entry};
  113. font-family: 'Droid Serif', serif;
  114. text-align: justify;
  115. padding: 10px;
  116. overflow: hidden;
  117. }
  118.  
  119. #header {
  120. width: 500px;
  121. padding: 5px 10px 5px 10px;
  122. height: auto;
  123. background-color: {color:background};
  124. overflow: hidden;
  125. font-family: 'Droid Serif', Arial, serif;
  126. font-size: 9px;
  127. font-style: none;
  128. text-transform: uppercase;
  129. text-align: center;
  130. }
  131.  
  132. #footer {
  133. width: 420px;
  134. margin-top: -15px;
  135. position: relative;
  136. padding: 35px 50px 5px 50px;
  137. background-color: {color:entry};
  138. -moz-border-radius-bottomright: 90px;
  139. -webkit-border-radius: 0px 0px 90px 0px;
  140. border-radius: 0px 0px 90px 0px;
  141. text-transform: uppercase;
  142. z-index: 3;
  143. }
  144.  
  145. .tags {
  146. width: 420px;
  147. border-top: 1px solid {color:border};
  148. margin-top: 3px;
  149. background-color: transparent;
  150. font-family: {font:notes};
  151. font-size: 8px;
  152. font-style: none;
  153. letter-spacing: 1px;
  154. text-align: left;
  155. text-transform: uppercase;
  156. padding-top: 3px;
  157. padding-bottom: 5px;
  158. }
  159.  
  160. #notes {
  161. width: 550px;
  162. margin-left: 0px;
  163. margin-top: -10px;
  164. background: transparent;
  165. position: absolute;
  166. padding-top: 4px;
  167. }
  168.  
  169. #notes a {
  170. width: 550px;
  171. display: block;
  172. background-color: {color:sidebar};
  173. text-align: right;
  174. font-style: italic;
  175. color: {color:link hover};
  176. line-height: 100%;
  177. padding: 2px 20px 3px 30px;
  178. margin: 3px;
  179. -moz-border-radius: 9px 9px 9px 9px;
  180. -webkit-border-radius: 9px 9px 9px 9px;
  181. border-radius: 9px 9px 9px 9px;
  182. -webkit-transition: opacity 0.5s linear;
  183. -webkit-transition: all 0.5s ease-in-out;
  184. -moz-transition: all 0.5s ease-in-out;
  185. -o-transition: all 0.5s ease-in-out;
  186. }
  187.  
  188. #notes a:hover {
  189. width: 600px;
  190. }
  191.  
  192. #side {
  193. background: transparent;
  194. width: 300px;
  195. height: auto;
  196. margin-left: 100px;
  197. position: fixed;
  198. margin-top: 20px;
  199. }
  200.  
  201. .desc {
  202. font-family: 'Droid Serif', serif;
  203. color: {color:text};
  204. text-align: justify;
  205. padding: 5px;
  206. height: auto;
  207. }
  208.  
  209. .view {
  210. width: 280px;
  211. {block:IfNotSidebarNormal}height: 1000px; {/block:IfNotSidebarNormal}
  212. padding: 10px;
  213. float: left;
  214. overflow: hidden;
  215. position: relative;
  216. text-align: center;
  217. background: #transparent;
  218. margin-bottom: 20px;
  219. {block:IfSidebarFixed}background-color: {color:sidebar};
  220. -moz-border-radius-topleft: 50px;
  221. -webkit-border-radius: 50px 0px 0px 0px;
  222. border-radius: 50px 0px 0px 0px; {/block:IfSidebarFixed}
  223. }
  224.  
  225. .view .mask,.view .content {
  226. {block:IfNotSidebarFixed}width: 280px;
  227. padding: 10px;
  228. height: 100%;
  229. top: 0;
  230. left: 0;
  231. position: absolute;
  232. overflow: hidden;
  233. -moz-border-radius-topleft: 50px;
  234. -webkit-border-radius: 50px 0px 0px 0px;
  235. border-radius: 50px 0px 0px 0px;{/block:IfNotSidebarFixed}
  236. {block:IfSidebarFixed}width: 280px;
  237. height: auto;
  238. margin-top: {text:Img Height};
  239. padding-top: 10px;
  240. position: absolute;
  241. overflow: hidden;{/block:IfSidebarFixed}
  242. }
  243.  
  244. .view img {
  245. width: 300px;
  246. {block:IfSidebarFixed}width: 280px; {/block:IfSidebarFixed}
  247. height: auto;
  248. display: block;
  249. position: relative;
  250. margin-top: 5px;
  251. margin-bottom: 5px;
  252. }
  253.  
  254. .view a.title {
  255. display: block;
  256. width: 100%;
  257. padding: 10px;
  258. margin: 10px 0px 5px -10px;
  259. background: {color:background};
  260. color: #000;
  261. font-family: 'RiotSquadRegular', Arial, sans-serif;
  262. text-transform: uppercase;
  263. font-size: 28px;
  264. line-height: 100%;
  265. color: {color:border};
  266. }
  267.  
  268. .view a.info {
  269. width: 120px;
  270. display: inline-block;
  271. background: {color:nav};
  272. text-decoration: none;
  273. font-size: 8px;
  274. font-weight: normal;
  275. text-transform: uppercase;
  276. text-align: center;
  277. letter-spacing: 1px;
  278. padding: 5px;
  279. margin: 2px;  
  280. }
  281.  
  282. .view a.info:hover {
  283. background: {color:background};
  284. color: {color:link hover};
  285. }
  286.  
  287. .view-style img {
  288. -webkit-transition: all 0.6s ease-in-out;
  289. -moz-transition: all 0.6s ease-in-out;
  290. -o-transition: all 0.6s ease-in-out;
  291. -ms-transition: all 0.6s ease-in-out;
  292. transition: all 0.6s ease-in-out;
  293. }
  294.  
  295. .view-style .mask {
  296. background-color: {color:sidebar};
  297. -webkit-transform: translateX(-300px);
  298. -moz-transform: translateX(-300px);
  299. -o-transform: translateX(-300px);
  300. -ms-transform: translateX(-300px);
  301. transform: translateX(-300px);
  302. filter: alpha(opacity=100);
  303. opacity: 1;
  304. -webkit-transition: all 0.6s ease-in-out;
  305. -moz-transition: all 0.6s ease-in-out;
  306. -o-transition: all 0.6s ease-in-out;
  307. -ms-transition: all 0.6s ease-in-out;
  308. transition: all 0.6s ease-in-out;
  309. }
  310.  
  311. .view-style:hover .mask {
  312. -webkit-transform: translateX(0px);
  313. -moz-transform: translateX(0px);
  314. -o-transform: translateX(0px);
  315. -ms-transform: translateX(0px);
  316. transform: translateX(0px);
  317. }
  318.  
  319. .view-style:hover img {
  320. -webkit-transform: translateX(300px);
  321. -moz-transform: translateX(300px);
  322. -o-transform: translateX(300px);
  323. -ms-transform: translateX(300px);
  324. transform: translateX(300px);
  325. }
  326.  
  327. #pagination {
  328. width: 300px;
  329. background: transparent;
  330. text-align: center;
  331. {block:IfNotSidebarNormal}line-height: 200%;
  332. margin-top: 20px; {/block:IfNotSidebarNormal}
  333. }
  334.  
  335. #pagination .currentpage {
  336. background: {color:entry};
  337. color: #666;
  338. border: 1px solid {color:sidebar};
  339. padding: 5px;
  340. {block:IfNotSidebarNormal}border: 1px solid {color:border};{/block:IfNotSidebarNormal}
  341. }
  342.  
  343. #pagination .otherpage {
  344. background: transparent;
  345. color: #999;
  346. padding: 6px;
  347. }
  348.  
  349. #pagination .otherpage:hover {
  350. background: {color:sidebar};
  351. }
  352.  
  353. h1 {
  354. color: {color:link hover};
  355. font-family: {font:body};
  356. font-size: 15px;
  357. line-height: 15px;
  358. font-weight: normal;
  359. text-transform:l owercase;
  360. text-align: left;
  361. font-style: italic;
  362. }
  363.  
  364. h2 {
  365. color: {color:link};
  366. font-family: {font:body};
  367. font-size: 15px;
  368. line-height: 15px;
  369. font-weight: normal;
  370. text-transform: lowercase;
  371. text-align: left;
  372. font-style: italic;
  373. }
  374.  
  375. blockquote {
  376. border-left: 3px solid {color:border};
  377. padding-left: 5px;
  378. }
  379.  
  380. blockquote i {
  381. color: {color:text};
  382. }
  383.  
  384. .postalign {
  385. text-align: justify;
  386. padding: 3px 7px 0px 7px;
  387. }
  388.  
  389. .question {
  390. background: {color:notes};
  391. margin: 10px;
  392. padding: 5px;
  393. -moz-border-radius-topright: 15px;
  394. -moz-border-radius-topleft: 15px;
  395. -moz-border-radius-bottomright: 15px;
  396. -moz-border-radius-bottomleft: 15px;
  397. -webkit-border-radius: 15px 15px 15px 15px;
  398. border-radius: 15px 15px 15px 15px;
  399. }
  400.  
  401. .ask {
  402. background: {color:notes};
  403. margin: 10px;
  404. padding: 5px;
  405. -moz-border-radius-topright: 15px;
  406. -moz-border-radius-topleft: 15px;
  407. -moz-border-radius-bottomright: 15px;
  408. -moz-border-radius-bottomleft: 15px;
  409. -webkit-border-radius: 15px 15px 15px 15px;
  410. border-radius: 15px 15px 15px 15px;
  411. font-size: 10px;
  412. color: {color:body};
  413. margin-bottom: 2px;
  414. padding: 10px;
  415. }
  416.  
  417. .asker {
  418. text-transform: lowercase;
  419. padding-bottom: 2px;
  420. font-size: 11px;
  421. }
  422.  
  423. .answer {
  424. padding: 4px;
  425. margin-left: 10px;
  426. }
  427.  
  428. b, strong{
  429. color: {color:link hover};
  430. }
  431.  
  432. i, em {
  433. color: {color:link};
  434. }
  435.  
  436. p {
  437. margin-top: 3px;
  438. margin-bottom: 3px;
  439. }
  440.  
  441. img a {
  442. border: none;
  443. width: 100%;
  444. }
  445.  
  446. .audio {background-color:black; display:block;}
  447.  
  448. .user_1 .label {color:{color:link}; font-weight:bold}
  449. .user_2 .label {color:{color:link hover}; font-weight:bold}
  450. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  451.  
  452. .notes img{width:10px; position:relative; top:1px;}
  453. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  454. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  455.  
  456. .credits {
  457. position: fixed;
  458. padding: 5px;
  459. bottom: 5px;
  460. left: 0;
  461. margin-left: 5px;
  462. z-index: 1000;
  463. text-transform: uppercase;
  464. font-size: 8px;
  465. }
  466.  
  467. @font-face {
  468. font-family: 'RiotSquadRegular';
  469. src: url('http://static.tumblr.com/whx9ghv/M5Im0fjtx/riotsqua_0-webfont.eot');
  470. src: url('http://static.tumblr.com/whx9ghv/M5Im0fjtx/riotsqua_0-webfont.eot?#iefix') format('embedded-opentype'),
  471. url('http://static.tumblr.com/whx9ghv/RGtm0fjvu/riotsqua_0-webfont.woff') format('woff'),
  472. url('http://static.tumblr.com/whx9ghv/qT2m0fjvi/riotsqua_0-webfont.ttf') format('truetype'),
  473. url('http://static.tumblr.com/whx9ghv/3jAm0fjv5/riotsqua_0-webfont.svg#RiotSquadRegular') format('svg');
  474. font-weight: normal;
  475. font-style: normal;
  476. }
  477.  
  478. .ending {
  479. max-width: 500px;
  480. text-align: left;
  481. padding: 10px;
  482. text-decoration: none;
  483. line-height: 180%;
  484. }
  485.  
  486. .ending a {
  487. text-transform: uppercase;
  488. font-family: 'Share', cursive;
  489. font-size: 10px;
  490. }
  491.  
  492. .ending img {
  493. width: 12px;
  494. height: 12px;
  495. border: 2px solid {color:tags};
  496. }
  497.  
  498.  
  499. </style>
  500. <style type="text/css">{CustomCSS}</style>
  501. </head>
  502.  
  503.  
  504. <body>
  505. <div class="credits"><a href="http://nutty-themes.tumblr.com/" target="_blank">THEME BY PISTACHI-O</a></div>
  506.  
  507. <div id="side">
  508.  
  509. {block:IfSidebarNormal}
  510. <div class="view view-style">
  511. {block:IfSideImg}<center><img src="{image:sidebar}"></center>{/block:IfSideImg}
  512. <div class="mask">
  513. <a href="#" class="title">{Title}</a>
  514. <div class="desc">{block:Description}{Description}{/block:Description}</div>
  515. <a href="/" class="info">Home</a><a href="/ask" class="info">Ask</a><a href="/archive" class="info">Archive</a><a href="/submit" class="info">Submit</a>
  516. {block:HasPages}{block:Pages}<a href="{URL}" class="info" target="_blank">{Label}</a>{/block:Pages}{/block:HasPages}{block:ifLink1}<a href="{text:Link1}" class="info">{text:Link1 Title}</a>{/block:ifLink1}{block:ifLink2}<a href="{text:Link2}" class="info">{text:Link2 Title}</a>{/block:ifLink2}{block:ifLink3}<a href="{text:Link3}" class="info">{text:Link3 Title}</a>{/block:ifLink3}</div></div>
  517.  
  518. <div id="pagination">
  519. {block:Pagination}
  520. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  521. {block:JumpPagination length="3"}
  522. {block:CurrentPage}<span class="currentpage">{PageNumber}</span>{/block:CurrentPage}
  523. {block:JumpPage}<a class="otherpage" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  524. {/block:JumpPagination}
  525. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  526. {/block:Pagination}
  527. </div>
  528. {/block:IfSidebarNormal}
  529.  
  530.  
  531. {block:IfSidebarFull}
  532. <div class="view view-style">
  533. {block:IfSideImg}<center><img src="{image:sidebar}"></center>{/block:IfSideImg}
  534. <div id="pagination">
  535. {block:Pagination}
  536. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  537. {block:JumpPagination length="3"}
  538. {block:CurrentPage}<span class="currentpage">{PageNumber}</span>{/block:CurrentPage}
  539. {block:JumpPage}<a class="otherpage" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  540. {/block:JumpPagination}
  541. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  542. {/block:Pagination}
  543. </div>
  544.  
  545. <div class="mask">
  546. <a href="#" class="title">{Title}</a>
  547. <div class="desc">{block:Description}{Description}{/block:Description}</div>
  548. <a href="/" class="info">Home</a><a href="/ask" class="info">Ask</a><a href="/archive" class="info">Archive</a><a href=/submit"" class="info">Submit</a>{block:HasPages}{block:Pages}<a href="{URL}" class="info" target="_blank">{Label}</a>{/block:Pages}{/block:HasPages}{block:ifLink1}<a href="{text:Link1}" class="info">{text:Link1 Title}</a>{/block:ifLink1}{block:ifLink2}<a href="{text:Link2}" class="info">{text:Link2 Title}</a>{/block:ifLink2}{block:ifLink3}<a href="{text:Link3}" class="info">{text:Link3 Title}</a>{/block:ifLink3}{block:ifLink4}<a href="{text:Link4}" class="info">{text:Link4 Title}</a>{/block:ifLink4}{block:ifLink5}<a href="{text:Link5}" class="info">{text:Link5 Title}</a>{/block:ifLink5}
  549.  
  550. <div id="pagination">
  551. {block:Pagination}
  552. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  553. {block:JumpPagination length="3"}
  554. {block:CurrentPage}<span class="currentpage">{PageNumber}</span>{/block:CurrentPage}
  555. {block:JumpPage}<a class="otherpage" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  556. {/block:JumpPagination}
  557. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  558. {/block:Pagination}
  559. </div>
  560. </div>
  561. </div>
  562. {/block:IfSidebarFull}
  563.  
  564.  
  565. {block:IfSidebarFixed}
  566. <div class="view view-style">
  567. <a href="#" class="title">{Title}</a>
  568. {block:IfSideImg}<center><img src="{image:sidebar}"></center>{/block:IfSideImg}
  569.  
  570. <div class="mask">
  571. <div class="desc">{block:Description}{Description}{/block:Description}</div>
  572. </div>
  573.  
  574. <a href="" class="info">Home</a><a href="" class="info">Ask</a><a href="" class="info">Archive</a><a href="" class="info">Submit</a>{block:HasPages}{block:Pages}<a href="{URL}" class="info" target="_blank">{Label}</a>{/block:Pages}{/block:HasPages}{block:ifLink1}<a href="{text:Link1}" class="info">{text:Link1 Title}</a>{/block:ifLink1}{block:ifLink2}<a href="{text:Link2}" class="info">{text:Link2 Title}</a>{/block:ifLink2}{block:ifLink3}<a href="{text:Link3}" class="info">{text:Link3 Title}</a>{/block:ifLink3}
  575.  
  576. <div id="pagination">
  577. {block:Pagination}
  578. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  579. {block:JumpPagination length="3"}
  580. {block:CurrentPage}<span class="currentpage">{PageNumber}</span>{/block:CurrentPage}
  581. {block:JumpPage}<a class="otherpage" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  582. {/block:JumpPagination}
  583. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  584. {/block:Pagination}
  585. </div>
  586. </div>
  587. </div>
  588. {/block:IfSidebarFixed}
  589. </div>
  590.  
  591. <div id="entries">
  592. {block:Posts}
  593. {block:IfNotSideNotes}<div id="header">
  594. {block:Date}POSTED <a href="{Permalink}">{Month} {DayOfMonthWithZero}, {Year}</a> {/block:Date}{block:NoteCount} WITH <a href="{Permalink}">{NoteCount}</a> NOTES {/block:NoteCount}</div>
  595. {/block:IfNotSideNotes}
  596.  
  597. <div id="posts">
  598. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  599. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  600. {block:Text}{Body}{/block:Text}
  601.  
  602. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  603. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  604.  
  605. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  606. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  607.  
  608. {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}
  609.  
  610. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  611.  
  612. {block:Answer}<div class="postalign">
  613. <div class="ask"><div class="asker"><i>{Asker}</i> asked: {Question}</div></div>
  614. <div class="answer">{Answer}</div>
  615. </div>{/block:Answer}
  616.  
  617. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  618. </div>
  619.  
  620. {block:IfSideNotes}<div id="notes">
  621. {block:Date}<a href="{Permalink}">{DayOfMonth} {ShortMonth}, {ShortYear}</a>{/block:Date}
  622. <a href="{Permalink}">{NoteCount} notes</a> <br>
  623. </div>{/block:IfSideNotes}
  624.  
  625. <div id="footer">
  626. {block:RebloggedFrom}<br> VIA: <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource} / SOURCE: <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}
  627. <div class="tags">{block:HasTags}<b>TAGS:</b>
  628. {block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}<br>{/block:HasTags}</div>
  629. </div>
  630. <br><br>
  631. {/block:Posts}
  632.  
  633. {block:PostNotes}
  634. <div class="ending">{PostNotes}</div>
  635. {/block:PostNotes}
  636.  
  637. </div>
  638.  
  639.  
  640.  
  641. </body>
  642. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement