Advertisement
RabbitAlias

Theme Fixing Help

May 4th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.20 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <!--
  9.  
  10. theme 03: 太陽 taiyou
  11. by jackie @ benizora.tumblr.com
  12. please keep all of the credits
  13. and don’t steal or distribute.
  14.  
  15. thank you! enjoy!
  16.  
  17. -->
  18.  
  19. <head><title>{Title}</title>
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22.  
  23. {block:Description}
  24. <meta name="description" content="{MetaDescription}"/>
  25. {/block:Description}
  26.  
  27. <meta name="color:background" content="#f5f3d7"/>
  28.  
  29. <meta name="color:text" content="#000"/>
  30. <meta name="color:bold" content="#096347"/>
  31. <meta name="color:italic" content="#080420"/>
  32.  
  33. <meta name="color:entry background" content="#fff"/>
  34.  
  35. <meta name="color:title" content="#000"/>
  36. <meta name="color:top links" content="#fbfce7"/>
  37. <meta name="color:top links text" content="#000"/>
  38.  
  39. <meta name="color:sidelinks" content="#158d76"/>
  40. <meta name="color:description text" content="#000"/>
  41. <meta name="color:sidelinks hover" content="#042f41"/>
  42. <meta name="color:sidelinks hover text" content="#fff"/>
  43. <meta name="color:sidelinks text" content="#fff"/>
  44. <meta name="color:side title" content="#fff"/>
  45. <meta name="color:side title box" content="#080420"/>
  46. <meta name="color:description box" content="#fff"/>
  47. <meta name="color:navigation box" content="#fbfce7"/>
  48. <meta name="color:ask background" content="#fff"/>
  49.  
  50. <meta name="color:permalink" content="#158d76"/>
  51. <meta name="color:permalink text" content="#fff"/>
  52. <meta name="color:scrollbar" content="#fff"/>
  53. <meta name="color:link" content="#000"/>
  54. <meta name="color:link hover" content="#52ceb5"/>
  55. <meta name="color:quote" content="#11083f"/>
  56.  
  57. <meta name="image:sidebar" content="" />
  58. <meta name="image:background" content=""/>
  59. <meta name="image:navigation" content=""/>
  60.  
  61. <meta name="font:title" content="Niconne"/>
  62. <meta name="font:body" content="Calibri"/>
  63.  
  64. <meta name="text:link 1" content="" />
  65. <meta name="text:link 1 title" content="" />
  66. <meta name="text:link 2" content="" />
  67. <meta name="text:link 2 title" content="" />
  68. <meta name="text:link 3" content="" />
  69. <meta name="text:link 3 title" content="" />
  70. <meta name="text:link 4" content="" />
  71. <meta name="text:link 4 title" content="" />
  72. <meta name="text:link 5" content="" />
  73. <meta name="text:link 5 title" content="" />
  74. <meta name="text:link 6" content="" />
  75. <meta name="text:link 6 title" content="" />
  76. <meta name="text:link 7" content="" />
  77. <meta name="text:link 7 title" content="" />
  78.  
  79. <meta name="if:InfiniteScroll" content="0" />
  80. <meta name="if:ShowCaptions" content="0">
  81. <meta name="if:BigPosts" content="0" />
  82. <meta name="if:ShowTags" content="0" />
  83.  
  84. <link href='http://fonts.googleapis.com/css?family=Niconne' rel='stylesheet' type='text/css'>
  85.  
  86.  
  87. <style type="text/css">
  88.  
  89. /*-- entries info --*/
  90.  
  91. body {
  92. background-image: url('{image:background}');
  93. background-color: {color:background};
  94. background-attachment: fixed;
  95. background-repeat: {text:Background Repeat};
  96. {/block:IfNoBackgroundImageNoRepeat};
  97. color: {color:text};
  98. font-family: {font:body};
  99. font-size: 12px;
  100. }
  101.  
  102. @font-face {
  103. font-family: "Niconne";
  104. src: url('http://static.tumblr.com/e1ydrvt/6ijm9g7d7/niconne-regular.ttf') format("truetype");
  105. }
  106.  
  107. /*-- scrollbar --*/
  108.  
  109. ::-webkit-scrollbar-thumb:vertical {
  110. background-color: {color:background};
  111. height: 20px;
  112. }
  113.  
  114. ::-webkit-scrollbar {
  115. height: 30px;
  116. width: 8px;
  117. background-color: {color:scrollbar};
  118. }
  119.  
  120. /*-- links info --*/
  121.  
  122. a {
  123. color: {color:link};
  124. text-decoration: none;
  125. }
  126.  
  127. a:link, a:active, a:visited {
  128. text-decoration: none;
  129. color: {color:link};
  130. -webkit-transition: all 0.5s linear;
  131. -moz-transition: all 0.5s linear;
  132. -o-transition: all 0.5s linear;
  133. }
  134.  
  135. a:hover {
  136. color:{color:link hover};
  137. text-decoration: none;
  138. -webkit-transition: all 0.5s linear;
  139. -moz-transition: all 0.5s linear;
  140. -o-transition: all 0.5s linear;
  141. }
  142.  
  143. /*-- pagination --*/
  144.  
  145.  
  146. #pagination {
  147. font-family: 'Calibri';
  148. font-size: 10px;
  149. width: 120px;
  150. margin-left:17px;
  151. margin-top:30px;
  152. position: fixed;
  153. text-align: center;
  154. z-index:999;
  155. }
  156.  
  157. .current_page {
  158. background-color: {color:permalink};
  159. color: #eee;
  160. padding: 5px;
  161. }
  162.  
  163. #pagination a {
  164. background-color: {color:ask background};
  165. padding: 5px;
  166. margin: 0px;
  167. color: {color:link};
  168. text-decoration: none;
  169. }
  170.  
  171. /*-- toplinks info --*/
  172.  
  173. #toplinks {
  174. width:270px;
  175. margin:20px 0px 0px 175px;
  176. padding-top:3px;
  177. height: 30px;
  178. position:fixed;
  179. text-align:center;
  180. font-family:'Calibri', sans-serif;
  181. background-color:{color:top links};
  182. border-radius:20px 20px 0px 0px;
  183. -moz-border-radius:20px 20px 0px 00px;
  184. }
  185.  
  186. #toplinks a {
  187. padding:0px 10px 12px 10px;
  188. text-transform:uppercase;
  189. font-family: 'Calibri', sans-serif;
  190. font-size:8px;
  191. text-align:center;
  192. letter-spacing:2px;
  193. color:{color:top links text};
  194. }
  195.  
  196. #toplinks a:hover{
  197. opacity: .5;
  198. -webkit-transition: all 0.5s ease-in-out;
  199. -moz-transition: all 0.5s ease-in-out;
  200. -o-transition: all 0.5s ease-in-out;
  201. }
  202.  
  203.  
  204. /*-- sidebar info --*/
  205.  
  206.  
  207. #navigation {
  208. margin-left:27px;
  209. margin-top:-10px;
  210. height: 100%;
  211. width: 100px;
  212. background-image: url('{image:navigation}');
  213. background-color: {color:navigation box};
  214. background-attachment: fixed;
  215. background-repeat: {text:Background Repeat};
  216. {/block:IfNoBackgroundImageNoRepeat};
  217. position: fixed;
  218. text-align:center;
  219. }
  220.  
  221. #sidelinks {
  222. margin-top:70px;
  223. text-align: center;
  224. width: 100px;
  225. font-family: 'Calibri', sans-serif;
  226. }
  227.  
  228. #sidelinks a {
  229. display: block;
  230. width: 70px;
  231. margin-left:8px;
  232. padding:8px;
  233. font-family: 'Calibri', sans-serif;
  234. font-size: 9px;
  235. text-transform: uppercase;
  236. text-align: center;
  237. letter-spacing: 2px;
  238. line-height: 13px;
  239. margin-bottom:-65px;
  240. background-color:{color:sidelinks};
  241. color:{color:sidelinks text};
  242. }
  243.  
  244. #sidelinks a:hover{
  245. background-color:{color:sidelinks hover};
  246. color:{color:sidelinks hover text};
  247. -webkit-transition: all 0.5s ease-in-out;
  248. -moz-transition: all 0.5s ease-in-out;
  249. -o-transition: all 0.5s ease-in-out;
  250. }
  251.  
  252. .sidebar {
  253. width: 270px;
  254. margin-top: 40px;
  255. margin-left: 160px;
  256. position: fixed;
  257. text-align:center;
  258. }
  259.  
  260. #banner {
  261. display: block;
  262. font-family: "Niconne", Georgia, serif;
  263. font-size: 20px;
  264. color: {color:side title};
  265. text-transform: none;
  266. text-align: center;
  267. letter-spacing: 2px;
  268. background-color:{color:side title box};
  269. margin:-3px 0px 0px 15px;
  270. padding: 6px;
  271. width: 258px;
  272. }
  273.  
  274. .main img {
  275. max-width:270px;
  276. margin-left:15px;
  277. height:auto;
  278. }
  279.  
  280.  
  281. #sidedesc {
  282. width:251px;
  283. margin-left:15px;
  284. margin-top:0px;
  285. position: fixed;
  286. padding: 10px;
  287. font-family:'Calibri', Georgia, sans-serif;
  288. font-size: 10px;
  289. letter-spacing: 1px;
  290. text-align:center;
  291. color: {color:description text};
  292. background-color:{color:description box};
  293. }
  294.  
  295.  
  296. /*-- posts & entries --*/
  297.  
  298. #content {
  299. font-family: 'Calibri', sans-serif;
  300. margin-left: 340px;
  301. margin-top:-20px;
  302. }
  303.  
  304. #entries {
  305. z-index:#999;
  306. width: 400px;
  307. background-color: {color:entry background};
  308. padding: 10px;
  309. margin: 35px 0px 0px 10px;
  310. }
  311.  
  312. #entries b, strong {
  313. color: {color:bold};
  314. }
  315.  
  316. #entries i, em {
  317. color: {color:italic};
  318. }
  319.  
  320. #entries img {
  321. max-width:400px;
  322. }
  323.  
  324.  
  325. /*-- blockquote info --*/
  326.  
  327. blockquote{
  328. border-left:5px solid {color:permalink};
  329. background-color: {color:blockquote};
  330. padding:3px 10px 5px 7px;
  331. margin-left:6px;
  332. margin-right:5px;
  333. overflow:auto;
  334. }
  335.  
  336. blockquote img {
  337. max-width: 305px;
  338. }
  339.  
  340.  
  341. /*-- quote info --*/
  342.  
  343. #quotes{
  344. padding: 10px;
  345. font-family: Georgia, sans-serif;
  346. border-bottom: 1px solid {color:permalink};
  347. letter-spacing: 1px;
  348. line-height: 100%;
  349. font-size:17px;
  350. font-style:italic;
  351. color: {color:quote};
  352. text-align: center;
  353. }
  354.  
  355. #sources {
  356. font-family:{font:body}, sans-serif;
  357. font-size:9pt;
  358. text-align: right;
  359. margin-top: -5px;
  360. padding-top:15px;
  361. padding-bottom:8px;
  362. }
  363.  
  364. /*-- permalink info --*/
  365.  
  366. #permalink a:link {
  367. color: {color:link};
  368. }
  369.  
  370. #permalink a:hover {
  371. color: {color:link hover};
  372. }
  373.  
  374. #permalink {
  375. font-family:'Calibri', sans-serif;
  376. text-transform:uppercase;
  377. border-top: 1px dotted {color:entry background};
  378. letter-spacing:1px;
  379. font-size:9px;
  380. position: absolute;
  381. margin-top:0px;
  382. text-align:center;
  383. margin-left:-10px;
  384. width: 414px;
  385. padding:3px;
  386. background-color: {color:permalink};
  387. color: {color:permalink text};
  388. }
  389.  
  390. /*-- tags info --*/
  391.  
  392.  
  393. #tags a {
  394. color:{color:tags};
  395. }
  396.  
  397.  
  398. #tags {
  399. width:150px;
  400. position:absolute;
  401. display:block;
  402. font-family:Georgia;
  403. text-align:left;
  404. margin-left:400px;
  405. letter-spacing:1px;
  406. line-height:13px;
  407. border-left: 2px solid {color:permalink};
  408. padding-left:5px;
  409. float:right;
  410. font-size:9px;
  411. text-transform:lowercase;
  412. opacity:0;
  413. transition-duration: 0.3s;
  414. -moz-transition-duration: 0.3s;
  415. -webkit-transition-duration: 0.3s;
  416. -o-transition-duration: 0.3s;
  417. }
  418.  
  419.  
  420. #entries:hover #tags {
  421. font-size:9px;
  422. position:absolute;
  423. color:{color:tags};
  424. opacity: 1.1;
  425. float:right;
  426. margin-left:425px;
  427. width: 150px;
  428. transition-duration: 0.3s;
  429. -moz-transition-duration: 0.3s;
  430. -webkit-transition-duration: 0.3s;
  431. -o-transition-duration: 0.3s;
  432. }
  433.  
  434.  
  435.  
  436. /*-- entry title info --*/
  437.  
  438. #title {
  439. padding-bottom: 3px;
  440. font-size: 22px;
  441. text-align: center;
  442. font-family: Georgia, sans-serif;
  443. line-height: 100%;
  444. letter-spacing: 2px;
  445. color: {color:title};
  446. text-transform:capitalize;
  447. }
  448.  
  449. /*-- asks info --*/
  450.  
  451.  
  452. #asks {
  453. position: relative;
  454. background-color: {color:entry background};
  455. padding: 10px 0px 20px 0px;
  456. width: 400px;
  457. display: block;
  458. }
  459.  
  460. #asks img {
  461. width: 45px;
  462. height: 45px;
  463. margin: -5px 4px -5px 0px;
  464. border: 5px solid {color:navlinks};
  465. }
  466.  
  467. #asks a {
  468. font-size: 15px;
  469. color: {color:link};
  470. font-family:'Ballpark', Georgia, serif;
  471. text-align: center;
  472. text-transform: none;
  473. }
  474.  
  475. #asks a:hover {
  476. color: {color:link hover};
  477. }
  478.  
  479. #another1 {
  480. border-top:10px solid {color:navlinks};
  481. border-right:10px solid transparent;
  482. position:absolute;
  483. margin: 13px 0px -5px 50px;
  484. }
  485.  
  486. #another2 {
  487. border-top:10px solid transparent;
  488. border-left:10px solid {color:navlinks};
  489. position:absolute;
  490. margin: 3px 0px -5px 50px;
  491. }
  492.  
  493. #askcontainer {
  494. width: 317px;
  495. border-bottom: 1px dotted {color:permalink};
  496. background-color: {color:ask background};
  497. margin-left:63px;
  498. text-align: left;
  499. font-size: 12px;
  500. padding-left:10px;
  501. padding-top:5px;
  502. padding-bottom:5px;
  503. padding-right:10px;
  504. line-height:130%;
  505. color: {color:bold};
  506. font-family: 'Calibri';
  507. display:block;
  508. }
  509.  
  510.  
  511. /*-- chatbox info --*/
  512.  
  513. .user_1 .label {
  514. color:{color:link};
  515. font-weight:regular;
  516. }
  517.  
  518. .user_2 .label {
  519. color:{color:bold};
  520. font-weight:regular;
  521. }
  522.  
  523. ul.chat, .chat ol, .chat li {
  524. list-style:none;
  525. margin:0px;
  526. padding:0px;
  527. }
  528.  
  529. /*-- notes info --*/
  530.  
  531. ol.notes {
  532. padding: 0px;
  533. margin: 15px 0px;
  534. list-style-type: none;
  535. background: transparent;
  536. border: 0px;
  537. letter-spacing: 0px;
  538. text-transform: lowercase;
  539. }
  540.  
  541. ol.notes li.note {
  542. padding: 1px;
  543. text-align: left;
  544. letter-spacing: 0px;
  545. text-transform: lowercase;
  546. }
  547.  
  548. .notes img{
  549. width: 8px;
  550. position: relative;
  551. top: 1px;
  552. opacity: .5;
  553. }
  554.  
  555. .music {
  556. background-color: {color: entry background};
  557. display:block;
  558. }
  559.  
  560. {CustomCSS}
  561.  
  562. </style>
  563.  
  564. {block:IfInfiniteScroll}
  565. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  566. {/block:IfInfiniteScroll}
  567.  
  568. </script>
  569.  
  570. </head>
  571.  
  572. <body>
  573.  
  574. <body>
  575.  
  576. <div id="toplinks">
  577. <a href="/">home</a>
  578. <a href="/ask">ask me</a>
  579. <a href="/archive">archive</a>
  580. <a href="http://benizora.tumblr.com">theme</a>
  581. </div>
  582.  
  583.  
  584. {block:IfNotInfiniteScroll}<div id="pagination">
  585. {block:Pagination}
  586. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>&nbsp;&nbsp;{/block:PreviousPage}
  587. {block:JumpPagination length="2"}
  588. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  589. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  590. {/block:JumpPagination}
  591. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
  592. {/block:Pagination}
  593. </div>{/block:IfNotInfiniteScroll}</div>
  594.  
  595.  
  596. <div id="navigation"><div id="sidelinks">
  597. {block:IfLink1}<a href="{text:link 1}" id="sidelinks">{text:link 1 title}</a>{/block:IfLink1}
  598. {block:IfLink2}<a href="{text:link 2}" id="sidelinks">{text:link 2 title}</a>{/block:IfLink2}
  599. {block:IfLink3}<a href="{text:link 3}" id="sidelinks">{text:link 3 title}</a>{/block:IfLink3}
  600. {block:IfLink4}<a href="{text:link 4}" id="sidelinks">{text:link 4 title}</a>{/block:IfLink4}
  601. {block:IfLink5}<a href="{text:link 5}" id="sidelinks">{text:link 5 title}</a>{/block:IfLink5}
  602. {block:IfLink6}<a href="{text:link 6}" id="sidelinks">{text:link 6 title}</a>{/block:IfLink6}
  603. {block:IfLink7}<a href="{text:link 7}" id="sidelinks">{text:link 7 title}</a>{/block:IfLink7}
  604. </div></div>
  605.  
  606. <div class="sidebar">
  607. <div class="main">
  608. <img src="{image:sidebar}">
  609. <div id="banner">{title}</div>
  610.  
  611. <div id="sidedesc">{block:Description}{Description}{/block:Description}
  612.  
  613.  
  614. </div>
  615.  
  616. </div>
  617.  
  618.  
  619. </div>
  620.  
  621. </div>
  622.  
  623.  
  624. <div id="content">
  625.  
  626. <div class="autopagerize_page_element">
  627.  
  628. {block:Posts}
  629.  
  630. <div id="entries">
  631.  
  632. {block:Text}
  633.  
  634. {block:IfShowTags}
  635.  
  636. <div id="tags">{block:HasTags}<b>tagged:</b> {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}
  637.  
  638. {/block:HasTags}</div>
  639.  
  640. {/block:IfShowTags}
  641.  
  642. {block:Title}<div id="title">{Title}</div>{/block:Title}
  643. {Body}
  644.  
  645. {/block:Text}
  646.  
  647.  
  648. {block:Photo}
  649.  
  650. {block:IfShowTags}
  651.  
  652. <div id="tags">{block:HasTags}<b>tagged:</b> {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}
  653.  
  654. {/block:HasTags}</div>
  655.  
  656. {/block:IfShowTags}
  657.  
  658. {LinkOpenTag}<div id="photo"><img src="{PhotoURL-400}" class="center">{LinkCloseTag}{/block:IfBigPosts}</div>
  659.  
  660. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  661. {block:IfNotShowCaptions}
  662.  
  663. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  664.  
  665. {/block:Photo}
  666.  
  667. {block:Photoset}
  668.  
  669. {block:IfShowTags}
  670.  
  671. <div id="tags">{block:HasTags}<b>tagged:</b> {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}
  672.  
  673. {/block:HasTags}</div>
  674.  
  675. {/block:IfShowTags}
  676.  
  677. <div id="photo">{Photoset-400}</div>
  678.  
  679. {block:ifshowcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaptions}{block:ifnotshowcaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:ifnotshowcaptions}
  680.  
  681. {/block:Photoset}
  682.  
  683.  
  684.  
  685. {block:Quote}
  686.  
  687. {block:IfShowTags}
  688.  
  689. <div id="tags">{block:HasTags}<b>tagged:</b> {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}
  690.  
  691. {/block:HasTags}</div>
  692.  
  693. {/block:IfShowTags}
  694.  
  695. <div id="quotes">{Quote}</div>{block:Source}<div id="sources"> {Source}</div>{/block:Source}
  696.  
  697. {/block:Quote}
  698.  
  699.  
  700.  
  701. {block:Link}
  702.  
  703. {block:IfShowTags}
  704.  
  705. <div id="tags">{block:HasTags}<b>tagged:</b> {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}
  706.  
  707. {/block:HasTags}</div>
  708.  
  709. {/block:IfShowTags}
  710.  
  711. <div id="title">
  712. <a href="{URL}" {Target}>{Name}</a>
  713. </div>
  714. {block:Description}{Description}{/block:Description}
  715.  
  716. {/block:Link}
  717.  
  718.  
  719.  
  720. {block:Chat}
  721.  
  722. {block:IfShowTags}
  723.  
  724. <div id="tags">{block:HasTags}<b>tagged:</b> {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}
  725.  
  726. {/block:HasTags}</div>
  727.  
  728. {/block:IfShowTags}
  729.  
  730. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  731.  
  732. {/block:Chat}
  733.  
  734.  
  735.  
  736. {block:Audio}
  737.  
  738. {block:IfShowTags}
  739.  
  740. <div id="tags">{block:HasTags}<b>tagged:</b> {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}
  741.  
  742. {/block:HasTags}</div>
  743.  
  744. {/block:IfShowTags}
  745.  
  746. <div class="music">{AudioPlayerWhite}</div>{block:TrackName}{TrackName}{/block:TrackName}{block:Artist} | <b>{Artist}</b>{/block:Artist}{block:IfShowCaptions}{block:Caption}<br />{Caption}{/block:Caption}{/block:IfShowCaptions}{block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<br />
  747. {Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  748.  
  749. {/block:Audio}
  750.  
  751.  
  752. {block:Video}
  753.  
  754. {block:IfShowTags}
  755.  
  756. <div id="tags">{block:HasTags}<b>tagged:</b> {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}
  757.  
  758. {/block:HasTags}</div>
  759.  
  760. {/block:IfShowTags}
  761.  
  762. {Video-400}{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  763. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  764.  
  765. {/block:Video}
  766.  
  767.  
  768.  
  769. {block:Answer}
  770.  
  771. {block:IfShowTags}
  772.  
  773. <div id="tags">{block:HasTags}<b>tagged:</b> {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}
  774.  
  775. {/block:HasTags}</div>
  776.  
  777. {/block:IfShowTags}
  778.  
  779. <div id="asks"><img src="{AskerPortraitURL-40}" align="left"><div id="another1"></div><div id="another2"></div><div id="askcontainer"><b>{Asker}</b> <i>whispered:</i> {Question}</div></div>{Answer}
  780.  
  781. {/block:Answer}
  782.  
  783. {block:IndexPage}
  784.  
  785.  
  786. {block:Date}<div id="permalink"> posted <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}with <a href="{Permalink}"> {NoteCountWithLabel}</a>
  787. {/block:NoteCount}
  788. {block:RebloggedFrom}❖ origin: <a href="{ReblogRootURL}"> {ReblogRootName}</a> via: <a href="{ReblogParentURL}"> {ReblogParentName}</a>{/block:RebloggedFrom} </div>
  789.  
  790. {/block:Date}
  791.  
  792. {/block:IndexPage}
  793.  
  794. {block:PermalinkPage}
  795.  
  796. <div class="permalink">
  797.  
  798. <center><div id="date">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>
  799.  
  800. {block:RebloggedFrom}<b>origin:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> &nbsp;|&nbsp; <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom} {block:HasTags}<b>tags &raquo;</b> {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</center>
  801. {block:PostNotes}{PostNotes}{/block:PostNotes}
  802.  
  803. </div>
  804.  
  805. {/block:PermalinkPage}
  806.  
  807. </div>
  808.  
  809.  
  810. {/block:Posts}
  811.  
  812. </div>
  813.  
  814. </div>
  815.  
  816.  
  817. </body>
  818.  
  819.  
  820.  
  821. </body>
  822.  
  823. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement