Advertisement
7th-district

[Theme #3] Beat

Aug 10th, 2013
5,938
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.04 KB | None | 0 0
  1. <!--
  2. _______________________________________________________________________
  3.  
  4. ► THEME MADE BY RACHEL @ ALMIGHTYONE.TUMBLR.COM
  5.  
  6. [THEME #3] BEAT
  7. If you have any questions, go to 7th-district.tumblr.com/message for help.
  8.  
  9. ► Terms Of Use
  10. - Do not remove the credit or move it anywhere! (No pages!)
  11. - Do not block the credit with images or anything else.
  12. - Do not make heavy changes that make the theme no longer recognizable as mine.
  13. - Do not take parts of my theme codes and add it into your theme.
  14. _______________________________________________________________________
  15. -->
  16.  
  17. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  18. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  19. <head>
  20.  
  21. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23. <link rel="shortcut icon" href="{Favicon}" />
  24.  
  25. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
  26. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
  27.  
  28. <link href='http://fonts.googleapis.com/css?family=Audiowide' rel='stylesheet' type='text/css'>
  29.  
  30. <meta name="color:background" content="#ffffff" />
  31. <meta name="color:text" content="#000000" />
  32. <meta name="color:blockquote" content="#8dc9c3" />
  33. <meta name="color:posts" content="#ffffff" />
  34. <meta name="color:posts border" content="#dddddd" />
  35. <meta name="color:links" content="#8dc9c3" />
  36. <meta name="color:links hover" content="#aaaaaa" />
  37. <meta name="color:links hover background" content="#f5f5f5" />
  38. <meta name="color:sidebar border" content="#e4e4e4" />
  39. <meta name="color:title" content="#000000" />
  40. <meta name="color:title shadow" content="#aaaaaa" />
  41. <meta name="color:custom links" content="#000000" />
  42. <meta name="color:custom links bg" content="#ffffff" />
  43. <meta name="color:custom links border" content="#dddddd" />
  44. <meta name="color:custom links hover" content="#000000" />
  45. <meta name="color:custom links hover bg" content="#8dc9c3" />
  46. <meta name="color:permalink" content="#000000" />
  47. <meta name="color:permalink hover" content="#565656" />
  48. <meta name="color:pagination" content="#000000" />
  49. <meta name="color:pagination background" content="#8dc9c3" />
  50. <meta name="color:pagination background hover" content="#ffffff" />
  51. <meta name="color:asker border" content="#000000" />
  52. <meta name="color:scrollbar" content="#000000" />
  53. <meta name="color:scrollbar bg" content="#ffffff" />
  54.  
  55. <meta name="image:background" content="http://31.media.tumblr.com/da510f60fcff7ce89cd25ea3511bfef4/tumblr_mps8cpjZnq1rebw0do3_500.png" />
  56. <meta name="image:sidebar" content="http://31.media.tumblr.com/tumblr_m2n64cFDRK1rn8y9oo1_400.jpg" />
  57.  
  58. <meta name="if:photo fade" content="0" />
  59. <meta name="if:grayscale" content="0" />
  60. <meta name="if:500" content="1" />
  61. <meta name="if:400" content="0" />
  62.  
  63. <meta name="text:Link1 url" content="/">
  64. <meta name="text:Link1" content"link 1"/>
  65. <meta name="text:Link2 url" content="/">
  66. <meta name="text:Link2" content"link 2"/>
  67. <meta name="text:Link3 url" content="/">
  68. <meta name="text:Link3" content"link 3"/>
  69. <meta name="text:Link4 url" content="/">
  70. <meta name="text:Link4" content"link 4"/>
  71. <meta name="text:Link5 url" content="/">
  72. <meta name="text:Link5" content"link 5"/>
  73.  
  74. <style type="text/css">
  75.  
  76. ::-webkit-scrollbar-track {background-color:{color:scrollbar bg};}
  77. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  78. ::-webkit-scrollbar {width:6px;height:5px;}
  79.  
  80. ::-moz-scrollbar-track {background-color:{color:scrollbar bg};}
  81. ::-moz-scrollbar-thumb {background-color:{scrollbar};}
  82. ::-moz-scrollbar {width:6px;height:5px;}
  83.  
  84. body{
  85. background:{color:background};
  86. background-attachment:fixed;
  87. background-repeat:repeat;
  88. margin:0;
  89. padding:0;
  90. word-wrap:break-word;
  91. background-image:url('{image:background}');
  92. font-family:consolas;
  93. font-size:11px;
  94. line-height:100%;
  95. color:{color:text}
  96. }
  97.  
  98. body a{
  99. text-decoration:none;
  100. }
  101.  
  102. #content{
  103. width:520px;
  104. margin-top:30px!important;
  105. margin-left:auto!important;
  106. margin-right:auto!important;
  107. margin-bottom:30px!important;
  108. }
  109.  
  110. #content blockquote{
  111. border-left:2px solid {color:blockquote};
  112. padding-left:8px;
  113. margin:0;
  114. }
  115.  
  116. #content blockquote img{
  117. {block:if500}
  118. width:400px
  119. {/block:if500}
  120. {block:if400}
  121. width:300px;
  122. {/block:if400}
  123. {block:permalinkpage}
  124. width:400px;
  125. {/block:permalinkpage}
  126. }
  127.  
  128. .posts{
  129. border:1px solid {color:posts border};
  130. padding:10px 10px 10px 10px;
  131. margin-bottom:20px;
  132. margin-left:auto;
  133. margin-right:auto;
  134. background:{color:posts};
  135. -webkit-transition-duration: 0.5s;
  136. -moz-transition-duration: 0.5s;
  137. -o-transition-duration: 0.5s;
  138. -ms-transition-duration: 0.5s;
  139. {block:ifphotofade}
  140. opacity:.8;
  141. {/block:ifphotofade}
  142. {block:ifgrayscale}
  143. -webkit-filter: grayscale(100%);
  144. -moz-filter: grayscale(100%);
  145. -o-filter: grayscale(100%);
  146. {/block:ifgrayscale}
  147. {block:if500}
  148. width:500px;
  149. {/block:if500}
  150. {block:if400}
  151. width:400px;
  152. {/block:if400}
  153. {block:permalinkpage}
  154. width:500px;
  155. {/block:permalinkpage}
  156. }
  157.  
  158. #posts:hover{
  159. -webkit-filter: grayscale(0%);
  160. -moz-filter: grayscale(0%);
  161. -o-filter: grayscale(0%);
  162. opacity:1;
  163. -webkit-transition-duration: 0.5s;
  164. -moz-transition-duration: 0.5s;
  165. -o-transition-duration: 0.5s;
  166. -ms-transition-duration: 0.5s;
  167. }
  168.  
  169. .posts a{
  170. color:{color:links}!important;
  171. -webkit-transition: all 0.5s ease-in-out;
  172. -moz-transition: all 0.5s ease-in-out;
  173. }
  174.  
  175. .posts a:hover{
  176. color:{color:links hover};
  177. background:{color:links hover background};
  178. -webkit-transition: all 0.5s ease-in-out;
  179. -moz-transition: all 0.5s ease-in-out;
  180. }
  181.  
  182. .title{
  183. font-family: 'Audiowide', cursive;
  184. font-size:14px;
  185. text-transform:uppercase;
  186. }
  187.  
  188. .title a{
  189. color:{color:links}!important;
  190. }
  191.  
  192. .title a:hover{
  193. color:{color:links hover}!important;
  194. background:{color:links hover background};
  195. -webkit-transition: all 0.5s ease-in-out;
  196. -moz-transition: all 0.5s ease-in-out;
  197. }
  198.  
  199. #sidebar{
  200. position:fixed;
  201. top:100px;
  202. left:50%;
  203. {block:if500}
  204. margin-left:-505px;
  205. {/block:if500}
  206. {block:if400}
  207. margin-left:-450px;
  208. {/block:if400}
  209. {block:permalinkpage}
  210. margin-left:-505px;
  211. {/block:permalinkpage}
  212. width:200px;
  213. height:350px;
  214. z-index:3;
  215. }
  216.  
  217. #sideimg img{
  218. background:{color:posts};
  219. width:150px;
  220. height:auto;
  221. margin-top:0px;
  222. margin-left:17px;
  223. border:1px solid {color:sidebar border};
  224. padding:7px;
  225. }
  226.  
  227. #tit{
  228. padding-top:5px;
  229. font-family: 'Audiowide', cursive;
  230. text-transform:uppercase;
  231. text-align:center;
  232. color:{color:title};
  233. font-size:16px;
  234. line-height:160%;
  235. text-shadow:0px 0px 5px {color:title shadow};
  236. }
  237.  
  238. #desc{
  239. width:150px;
  240. margin-left:15px;
  241. text-align:center;
  242. font-family:consolas;
  243. font-size:10px;
  244. line-height:12px;
  245. padding:5px 10px;
  246. }
  247.  
  248. #desc a{
  249. color:{color:links};
  250. -webkit-transition: all 0.5s ease-in-out;
  251. -moz-transition: all 0.5s ease-in-out;
  252. }
  253.  
  254. #desc a:hover{
  255. color:{color:links hover}
  256. background:{color:links hover background};
  257. -webkit-transition: all 0.5s ease-in-out;
  258. -moz-transition: all 0.5s ease-in-out;
  259. }
  260.  
  261.  
  262. #links {
  263. position:fixed;
  264. top:140px;
  265. left:50%;
  266. {block:if500}
  267. margin-left:325px;
  268. {/block:if500}
  269. {block:if400}
  270. margin-left:270px;
  271. {/block:if400}
  272. {block:permalinkpage}
  273. margin-left:325px;
  274. {/block:permalinkpage}
  275. z-index:6;
  276. }
  277.  
  278. .links{
  279. font-size:9px;
  280. display:block;
  281. width:90px;
  282. height:100%;
  283. margin-bottom:3px;
  284. padding:3px 3px;
  285. text-align:center;
  286. text-transform:uppercase;
  287. font-family: 'Audiowide', cursive;
  288. color:{color:custom links};
  289. background:{color:custom links bg};
  290. border:1px solid {color:custom links border};
  291. -webkit-transition: all 0.5s ease-in-out;
  292. -moz-transition: all 0.5s ease-in-out;
  293. }
  294.  
  295. .links:hover{
  296. padding:8px 3px;
  297. color:{color:custom links hover};
  298. background:{color:custom links hover bg};
  299. -webkit-transition: all 0.5s ease-in-out;
  300. -moz-transition: all 0.5s ease-in-out;
  301. }
  302.  
  303. #quote{
  304. font-family: consolas;
  305. line-height:110%;
  306. font-size:14px;
  307. text-align:right;
  308. text-transform:uppercase;
  309. }
  310.  
  311. #source{
  312. text-align:right;
  313. font-size:10px;
  314. }
  315.  
  316. #s-m-t-tooltip {
  317. position:relative;
  318. overflow:hidden;
  319. z-index:9999999999;
  320. max-width:200px;
  321. margin:10px 0 0 10px;
  322. padding:5px 6px 4px 6px;
  323. font:9px consolas;
  324. letter-spacing:1px;
  325. background:black;
  326. line-height:100%;
  327. text-transform:uppercase;
  328. letter-spacing:1px;
  329. color:#fff;
  330. }
  331.  
  332. #audio{
  333. display:block;
  334. {block:if500}
  335. max-width:500px;
  336. {/block:if500}
  337. {block:if400}
  338. max-width:400px;
  339. {/block:if400}
  340. {block:permalinkpage}
  341. max-width:500px;
  342. {/block:permalinkpage}
  343. background:black;
  344. }
  345.  
  346. #ques{
  347. padding:0px;
  348. height:auto;
  349. margin-left:0px;
  350. line-height:110%;
  351. }
  352.  
  353. #asker{
  354. float:right;
  355. padding-top:8px;
  356. padding-right:6px;
  357. text-align:right;
  358. font-size:10px;
  359. vertical-align:-15px!important;
  360. }
  361.  
  362. #answer{
  363. padding-top:7px;
  364. margin-left:0px;
  365. }
  366.  
  367. .info {
  368. width:auto;
  369. padding-top:5px;
  370. margin-bottom:0px;
  371. margin-left:330!important;
  372. margin:0;
  373. text-transform:uppercase;
  374. font-size:10px;
  375. background:{color:posts};
  376. line-height:110%;
  377. }
  378.  
  379. .info a{
  380. color:{color:links};
  381. -webkit-transition: all 0.4s linear;
  382. -moz-transition-duration: 0.4s;
  383. }
  384.  
  385. .info a:hover{
  386. color:{color:links hover};
  387. background:{color:links hover background};
  388. -webkit-transition: all 0.4s linear;
  389. -moz-transition-duration: 0.4s;
  390. }
  391.  
  392. .posts .perma{
  393. text-align:center;
  394. position: absolute;
  395. width:auto;
  396. height: 14px;
  397. line-height:14px;
  398. position:absolute;
  399. background-color: {color:posts};
  400. border:1px solid {color:posts border};
  401. color: black;
  402. margin-top: 30px;
  403. {block:if500}
  404. margin-left:515px;
  405. {/block:if500}
  406. {block:if400}
  407. margin-left:415px;
  408. {/block:if400}
  409. padding: 5px 5px 19px 5px;
  410. opacity: 0;
  411. font-size: 9px;
  412. font-family: 'Audiowide', cursive;
  413. text-transform: uppercase;
  414. letter-spacing: 1px;
  415. z-index:9;
  416. -webkit-transition: all 0.5s ease-in-out;
  417. -moz-transition: all 0.5s ease-in-out;
  418. }
  419.  
  420. .posts:hover .perma{
  421. margin-top:0px;
  422. opacity:1;
  423. -webkit-transition: all 0.5s ease-in-out;
  424. -moz-transition-duration: 0.5s;
  425.  
  426. }
  427.  
  428. .perma a {
  429. color: {color:permalink}!important;
  430. -webkit-transition: all 0.4s linear;
  431. -moz-transition-duration: 0.4s;
  432. }
  433.  
  434. .perma a:hover {
  435. color: {color:permalink hover}!important;
  436. background:{color:posts}
  437. -webkit-transition: all 0.4s linear;
  438. -moz-transition-duration: 0.4s;
  439. }
  440.  
  441. .date{
  442. font-size:10px;
  443. text-transform:uppercase;
  444. }
  445.  
  446. #note{
  447. margin:20px auto;
  448. width: 500px;
  449. font-size: 9px;
  450. text-transform:uppercase;
  451. font-family:consolas;
  452. }
  453.  
  454. ol.notes{
  455. list-style-type:none;
  456. margin:0px;
  457. padding:0;
  458. line-height:130%;
  459. color:{color:text};
  460. }
  461.  
  462. #pagination{
  463. margin-top:30px;
  464. text-align:center;
  465. width:150px;
  466. position:fixed;
  467. }
  468.  
  469. #pagination a {
  470. font-size:10px;
  471. padding:0px 4px;
  472. color:{color:pagination};
  473. background:{color:pagination background};
  474. border:1px solid {color:posts border};
  475. margin:1px;
  476. font-family:consolas;
  477. -webkit-transition: all 0.5s ease-in-out;
  478. -moz-transition: all 0.5s ease-in-out;
  479. }
  480.  
  481. #pagination a:hover{
  482. background:{color:pagination background hover};
  483. border:1px solid {color:posts border};
  484. color:{color:pagination};
  485. -webkit-transition: all 0.5s ease-in-out;
  486. -moz-transition: all 0.5s ease-in-out;
  487. }
  488.  
  489.  
  490. </style>
  491. </head>
  492. <body>
  493.  
  494. <div id="links">
  495. <a href="/" class="links">home</a>
  496. <a href="/ask" class="links">message</a>
  497. <a href="/archive" class="links">history</a>
  498. <a href="http://almightyone.tumblr.com/" class="links">theme</a>
  499. {block:IfLink1}
  500. <a href="{text:Link1 url}" class="links">{text:Link1}</a>
  501. {/block:IfLink1}
  502. {block:IfLink2}
  503. <a href="{text:Link2 url}" class="links">{text:Link2}</a>
  504. {/block:IfLink2}
  505. {block:IfLink3}
  506. <a href="{text:Link3 url}" class="links">{text:Link3}</a>
  507. {/block:IfLink3}
  508. {block:IfLink4}
  509. <a href="{text:Link4 url}" class="links">{text:Link4}</a>
  510. {/block:IfLink4}
  511. {block:IfLink5}
  512. <a href="{text:Link5 url}" class="links">{text:Link5}</a>
  513. {/block:IfLink5}
  514. </div>
  515.  
  516. <div id="sidebar">
  517. <div id="tit">{Title}</div>
  518. <div id="sideimg"><img src="{image:sidebar}" /></div>
  519. <div id="desc">{block:description}{description}{/block:description}
  520. {block:Pagination}
  521. <div id="pagination">
  522. {block:PreviousPage}
  523. <a href="{PreviousPage}">«</a>
  524. {/block:PreviousPage}
  525.  
  526. {block:JumpPagination length="4"}
  527. {block:CurrentPage}
  528. <span class="current_page">{PageNumber}</span>
  529. {/block:CurrentPage}
  530.  
  531. {block:JumpPage}
  532. <a class="jump_page" href="{URL}">{PageNumber}</a>
  533. {/block:JumpPage}
  534. {/block:JumpPagination}
  535.  
  536. {block:NextPage}
  537. <a href="{NextPage}">»</a>
  538. {/block:NextPage}
  539. </div>
  540. {/block:Pagination}
  541.  
  542.  
  543. </div>
  544. </div>
  545.  
  546.  
  547. <div id="content">
  548. {block:posts}
  549. <div class="posts">
  550.  
  551. {block:Text}
  552. {block:indexpage}
  553. <div class="perma">
  554. <a href="{Permalink}">{block:Date}{MonthNumberWithZero}/{DayOfMonthWithZero}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">{ReblogButton size="15"}</a></div>
  555. {block:Title}<div class="title">{Title}</div>{/block:Title}
  556. {Body}
  557. {/block:indexpage}
  558. {block:permalinkpage}
  559. {block:Title}<div class="title">{Title}</div>{/block:Title}
  560. {Body}
  561. <div class="info">
  562.  
  563. {block:RebloggedFrom}
  564. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">
  565. {ReblogParentName}</a>
  566. source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br />
  567. {/block:RebloggedFrom}
  568.  
  569. <div class="date">
  570. {block:Date}{Month} {DayOfMonth}, {Year}
  571. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  572. </div>{/block:Date}
  573.  
  574. {block:HasTags}tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  575. </div><!--info -->
  576. {/block:permalinkpage}
  577. {/block:Text}
  578.  
  579. {block:Photo}
  580. {block:indexpage}
  581. <div class="perma">
  582. <a href="{Permalink}">{block:Date}{MonthNumberWithZero}/{DayOfMonthWithZero}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">{ReblogButton size="15"}</a></div>
  583. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="" style="
  584. {block:if400}max-width:400px;{/block:if400}
  585. {block:if500}max-width:500px;{/block:if500}" />{LinkCloseTag}</center>
  586. {/block:indexpage}
  587. {block:permalinkpage}
  588. {LinkOpenTag}<img src="{PhotoURL-500}" style="max-width:500px;"/>{LinkCloseTag}
  589. {block:Caption}{Caption}{/block:Caption}
  590. <div class="info">
  591.  
  592. {block:RebloggedFrom}
  593. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">
  594. {ReblogParentName}</a>
  595. source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br />
  596. {/block:RebloggedFrom}
  597.  
  598. <div class="date">
  599. {block:Date}{Month} {DayOfMonth}, {Year}
  600. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  601. </div>{/block:Date}
  602.  
  603. {block:HasTags}tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  604. </div><!--info -->
  605. {/block:permalinkpage}
  606. {/block:Photo}
  607.  
  608. {block:Photoset}
  609. {block:indexpage}
  610. <div class="perma">
  611. <a href="{Permalink}">{block:Date}{MonthNumberWithZero}/{DayOfMonthWithZero}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">{ReblogButton size="15"}</a></div>
  612. {block:if500}
  613. {Photoset-500}
  614. {/block:if500}
  615. {block:if400}{Photoset-400}{/block:if400}
  616. {/block:indexpage}
  617. {block:permalinkpage}
  618. {Photoset-500}
  619. {block:Caption}{Caption}{/block:Caption}
  620. <div class="info">
  621.  
  622. {block:RebloggedFrom}
  623. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">
  624. {ReblogParentName}</a>
  625. source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br />
  626. {/block:RebloggedFrom}
  627.  
  628. <div class="date">
  629. {block:Date}{Month} {DayOfMonth}, {Year}
  630. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  631. </div>{/block:Date}
  632.  
  633. {block:HasTags}tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  634. </div><!--info -->
  635. {/block:permalinkpage}
  636. {/block:Photoset}
  637.  
  638. {block:Video}
  639. {block:indexpage}
  640. <div class="perma">
  641. <a href="{Permalink}">{block:Date}{MonthNumberWithZero}/{DayOfMonthWithZero}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">{ReblogButton size="15"}</a></div>
  642. {block:if500}{Video-500}{/block:if500}
  643. {block:if400}{Video-400}{/block:if400}
  644. {/block:indexpage}
  645. {block:permalinkpage}
  646. {Video-500}
  647. {block:Caption}{Caption}{/block:Caption}
  648. <div class="info">
  649.  
  650. {block:RebloggedFrom}
  651. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">
  652. {ReblogParentName}</a>
  653. source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br />
  654. {/block:RebloggedFrom}
  655.  
  656. <div class="date">
  657. {block:Date}{Month} {DayOfMonth}, {Year}
  658. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  659. </div>{/block:Date}
  660.  
  661. {block:HasTags}tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  662. </div><!--info -->
  663. {/block:permalinkpage}
  664. {/block:Video}
  665.  
  666. {block:Audio}
  667. {block:indexpage}
  668. <div class="perma">
  669. <a href="{Permalink}">{block:Date}{MonthNumberWithZero}/{DayOfMonthWithZero}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">{ReblogButton size="15"}</a></div>
  670. <div id="audio">{AudioPlayerBlack}</div>
  671. {block:Caption}{Caption}{/block:Caption}
  672. {/block:indexpage}
  673. {block:permalinkpage}
  674. <div id="audio">{AudioPlayerBlack}</div>
  675. {block:Caption}{Caption}{/block:Caption}
  676. <div class="info">
  677.  
  678. {block:RebloggedFrom}
  679. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">
  680. {ReblogParentName}</a>
  681. source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br />
  682. {/block:RebloggedFrom}
  683.  
  684. <div class="date">
  685. {block:Date}{Month} {DayOfMonth}, {Year}
  686. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  687. </div>{/block:Date}
  688.  
  689. {block:HasTags}tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  690. </div><!--info -->
  691. {/block:permalinkpage}
  692. {/block:Audio}
  693.  
  694. {block:Quote}
  695. {block:indexpage}
  696. <div class="perma">
  697. <a href="{Permalink}">{block:Date}{MonthNumberWithZero}/{DayOfMonthWithZero}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">{ReblogButton size="15"}</a></div>
  698. <div id="quote">“{Quote}”</div>
  699. {block:Source}<br /><div id="source">{Source}</div>{/block:Source}
  700. {/block:indexpage}
  701. {block:permalinkpage}
  702. <div id="quote">“{Quote}”</div>
  703. {block:Source}<br /><div id="source">{Source}</div>{/block:Source}
  704. <div class="info">
  705.  
  706. {block:RebloggedFrom}
  707. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">
  708. {ReblogParentName}</a>
  709. source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br />
  710. {/block:RebloggedFrom}
  711.  
  712. <div class="date">
  713. {block:Date}{Month} {DayOfMonth}, {Year}
  714. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  715. </div>{/block:Date}
  716.  
  717. {block:HasTags}tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  718. </div><!--info -->
  719. {/block:permalinkpage}
  720. {/block:Quote}
  721.  
  722. {block:Answer}
  723. {block:indexpage}
  724. <div class="perma">
  725. <a href="{Permalink}">{block:Date}{MonthNumberWithZero}/{DayOfMonthWithZero}{/block:Date}</a></div>
  726. <div id="ques">{Question}<br />
  727. <img src="{AskerPortraitURL-16}" style="border:3px solid {color:asker border};float:right;margin-right:12px;margin-top:3px;"/>
  728. <div id="asker"> - {Asker}</div>
  729. </div><br />
  730. <div id="answer">{Answer}</div>
  731. {/block:indexpage}
  732. {block:permalinkpage}
  733. <div id="ques">{Question}<br />
  734. <img src="{AskerPortraitURL-16}" style="border:3px solid black;float:right;margin-right:12px;margin-top:3px;"/>
  735. <div id="asker"> - {Asker}</div>
  736. </div><br />
  737. <div id="answer">{Answer}</div>
  738. <div class="info">
  739.  
  740. <div class="date">
  741. {block:Date}{Month} {DayOfMonth}, {Year}
  742. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  743. </div>{/block:Date}
  744.  
  745. {block:HasTags}tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  746. </div><!--info -->
  747. {/block:permalinkpage}
  748. {/block:Answer}
  749.  
  750. {block:Chat}
  751. {block:indexpage}
  752. <div class="perma">
  753. <a href="{Permalink}">{block:Date}{MonthNumberWithZero}/{DayOfMonthWithZero}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">{ReblogButton size="15"}</a></div>
  754. {block:Title}{Title}<br />{/block:Title}
  755. {block:Lines}
  756. {block:Label}<span style="line-height:110%;"><strong>{Label}</strong>{/block:Label} {Line}</span><br />
  757. {/block:Lines}
  758. {/block:indexpage}
  759. {block:permalinkpage}
  760. {block:Title}{Title}<br />{/block:Title}
  761. {block:Lines}
  762. {block:Label}<span style="line-height:110%;"><strong>{Label}</strong>{/block:Label} {Line}</span><br />
  763. {/block:Lines}
  764. <div class="info">
  765.  
  766. {block:RebloggedFrom}
  767. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">
  768. {ReblogParentName}</a>
  769. source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br />
  770. {/block:RebloggedFrom}
  771.  
  772. <div class="date">
  773. {block:Date}{Month} {DayOfMonth}, {Year}
  774. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  775. </div>{/block:Date}
  776.  
  777. {block:HasTags}tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  778. </div><!--info -->
  779. {/block:permalinkpage}
  780. {/block:Chat}
  781.  
  782. {block:Link}
  783. {block:indexpage}
  784. <div class="perma">
  785. <a href="{Permalink}">{block:Date}{MonthNumberWithZero}/{DayOfMonthWithZero}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">{ReblogButton size="15"}</a></div>
  786. <div class="title"><a href="{URL}" >{Name}</a></div>
  787. {block:Description}<br />{Description}{/block:Description}
  788. {/block:indexpage}
  789. {block:permalinkpage}
  790. <div class="title"><a href="{URL}" >{Name}</a></div>
  791. {block:Description}<br />{Description}{/block:Description}
  792. <div class="info">
  793.  
  794. {block:RebloggedFrom}
  795. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">
  796. {ReblogParentName}</a>
  797. source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br />
  798. {/block:RebloggedFrom}
  799.  
  800. <div class="date">
  801. {block:Date}{Month} {DayOfMonth}, {Year}
  802. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  803. </div>{/block:Date}
  804.  
  805. {block:HasTags}tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  806. </div><!--info -->
  807. {/block:permalinkpage}
  808. {/block:Link}
  809.  
  810. {block:PostNotes}
  811. <div id="note">{PostNotes}</div>
  812. {/block:PostNotes}
  813.  
  814. </div>
  815. {/block:posts}
  816. </div> <!--content -->
  817.  
  818. </body>
  819. </html>
  820. <!--
  821.  
  822.  
  823. HI
  824.  
  825.  
  826.  
  827. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement