7th-district

[Theme #1] The Five Great

Aug 5th, 2013
2,551
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.19 KB | None | 0 0
  1. <!--
  2. ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
  3.  
  4. HEY THERE.
  5.  
  6. THEME MADE BY RACHEL
  7. » ALMIGHTYONE.TUMBLR.COM
  8.  
  9. [THEME #1] THE GREAT FIVE
  10. I will NOT be answering any questions for this theme.
  11. For more themes, go to 7th-district.tumblr.com
  12.  
  13. !!TERMS OF USE!!
  14.  
  15. - You CAN edit the codes, but do NOT make heavy changes that
  16. make it no longer recognizable as my theme.
  17. - You can change the colors, fonts, and anything that I made
  18. customizable.
  19.  
  20. CREDITS
  21. - Do NOT move the credits to anywhere else and leave the credits
  22. alone! NO moving them to pages!
  23. - Do NOT redistribute.
  24. -!!!!IT HAS TO BE VISIBLE ON YOUR BLOG AND DO NOT CHANGE THE CREDIT LINKS TO MATCH THE BACKGROUND!!!!
  25. THAT ALSO COUNTS AS REMOVING THE CREDITS! SO PLEASE DO NOT DO THAT!
  26.  
  27. STEALING
  28. - Do NOT steal my themes and claim it as your own.
  29. - Do NOT use my themes as a base, then edit and claim it
  30. as your own!
  31.  
  32. AGAIN, DO NOT REMOVE THE CREDITS OR MOVE THEM A.N.Y.W.H.E.R.E.
  33.  
  34. Okay that's about it. CIAO. <3
  35.  
  36. ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
  37. -->
  38.  
  39. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  40. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  41. <head>
  42.  
  43. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  44. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  45. <link rel="shortcut icon" href="{Favicon}" />
  46.  
  47. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
  48. <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>
  49.  
  50. <!------------------------ OPTIONS --------------------------->
  51. <meta name="color:scrollbar bg" content="#ffffff" />
  52. <meta name="color:scrollbar" content="#565656" />
  53. <meta name="color:background" content="#ffffff" />
  54. <meta name="color:text" content="#323232" />
  55. <meta name="color:links" content="#5a5a5a" />
  56. <meta name="color:links hover" content="#eeeeee" />
  57. <meta name="color:title" content="#ffffff" />
  58. <meta name="color:navigation" content="#000000" />
  59. <meta name="color:description" content="#323232" />
  60. <meta name="color:custom links" content="#323232" />
  61. <meta name="color:custom links hover" content="#f8f8f8" />
  62. <meta name="color:asker" content="#6e6e6e" />
  63. <meta name="color:date" content="#565656" />
  64.  
  65. <meta name="if:small cursor" content="1" />
  66. <meta name="if:grayscale" content="1" />
  67. <meta name="if:photo fade" content="0" />
  68. <meta name="if:infinite scroll" content="1" />
  69.  
  70. <meta name="image:background" content="" />
  71.  
  72. <meta name="text:Link1 url" content="/">
  73. <meta name="text:Link1" content"link 1"/>
  74. <meta name="text:Link2 url" content="/">
  75. <meta name="text:Link2" content"link 2"/>
  76. <meta name="text:Link3 url" content="/">
  77. <meta name="text:Link3" content"link 3"/>
  78.  
  79. <!-------------------------------------------------------------------->
  80.  
  81. <style type="text/css">
  82.  
  83. ::-webkit-scrollbar-track {background-color:{color:scrollbar bg};}
  84. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};border:3px solid {color:scrollbar bg};}
  85. ::-webkit-scrollbar {width:8px;height:5px;}
  86.  
  87. ::-moz-scrollbar-track {background-color:{color:scrollbar bg};}
  88. ::-moz-scrollbar-thumb {background-color:{color:scrollbar};border:3px solid {color:scrollbar bg};}
  89. ::-moz-scrollbar {width:8px;height:5px;}
  90.  
  91. {block:ifsmallcursor}
  92. *, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  93. {/block:ifsmallcursor}
  94.  
  95.  
  96. body{
  97. font-family:calibri;
  98. background-image:url('{image:background}');
  99. background-repeat:repeat;
  100. margin:0;
  101. padding:0;
  102. font-size:11px;
  103. line-height:100%;
  104. background-color:{color:background};
  105. word-wrap:break-word;
  106. background-attachment:fixed;
  107. text-decoration:none;
  108. color:{color:text};
  109. }
  110.  
  111. #content{
  112. width:250px;
  113. margin:90px 0px 30px 537px;
  114. }
  115.  
  116. #content a{
  117. color:{color:links};
  118. text-decoration:none;
  119. padding:5px 3px;
  120. text-shadow:0px 0px {color:links}, -0px 0px {color:links};
  121. -webkit-transition: all 0.4s linear;
  122. -moz-transition: all 0.4s linear;
  123. -ms-transition: all 0.4s linear;
  124. -o-transition: all 0.4s linear;
  125. transition: all 0.4s linear;
  126. }
  127.  
  128. #content a:hover{
  129. color:{color:links};
  130. text-shadow:5px 0px {color:links hover}, -5px 0px {color:links hover};
  131. -webkit-transition: all 0.4s linear;
  132. -moz-transition: all 0.4s linear;
  133. -ms-transition: all 0.4s linear;
  134. -o-transition: all 0.4s linear;
  135. transition: all 0.4s linear;
  136. }
  137.  
  138. #content blockquote {
  139. border-left:2px solid {color:navigation};
  140. padding-left:7px;
  141. background:#f5f5f5;
  142. margin:0;
  143. color:{color:text};
  144. }
  145.  
  146. #content blockquote img {
  147. {block:indexpage}
  148. width:200px;
  149. {/block:indexpage}
  150. {block:permalinkpage}
  151. width:200px;
  152. {/block:permalinkpage}
  153. }
  154.  
  155. img {
  156. margin:0;
  157. max-width:100%;
  158. }
  159.  
  160. #posts{
  161. word-wrap:break-word;
  162. width:250px;
  163. margin:15px 0px;
  164. -webkit-transition-duration: 0.5s;
  165. -moz-transition-duration: 0.5s;
  166. -o-transition-duration: 0.5s;
  167. -ms-transition-duration: 0.5s;
  168. {block:ifphotofade}
  169. opacity:.8;
  170. {/block:ifphotofade}
  171. {block:ifgrayscale}
  172. -webkit-filter: grayscale(100%);
  173. -moz-filter: grayscale(100%);
  174. -o-filter: grayscale(100%);
  175. {/block:ifgrayscale}
  176. }
  177.  
  178. #posts:hover{
  179. -webkit-filter: grayscale(0%);
  180. -moz-filter: grayscale(0%);
  181. -o-filter: grayscale(0%);
  182. opacity:1;
  183. -webkit-transition-duration: 0.5s;
  184. -moz-transition-duration: 0.5s;
  185. -o-transition-duration: 0.5s;
  186. -ms-transition-duration: 0.5s;
  187. }
  188.  
  189. /*navigation*/
  190. #nav{
  191. width:280px;
  192. height:auto;
  193. background:{color:background};
  194. top:0px;
  195. left:500px;
  196. position:fixed;
  197. z-index:999;
  198. border-left:25px solid transparent;
  199. border-right:25px solid transparent;
  200. border-top:30px solid {color:navigation};
  201. z-index:999;
  202. }
  203.  
  204. #tit {
  205. margin-top:-25px;
  206. width:280px;
  207. font-family:consolas;
  208. font-size:15px;
  209. color:{color:title};
  210. text-align:center;
  211. text-decoration:none;
  212. padding:5px;
  213. }
  214.  
  215. #desc{
  216. padding:10px 10px 7px 10px;
  217. font-family:trebuchet ms;
  218. font-size:10px;
  219. line-height:100%;
  220. text-align:center;
  221. color:{color:description};
  222. border-bottom:2px solid {color:navigation};
  223. z-index:99;
  224. }
  225.  
  226. #desc a{
  227. color:{color:links};
  228. text-decoration:none;
  229. -webkit-transition-duration: 0.5s;
  230. -moz-transition-duration: 0.5s;
  231. -o-transition-duration: 0.5s;
  232. -ms-transition-duration: 0.5s;
  233. }
  234.  
  235. #desc a:hover{
  236. color:{color:links hover};
  237. -webkit-transition-duration: 0.5s;
  238. -moz-transition-duration: 0.5s;
  239. -o-transition-duration: 0.5s;
  240. -ms-transition-duration: 0.5s;
  241. }
  242.  
  243. #links{
  244. top:130px;
  245. left:810px;
  246. text-align:center;
  247. margin:3px;
  248. font-size:30px;
  249. font-family:calibri;
  250. padding-top:15px;
  251. word-wrap:break-word;
  252. width:44px;
  253. position:fixed;
  254. line-height:150%;
  255. }
  256. .links{
  257. background:{color:background};
  258. margin:3px 8px;
  259. color:{color:custom links};
  260. text-decoration:none;
  261. padding:5px 3px;
  262. text-shadow:0px 0px {color:custom links}, -0px 0px {color:custom links};
  263. -webkit-transition: all 0.4s linear;
  264. -moz-transition: all 0.4s linear;
  265. -ms-transition: all 0.4s linear;
  266. -o-transition: all 0.4s linear;
  267. transition: all 0.4s linear;
  268. }
  269.  
  270. .links:hover{
  271. text-shadow:5px 0px {color:custom links hover}, -5px 0px {color:custom links hover};
  272. -webkit-transition: all 0.4s linear;
  273. -moz-transition: all 0.4s linear;
  274. -ms-transition: all 0.4s linear;
  275. -o-transition: all 0.4s linear;
  276. transition: all 0.4s linear;
  277. }
  278.  
  279. #quote{
  280. font-family:calibri;
  281. font-style:italic;
  282. font-size:15px;
  283. color:{color:text};
  284. }
  285.  
  286. #source{
  287. font-family:calibri;
  288. font-size:11px;
  289. font-style:italic;
  290. text-align:right;
  291. color:{color:text};
  292. }
  293.  
  294. .title {
  295. font-size:15px;
  296. text-align:center;
  297. color:{color:text};
  298. margin-bottom:-10px;
  299. }
  300.  
  301. #text{
  302. font-size:11px;
  303. text-align:left;
  304. color:{color:text};
  305. }
  306.  
  307. #asker{
  308. float:left;
  309. text-align:center;
  310. width:250px;
  311. padding:5px;
  312. font-family:calibri;
  313. font-size:13px;
  314. font-style:italic;
  315. }
  316.  
  317. #ques{
  318. text-align:left;
  319. padding:0px 10px;
  320. color:{color:asker}
  321. }
  322.  
  323. #answer{
  324. padding:0px 10px;
  325. margin-top:-15px;
  326. }
  327.  
  328. #question{
  329. position:fixed;
  330. font-family:consolas;
  331. font-size:9px;
  332. letter-spacing:1px;
  333. text-transform:uppercase;
  334. font-weight:bold;
  335. text-decoration:none;
  336. right:5px;
  337. bottom:5px;
  338. padding:1px 3px 0px 3px;
  339. color:{color:links};
  340. background:{color:background};
  341. -webkit-transition: all 0.4s linear;
  342. -moz-transition: all 0.4s linear;
  343. -ms-transition: all 0.4s linear;
  344. -o-transition: all 0.4s linear;
  345. transition: all 0.4s linear;
  346. z-index:999;
  347. }
  348.  
  349. #question:hover{
  350. -webkit-transition: all 0.4s linear;
  351. -moz-transition: all 0.4s linear;
  352. -ms-transition: all 0.4s linear;
  353. -o-transition: all 0.4s linear;
  354. transition: all 0.4s linear;
  355. color:{color:title};
  356. background:{color:navigation};
  357. }
  358.  
  359. .info{
  360. padding-bottom:3px;
  361. padding-top:5px;
  362. padding-left:2px;
  363. border-bottom:0px solid {color:navigation};
  364. text-align:left;
  365. font-family:calibri;
  366. font-size:11px;
  367. color:{color:text};
  368. }
  369.  
  370. #tags{
  371. font-family:calibri;
  372. font-size:8px;
  373. text-transform:uppercase;
  374. letter-spacing:1px;
  375. text-align:left;
  376. color:{color:text};
  377. }
  378.  
  379. #s-m-t-tooltip {
  380. position:relative;
  381. overflow:hidden;
  382. z-index:99999;
  383. max-width:200px;
  384. margin:10px 0 0 10px;
  385. padding:3px 4px;
  386. font:8px calibri;
  387. background:black;
  388. line-height:100%;
  389. text-transform:uppercase;
  390. letter-spacing:1px;
  391. color:#fff;
  392. }
  393.  
  394. #note{
  395. margin:20px auto;
  396. width: 250px;
  397. font-size: 9px;
  398. text-transform:uppercase;
  399. font-family:consolas;
  400. color:{color:text};
  401. }
  402.  
  403. ol.notes{
  404. list-style-type:none;
  405. margin:0px;
  406. padding:0;
  407. line-height:130%;
  408. color:{color:text};
  409. }
  410.  
  411. .date{
  412. padding-top:3px;
  413. text-align:right;
  414. font-family:consolas;
  415. font-size:9px;
  416. margin-left:205px;
  417. color:{color:date};
  418. }
  419.  
  420. #audio{
  421. max-width:250px;
  422. display:block;
  423. background:black;
  424. }
  425.  
  426. .pagination {
  427. float:left;
  428. position:fixed;
  429. background:{color:background};
  430. padding:5px;
  431. text-align:center;
  432. font-family:calibri;
  433. color:{color:text};
  434. position:fixed;
  435. text-decoration:none;
  436. bottom:15px;
  437. left:830px;
  438. z-index:9;
  439. {block:ifinfinitescroll}
  440. display:none;
  441. {/block:ifinfinitescroll}
  442. }
  443.  
  444. .pagination a{
  445. font-size:30px;
  446. text-decoration:none;
  447. color:{color:text};
  448. -webkit-transition: all 0.4s linear;
  449. -moz-transition: all 0.4s linear;
  450. -ms-transition: all 0.4s linear;
  451. -o-transition: all 0.4s linear;
  452. transition: all 0.4s linear;
  453.  
  454. }
  455.  
  456. .pagination a:hover{
  457. text-decoration:none;
  458. color:{color:links hover};
  459. -webkit-transition: all 0.4s linear;
  460. -moz-transition: all 0.4s linear;
  461. -ms-transition: all 0.4s linear;
  462. -o-transition: all 0.4s linear;
  463. transition: all 0.4s linear;
  464. }
  465. #content img {
  466. max-width:250px;
  467. }
  468.  
  469. {CustomCSS}
  470. </style>
  471.  
  472. {block:ifinfinitescroll}
  473. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  474. {/block:ifinfinitescroll}
  475.  
  476. </head>
  477.  
  478. <body>
  479.  
  480. <span style="background:{color:navigation};width:1px;height:400px;top:50px;left:845px;position:fixed;"></span>
  481. <span style="background:{color:navigation};width:1px;height:400px;top:80px;left:835px;position:fixed;"></span>
  482.  
  483. <span style="background:{color:navigation};width:1px;height:400px;top:80px;left:495px;position:fixed;"></span>
  484. <span style="background:{color:navigation};width:1px;height:400px;top:50px;left:485px;position:fixed;"></span>
  485.  
  486.  
  487. <div class="pagination">
  488. {block:Pagination}
  489. {block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}
  490. {block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}
  491. {/block:Pagination}
  492. </div>
  493.  
  494.  
  495. <div id="links">
  496. <a href="/" class="links" title="home">地</a>
  497. <a href="/ask" class="links" title="message">水</a>
  498.  
  499. {block:IfLink1}
  500. <a href="{text:Link1 url}" class="links" title="{text:Link1}">火</a>
  501. {/block:IfLink1}
  502. {block:IfLink2}
  503. <a href="{text:Link2 url}" class="links" title="{text:Link2}">風</a>
  504. {/block:IfLink2}
  505. {block:IfLink3}
  506. <a href="{text:Link3 url}" class="links" title="{text:Link3}">空</a>
  507. {/block:IfLink3}
  508.  
  509. </div>
  510. <a href="http://almightyone.tumblr.com/" id="question" title="made by almightyone">▰theme</a>
  511. <div id="nav">
  512. <div id="tit">
  513. {Title}
  514. </div>
  515. <div id="desc">{block:Description}{Description}{/block:Description}
  516. </div>
  517. </div><!-- nav -->
  518.  
  519.  
  520. <div id="content">
  521. <div class="autopagerize_page_element">
  522. {block:Posts}
  523. <div id="posts">
  524.  
  525. {block:Photo}
  526. {LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-250}" /></a>{LinkCloseTag}
  527. {block:permalinkpage}
  528. {block:Caption}{Caption}{/block:Caption}
  529. <div class="info">
  530. {block:RebloggedFrom}
  531. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  532. src: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br /><br />
  533. {/block:RebloggedFrom}
  534. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  535. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  536. </div>
  537. {block:HasTags}<div id="tags">
  538. {block:Tags}
  539. <a href="{TagURL}">#{Tag} </a>
  540. {/block:Tags}
  541. </div>
  542. {/block:HasTags}
  543. {/block:permalinkpage}
  544. {/block:Photo}
  545.  
  546. {block:Photoset}
  547. {Photoset-250}
  548. {block:indexpage}
  549. <a href="{Permalink}" class="date">
  550. {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}
  551. </a>{/block:Date}
  552. {/block:indexpage}
  553. {block:permalinkpage}
  554. {block:Caption}{Caption}{/block:Caption}
  555. <div class="info">
  556. {block:RebloggedFrom}
  557. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  558. src: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br /><br />
  559. {/block:RebloggedFrom}
  560. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  561. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  562. </div>
  563. {block:HasTags}<div id="tags">
  564. {block:Tags}
  565. <a href="{TagURL}">#{Tag} </a>
  566. {/block:Tags}
  567. </div>
  568. {/block:HasTags}
  569. {/block:permalinkpage}
  570. {/block:Photoset}
  571.  
  572. {block:Video}
  573. {Video-250}
  574. {block:indexpage}<a href="{Permalink}" class="date">
  575. {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}
  576. </a>{/block:Date}
  577. {/block:indexpage}
  578. {block:permalinkpage}
  579. {block:Caption}{Caption}{/block:Caption}
  580. <div class="info">
  581. {block:RebloggedFrom}
  582. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  583. src: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br /><br />
  584. {/block:RebloggedFrom}
  585. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  586. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  587. </div>
  588. {block:HasTags}<div id="tags">
  589. {block:Tags}
  590. <a href="{TagURL}">#{Tag} </a>
  591. {/block:Tags}
  592. </div>
  593. {/block:HasTags}
  594. {/block:permalinkpage}
  595. {/block:Video}
  596.  
  597. {block:Audio}
  598. <div id="audio">{AudioPlayerBlack}</div>
  599. {block:indexpage}
  600. {block:Caption}{Caption}{/block:Caption}
  601. <a href="{Permalink}" class="date">
  602. {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}
  603. </a>{/block:Date}
  604. {/block:indexpage}
  605. {block:permalinkpage}
  606. <div class="info">
  607. {block:Caption}{Caption}{/block:Caption}
  608. {block:RebloggedFrom}
  609. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  610. src: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br /><br />
  611. {/block:RebloggedFrom}
  612. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  613. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  614. </div>
  615. {block:HasTags}<div id="tags">
  616. {block:Tags}
  617. <a href="{TagURL}">#{Tag} </a>
  618. {/block:Tags}
  619. </div>
  620. {/block:HasTags}
  621. {/block:permalinkpage}
  622. {/block:Audio}
  623.  
  624. {block:Quote}
  625. <div id="quote">“{Quote}”</div><br />
  626. <div id="source">{block:Source}- {Source}{/block:Source}</div>
  627. {block:indexpage}<a href="{Permalink}" class="date">
  628. {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}
  629. </a>{/block:Date}
  630. {/block:indexpage}
  631. {block:permalinkpage}
  632. {block:Caption}{Caption}{/block:Caption}
  633. <div class="info">
  634. {block:RebloggedFrom}
  635. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  636. src: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br /><br />
  637. {/block:RebloggedFrom}
  638. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  639. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  640. </div>
  641. {block:HasTags}<div id="tags">
  642. {block:Tags}
  643. <a href="{TagURL}">#{Tag} </a>
  644. {/block:Tags}
  645. </div>
  646. {/block:HasTags}
  647. {/block:permalinkpage}
  648. {/block:Quote}
  649.  
  650. {block:Text}
  651. {block:Title}<div class="title">{Title}</div><br />{/block:Title}
  652. <div id="text">{Body}</div>
  653. {block:indexpage}<a href="{Permalink}" class="date">
  654. {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}
  655. </a>{/block:Date}
  656. {/block:indexpage}
  657. {block:permalinkpage}
  658. {block:Caption}{Caption}{/block:Caption}
  659. <div class="info">
  660. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  661. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  662. </div>
  663. {block:HasTags}<div id="tags">
  664. {block:Tags}
  665. <a href="{TagURL}">#{Tag} </a>
  666. {/block:Tags}
  667. </div>
  668. {/block:HasTags}
  669. {/block:permalinkpage}
  670. {/block:Text}
  671.  
  672. {block:Answer}
  673. <div id="asker">
  674. <img src="{AskerPortraitURL-24}" style="padding:5px;vertical-align:-13px;"/><br />
  675. {Asker}</div> <br />
  676. <div id="ques">{Question}</div><br />
  677. <div id="answer">{Answer}</div>
  678. {block:indexpage}<a href="{Permalink}" class="date">
  679. {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}
  680. </a>{/block:Date}
  681. {/block:indexpage}
  682. {block:permalinkpage}
  683. {block:Caption}{Caption}{/block:Caption}
  684. <div class="info">
  685. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  686. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  687. </div>
  688. {block:HasTags}<div id="tags">
  689. {block:Tags}
  690. <a href="{TagURL}">#{Tag} </a>
  691. {/block:Tags}
  692. </div>
  693. {/block:HasTags}
  694. {/block:permalinkpage}
  695. {/block:Answer}
  696.  
  697. {block:Chat}
  698. {block:Title}{Title}<br />{/block:Title}
  699. {block:Lines}
  700. {block:Label}<strong><span style="font-size:10px;text-transform:uppercase;font-family:consolas;">{Label}</span></strong>{/block:Label} {Line}<br />
  701. {/block:Lines}
  702. {block:indexpage}<a href="{Permalink}" class="date">
  703. {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}
  704. </a>{/block:Date}
  705. {/block:indexpage}
  706. {block:permalinkpage}
  707. {block:Caption}{Caption}{/block:Caption}
  708. <div class="info">
  709. {block:RebloggedFrom}
  710. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  711. src: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br /><br />
  712. {/block:RebloggedFrom}
  713. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  714. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  715. </div>
  716. {block:HasTags}<div id="tags">
  717. {block:Tags}
  718. <a href="{TagURL}">#{Tag} </a>
  719. {/block:Tags}
  720. </div>
  721. {/block:HasTags}
  722. {/block:permalinkpage}
  723. {/block:Chat}
  724.  
  725. {block:Link}
  726. <a href="{URL}" class="title">{Name}</a>
  727. {block:Description}<br />{Description}{/block:Description}
  728. {block:indexpage}<a href="{Permalink}" class="date">
  729. {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}
  730. </a>{/block:Date}
  731. {/block:indexpage}
  732. {block:permalinkpage}
  733. {block:Caption}{Caption}{/block:Caption}
  734. <div class="info">
  735. {block:RebloggedFrom}
  736. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  737. src: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br /><br />
  738. {/block:RebloggedFrom}
  739. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  740. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  741. </div>
  742. {block:HasTags}<div id="tags">
  743. {block:Tags}
  744. <a href="{TagURL}">#{Tag} </a>
  745. {/block:Tags}
  746. </div>
  747. {/block:HasTags}
  748. {/block:permalinkpage}
  749. {/block:Link}
  750.  
  751.  
  752. {block:PostNotes}
  753. <div id="note">{PostNotes}</div>
  754. {/block:PostNotes}
  755.  
  756. </div> <!-- posts -->
  757. {/block:Posts}
  758. </div><!-- autopage -->
  759. </div> <!--content -->
  760.  
  761.  
  762. </body>
  763.  
  764. </html>
Advertisement
Add Comment
Please, Sign In to add comment