Advertisement
zuvia

T5 - EMPRESS

Sep 3rd, 2012
23,039
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.84 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--
  5.  
  6. THEME #5 EMPRESS
  7. BY ZUVIA @ TUMBLR
  8.  
  9. -->
  10.  
  11. <html>
  12. <title>{title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}
  16. <meta name="description" content="{MetaDescription}" />
  17. {/block:Description}
  18.  
  19. <meta name="color:background" content="#ffffff" />
  20. <meta name="color:entry background" content="#ffffff" />
  21. <meta name="color:entry" content="#ffffff" />
  22. <meta name="color:entry text" content="#999999" />
  23. <meta name="color:entry bold" content="#eeaaaa" />
  24. <meta name="color:entry italic" content="#ee7777" />
  25. <meta name="color:sidebar" content="#ffffff" />
  26. <meta name="color:sidebar text" content="#999999" />
  27. <meta name="color:info bold" content="#cc4455" />
  28. <meta name="color:info italic" content="#aeaeae" />
  29. <meta name="color:link" content="#ee7777" />
  30. <meta name="color:link hover" content="#ffffff" />
  31. <meta name="color:sidelink" content="#ffffff" />
  32. <meta name="color:sidelink hover" content="#ffbbbb" />
  33. <meta name="color:sidelink bg" content="#ffbbbb" />
  34. <meta name="color:sidelink bg hover" content="#ffffff" />
  35. <meta name="color:dropdown text" content="#999999" />
  36. <meta name="color:dropdown menu bg" content="#ffffff" />
  37. <meta name="color:dropdown border" content="#ffbbbb" />
  38. <meta name="color:blogtitle" content="#ffffff" />
  39. <meta name="color:blog title bg" content="#ffbbbb" />
  40. <meta name="color:perma bg" content="#F0D1D1" />
  41. <meta name="color:perma link" content="#686868" />
  42. <meta name="color:nextpage arrow" content="#ffbbbb" />
  43. <meta name="color:nextpage arrow hover" content="#aeaeae" />
  44. <meta name="color:nextpage arrow bg" content="#ffffff" />
  45. <meta name="color:ask bg" content="#ffffff" />
  46. <meta name="color:asker border" content="#cc4455" />
  47. <meta name="color:scrollbar face" content="#cc4455" />
  48. <meta name="color:scrollbar bg" content="#ffffff" />
  49.  
  50. <meta name="image:background" content="http://static.tumblr.com/jtqlgf2/pp0m1guuq/tumblr_ls2e05cme11r3vazto3_500.png" />
  51. <meta name="image:entry background" content="" />
  52. <meta name="image:sidebar" content="http://static.tumblr.com/jtqlgf2/VCHm1guu4/ab.png" />
  53.  
  54. <meta name="text:sidebar position" content="20" />
  55. <meta name="text:Link1" content="Link" />
  56. <meta name="text:Link1URL" content="" />
  57. <meta name="text:Link2" content="Link" />
  58. <meta name="text:Link2URL" content="" />
  59. <meta name="text:Dropdown Link1" content= "Link" />
  60. <meta name="text:Dropdown Link1 URL" content="" />
  61. <meta name="text:Dropdown Link2" content= "Link" />
  62. <meta name="text:Dropdown Link2 URL" content="" />
  63. <meta name="text:Dropdown Link3" content= "Link" />
  64. <meta name="text:Dropdown Link3 URL" content="" />
  65. <meta name="text:Dropdown Link4" content= "Link" />
  66. <meta name="text:Dropdown Link4 URL" content="" />
  67.  
  68. <meta name="font:body" content="georgia" />
  69. <meta name="font:sidebar" content="georgia" />
  70.  
  71. <meta name="if:ShowCaptions" content="0" />
  72. <meta name="if:InfiniteScroll" content="1" />
  73. <meta name="if:Bigger Posts" content="1" />
  74. <meta name="if:ShowTags" content="0" />
  75. <meta name="if:Links" content="1" />
  76. <meta name="if:RoundedSidebar" content="1" />
  77. <meta name="if:DropDownMenu" content="1" />
  78. <meta name="if:FadingImages" content="1" />
  79.  
  80.  
  81. <style type="text/css">
  82.  
  83. body {
  84. background-color:{color:background};
  85. background-image: url('{image:Background}');
  86. background-attachment:fixed;
  87. font-family:{font:body};
  88. font-size:10px;
  89. line-height:14px;
  90. text-align:justify;}
  91.  
  92. ::-webkit-scrollbar-thumb:vertical {
  93. background-color: {color:scrollbar face};
  94. height: 30px;}
  95.  
  96. ::-webkit-scrollbar {
  97. height: 30px;
  98. width: 4px;
  99. background-color: {color:scrollbar bg};}
  100.  
  101. #posts {
  102. margin-left:400px;
  103. margin-top:-10px;
  104. width:415px;
  105. {block:IfBiggerPosts}width:515px;{/block:IfBiggerPosts}
  106. padding-left:8px;
  107. padding-right:8px;
  108. padding-top:8px;
  109. background-color:{color:entry background};
  110. background-image: url('{image:entry Background}');
  111. background-attachment:fixed;}
  112.  
  113. .post {
  114. {block:IfNotBiggerPosts}width:410px;{/block:IfNotBiggerPosts}
  115. {block:IfBiggerPosts}width:510px;{/block:IfBiggerPosts}
  116. }
  117.  
  118.  
  119. .entries {
  120. color:{color:entry text};
  121. overflow:hidden;
  122. background-color:{color:entry};
  123. {block:IfBiggerPosts}width:500px;{/block:IfBiggerPosts}
  124. {block:IfNotBiggerPosts}width:400px;{/block:IfNotBiggerPosts}
  125. margin-bottom:10px;
  126. position:relative;
  127. z-index:6;
  128. text-align:justify;
  129. letter-spacing:0px;
  130. line-height:13px;
  131. font-size:10px;
  132. font-family:{font:body};
  133. border: 8px solid {color:entry};
  134. }
  135.  
  136. .entries blockquote {
  137. border-left: 2px solid {color:link};
  138. padding-left: 12px;
  139. margin-left: 15px;
  140. }
  141.  
  142.  
  143. .entries a{
  144. color:{color:link};
  145. text-decoration:none;
  146. }
  147.  
  148. .entries a:hover {
  149. color:{color:link hover};
  150. text-decoration:none;
  151. }
  152.  
  153. .entries h1 {
  154. font-family: {font:post title};
  155. font-size:15px;
  156. letter-spacing:2px;
  157. padding-left:20px;
  158. text-align:left;
  159. line-height:10px;
  160. text-transform:lowercase;
  161. padding-bottom:8px;
  162. }
  163.  
  164. .entries h2 {
  165. font-family: arial;
  166. font-size:15px;
  167. font-weight:normal;
  168. padding-left:10px;
  169. padding-right:10px;
  170. letter-spacing:3px;
  171. text-align:left;
  172. padding-bottom:4px;
  173. margin-top:-5px;
  174. margin-left:10px;
  175. border-left: 0px solid {color:post underline};
  176. }
  177.  
  178. .entries h3 {
  179. font-family: {font:post title};
  180. font-size:15px;
  181. letter-spacing:3px;
  182. line-height:12px;
  183. text-align:left;
  184. padding-bottom:4px;
  185. margin-left:6px;
  186. padding-top:3px;
  187. padding-left:10px;}
  188.  
  189. .entries img {
  190. {block:IfNotBiggerPosts}max-width:400px;{/block:IfNotBiggerPosts}
  191. {block:IfBiggerPosts}max-width:500px;{/block:IfBiggerPosts}
  192. {block:IfFadingImages}opacity:.7;{/block:IfFadingImages}
  193. -webkit-transition: all 0.5s ease-in-out;
  194. -moz-transition: all 0.5s ease-in-out;
  195. -o-transition: all 0.5s ease-in-out;
  196. -ms-transition: all 0.5s ease-in-out;
  197. transition: all 0.5s ease-in-out;}
  198.  
  199. .entries img:hover{
  200. {block:IfFadingImages}opacity:.8;{/block:IfFadingImages}
  201. -webkit-transition: all 0.5s ease-in-out;
  202. -moz-transition: all 0.5s ease-in-out;
  203. -o-transition: all 0.5s ease-in-out;
  204. -ms-transition: all 0.5s ease-in-out;
  205. transition: all 0.5s ease-in-out;}
  206.  
  207. .entries b, strong{
  208. color: {color:entry bold};}
  209.  
  210. .entries i, em {
  211. color: {color:entry italic};}
  212.  
  213. .ask {
  214. padding-left:6px;
  215. padding-top:6px;
  216. padding-bottom:8px;
  217. padding-right:11px;
  218. margin-left:50px;
  219. border-bottom: 1px solid {color:asker border};
  220. background-color:{color:ask bg};
  221. padding-bottom:4px;}
  222.  
  223. .askport{
  224. margin-left:7px;
  225. width:40px;
  226. float:left;}
  227.  
  228. .askport img{
  229. border:4px solid {color:asker border};}
  230.  
  231. .answer{
  232. padding-left:15px;
  233. padding-bottom:4px;}
  234. .chat{
  235. padding-top:5px;
  236. margin-left:5px;
  237. padding-left:6px;
  238. line-height:14px;}
  239.  
  240.  
  241. .audio{
  242. background: #000;
  243. display:block;
  244. margin-bottom:0px;}
  245.  
  246.  
  247. .photo {
  248. {block:IfFadingImages}opacity:.7;{/block:IfFadingImages}
  249. {block:IfNotFadingImages}opacity:1;{/block:IfNotFadingImages}
  250. border-radius: 0px 0px 30px 30px;
  251. -webkit-transition: all 0.5s ease-in-out;
  252. -moz-transition: all 0.5s ease-in-out;
  253. -o-transition: all 0.5s ease-in-out;
  254. -ms-transition: all 0.5s ease-in-out;
  255. transition: all 0.5s ease-in-out;}
  256.  
  257. .photo:hover{
  258. opacity: 1;
  259. -webkit-transition: all 0.5s ease-in-out;
  260. -moz-transition: all 0.5s ease-in-out;
  261. -o-transition: all 0.5s ease-in-out;
  262. -ms-transition: all 0.5s ease-in-out;
  263. transition: all 0.5s ease-in-out;}
  264.  
  265.  
  266.  
  267. .quote {
  268. font-size:32px;
  269. margin-left:5px;
  270. margin-bottom:-15px;
  271. margin-top:13px;
  272. letter-spacing:1px;
  273. font-family:georgia;
  274. }
  275.  
  276. .perma{
  277. left:0px;
  278. margin-top:-10px;
  279. margin-bottom:8px;
  280. {block:IfBiggerPosts}width:496px;{/block:IfBiggerPosts}
  281. {block:IfNotBiggerPosts}width:396px;{/block:IfNotBiggerPosts}
  282. font-family: consolas;
  283. font-size: 9px;
  284. position:relative;
  285. padding-right:20px;
  286. padding-bottom:5px;
  287. padding-top:5px;
  288. background-color: {color:perma bg};
  289. line-height:8px;
  290. color: {color:entry text};
  291. text-transform: uppercase;
  292. text-align: right;
  293. opacity:1;
  294. z-index:999;}
  295.  
  296. .perma a{
  297. color: {color:link};
  298. font-family:consolas;
  299. font-size:9px;
  300. letter-spacing:1px;
  301. text-transform:uppercase;
  302. text-decoration:none;
  303. }
  304.  
  305. .perma a:hover {
  306. color: {color:link hover};
  307. }
  308.  
  309. {block:PermalinkPage}
  310. .permalink {
  311. {block:IfBiggerPosts}width:516px;{/block:IfBiggerPosts}
  312. {block:IfNotBiggerPosts}width:416px;{/block:IfNotBiggerPosts}
  313. text-align: left;
  314. margin-left:-10px;
  315. padding-left:10px;
  316. font-size:10px;
  317. line-height:11px;
  318. letter-spacing;1px;
  319. font-family:georgia;
  320. text-align:center;
  321. color: {color:entry text};
  322. text-transform: lowercase;
  323. position: relative;
  324. }
  325. {/block:PermalinkPage}
  326.  
  327. .permalink a {
  328. color: {color:link};
  329. text-decoration: none;
  330. font-family:consolas;
  331. text-transform:lowercase;
  332. letter-spacing:1px;
  333. font-size:10px;
  334. }
  335.  
  336. .permalink a:hover {
  337. color: {color:link hover};
  338. text-decoration: none;
  339. }
  340.  
  341. ol.notes {
  342. padding: 0px;
  343. letter-spacing: 0px;
  344. border: 0px;
  345. list-style-type: none;
  346. }
  347.  
  348. ol.notes li.note {
  349. padding: 1px;
  350. letter-spacing: 0px;
  351. text-align: left;
  352. }
  353.  
  354. #container {
  355. position:fixed;
  356. top:{text:sidebar position}px;
  357. left:50px;}
  358.  
  359. #sidebar {
  360. width:322px;
  361. z-index:15;
  362. padding-top:8px;
  363. padding-left:8px;
  364. padding-right:8px;
  365. padding-bottom:8px;
  366. z-index:99;
  367. background-color: {color:sidebar};
  368. background-image: url('{image:sidebar background}');
  369. color: {color:sidebar text};
  370. {block:ifroundedsidebar}border-radius: 200px 200px 0px 0px;{/block:ifroundedsidebar}}
  371.  
  372. #sidebar img{
  373. max-width:322px;
  374. z-index:999;
  375. opacity:1;
  376. {block:ifroundedsidebar}border-radius: 200px 200px 0px 0px;{/block:ifroundedsidebar}
  377. }
  378.  
  379. #blogtitle {
  380. position:fixed;
  381. width:247px;
  382. z-index:99;}
  383.  
  384. #blogtitle h1 {
  385. display:block;
  386. color:{color:blogtitle};
  387. background-color:{color:blog title bg};
  388. font-family: consolas;
  389. font-weight:normal;
  390. font-size:12px;
  391. margin-bottom:0px;
  392. text-transform:uppercase;
  393. padding-top:8px;
  394. padding-bottom:8px;
  395. padding-left:8px;
  396. padding-right:8px;
  397. text-align:center;
  398. letter-spacing:3px;
  399. }
  400.  
  401. #rightside{
  402. width:239px;
  403. position:fixed;
  404. margin-left:75px;
  405. margin-top:-4px;
  406. text-align:justify;
  407. padding-top:8px;
  408. padding-left:8px;
  409. padding-right:8px;
  410. background-image: url('{image:sidebar background}');
  411. color: {color:sidebar text};}
  412.  
  413.  
  414. #mainlinks{
  415. position:fixed;
  416. width:240px;
  417. margin-top:10px;
  418. margin-left:0px;
  419. z-index:99;}
  420.  
  421. #extra{
  422. position:fixed;
  423. width:75px;
  424. padding:5px;
  425. margin-top:7px;
  426. margin-left:-13px;
  427. z-index:99;}
  428.  
  429. .extra {
  430. width:65px;
  431. display:block;
  432. height:8px;
  433. margin-bottom:4px;
  434. text-align:center;
  435. background-color: {color:sidelink bg};
  436. padding-bottom:10px;
  437. padding-top:6px;
  438. padding-right:10px;
  439. padding-left:10px;
  440. text-decoration:none;
  441. color:{color:sidelink};
  442. font-family:consolas;
  443. font-size:8px;
  444. text-transform:uppercase;
  445. letter-spacing:2px;
  446. -webkit-transition: all 0.7s ease;
  447. -moz-transition: all 0.7s ease;
  448. -o-transition: all 0.7s ease;}
  449.  
  450. .extra:hover{
  451. background-color: {color:sidelink bg hover};
  452. color:{color:sidelink hover};}
  453.  
  454.  
  455. #info {
  456. background-color:{color:sidebar};
  457. margin-top:-5px;
  458. font-family:{font:sidebar};
  459. padding-left:10px;
  460. padding-right:10px;
  461. padding-top:5px;
  462. padding-bottom:5px;
  463. line-height:13px;}
  464.  
  465. #info a {
  466. text-decoration:none;
  467. color:{color:link};
  468. font-size:8px;
  469. font-family:consolas;
  470. letter-spacing:2px;
  471. text-transform:uppercase;}
  472.  
  473. #info b, strong{
  474. color: {color:info bold};
  475. font-weight:heavy;
  476. font-size:9px;
  477. letter-spacing:1px;}
  478.  
  479. #info i, em{
  480. color: {color:info italic};}
  481.  
  482. #pages {
  483. position:fixed;
  484. margin-top:25px;
  485. width:240px;
  486. z-index:9999;
  487. text-align:center;
  488. }
  489.  
  490. #pages a{
  491. color:{color:nextpage arrow};
  492. background-color: {color:nextpage arrow bg};
  493. font-family:impact;
  494. font-size:14px;
  495. text-align:center;
  496. text-decoration:none;
  497. padding-left:5px;
  498. padding-right:5px;
  499. padding-top:2px;
  500. padding-bottom:4px;;}
  501.  
  502. #pages a:hover{
  503. color:{color:nextpage arrow hover};}
  504.  
  505. iframe#tumblr_controls {
  506. position: fixed !important;
  507. right:2px !important;
  508. -moz-transition: all 0.8s ease-out;
  509. -webkit-transition: opacity 0.7s linear;
  510. -webkit-transition: all 0.8s ease-out;
  511. transition: all 0.8s ease-out;
  512. opacity: 0.5;}
  513.  
  514. iframe#tumblr_controls:hover {
  515. -webkit-transition: opacity 0.7s linear;
  516. -moz-transition: all 0.4s ease-out;
  517. -webkit-transition: all 0.4s ease-out;
  518. transition: all 0.4s ease-out;
  519. opacity: 1;}
  520.  
  521. </style>
  522.  
  523. {block:IfInfiniteScroll}
  524. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  525. {/block:IfInfiniteScroll}
  526.  
  527. </head>
  528.  
  529. <body>
  530.  
  531. <div id="container">
  532.  
  533. <div id="sidebar">
  534. <div align="center"><img src="{image:sidebar}"></div>
  535.  
  536. <div id="extra">
  537. <a href="/" class="extra">home</a>
  538. <a href="/ask" class="extra">message</a>
  539. <a href="/archive" class="extra">archive</a>
  540. {block:IfLinks}
  541. {block:IfLink1}<a href="{text:Link1URL}" class="extra">{text:link1}</a>{/block:IfLink1}
  542. {block:IfLink2}<a href="{text:Link2URL}" class="extra">{text:link2}</a>{block:IfLink2}{/block:IfLinks}
  543. <a href="http://zuvia.tumblr.com" class="extra">theme</a>
  544. </div>
  545.  
  546.  
  547. <div id="rightside">
  548.  
  549. <div id="blogtitle">
  550. <h1>{Title}</h1>
  551. <div id="info">
  552. {Description}
  553. </div>
  554. <p>
  555. {block:IfDropDownMenu}
  556. <div style="border-left:5px solid {color:dropdown border}; width:205px; margin-left:19px;">
  557. <select style="
  558. width:205px;
  559. border: 0px solid;
  560. padding:5px;
  561. color:{color:dropdown text};
  562. background-color:{color:dropdown menu bg};
  563. font-family:consolas;
  564. text-transform:uppercase;
  565. font-size:9px;
  566. letter-spacing:2px;" onChange="location.href=this.options[this.selectedIndex].value;">
  567. <option value="/">Navigate</option>
  568. {block:IfDropdownLink1}<option value="{text:Dropdown Link1 URL}">→ {text:Dropdown Link1}</option>{/block:IfDropdownLink1}
  569. {block:IfDropdownLink2}<option value="{text:Dropdown Link2 URL}">→ {text:Dropdown Link2}</option>{/block:IfDropdownLink2}
  570. {block:IfDropdownLink3}<option value="{text:Dropdown Link3 URL}">→ {text:Dropdown Link3}</option>{/block:IfDropdownLink3}
  571. {block:IfDropdownLink4}<option value="{text:Dropdown Link4 URL}">→ {text:Dropdown Link4}</option>{/block:IfDropdownLink4}
  572. </select>
  573. </div>
  574. {/block:IfDropDownMenu}
  575.  
  576.  
  577. {block:IfNotInfiniteScroll}
  578. <div id="pages">
  579. {block:Pagination}
  580. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  581. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  582. {/block:Pagination}
  583. </div>
  584. {/block:IfNotInfiniteScroll}
  585.  
  586. </div>
  587. </div>
  588. </div>
  589. </div>
  590.  
  591. <div id="posts">
  592.  
  593. {block:Posts}
  594.  
  595. <div class="post">
  596. <div class="entries">
  597.  
  598.  
  599. {block:Text}
  600. {block:Title}
  601. <h1><a href="{Permalink}">{Title}</a></h1>
  602. {/block:Title}
  603. {Body}
  604. {/block:Text}
  605.  
  606. {block:Photo}
  607. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="" width="500px">{LinkCloseTag}</center>
  608. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  609. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  610. {Caption}
  611. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  612. {/block:Photo}
  613.  
  614. {block:Photoset}
  615. {block:IfNotBiggerPosts}<div class="photo">{Photoset-400}</div>{/block:IfNotBiggerPosts}
  616. {block:IfBiggerPosts}<div class="photo">{Photoset-500}</div>{/block:IfBiggerPosts}
  617. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  618. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  619. {Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  620. {/block:Photoset}
  621.  
  622. {block:Quote}
  623. <div class="quote">"</div>
  624. <h2>{Quote}</h2>
  625. {block:Source}
  626. <i><p align="right">→ <b>{Source}</b>{/block:Source}</p></i>
  627. {/block:Quote}
  628.  
  629. {block:Link}
  630. <h3><a href="{URL}" {Target}>{Name} </a> </h3>
  631. {block:Description}
  632. {Description}
  633. {/block:Description}
  634. {/block:Link}
  635.  
  636. {block:Chat}
  637. {block:Title}<h1>{Title}</h1>{/block:Title}
  638. <div class="chat">{block:Lines}
  639. {block:Label}
  640. <b>{Label}</b>
  641. {/block:Label}
  642. {Line}<br />
  643. {/block:Lines}</div>
  644. {/block:Chat}
  645.  
  646. {block:Video}
  647. <div class="photo">{block:IfNotBiggerPosts}{Video-400}{block:IfNotBiggerPosts}
  648. {block:IfBiggerPosts}{Video-500}{/block:IfBiggerPosts}</div>
  649. <center><i>{FormattedPlayCount}</i> plays</center><br />
  650. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  651. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  652. {Caption}
  653. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  654. {/block:Video}
  655.  
  656. {block:Audio}
  657. <div class="audio">{AudioPlayerBlack}</div>
  658. {block:IfShowCaptions}{block:Caption}<br />{Caption}{/block:Caption}{/block:IfShowCaptions}
  659. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<br />
  660. {Caption}
  661. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  662. {/block:Audio}
  663.  
  664. {block:Answer}
  665. <div class="askport"><img src="{AskerPortraitURL-30}"></div>
  666. <div class="ask"> {Asker} <b>sent:</b> {Question}</div><br>
  667. <div class="answer">{Answer}</div>
  668. {/block:Answer}
  669.  
  670. </div>
  671.  
  672.  
  673. {block:IndexPage}
  674.  
  675. <div class="perma">
  676.  
  677. <a href="{Permalink}">{TimeAgo}</a> • <a href="{Permalink}"> {NoteCount} notes </a>• <a href="{ReblogURL}" target="_blank">Reblog</a></a></br>
  678.  
  679. {block:IfShowTags}{block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:IfShowTags}
  680.  
  681. </div>
  682.  
  683. {/block:IndexPage}
  684.  
  685. </div>
  686.  
  687. {block:PermalinkPage}
  688.  
  689. <div class="permalink">
  690. <div style="font-family: {font:body};
  691. font-size: 9px;
  692. padding-right:20px;
  693. padding-bottom:5px;
  694. padding-top:5px;
  695. margin-bottom:10px;
  696. line-height:10px;
  697. color: {color:entry text};
  698. text-transform: lowercase;
  699. text-align: center;
  700. background-color:{color:perma bg};">
  701. {block:RebloggedFrom}
  702. <b>origin:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> // <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}<br>
  703. {block:HasTags}tags: {block:Tags}
  704. <a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  705. {block:PostNotes}
  706. {PostNotes}
  707. {/block:PostNotes}
  708. </div>
  709. {/block:PermalinkPage}
  710.  
  711. {/block:Posts}
  712.  
  713. </div>
  714. </div>
  715.  
  716. </body>
  717. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement