7th-district

[Theme #4] Tengoku

Aug 11th, 2013
5,400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.82 KB | None | 0 0
  1. <!--
  2. _______________________________________________________________________
  3.  
  4. ► THEME MADE BY RACHEL @ ALMIGHTYONE.TUMBLR.COM
  5.  
  6. [THEME #4] TENGOKU
  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. <meta name="color:background" content="#ffffff" />
  26. <meta name="color:text" content="#888888" />
  27. <meta name="color:links" content="#cad1c9" />
  28. <meta name="color:links hover" content="#565656" />
  29. <meta name="color:blockquote" content="#f0d7d3" />
  30. <meta name="color:posts" content="#ffffff" />
  31. <meta name="color:posts border" content="#e4e4e4" />
  32. <meta name="color:title" content="#565656" />
  33. <meta name="color:sidebar image border" content="#dddddd" />
  34. <meta name="color:description" content="#888888" />
  35. <meta name="color:custom links" content="#565656" />
  36. <meta name="color:custom links border" content="#f0d7d3" />
  37. <meta name="color:custom links hover" content="#aaaaaa" />
  38. <meta name="color:custom links border hover" content="#cad1c9" />
  39. <meta name="color:scrollbar" content="#565656" />
  40. <meta name="color:scrollbar background" content="#ffffff" />
  41. <meta name="color:question background" content="#F6F7F2" />
  42. <meta name="color:question border" content="#ECEDE8" />
  43. <meta name="color:pagination text" content="#888888" />
  44. <meta name="color:pagination background" content="#e4e4e4" />
  45. <meta name="color:pagination text hover" content="#888888" />
  46. <meta name="color:pagination background hover" content="#ffffff" />
  47.  
  48. <meta name="if:photo fade" conten="0" />
  49. <meta name="if:grayscale" content="0" />
  50. <meta name="if:250" content="1" />
  51. <meta name="if:400" content="0" />
  52. <meta name="if:small cursor" content="1" />
  53. <meta name="if:infinite scroll" content="1" />
  54.  
  55. <meta name="image:sidebar" content="" />
  56. <meta name="image:background" content="" />
  57.  
  58. <meta name="text:Link1 url" content="/">
  59. <meta name="text:Link1" content="link 1"/>
  60. <meta name="text:Link2 url" content="/">
  61. <meta name="text:Link2" content="link 2"/>
  62. <meta name="text:Link3 url" content="/">
  63. <meta name="text:Link3" content="link 3"/>
  64. <meta name="text:Link4 url" content="/">
  65. <meta name="text:Link4" content="link 4"/>
  66. <meta name="text:Link5 url" content="/">
  67. <meta name="text:Link5" content="link 5"/>
  68. <meta name="text:Link6 url" content="/">
  69. <meta name="text:Link6" content="link 6"/>
  70.  
  71. <style type="text/css">
  72.  
  73. {block:ifsmallcursor}
  74. *, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  75. {/block:ifsmallcursor}
  76.  
  77. ::-webkit-scrollbar-track {background-color:{color:scrollbar background};}
  78. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};border:3px solid {color:scrollbar background};}
  79. ::-webkit-scrollbar {width:8px;height:5px;}
  80.  
  81. ::-moz-scrollbar-track {background-color:{color:scrollbar background};}
  82. ::-moz-scrollbar-thumb {background-color:{color:scrollbar};border:3px solid {color:scrollbar background};}
  83. ::-moz-scrollbar {width:8px;height:5px;}
  84.  
  85. body{
  86. background:{color:background};
  87. font-family:calibri;
  88. background-image:url('{image:background}');
  89. background-attachment:fixed;
  90. background-repeat:repeat;
  91. word-wrap:break-word;
  92. padding:0;
  93. margin:0;
  94. line-height:100%;
  95. font-size:11px;
  96. color:{color:text};
  97. }
  98.  
  99. body a{
  100. text-decoration:none;
  101. color:{color:links}!important;
  102. font-style:none;
  103. -webkit-transition: all 0.5s linear;
  104. -moz-transition: all 0.5s linear;
  105. }
  106.  
  107. body a:hover{
  108. color:{color:links hover}!important;
  109. -webkit-transition: all 0.5s linear;
  110. -moz-transition: all 0.5s linear;
  111. }
  112.  
  113. #content {
  114. margin:20px 0px 20px 360px;
  115. }
  116.  
  117. #content blockquote {
  118. margin:0;
  119. border-left:2px solid {color:blockquote};
  120. padding-left:8px;
  121. }
  122.  
  123. #content blockquote img{
  124. {block:if250}
  125. width:200px;
  126. {/block:if250}
  127. {block:if400}
  128. width:350px;
  129. {/block:if400}
  130. {block:permalinkpage}
  131. width:350px;
  132. {/block:permalinkpage}
  133. }
  134.  
  135. .pothead{
  136. {block:if250}
  137. width:250px;
  138. {/block:if250}
  139. {block:if400}
  140. width:400px;
  141. {/block:if400}
  142. {block:permalinkpage}
  143. width:400px;
  144. {/block:permalinkpage}
  145. {block:ifphotofade}
  146. opacity:.7;
  147. {/block:ifphotofade}
  148. {block:ifgrayscale}
  149. -webkit-filter: grayscale(100%);
  150. -moz-filter: grayscale(100%);
  151. -o-filter: grayscale(100%);
  152. {/block:ifgrayscale}
  153. padding:8px;
  154. margin-bottom:15px;
  155. background:{color:posts};
  156. border:1px solid {color:posts border};
  157. -webkit-transition: all 0.5s linear;
  158. -moz-transition: all 0.5s linear;
  159. }
  160.  
  161. .pothead:hover{
  162. opacity:1;
  163. -webkit-filter: grayscale(0%);
  164. -moz-filter: grayscale(0%);
  165. -o-filter: grayscale(0%);
  166. -webkit-transition: all 0.5s linear;
  167. -moz-transition: all 0.5s linear;
  168. }
  169.  
  170. #side{
  171. position:fixed;
  172. top:200px;
  173. left:200px;
  174. width:110px;
  175. height:100px;
  176. }
  177.  
  178. #tit{
  179. font-family:calibri;
  180. font-size:15px;
  181. text-align:center;
  182. padding-bottom:3px;
  183. color:{color:title};
  184. }
  185.  
  186. #sideimg img{
  187. width:100px;
  188. height:100px;
  189. padding:4px;
  190. border:1px solid {color:sidebar image border};
  191. background:{color:posts}
  192. }
  193.  
  194. #desc{
  195. font-family:trebuchet ms;
  196. font-style:italic;
  197. font-size:9px;
  198. text-align:center;
  199. line-height:100%;
  200. padding:5px;
  201. color:{color:description};
  202. }
  203.  
  204. #desc a{
  205. text-decoration:none;
  206. color:{color:links}
  207. -webkit-transition: all 0.5s ease-in-out;
  208. -moz-transition: all 0.5s ease-in-out;
  209. }
  210. }
  211.  
  212. #desc a:hover{
  213. color:{color:links hover};
  214. -webkit-transition: all 0.5s ease-in-out;
  215. -moz-transition: all 0.5s ease-in-out;
  216. }
  217.  
  218. #boob{
  219. position:fixed;
  220. top:215px;
  221. left:155px;
  222. text-align:right;
  223. }
  224.  
  225. .bob a{
  226. text-decoration:none;
  227. font-family:consolas;
  228. font-size:9px;
  229. text-transform:uppercase;
  230. color:{color:custom links}!important;
  231. line-height:110%;
  232. border-right:2px solid {color:custom links border}!important;
  233. padding-right:4px;
  234. -webkit-transition: all 0.5s ease-in-out;
  235. -moz-transition: all 0.5s ease-in-out;
  236. }
  237.  
  238. .bob a:hover{
  239. color:{color:custom links hover}!important;
  240. font-style:italic;
  241. border-right:2px solid {color:custom links border hover}!important;
  242. -webkit-transition: all 0.5s ease-in-out;
  243. -moz-transition: all 0.5s ease-in-out;
  244. }
  245.  
  246. #audio{
  247. {block:if250}
  248. max-width:250px;
  249. {/block:if250}
  250. {block:if400}
  251. max-width:400px;
  252. {/block:if400}
  253. {block:permalinkpage}
  254. max-width:400px;
  255. {/block:permalinkpage}
  256. background:#e4e4e4;
  257. display:block;
  258. }
  259.  
  260. .pothead .perma{
  261. text-align:center;
  262. position: absolute;
  263. height: 14px;
  264. line-height:14px;
  265. position:absolute;
  266. background-color: {color:posts};
  267. margin-top: -5px;
  268. {block:if250}
  269. margin-left:0px;
  270. padding: 4px 85px;
  271. font-size: 8px;
  272. width:auto;
  273. {/block:if250}
  274. {block:if400}
  275. margin-left:0px;
  276. padding:6px 150px;
  277. font-size:9px;
  278. width:100px;
  279. {/block:if400}
  280. opacity: 0;
  281. font-family:calibri;
  282. text-transform: uppercase;
  283. letter-spacing: 1px;
  284. z-index:3;
  285. -webkit-transition: all 0.4s linear;
  286. -moz-transition-duration: 0.4s;
  287. }
  288.  
  289. .pothead:hover .perma{
  290. margin-top:0px;
  291. opacity:1;
  292. -webkit-transition: all 0.4s linear;
  293. -moz-transition-duration: 0.4s;
  294. }
  295.  
  296.  
  297. #note{
  298. margin:20px auto;
  299. width: 400px;
  300. font-size: 11px;
  301. text-transform:lowercase;
  302. font-family:calibri;
  303. color:{color:text};
  304. }
  305.  
  306. ol.notes{
  307. list-style-type:none;
  308. margin:0px;
  309. padding-left:5px;
  310. line-height:130%;
  311. color:{color:text};
  312. }
  313.  
  314. .info{
  315. padding-bottom:3px;
  316. padding-top:5px;
  317. padding-left:2px;
  318. text-align:left;
  319. font-family:consolas;
  320. font-size:11px;
  321. color:{color:text};
  322. border-top:2px solid {color:posts border};
  323. margin-top:5px;
  324. }
  325.  
  326. .tags{
  327. margin-top:5px;
  328. font-family:calibri;
  329. font-size:8px;
  330. text-transform:uppercase;
  331. letter-spacing:1px;
  332. text-align:left;
  333. color:{color;text};
  334. }
  335.  
  336. #asker{
  337. text-align:center;
  338. font-size:13px;
  339. font-style:italic;
  340. line-height:110%;
  341. }
  342.  
  343. #ques{
  344. margin-top:-6px;
  345. color:{color:text};
  346. border:1px solid {color:question border};
  347. background:{color:question background};
  348. padding:5px;
  349. }
  350.  
  351. #answer{
  352. margin-top:-10px;
  353. padding:0px 5px 5px 5px;
  354. }
  355.  
  356. #pagination{
  357. width:110px;
  358. margin-top:30px;
  359. margin-left:-5px;
  360. text-align:center;
  361. }
  362.  
  363. #pagination a {
  364. {block:ifinfinitescroll}
  365. display:none;
  366. {/block:ifinfinitescroll}
  367. background:{color:pagination background};
  368. color:{color:pagination text};
  369. padding:0px 5px;
  370. margin:2px;
  371. -webkit-transition: all 0.5s linear;
  372. -moz-transition: all 0.5s linear;
  373. }
  374.  
  375. #pagination a:hover {
  376. color:{color:pagination text hover};
  377. background:{color:pagination background hover};
  378. -webkit-transition: all 0.5s linear;
  379. -moz-transition: all 0.5s linear;
  380. }
  381.  
  382. #pagination .current_page{
  383. padding:0px 5px;
  384. {block:ifinfinitescroll}
  385. display:none;
  386. {/block:ifinfinitescroll}
  387. }
  388. #source{
  389. text-align:right;
  390. }
  391.  
  392. #content img {
  393. max-width:250px;
  394. {block:permalinkpage}
  395. max-width:100%;
  396. {/block:permalinkpage}
  397. }
  398.  
  399. </style>
  400. {block:ifinfinitescroll}
  401. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  402. {/block:ifinfinitescroll}
  403. </head>
  404.  
  405. <body>
  406.  
  407. <div id="side">
  408. <div id="tit">{Title}</div>
  409. <div id="sideimg"><img src="{image:sidebar}" /></div>
  410. <div id="desc">{block:Description}{Description}{/block:Description}
  411.  
  412. {block:Pagination}
  413. <div id="pagination">
  414. {block:PreviousPage}
  415. <a href="{PreviousPage}">«</a>
  416. {/block:PreviousPage}
  417.  
  418. {block:JumpPagination length="3"}
  419. {block:CurrentPage}
  420. <span class="current_page">{PageNumber}</span>
  421. {/block:CurrentPage}
  422.  
  423. {block:JumpPage}
  424. <a class="jump_page" href="{URL}">{PageNumber}</a>
  425. {/block:JumpPage}
  426. {/block:JumpPagination}
  427.  
  428. {block:NextPage}
  429. <a href="{NextPage}">»</a>
  430. {/block:NextPage}
  431. </div>
  432. {/block:Pagination}
  433.  
  434. </div>
  435. </div>
  436.  
  437. <div id="boob">
  438. <div class="bob"><a href="/">home</a></div>
  439. <div class="bob"><a href="/ask">message</a></div>
  440. <div class="bob"><a href="/archive">history</a></div>
  441. <div class="bob"><a href="http://almightyone.tumblr.com/">theme</a></div>
  442. {block:IfLink1}
  443. <div class="bob"><a href="{text:Link1 url}">{text:Link1}</a></div>
  444. {/block:IfLink1}
  445. {block:IfLink2}
  446. <div class="bob"><a href="{text:Link2 url}">{text:Link2}</a></div>
  447. {/block:IfLink2}
  448. {block:IfLink3}
  449. <div class="bob"><a href="{text:Link3 url}">{text:Link3}</a></div>
  450. {/block:IfLink3}
  451. {block:IfLink4}
  452. <div class="bob"><a href="{text:Link4 url}">{text:Link4}</a></div>
  453. {/block:IfLink4}
  454. {block:IfLink5}
  455. <div class="bob"><a href="{text:Link5 url}">{text:Link5}</a></div>
  456. {/block:IfLink5}
  457. {block:IfLink6}
  458. <div class="bob"><a href="{text:Link6 url}">{text:Link6}</a></div>
  459. {/block:IfLink6}
  460. </div>
  461.  
  462. <div id="content">
  463. <div class="autopagerize_page_element">
  464. {block:posts}
  465. <div class="pothead">
  466.  
  467. {block:Photo}
  468. {block:indexpage}
  469. <div class="perma">
  470. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  471. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="" style="
  472. {block:if250}max-width:250px;{/block:if250}
  473. {block:if400}max-width:400px;{/block:if400}" />{LinkCloseTag}</center>
  474. {/block:indexpage}
  475. {block:permalinkpage}
  476. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="" style="max-width:400px;" />{LinkCloseTag}</center>
  477. {block:Caption}{Caption}{/block:Caption}
  478. <div class="info">
  479. {block:RebloggedFrom}<span style="text-transform:uppercase">
  480. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  481. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br /><br />
  482. {/block:RebloggedFrom}
  483. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  484. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  485. </div>
  486. {block:HasTags}<div class="tags">TAGGED AS:
  487. {block:Tags}
  488. <a href="{TagURL}">#{Tag} </a>
  489. {/block:Tags}
  490. </div>
  491. {/block:HasTags}{/block:permalinkpage}
  492. {/block:Photo}
  493.  
  494. {block:Photoset}
  495. {block:indexpage}
  496. <div class="perma">
  497. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  498. {block:if250}
  499. {Photoset-250}
  500. {/block:if250}
  501. {block:if400}{Photoset-400}{/block:if400}
  502. {/block:indexpage}
  503. {block:permalinkpage}
  504. {Photoset-400}
  505. {block:Caption}{Caption}{/block:Caption}
  506. <div class="info">
  507. {block:RebloggedFrom}<span style="text-transform:uppercase">
  508. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  509. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br /><br />
  510. {/block:RebloggedFrom}
  511. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  512. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  513. </div>
  514. {block:HasTags}<div class="tags">
  515. {block:Tags}
  516. <a href="{TagURL}">#{Tag} </a>
  517. {/block:Tags}
  518. </div>
  519. {/block:HasTags}
  520. {/block:permalinkpage}
  521. {/block:Photoset}
  522.  
  523. {block:Video}
  524. {block:indexpage}
  525. <div class="perma">
  526. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  527. {block:if250}
  528. {Video-250}
  529. {/block:if250}
  530. {block:if400}{Video-400}{/block:if400}
  531. {/block:indexpage}
  532. {block:permalinkpage}
  533. {Video-400}
  534. {block:Caption}{Caption}{/block:Caption}
  535. <div class="info">
  536. {block:RebloggedFrom}<span style="text-transform:uppercase">
  537. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  538. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br /><br />
  539. {/block:RebloggedFrom}
  540. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  541. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  542. </div>
  543. {block:HasTags}<div class="tags">
  544. {block:Tags}
  545. <a href="{TagURL}">#{Tag} </a>
  546. {/block:Tags}
  547. </div>
  548. {/block:HasTags}
  549. {/block:permalinkpage}
  550. {/block:Video}
  551.  
  552. {block:Audio}
  553. {block:indexpage}
  554. <div class="perma">
  555. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  556. <div id="audio">{AudioPlayerGrey}</div>
  557. {block:Caption}{Caption}{/block:Caption}
  558. {/block:indexpage}
  559. {block:permalinkpage}
  560. <span style="background:#e4e4e4;max-width:400px;display:block;">{AudioPlayerGrey}</span>
  561. {block:Caption}<br />{Caption}{/block:Caption}
  562. <div class="info">
  563. {block:RebloggedFrom}<span style="text-transform:uppercase">
  564. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  565. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br /><br />
  566. {/block:RebloggedFrom}
  567. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  568. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  569. </div>
  570. {block:HasTags}<div class="tags">
  571. {block:Tags}
  572. <a href="{TagURL}">#{Tag} </a>
  573. {/block:Tags}
  574. </div>
  575. {/block:HasTags}
  576. {/block:permalinkpage}
  577. {/block:Audio}
  578.  
  579. {block:Quote}
  580. {block:indexpage}
  581. <div class="perma">
  582. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  583. <span style="font-style:italic;font-size:13px;">“{Quote}”</span>
  584. {block:Source}<br /><div id="source">{Source}</div>{/block:Source}
  585. {/block:indexpage}
  586. {block:permalinkpage}
  587. “{Quote}”
  588. {block:Source}<br />{Source}{/block:Source}
  589. <div class="info">
  590. {block:RebloggedFrom}<span style="text-transform:uppercase">
  591. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  592. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br /><br />
  593. {/block:RebloggedFrom}
  594. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  595. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  596. </div>
  597. {block:HasTags}<div class="tags">
  598. {block:Tags}
  599. <a href="{TagURL}">#{Tag} </a>
  600. {/block:Tags}
  601. </div>
  602. {/block:HasTags}
  603. {/block:permalinkpage}
  604. {/block:Quote}
  605.  
  606. {block:Text}
  607. {block:indexpage}
  608. <div class="perma">
  609. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  610. {block:Title}<span style="text-transform:uppercase;text-align:center!important;font-size:12px;">{Title}</span><br />{/block:Title}
  611. {Body}
  612. {/block:indexpage}
  613. {block:permalinkpage}
  614. {block:Title}<span style="text-transform:uppercase;text-align:center!important;font-size:12px;">{Title}</span><br />{/block:Title}
  615. {Body}
  616. <div class="info">
  617. {block:RebloggedFrom}<span style="text-transform:uppercase">
  618. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  619. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br /><br />
  620. {/block:RebloggedFrom}
  621. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  622. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  623. </div>
  624. {block:HasTags}<div class="tags">
  625. {block:Tags}
  626. <a href="{TagURL}">#{Tag} </a>
  627. {/block:Tags}
  628. </div>
  629. {/block:HasTags}
  630. {/block:permalinkpage}
  631. {/block:Text}
  632.  
  633. {block:Answer}
  634. {block:indexpage}
  635. <div class="perma">
  636. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  637. <div id="asker"><img src="{AskerPortraitURL-30}" style="padding:3px;border:1px solid #e4e4e4;"/><br />{Asker}</div><br />
  638. <div id="ques">{Question}</div><br />
  639. <div id="answer">{Answer}</div>
  640. {/block:indexpage}
  641. {block:permalinkpage}
  642. <div id="asker"><img src="{AskerPortraitURL-30}" style="padding:3px;border:1px solid #e4e4e4;"/><br />{Asker}</div><br />
  643. <div id="ques">{Question}</div><br />
  644. <div id="answer">{Answer}</div>
  645. <div class="info">
  646. {block:RebloggedFrom}<span style="text-transform:uppercase">
  647. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  648. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br /><br />
  649. {/block:RebloggedFrom}
  650. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  651. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  652. </div>
  653. {block:HasTags}<div class="tags">
  654. {block:Tags}
  655. <a href="{TagURL}">#{Tag} </a>
  656. {/block:Tags}
  657. </div>
  658. {/block:HasTags}
  659. {/block:permalinkpage}
  660. {/block:Answer}
  661.  
  662. {block:Chat}
  663. {block:indexpage}
  664. <div class="perma">
  665. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  666. {block:Title}{Title}<br />{/block:Title}
  667. {block:Lines}
  668. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br />
  669. {/block:Lines}
  670. {/block:indexpage}
  671. {block:permalinkpage}
  672. {block:Title}{Title}<br />{/block:Title}
  673. {block:Lines}
  674. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br />
  675. {/block:Lines}
  676. {/block:permalinkpage}
  677. {/block:Chat}
  678.  
  679. {block:Link}
  680. {block:indexpage}
  681. <div class="perma">
  682. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  683. <a href="{URL}" style="text-transform:uppercase;font-size:12px;text-align:center!important;line-height:110%;">{Name}</a>
  684. {block:Description}<br />{Description}{/block:Description}
  685. {/block:indexpage}
  686. {block:permalinkpage}
  687. <a href="{URL}" style="text-transform:uppercase;font-size:12px;text-align:center!important;">{Name}</a>
  688. {block:Description}<br />{Description}{/block:Description}
  689. {/block:permalinkpage}
  690. {/block:Link}
  691.  
  692. {block:PostNotes}
  693. <div id="note">{PostNotes}</div>
  694. {/block:PostNotes}
  695.  
  696.  
  697. </div>
  698. {/block:posts}
  699. </div>
  700. </div> <!--content -->
  701.  
  702. </body>
  703. </html>
Advertisement
Add Comment
Please, Sign In to add comment