7th-district

[Theme #7] Uzumaki Naruto

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