Advertisement
briqhter

cityscape: theme 17

Feb 13th, 2015
597
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.61 KB | None | 0 0
  1. <!--
  2. "cityscape" - theme 17 by dyothms/luhyns
  3. Please do not remove the credit
  4. -->
  5.  
  6. <!DOCTYPE html>
  7. <html lang="en">
  8.  
  9. <head>
  10.  
  11. <!------script1------>
  12. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  13. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  14. <script>
  15. (function($){
  16. $(document).ready(function(){
  17. $("a[title]").style_my_tooltips({
  18. tip_follows_cursor:true,
  19. tip_delay_time:90,
  20. tip_fade_speed:600,
  21. attribute:"title"
  22. });
  23. });
  24. })(jQuery);
  25. </script>
  26.  
  27. <!------meta------>
  28. <meta name="color:background" content="#111"/>
  29. <meta name="color:title" content="#fff"/>
  30. <meta name="color:text" content="#fff"/>
  31. <meta name="color:link" content="#fff"/>
  32. <meta name="color:hover" content="#ddd"/>
  33. <meta name="color:scroll bar" content="#fff"/>
  34. <meta name="color:sidebar borders" content="#fff"/>
  35. <meta name="color:post borders" content="#fff"/>
  36. <meta name="color:topbar" content="#fff"/>
  37. <meta name="color:topbar text" content="#111"/>
  38. <meta name="color:hover message" content="#111"/>
  39. <meta name="color:hover message text" content="#fff"/>
  40.  
  41. <meta name="image:background" content="0"/>
  42. <meta name="image:sidebar" content="0"/>
  43.  
  44. <meta name="text:blogtitle" content="cityscape"/>
  45. <meta name="text:navigation title" content="+navigation"/>
  46. <meta name="text:link 1 url" content="/"/>
  47. <meta name="text:link 1 title" content="link one"/>
  48. <meta name="text:link 2 url" content="/"/>
  49. <meta name="text:link 2 title" content="link two"/>
  50. <meta name="text:link 3 url" content="/"/>
  51. <meta name="text:link 3 title" content="link three"/>
  52. <meta name="text:link 4 url" content="/"/>
  53. <meta name="text:link 4 title" content="link four"/>
  54. <meta name="text:link 5 url" content="/"/>
  55. <meta name="text:link 5 title" content="link five"/>
  56. <meta name="text:link 6 url" content="/"/>
  57. <meta name="text:link 6 title" content="link six"/>
  58. <meta name="text:link 7 url" content="/"/>
  59. <meta name="text:link 7 title" content="link seven"/>
  60.  
  61. <meta name="if:show borders" content="1">
  62. <meta name="if:show sidebar image" content="0">
  63. <meta name="if:half monochrome" content="1">
  64. <meta name="if:monochrome" content="0">
  65. <meta name="if:250px posts" content="0">
  66. <meta name="if:400px posts" content="1">
  67. <meta name="if:500px posts" content="0">
  68. <meta name="if:hide tags" content="0">
  69. <meta name="if:dark audio player" content="1">
  70.  
  71. <style type="text/css">
  72.  
  73. /* basics1 */
  74. body {
  75. font-family:calibri;
  76. font-size:10px;
  77. line-height:12px;
  78. color:{color:text};
  79. {block:ifshowborders}background-color:{color:topbar};{block:ifshowborders}
  80. {block:ifnotshowborders}
  81. background-color:{color:background};
  82. background-image:url({image:background});
  83. background-attachment:fixed;
  84. background-repeat:repeat;
  85. {/block:ifnotshowborders}
  86. }
  87.  
  88. a:link, a:active, a:visited{
  89. color:{color:link};
  90. text-decoration:none;
  91. }
  92.  
  93. a:hover {
  94. color: {color:Hover};
  95. }
  96.  
  97. img {
  98. border:0;
  99. max-width:100%;
  100. height:auto;
  101. }
  102.  
  103. #s-m-t-tooltip{
  104. z-index:999999;
  105. max-width:300px;
  106. margin:15px;
  107. padding:2px 5px;
  108. border:1px solid {color:hover message text};
  109. background:{color:hover message};
  110. color:{color:hover message text};
  111. font-size:8px;
  112. line-height:10px;
  113. text-transform:uppercase;
  114. letter-spacing:1px;
  115. }
  116.  
  117. #wrap {
  118. margin:auto;
  119. width:200px;
  120. }
  121.  
  122. ::-webkit-scrollbar {width: 7px; height: 3px; background:{color:background};}
  123. ::-webkit-scrollbar-thumb {background-color: {color:scroll bar}; border: 3px solid {color:background};}
  124.  
  125. /* fonts */
  126. /* @font-face { font-family: "FONTNAME"; src: url('FONTURL'); } */
  127.  
  128. /* posts1 */
  129. #posts {
  130. z-index:10;
  131. margin-top:10px;
  132. margin-left:100px;
  133. width:440px;
  134. {block:if250pxPosts}width:290px;{/block:if250pxPosts}
  135. {block:if400pxPosts}width:440px;{/block:if400pxPosts}
  136. {block:if500pxPosts}margin-left:50px; width:540px;{/block:if500pxPosts}
  137. }
  138.  
  139. #entry {
  140. margin:10px;
  141. margin-top:40px;
  142. width:400px;
  143. padding:10px;
  144. {block:if250pxPosts}width:250px;{/block:if250pxPosts}
  145. {block:if400pxPosts}width:400px;{/block:if400pxPosts}
  146. {block:if500pxPosts}width:500px;{/block:if500pxPosts}
  147. }
  148.  
  149. #entry img {
  150. {block:ifHalfMonochrome}
  151. -webkit-filter: grayscale(70%);
  152. -moz-filter: grayscale(70%);
  153. filter: grayscale(70%);
  154. {/block:ifHalfMonochrome}
  155. {block:ifMonochrome}
  156. -webkit-filter: grayscale(100%);
  157. -moz-filter: grayscale(100%);
  158. filter: grayscale(100%);
  159. {/block:ifMonochrome}
  160. -webkit-transition: all 0.4s ease;
  161. -moz-transition: all 0.4s ease;
  162. -o-transition: all 0.4s ease;
  163. transition: all 0.4s ease;
  164. }
  165.  
  166. #entry:hover img {
  167. {block:PermalinkPage}
  168. -webkit-filter: grayscale(0%);
  169. -moz-filter: grayscale(0%);
  170. filter: grayscale(0%);
  171. {/block:PermalinkPage}
  172. }
  173.  
  174. .bw {
  175. {block:ifHalfMonochrome}
  176. -webkit-filter: grayscale(70%);
  177. -moz-filter: grayscale(70%);
  178. filter: grayscale(70%);
  179. {/block:ifHalfMonochrome}
  180. {block:ifMonochrome}
  181. -webkit-filter: grayscale(100%);
  182. -moz-filter: grayscale(100%);
  183. filter: grayscale(100%);
  184. {/block:ifMonochrome}
  185. -webkit-transition: all 0.4s ease;
  186. -moz-transition: all 0.4s ease;
  187. -o-transition: all 0.4s ease;
  188. transition: all 0.4s ease;
  189. }
  190.  
  191. #entry:hover .bw {
  192. {block:PermalinkPage}
  193. -webkit-filter: grayscale(0%);
  194. -moz-filter: grayscale(0%);
  195. filter: grayscale(0%);
  196. {/block:PermalinkPage}
  197. }
  198.  
  199. .pline {
  200. margin:0px;
  201. margin-top:15px;
  202. margin-bottom:5px;
  203. height:1px;
  204. background:{color:post borders};
  205. }
  206.  
  207. .perma {
  208. position:absolute;
  209. margin-top:-3px;
  210. margin-left:0px;
  211. width:380px;
  212. {block:if250pxPosts}width:230px;{/block:if250pxPosts}
  213. {block:if400pxPosts}width:380px;{/block:if400pxPosts}
  214. {block:if500pxPosts}width:480px;{/block:if500pxPosts}
  215. }
  216.  
  217. .p1 {
  218. float:right;
  219. margin-left:10px;
  220. background:{color:background};
  221. padding-left:4px;
  222. padding-right:4px;
  223. border-left:1px solid {color:post borders};
  224. border-right:1px solid {color:post borders};
  225. font-size:8px;
  226. line-height:7px;
  227. text-transform:uppercase;
  228. letter-spacing:1px;
  229. font-family:consolas;
  230. }
  231.  
  232. .pptags {
  233. margin-top:0px;
  234. margin-left:2px;
  235. font-size:9px;
  236. line-height:12px;
  237. }
  238.  
  239. .dxtags {
  240. margin-top:-2px;
  241. margin-left:2px;
  242. font-size:9px;
  243. line-height:12px;
  244. }
  245.  
  246. #permalink {
  247. margin-top:15px;
  248. padding:3px;
  249. padding-left:5px;
  250. border-top:1px solid {color:post borders};
  251. border-bottom:1px solid {color:post borders};
  252. font-size:8px;
  253. line-height:12px;
  254. text-align:left;
  255. font-family:consolas;
  256. letter-spacing:1px;
  257. text-transform:uppercase;
  258. text-align:center;
  259. }
  260.  
  261. .title {
  262. color:{color:title};
  263. padding-right:0px;
  264. font-size:11px;
  265. line-height:12px;
  266. font-family:consolas;
  267. letter-spacing:2px;
  268. text-transform:uppercase;
  269. }
  270.  
  271. .title a {
  272. border-bottom:1px solid {color:title};
  273. }
  274.  
  275. .caption a {
  276. text-decoration:underline;
  277. }
  278.  
  279. #posts blockquote {
  280. margin-left:10px;
  281. padding-left:5px;
  282. border-left:solid 1px {color:post borders};
  283. }
  284.  
  285. #posts .pptags .comma:last-child {
  286. display:none;
  287. }
  288.  
  289. #posts .dxtags .comma:last-child {
  290. display:none;
  291. }
  292.  
  293. #posts #notecontainer {
  294. margin-top: 20px;
  295. width: 400px;
  296. font-size: 8px;
  297. line-height:16px;
  298. text-transform:uppercase;
  299. letter-spacing:1px;
  300. {block:if250pxPosts}margin-left:-30px;
  301. width:310px;{/block:if250pxPosts}
  302. {block:if400pxPosts}width:400px;{/block:if400pxPosts}
  303. {block:if500pxPosts}width:500px;{/block:if500pxPosts}
  304. }
  305.  
  306. #notecontainer a {
  307. text-decoration:underline;
  308. }
  309.  
  310. #posts #notecontainer ol.notes {
  311. list-style-type: none;
  312. margin: 0;
  313. padding-top: 10px;
  314. padding-bottom: 10px;
  315. }
  316.  
  317. #posts #notecontainer img.avatar {
  318. margin-right: 5px;
  319. width: 16px;
  320. height: 16px;
  321. }
  322.  
  323. #qu {
  324. margin-left:40px;
  325. padding-left:5px;
  326. min-height:43px;
  327. }
  328.  
  329. #askimg {
  330. position:absolute;
  331. margin-top:0px;
  332. margin-left:0px;
  333. height:30px;
  334. width:30px;
  335. border:1px solid #fff;
  336. padding:4px;
  337. }
  338.  
  339. .asker {
  340. margin-bottom:5px;
  341. margin-left:-5px;
  342. padding:3px;
  343. padding-left:6px;
  344. border-bottom:1px solid {color:post borders};
  345. font-size:10px;
  346. line-height:12px;
  347. text-align:left;
  348. font-family:consolas;
  349. letter-spacing:1px;
  350. text-transform:uppercase;
  351. }
  352.  
  353. .qsource {
  354. margin-top:5px;
  355. text-align:right;
  356. font-size:9px;
  357. line-height:9px;
  358.  
  359. }
  360.  
  361. #aud {
  362. margin-left:40px;
  363. padding-left:5px;
  364. }
  365.  
  366. #audimg {
  367. position:absolute;
  368. margin-top:0px;
  369. margin-left:0px;
  370. border:1px solid #fff;
  371. width:30px;
  372. height:30px;
  373. padding:4px;
  374. }
  375.  
  376. #audimg img {
  377. width:30px;
  378. height:30px;
  379. }
  380.  
  381. .songt {
  382. margin-bottom:5px;
  383. margin-left:-5px;
  384. padding:3px;
  385. padding-left:6px;
  386. border-bottom:1px solid {color:post borders};
  387. font-size:10px;
  388. line-height:12px;
  389. text-align:left;
  390. font-family:consolas;
  391. letter-spacing:1px;
  392. text-transform:uppercase;
  393. }
  394.  
  395. .cline {
  396. border-top:1px solid {color:post borders};
  397. padding:5px;
  398. }
  399.  
  400. .line {
  401. margin:0px;
  402. height:1px;
  403. background:{color:post borders};
  404. }
  405.  
  406. /* content */
  407. {block:ifshowborders}
  408. #container {
  409. position:fixed;
  410. overflow-y:scroll;
  411. overflow-x:hidden;
  412. top:30px;
  413. left:10px;
  414. bottom:10px;
  415. right:10px;
  416. border:2px solid {color:background};
  417. background-color:{color:background};
  418. background-image:url({image:background});
  419. background-attachment:fixed;
  420. background-repeat:repeat;
  421. }
  422. {/block:ifshowborders}
  423.  
  424. /* sidebar */
  425. #sidebar {
  426. position:fixed;
  427. margin-left:-300px;
  428. margin-top:130px;
  429. width:360px;
  430. {block:if500pxPosts}margin-left:-350px;{/block:if500pxPosts}
  431. }
  432.  
  433. .simg {
  434. position:fixed;
  435. margin-top:0px;
  436. margin-left:0px;
  437. width:150px;
  438. padding-right:10px;
  439. {block:ifshowsidebarimage}border-right:1px solid {color:sidebar borders};{block:ifshowsidebarimage}
  440. }
  441.  
  442. .simg img {
  443. width:140px;
  444. }
  445.  
  446. .scontent {
  447. position:fixed;
  448. margin-top:0px;
  449. margin-left:160px;
  450. width:160px;
  451. padding-left:20px;
  452. padding-bottom:20px;
  453. {block:ifnotshowsidebarimage}border-left:1px solid {color:sidebar borders};{block:ifnotshowsidebarimage}
  454. }
  455.  
  456. .stitle {
  457. padding:3px;
  458. padding-right:0px;
  459. border-bottom:1px solid {color:sidebar borders};
  460. font-size:11px;
  461. line-height:12px;
  462. text-align:right;
  463. font-family:consolas;
  464. letter-spacing:2px;
  465. text-transform:uppercase;
  466. }
  467.  
  468. .desc {
  469. margin-top:5px;
  470. font-size:8px;
  471. font-family:calibri;
  472. text-transform:uppercase;
  473. }
  474.  
  475. .navi {
  476. margin-top:15px;
  477. padding:3px;
  478. padding-left:5px;
  479. border-top:1px solid {color:sidebar borders};
  480. border-bottom:1px solid {color:sidebar borders};
  481. font-size:9px;
  482. line-height:12px;
  483. text-align:left;
  484. font-family:consolas;
  485. letter-spacing:1px;
  486. text-transform:uppercase;
  487. }
  488.  
  489. .n1 {
  490. padding-left:10px;
  491. border-left:10px solid {color:navigation};
  492. margin-top:10px;
  493. margin-left:20px;
  494. font-size:8px;
  495. line-height:4px;
  496. font-family:calibri;
  497. text-transform:uppercase;
  498. letter-spacing:2px;
  499. -webkit-transition: all .2s ease-in-out;
  500. -moz-transition: all .2s ease-in-out;
  501. -ms-transition: all .2s ease-in-out;
  502. -o-transition: all .2s ease-in-out;
  503. transition: all .2s ease-in-out;
  504. }
  505.  
  506. .n1:hover {
  507. border-left:30px solid {color:navigation};
  508. }
  509.  
  510. #topbar {
  511. position:fixed;
  512. top:0px;
  513. left:0px;
  514. height:30px;
  515. width:100%;
  516. font-family:14px;
  517. line-height:30px;
  518. text-align:center;
  519. color:{color:topbar text};
  520. {block:ifnotshowborders}background:{color:topbar};{/block:ifnotshowborders}
  521. text-transform:uppercase;
  522. letter-spacing:3px;
  523. word-spacing:3px;
  524. }
  525.  
  526. #topbar a {
  527. color:{color:topbar text};
  528. }
  529.  
  530. .currpg {
  531. font-weight:bold;
  532. }
  533.  
  534. #crt {
  535. z-index: 4783;
  536. position:fixed;
  537. bottom:2px;
  538. right:0px;
  539. width:50px;
  540. background:{color:background};
  541. padding: 3px;
  542. font-family: calibri;
  543. font-size: 8px;
  544. line-height: 12px;
  545. letter-spacing:1px;
  546. text-transform:uppercase;
  547. color:#bbb;
  548. font-style:italic;
  549. text-align:center;
  550. transition: all 0.6s ease-out;
  551. -o-transition-transition: all 0.4s ease-out;
  552. -webkit-transition: all 0.4s ease-out;
  553. -moz-transition: all 0.4s ease-out;
  554. {block:ifshowborders}
  555. right:17px;
  556. bottom:13px;
  557. {block:ifshowborders}
  558. }
  559.  
  560. #crt a{
  561. color:{color:sidebar borders};
  562. }
  563.  
  564. #crt:hover{
  565. opacity: 0;
  566. transition: all 0.6s ease-out;
  567. -o-transition-transition: all 0.4s ease-out;
  568. -webkit-transition: all 0.4s ease-out;
  569. -moz-transition: all 0.4s ease-out;
  570. }
  571.  
  572. #ctpl {
  573. z-index: 4780;
  574. position:fixed;
  575. bottom:2px;
  576. right:0px;
  577. width:50px;
  578. background:{color:background};
  579. padding: 3px;
  580. font-family: calibri;
  581. font-size: 8px;
  582. line-height: 12px;
  583. letter-spacing:1px;
  584. text-transform:uppercase;
  585. color:#bbb;
  586. font-style:italic;
  587. text-align:center;
  588. transition: all 0.6s ease-out;
  589. -o-transition-transition: all 0.4s ease-out;
  590. -webkit-transition: all 0.4s ease-out;
  591. -moz-transition: all 0.4s ease-out;
  592. {block:ifshowborders}
  593. right:17px;
  594. bottom:13px;
  595. {block:ifshowborders}
  596. }
  597.  
  598. #ctpl a{
  599. color:{color:sidebar borders};
  600. }
  601.  
  602. {CustomCSS}
  603.  
  604. </style>
  605.  
  606. <!------title------>
  607. <title>{title}</title>
  608. <link rel="shortcut icon" href="{Favicon}" />
  609. <meta name="viewport" content="width=820" />
  610.  
  611. </head>
  612.  
  613. <body>
  614.  
  615. <div id="container">
  616. <div id="wrap">
  617. <a href="http://dyothms.tumblr.com/"><div id="crt">theme</div>
  618. <div id="ctpl">dyothms</div></a>
  619. <div id="topbar">
  620. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage}
  621. {block:JumpPagination length="7"}
  622. <span class="currpg">{block:CurrentPage}{PageNumber}{/block:CurrentPage}</span>
  623. {block:JumpPage}
  624. <a href="{URL}">{PageNumber}</a>
  625. {/block:JumpPage}
  626. {/block:JumpPagination}
  627. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  628. </div>
  629.  
  630. <!------sidebar------>
  631. <div id="sidebar">
  632. <div class="simg">{block:ifshowsidebarimage}<img src="{image:sidebar}" />{/block:ifshowsidebarimage}</div>
  633. <div class="scontent">
  634. <div class="stitle">{text:blogtitle}</div>
  635. <div class="desc">{description}</div>
  636. <div class="navi">{text:navigation title}</div>
  637. <div class="n1"><a href="{text:link 1 url}">{text:link 1 title}</a></div>
  638. <div class="n1"><a href="{text:link 2 url}">{text:link 2 title}</a></div>
  639. <div class="n1"><a href="{text:link 3 url}">{text:link 3 title}</a></div>
  640. <div class="n1"><a href="{text:link 4 url}">{text:link 4 title}</a></div>
  641. <div class="n1"><a href="{text:link 5 url}">{text:link 5 title}</a></div>
  642. <div class="n1"><a href="{text:link 6 url}">{text:link 6 title}</a></div>
  643. <div class="n1"><a href="{text:link 7 url}">{text:link 7 title}</a></div>
  644. <div class="n1"><a href="http://dyothms.tumblr.com">theme credit</a></div>
  645. </div><!--scontent-->
  646. </div><!--sidebar-->
  647.  
  648. <!------posts1------>
  649. <div id="posts">
  650. {block:Posts}
  651. <div id="entry">
  652.  
  653. {block:Text}
  654. {block:Title}<div class="title">{Title}</div>{/block:Title}
  655. <div class="caption">{Body}</div>
  656. {/block:Text}
  657.  
  658. {block:Link}
  659. <div class="title"><a href="{URL}" >{Name}</a></div>
  660. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  661. {/block:Link}
  662.  
  663. {block:Answer}
  664. <div id="askimg"><img src="{AskerPortraitURL-30}" /></div>
  665. <div id="qu"><div class="asker">{Asker}</div>
  666. {Question}</div>
  667. <div class="caption">{Answer}</div>
  668. {/block:Answer}
  669.  
  670. {block:Photo}
  671. {block:if250pxPosts}{LinkOpenTag}<img src="{PhotoURL-250}" />{LinkCloseTag}{/block:if250pxPosts}
  672. {block:if400pxPosts}{LinkOpenTag}<img src="{PhotoURL-400}" />{LinkCloseTag}{/block:if400pxPosts}
  673. {block:if500pxPosts}{LinkOpenTag}<img src="{PhotoURL-500}" />{LinkCloseTag}{/block:if500pxPosts}
  674. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  675. {/block:Photo}
  676.  
  677. {block:Photoset}
  678. <div class="bw">
  679. {block:if250pxPosts}{Photoset-250}{/block:if250pxPosts}
  680. {block:if400pxPosts}{Photoset-400}{/block:if400pxPosts}
  681. {block:if500pxPosts}{Photoset-500}{/block:if500pxPosts}
  682. </div>
  683. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  684. {/block:Photoset}
  685.  
  686. {block:Video}
  687. <div class="bw">
  688. {block:if250pxPosts}{Video-250}{/block:if250pxPosts}
  689. {block:if400pxPosts}{Video-400}{/block:if400pxPosts}
  690. {block:if500pxPosts}{Video-500}{/block:if500pxPosts}
  691. </div>
  692. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  693. {/block:Video}
  694.  
  695. {block:Audio}
  696. <div id="audimg">{block:AlbumArt}<img src="{AlbumArtURL}" />{/block:AlbumArt}</div>
  697. <div id="aud"><div class="songt">
  698. {block:TrackName}{TrackName}{/block:TrackName} {block:Artist}by {Artist}{/block:Artist}
  699. </div>
  700. {block:ifdarkaudioplayer}{AudioPlayerBlack}{/block:ifdarkaudioplayer}
  701. {block:ifnotdarkaudioplayer}{AudioPlayer}{/block:ifnotdarkaudioplayer}
  702. </div>
  703. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  704. {/block:Audio}
  705.  
  706. {block:Quote}
  707. <div class="title">"{Quote}"</div>
  708. {block:Source}<div class="qsource">β€” {Source}</div>{/block:Source}
  709. {/block:Quote}
  710.  
  711. {block:Chat}
  712. {block:Title}{Title}<br />{/block:Title}
  713. {block:Lines}
  714. <div class="cline">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  715. {/block:Lines}
  716. <div class="line"></div>
  717. {/block:Chat}
  718.  
  719. {block:IndexPage}
  720. <div class="pline">
  721. <div class="perma">
  722. {block:NotReblog}<div class="p1">my original post</div>{/block:NotReblog}
  723. {block:RebloggedFrom}
  724. <a href="{ReblogRootURL}" title="{ReblogRootName}"><div class="p1">{lang:source}</div></a>
  725. <a href="{ReblogParentURL}" title="{ReblogParentName}"><div class="p1">{lang:via}</div></a>
  726. {/block:RebloggedFrom}
  727. {block:NoteCount}<a href="{Permalink}"><div class="p1">{notecount}</div></a>{/block:NoteCount}
  728. {block:Date}<a href="{Permalink}"><div class="p1">{timeago}</div></a>{/block:Date}
  729. </div><!--perma-->
  730. </div><!--pline-->
  731. {block:ifnothidetags}
  732. {block:HasTags}<div class="dxtags">
  733. #{block:Tags}<a href="{TagURL}">{Tag}</a><span class="comma">, </span>{/block:Tags}</div>
  734. {/block:HasTags}
  735. {/block:ifnothidetags}
  736. {/block:IndexPage}
  737.  
  738. {block:PermalinkPage}
  739. <div id="permalink">
  740. <a href="{Permalink}">
  741. {block:Date}{lang:Posted TimeAgo}{/block:Date}
  742. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  743. </a></br>
  744. {block:RebloggedFrom}{lang:via}: <a href="{ReblogParentURL}">{ReblogParentName}</a> - {lang:source}: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  745. {block:NotReblog}my original post{/block:NotReblog}
  746. </div>
  747.  
  748. {block:HasTags}<div class="pptags">
  749. #{block:Tags}<a href="{TagURL}">{Tag}</a><span class="comma">, </span>{/block:Tags}</div>
  750. {/block:HasTags}
  751.  
  752. {block:PostNotes}
  753. <div id="notecontainer">{PostNotes}</div>
  754. {/block:PostNotes}
  755.  
  756. <center>{block:ContentSource}
  757. <br><a href="{SourceURL}">
  758. {lang:Source}:
  759. {block:SourceLogo}
  760. <img src="{BlackLogoURL}" width="{LogoWidth}"
  761. height="{LogoHeight}" alt="{SourceTitle}" />
  762. {/block:SourceLogo}
  763. {block:NoSourceLogo}
  764. {SourceLink}
  765. {/block:NoSourceLogo}
  766. </a>
  767. {/block:ContentSource}</center>
  768.  
  769. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  770.  
  771. {/block:PermalinkPage}
  772.  
  773. </div><!--entry-->
  774.  
  775. {/block:Posts}
  776. </div><!--posts-->
  777. <!------posts2------>
  778. </div><!--wrap-->
  779. </div><!--container-->
  780.  
  781. </body>
  782.  
  783. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement