Advertisement
makaylax

klimt // by eisenbrg

Jun 30th, 2014
1,264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.86 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!---- eisenbrg
  4.  
  5.  
  6. Hello and thank you for using my theme.
  7.  
  8. // klimt //
  9.  
  10.  
  11. please don't remove the credits.
  12.  
  13. it's okay if you want to use my code as a base
  14. I'll be happy to be the source of your html/css knowledge.
  15. just make sure people can't recognize anything.
  16.  
  17. check my themes blog often, I release new themes every 2 weeks or so
  18.  
  19. xx eisenbrg
  20.  
  21.  
  22. ---->
  23.  
  24.  
  25. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  26. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  27. <head><title>{Title}</title>
  28. <link rel="shortcut icon" href="{Favicon}">
  29. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  30. {block:Description} <meta name="description" content="{MetaDescription}" /> {/block:Description}
  31.  
  32.  
  33. <meta name="image:bg" content="" />
  34.  
  35. <meta name="color:gradient1" content="#bee5e3" />
  36. <meta name="color:gradient2" content="#edc2d9" />
  37. {block:ifframes}
  38. <meta name="color:frames" content="#fff" />
  39. {/block:ifframes}
  40. <meta name="color:posts" content="#fff" />
  41. <meta name="color:posts" content="#fff" />
  42. <meta name="color:info" content="#555" />
  43. <meta name="color:text" content="#000" />
  44. <meta name="color:info hover" content="#000" />
  45. <meta name="color:sidebar titles" content="#000" />
  46. <meta name="color:links" content="#000" />
  47. <meta name="color:links hover" content="#000" />
  48. <meta name="color:links hover bg" content="#fff" />
  49.  
  50. <meta name="text:links title" content="links" />
  51.  
  52. <meta name="text:link1" content="/" />
  53. <meta name="text:link1 title" content="link 1" />
  54. <meta name="text:link2" content="/" />
  55. <meta name="text:link2 title" content="link 2" />
  56. <meta name="text:link3" content="/" />
  57. <meta name="text:link3 title" content="link 3" />
  58. <meta name="text:link4" content="/" />
  59. <meta name="text:link4 title" content="link 4" />
  60. <meta name="text:link5" content="/" />
  61. <meta name="text:link5 title" content="link 5" />
  62. <meta name="text:link6" content="/" />
  63. <meta name="text:link6 title" content="link 6" />
  64.  
  65. <meta name="text:title3" content="other" />
  66. <meta name="text:box" content="whateverrrrrrrrrrr you want this is your free space to express yourself" />
  67. <meta name="text:permalink" content="xx" />
  68. <meta name="text:next page" content=">" />
  69. <meta name="text:prev page" content="<" />
  70.  
  71. <meta name="text:info opacity" content="0.3" />
  72. <meta name="text:sidebar opacity" content="0.3" />
  73. <meta name="text:sidebar menu opacity" content="0.4" />
  74. <meta name="text:space between posts" content="80" />
  75.  
  76. <meta name="if:fixed gradient" content="0" />
  77. <meta name="if:frames" content="1" />
  78. <meta name="if:audiowhite" content="1" />
  79. <meta name="if:audioblack" content="0" />
  80. <meta name="if:thirdbox" content="1" />
  81.  
  82.  
  83.  
  84. <script src="http://tympanus.net/Tutorials/CSS3Accordion/js/modernizr.custom.29473.js"></script>
  85.  
  86. <style type="text/css">
  87.  
  88.  
  89.  
  90. body{
  91. width:100%;
  92. -moz-transition:all 0.5s ease-out;
  93. -o-transition:all 0.5s ease-out;
  94. -webkit-transition all 0.5s ease-out;
  95. transition:all 0.5s ease-out;
  96. height:100%;
  97. word-break:keep-all;
  98. font-family:'trebuchet ms';
  99. font-size:10px;
  100. color:{color:text};
  101. background: -webkit-linear-gradient({color:gradient1},{color:gradient2});
  102. background: -o-linear-gradient({color:gradient1},{color:gradient2});
  103. background: -moz-linear-gradient({color:gradient1},{color:gradient2});
  104. background: linear-gradient({color:gradient1},{color:gradient2});
  105. {block:iffixedgradient}
  106. background-attachment:fixed;
  107. {/block:iffixedgradient}
  108. {block:permalinkpage}
  109. background-attachment:fixed;
  110. {/block:permalinkpage}
  111. {block:ifbgimage}
  112. background-image:url({image:bg});
  113. background-size:cover;
  114. background-attachment:fixed;
  115. {/block:ifbgimage}
  116. cursor:url('http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png'), progress !important;
  117. overflow-x:hidden;
  118. }
  119.  
  120.  
  121. a, a:hover{
  122. cursor:url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;
  123. transition:.5s ease-in-out;
  124. -webkit-transition:.5s ease-in-out;
  125. -moz-transition:.5s ease-in-out;
  126. -o-transition:.5s ease-in-out;
  127. }
  128.  
  129. a:hover{
  130. -webkit-transition:.5s ease-in-out;
  131. -moz-transition:.5s ease-in-out;
  132. -o-transition:.5s ease-in-out;
  133. }
  134.  
  135.  
  136. ::selection{
  137. background:#000;
  138. color:#fff;
  139. }
  140.  
  141. ::-moz-selection {
  142. background:#000;
  143. color:#fff;
  144. }
  145.  
  146. ::-webkit-selection {
  147. background:#000;
  148. color:#fff;
  149. }
  150.  
  151.  
  152. blockquote{
  153. border-left:1px solid #ccc;
  154. padding:3px 3px 3px 7px;
  155. }
  156.  
  157. pre {
  158. white-space: pre-wrap;
  159. white-space: -moz-pre-wrap;
  160. white-space: -pre-wrap;
  161. white-space: -o-pre-wrap;
  162. word-wrap: break-word;
  163. }
  164.  
  165. ::-webkit-scrollbar-thumb{
  166. background-color:{color:text};
  167. height:auto;
  168. }
  169.  
  170. ::-webkit-scrollbar{
  171. height:auto;
  172. background-color:transparent;
  173. width:3px;
  174. }
  175.  
  176.  
  177. .posts{
  178. z-index:99999;
  179. }
  180.  
  181. #posts{
  182. z-index:999;
  183. width:420px;
  184. height:auto;
  185. margin:0 auto;
  186. margin-top:50px;
  187. }
  188.  
  189. .entry{
  190. margin-left:0px;
  191. padding:10px;
  192. z-index:999;
  193. text-align:left;
  194. font-size:11px;
  195. color:{color:text};
  196. height:auto;
  197. font-family:'trebuchet ms';
  198. width:400px;
  199. margin-bottom:{text:space between posts}px;
  200. background:{color:posts};
  201. transition:.5s ease-in-out;
  202. -webkit-transition:.5s ease-in-out;
  203. -moz-transition:.5s ease-in-out;
  204. -o-transition:.5s ease-in-out;
  205. }
  206.  
  207.  
  208. .entry img{
  209. transition:.5s ease-in-out;
  210. -webkit-transition:.5s ease-in-out;
  211. -moz-transition:.5s ease-in-out;
  212. -o-transition:.5s ease-in-out;
  213. width:400px;
  214. }
  215.  
  216. .caption{
  217. padding:10px;
  218. background:{color:posts};
  219. color:{color:text};
  220. }
  221.  
  222. .posttitle{
  223. color:{color:text};
  224. font-size:10px;
  225. text-transform:none;
  226. font-family:'trebuchet ms';
  227. letter-spacing:2px;
  228. text-align:left;
  229. font-weight:bold;
  230. padding:5px;
  231. }
  232.  
  233.  
  234. .posttitle a:hover{
  235. color:transparent;
  236. transition:.5s ease-in-out;
  237. -webkit-transition:.5s ease-in-out;
  238. -moz-transition:.5s ease-in-out;
  239. -o-transition:.5s ease-in-out;
  240. }
  241.  
  242. .link{
  243. font-size:13px;
  244. text-transform:none;
  245. letter-spacing:3px;
  246. padding-bottom:5px;
  247. text-align:center;
  248. border-bottom:1px solid {color:text};
  249. }
  250.  
  251. .linkc blockquote{
  252. border-left:0px;
  253. margin:0px;
  254. padding:5px;
  255. }
  256.  
  257.  
  258. .quote{
  259. font-size:15px;
  260. font-family:'georgia';
  261. font-style:italic;
  262. text-align:center;
  263. }
  264.  
  265. .quoter{
  266. text-align:right;
  267. text-transform:none;
  268. font-size:9px;
  269. }
  270.  
  271. .audio{
  272. width:400px;
  273. overflow:hidden;
  274. background:{color:posts};
  275. text-align:center;
  276. }
  277.  
  278. .audioplayer{
  279. z-index:9;
  280. max-width:27px;
  281. max-height:27px;
  282. border:1px solid {color:text};
  283. overflow:hidden;
  284. margin:0 auto;
  285. }
  286.  
  287. .trackname{
  288. padding-top:5px;
  289. text-transform:none;
  290. letter-spacing:1px;
  291. text-align:center;
  292. }
  293.  
  294.  
  295. .asker, .asker a{
  296. background:{color:posts};
  297. text-align:right;
  298. margin-left:5px;
  299. padding:2px;
  300. padding-top:0px;
  301. padding-bottom:0px;
  302. color:{color:text};
  303. text-decoration:none;
  304. line-height:15px;
  305. height:15px;
  306. display:block;
  307. position:absolute;
  308. margin-top:-4px;
  309. }
  310.  
  311.  
  312. .question{
  313. width:380px;
  314. text-align:left;
  315. padding:10px;
  316. border:1px solid {color:text};
  317. text-transform:italic;
  318. background:{color:posts};
  319. line-height:12px;
  320. text-transform:none;
  321. display:inline-block;
  322. }
  323.  
  324.  
  325. .answer{
  326. text-align:left;
  327. padding:8px;
  328. margin-top:10px;
  329. width:383px;
  330. background:{color:posts};
  331. font-style:italic;
  332. }
  333.  
  334.  
  335. #entry:hover #info{opacity:1}
  336.  
  337. #info{
  338. opacity:0;
  339. {block:permalinkpage}
  340. opacity:1;
  341. {/block:permalinkpage}
  342. background:rgba(255,255,255,{text:info opacity});
  343. width:100%;
  344. max-width:100%;
  345. overflow-x:auto;
  346. padding:10px;
  347. margin-top:3px;
  348. margin-left:-10px;
  349. float:left;
  350. color:{color:info};
  351. padding-bottom:3px;
  352. font-size:10px;
  353. letter-spacing:1px;
  354. text-transform:none;
  355. text-align:center;
  356. transition:.5s ease-in-out;
  357. -webkit-transition:.5s ease-in-out;
  358. -moz-transition:.5s ease-in-out;
  359. -o-transition:.5s ease-in-out;
  360. }
  361.  
  362. #info a{text-decoration:none;color:{color:info};}
  363. #info a:hover{text-decoration:none;color:{color:info hover};}
  364.  
  365.  
  366. /*perma*/
  367.  
  368. .entry:hover #tags{opacity:1}
  369.  
  370. #tags{
  371. opacity:0;
  372. {block:permalinkpage}
  373. opacity:1;
  374. {/block:permalinkpage}
  375. font-family:'trebuchet ms';
  376. font-style:none;
  377. text-transform:none;
  378. line-height:12px;
  379. font-size:10px;
  380. text-align:left;
  381. -moz-transition-duration:.5s;
  382. -webkit-transition-duration:.5s;
  383. -o-transition-duration:.5s;
  384. width:400px;
  385. padding:5px 0px 5px 0px;
  386. margin-left:0px;
  387. bottom:200px;
  388.  
  389. }
  390.  
  391.  
  392. a{color:{color:text}}
  393.  
  394. #tags a{
  395. margin-right:5px;
  396. margin-top:5px;
  397. }
  398.  
  399.  
  400. #notes{
  401. {block:permalinkpage}
  402. text-align:left;
  403. width:400px;
  404. max-height:500px;
  405. overflow-y:auto;
  406. font-family:'trebuchet ms';
  407. font-size:9px;
  408. padding-top:7px;
  409. background:rgba(255,255,255,{text:opacity info});
  410. color:{color:text};
  411. margin:0 auto;
  412. line-height:13px;
  413. margin-left:0px;
  414. {/block:permalinkpage}
  415. }
  416.  
  417. ol.notes {
  418. padding:0px;
  419. margin-left:5px;
  420. list-style-type:none;
  421. }
  422.  
  423.  
  424. ol.notes li.note img.avatar {
  425. display:none;
  426. }
  427.  
  428. ol.notes li.note span.action {
  429. font-weight:bold;
  430. }
  431.  
  432. ol.notes li.note .answer_content {
  433. font-weight:normal;
  434. }
  435.  
  436. ol.notes li.note blockquote {
  437.  
  438. }
  439.  
  440. ol.notes li.note blockquote a {
  441. text-decoration:none;
  442. }
  443.  
  444. #notes li {
  445. list-style-type:none;}
  446.  
  447.  
  448. @font-face {font-family:'Raleway';font-style:normal;font-weight:100;src:local('Raleway Thin'), local('Raleway-Thin'), url(http://themes.googleusercontent.com/static/fonts/raleway/v7/RJMlAoFXXQEzZoMSUteGWD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');}
  449.  
  450.  
  451. #credit a{z-index:9999999999999999999; font-family:'Raleway';color:#000;position:fixed;right:15px; text-transform:none;font-size:12px;bottom:10px;-webkit-transition: .5s ease-in-out;-moz-transition: .5s ease-in-out;-o-transition: .5s ease-in-out;text-decoration:none;}
  452. #credit a:hover{color:#000;font-size:30px;}
  453.  
  454.  
  455.  
  456. #head{
  457. margin-top:50px;
  458. width:150px;
  459. margin-left:-220px;
  460. position:fixed;
  461. text-align:left;
  462. font-size:11px;
  463. }
  464.  
  465.  
  466.  
  467. .ttl{
  468. font-size:14px;
  469. text-align:center;
  470. font-weight:bold;
  471. padding:5px 0px 5px 0px;
  472. }
  473.  
  474.  
  475. .pagination{
  476. position:absolute;
  477. margin-top:2px;
  478. }
  479.  
  480. .pagination a{
  481. width:74px;
  482. height:20px;
  483. line-height:20px;
  484. display:inline-block;
  485. position:fixed;
  486. background:rgba(255,255,255,{text:sidebar opacity});
  487. color:{color:text};
  488. text-decoration:none;
  489. text-align:center;
  490. }
  491.  
  492.  
  493. .t{
  494. background:{color:frames};
  495. height:35px;
  496. width:100%;
  497. position:fixed;
  498. top:0px;
  499. left:0px;
  500. z-index:999;}
  501.  
  502. .b{
  503. background:{color:frames};
  504. height:35px;
  505. width:100%;
  506. position:fixed;
  507. bottom:0px;
  508. left:0px;
  509. z-index:999;}
  510.  
  511. .l{
  512. background:{color:frames};
  513. height:100%;
  514. width:35px;
  515. position:fixed;
  516. top:0px;
  517. left:0px;
  518. z-index:999;}
  519.  
  520.  
  521. .r{
  522. background:{color:frames};
  523. height:100%;
  524. width:35px;
  525. position:fixed;
  526. top:0px;
  527. right:0px;
  528. z-index: 999;}
  529.  
  530.  
  531.  
  532. /**/
  533.  
  534.  
  535. .ac-container{
  536. width: 150px;
  537. margin: 0 auto;
  538. text-align: left;
  539. }
  540. .ac-container label{
  541. text-align:center;
  542. font-family:'trebuchet ms';
  543. cursor:url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;
  544. position: relative;
  545. z-index: 20;
  546. display: block;
  547. height: 30px;
  548. color: {color:sidebar titles};
  549. line-height: 30px;
  550. font-size: 14px;
  551. background: rgba(255,255,255,{text:sidebar menu opacity});
  552. }
  553.  
  554. .ac-container label:hover{
  555. background: rgba(255,255,255,{text:sidebar menu opacity});
  556. }
  557. .ac-container input:checked + label,
  558. .ac-container input:checked + label:hover{
  559. background: rgba(255,255,255,{text:sidebar menu opacity});
  560. color: {color:sidebar titles};
  561. text-align:center;
  562. }
  563.  
  564. .ac-container label:hover:after,
  565. .ac-container input:checked + label:hover:after{
  566. content: '';
  567. position: absolute;
  568. width: 24px;
  569. height: 24px;
  570. right: 13px;
  571. top: 7px;
  572. }
  573.  
  574. .ac-container input:checked + label:hover:after{
  575. }
  576.  
  577. .ac-container input{
  578. display: none;
  579. }
  580. .ac-container article{
  581. background: rgba(255, 255, 255,{text:sidebar opacity});
  582. margin-top: -1px;
  583. overflow: hidden;
  584. height: 0px;
  585. position: relative;
  586. z-index: 10;
  587. -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  588. -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  589. -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  590. -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  591. transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  592. }
  593.  
  594. .ac-container article p{
  595. font-style: italic;
  596. text-align:center;
  597. color: {color:text};
  598. line-height: 15px;
  599. font-size: 11px;
  600. padding: 20px;
  601. padding-bottom:5px;
  602. }
  603.  
  604.  
  605.  
  606. .ac-container input:checked ~ article{
  607. -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  608. -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  609. -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  610. -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  611. transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  612. }
  613.  
  614. .ac-container input:checked ~ article.ac-small{
  615. height:140px;
  616. max-height: 140px;
  617. overflow-y:auto;
  618. }
  619.  
  620.  
  621. .links{text-align:center}
  622.  
  623. .links a{
  624. text-decoration:none;
  625. width:100px;
  626. display:block;
  627. margin:0 auto;
  628. padding:5px;
  629. border-bottom:1px solid {color:links};
  630. color:{color:links};
  631. }
  632.  
  633. .links a:hover{
  634. background:{color:links hover bg};
  635. color:{color:links hover};
  636. }
  637.  
  638.  
  639. </style>
  640.  
  641.  
  642.  
  643. </head><body>
  644.  
  645. {block:ifframes}
  646. <div class="t"></div>
  647. <div class="b"></div>
  648. <div class="l"></div>
  649. <div class="r"></div>
  650. {/block:ifframes}
  651.  
  652. <div id="posts">
  653.  
  654. <div id="head">
  655.  
  656. <section class="ac-container">
  657. <div>
  658. <input id="ac-1" name="accordion-1" type="radio" checked />
  659. <label for="ac-1">{title}</label>
  660. <article class="ac-small" style="text-align:center">
  661. <p>{description}</p>
  662. </article>
  663. </div>
  664.  
  665. <div>
  666. <input id="ac-2" name="accordion-1" type="radio" />
  667. <label for="ac-2">{text:links title}</label>
  668. <article class="ac-small">
  669. <div class="links">
  670.  
  671. <a href="{text:link1}">{text:link1 title}</a>
  672. <a href="{text:link2}">{text:link2 title}</a>
  673. <a href="{text:link3}">{text:link3 title}</a>
  674. <a href="{text:link4}">{text:link4 title}</a>
  675. <a href="{text:link5}">{text:link5 title}</a>
  676. <a href="{text:link6}">{text:link6 title}</a>
  677.  
  678. </div>
  679. </article>
  680. </div>
  681. {block:ifthirdbox}
  682. <div>
  683. <input id="ac-3" name="accordion-1" type="radio" />
  684. <label for="ac-3">{text:title3}</label>
  685. <article class="ac-small">
  686. <p>{text:box} </p>
  687. </article>
  688. </div>
  689. {/block:ifthirdbox}
  690.  
  691. </section>
  692.  
  693. {block:pagination}
  694. <div class="pagination">
  695. {block:previouspage}<a href="{previouspage}">{text:prev page}</a>{/block:previouspage}
  696. {block:nextpage}<a href="{nextpage}" style="position:fixed;margin-left:76px">{text:next page}</a>{/block:nextpage}
  697. </div>
  698. {/block:pagination}
  699. </div>
  700.  
  701.  
  702. <div class="posts">
  703. {block:Posts}
  704. <div class="entry">
  705. <div id="entry">
  706.  
  707. {block:Text}
  708. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  709. {Body}
  710. {/block:Text}
  711.  
  712. {block:Photo}
  713. <center>
  714. <span style="background:transparent">
  715. <a href="{Permalink}">
  716. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/></a></span></center>
  717. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  718. {/block:Photo}
  719.  
  720.  
  721.  
  722.  
  723. {block:Photoset}
  724. {Photoset-400}
  725. {block:Caption}
  726. {Caption}
  727. {/block:Caption}
  728. {/block:Photoset}
  729.  
  730.  
  731.  
  732. {block:Quote}
  733. <div class="quote">"{Quote}"</div>
  734. {block:Source}
  735. <div class="quoter">— {Source}</div>
  736. {/block:Source}
  737. {/block:Quote}
  738.  
  739.  
  740.  
  741. {block:Link}
  742. <div class="link"><a href="{URL}" {Target}>{Name}</a></div>
  743. {block:Description}
  744. <div class="linkc">{Description}</div>
  745. {/block:Description}
  746. {/block:Link}
  747.  
  748.  
  749.  
  750. {block:Video}
  751. {Video-400}
  752. {/block:Video}
  753.  
  754.  
  755.  
  756.  
  757. {block:Chat}
  758. {block:Title}
  759. <div class="posttitle"><a href="{Permalink}">{Title}</a></div>
  760. {/block:Title}
  761. {block:Lines}
  762. {block:Label}
  763. <p><b> {Label}</b>
  764. {/block:Label}
  765. {Line}</p>
  766. {/block:Lines}
  767. {/block:Chat}
  768.  
  769.  
  770.  
  771. {block:Audio}
  772. <div class="audio">
  773. {AudioEmbed-400}
  774. {block:AudioPlayer}
  775. <div class="audioplayer">
  776. {block:ifaudiowhite}
  777. {AudioPlayerWhite}
  778. {/block:ifaudiowhite}
  779. {block:ifaudioblack}
  780. {AudioPlayerblack}
  781. {/block:ifaudioblack}
  782. </div>
  783. {/block:AudioPlayer}
  784. <div class="trackname">
  785. {block:Artist}<strong style="text-transform:none">{Artist}</strong>{/block:Artist} -
  786. {block:TrackName}{TrackName}{/block:TrackName}
  787. {/block:permalinkpage}
  788. </div>
  789. </div>
  790. {/block:Audio}
  791.  
  792.  
  793.  
  794.  
  795. {block:Answer}
  796. <div class="question">{Question}</div>
  797. <div class="asker"><span style="background:#fff;">{Asker}</span></div>
  798. <div class="answer">{Answer}</div>
  799. {/block:Answer}
  800.  
  801.  
  802. <div id="info">
  803. {block:notecount}{NoteCount} - {/block:notecount}<a href="{permalink}">{text:permalink}</a>
  804. <!--
  805. {block:RebloggedFrom} · <a href="{ReblogParentURL}">from</a>{/block:RebloggedFrom}{block:contentsource} · <a href="{SourceURL}">by</a>{/block:contentsource}-->
  806. <br>
  807.  
  808. {block:HasTags}
  809. {block:Tags}
  810. <a href="{TagURL}">#{Tag}</a>
  811. {/block:Tags}
  812. {/block:HasTags}
  813. </div>
  814.  
  815.  
  816. {block:permalinkpage}
  817. {block:PostNotes}
  818. <div id="notes">
  819. {PostNotes}
  820. </div>
  821. {/block:PostNotes}
  822. {/block:permalinkpage}
  823.  
  824. </div>
  825. </div>
  826. {/block:Posts}
  827. </div></div></div>
  828.  
  829.  
  830.  
  831. <div id="credit"><a href="http://eisenbrg.tumblr.com">BRG</a></div>
  832. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement