Advertisement
purethought-s

Theme #19: Grimes

May 16th, 2013
1,239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.00 KB | None | 0 0
  1. <!--
  2. Grimes Theme
  3. The sidebar bg needs to be at least 400px X 800px
  4. and the small sidebar needs to be a square
  5.  
  6. Please don't steal this c:
  7.  
  8. -->
  9.  
  10.  
  11.  
  12. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  13.  
  14.  
  15. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16.  
  17.  
  18. <head>
  19.  
  20.  
  21. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  22. <head>
  23. <title>{title}</title>
  24.  
  25. <link rel="shortcut icon" href="{favicon}" />
  26.  
  27.  
  28. <meta name="color:text" content="#9a9a9a"/>
  29. <meta name="color:links" content="#979797"/>
  30. <meta name="color:linkshover" content="#363636"/>
  31. <meta name="color:Permalink Color 1" content="#fff">
  32. <meta name="color:Permalink Color 2" content="#888">
  33. <meta name="color:textselect" content="#9a9a9a"/>
  34. <meta name="color:background" content="#fff"/>
  35. <meta name="color:tooltipborder" content="#eee"/>
  36. <meta name="color:tooltipbg" content="#fff"/>
  37. <meta name="color:tooltiptext" content="#888"/>
  38.  
  39. <meta name="image:sidebar" content="http://media.tumblr.com/1cd0a181e9b00d128691a08f06006ccd/tumblr_inline_mk52csg3eJ1qz4rgp.jpg">
  40. <meta name="image:sidebar bg" content="">
  41.  
  42.  
  43. <meta name="text:link1title" content="links" />
  44. <meta name="text:link1url" content="/" />
  45. <meta name="text:link2title" content="music" />
  46. <meta name="text:link2url" content="/" />
  47. <meta name="text:link3title" content="other blog" />
  48. <meta name="text:link3url" content="/" />
  49. <meta name="text:link4title" content="blogroll" />
  50. <meta name="text:link4url" content="/" />
  51.  
  52. <meta name="color:scrollbar" content="#ede7dc"/>
  53.  
  54. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script><link href='http://fonts.googleapis.com/css?family=IM+Fell+English' rel='stylesheet' type='text/css'><script type="text/javascript" src="http://static.tumblr.com/gyoju49/2A6mk8i6o/component.js"></script><script type="text/javascript" src="http://static.tumblr.com/bkd4m5b/Citm42m8i/smoothscroll.js"></script>
  55.  
  56. <script type="text/javascript" src="http://static.tumblr.com/xrmodho/zoUmtvm6l/jquery.js"></script>
  57. <meta name="description" content="" />
  58.  
  59.  
  60. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  61.  
  62. <script>
  63.  
  64. (function($){
  65.  
  66. $(document).ready(function(){
  67.  
  68. $("a[title]").style_my_tooltips({
  69.  
  70. tip_follows_cursor:true,
  71.  
  72. tip_delay_time:50,
  73.  
  74. tip_fade_speed:600,
  75.  
  76. attribute:"title"
  77.  
  78. });
  79.  
  80. });
  81.  
  82. })(jQuery);
  83.  
  84. </script>
  85.  
  86.  
  87. <style type="text/css">
  88.  
  89.  
  90.  
  91.  
  92. #tumblr_controls{
  93. position:fixed !important;
  94. opacity:.45;
  95. -webkit-filter:invert(100%);
  96. -moz-filter:invert(100%);
  97. -o-filter:invert(100%);
  98. -ms-filter:invert(100%);
  99. filter:invert(100%);
  100. z-index:99999999999999999999999;
  101. }
  102.  
  103. #tumblr_controls{
  104. position:fixed !important;
  105. -webkit-filter: invert(100%)
  106. }
  107.  
  108.  
  109. a {
  110. color:#979797;
  111. text-decoration:none;
  112. -moz-transition-duration:0.4s;
  113. -webkit-transition-duration:0.4s;
  114. -o-transition-duration:0.4s;
  115. }
  116.  
  117. a:hover {
  118. color:#363636;
  119. text-decoration:none;
  120. -moz-transition-duration:0.4s;
  121. -webkit-transition-duration:0.4s;
  122. -o-transition-duration:0.4s;
  123. }
  124.  
  125. ::-webkit-scrollbar-thumb{
  126. background-color: {color:scrollbar};
  127. height:auto;
  128. }
  129.  
  130. ::-webkit-scrollbar {
  131. height:4px;
  132. width:4px;
  133. background-color: #fff;
  134. }
  135.  
  136. body {
  137. background-color:{color:bgcolor};
  138. font-family:calibri;
  139. font-weight:normal;
  140. }
  141.  
  142.  
  143. #entries{
  144. margin-left: 490px;
  145. margin-top:20px;
  146. width:500px;
  147. }
  148.  
  149.  
  150.  
  151. .posts{
  152. background-color: transparent;
  153. padding: 20px 0 0 0;
  154. font-style:normal;
  155. font-size:11px;
  156. }
  157.  
  158.  
  159.  
  160. #credit {
  161. position:fixed;
  162. right:3px;
  163. bottom:3px;
  164. line-height:5px;
  165. letter-spacing:0px;
  166. font:10px trebuchet ms;
  167. color: {color:text};
  168. text-transform:uppercase;
  169. }
  170.  
  171.  
  172.  
  173. h1{
  174. font-family: 'georgia';
  175. font-style:ITALIC;
  176. font-size: 15px;
  177. font-weight:none;
  178. }
  179.  
  180.  
  181. .qquote{
  182. font-family: 'georgia';
  183. font-style:ITALIC;
  184. font-size: 15px;
  185. font-weight:none;
  186.  
  187. margin-left: 0px;
  188. }
  189.  
  190.  
  191.  
  192. .qsource{
  193. margin: 5px 0px 0 20px;
  194. text-align: left;
  195. text-transform: none;
  196. }
  197.  
  198.  
  199. .chat{
  200. line-height: 12px;
  201. list-style: none;
  202. font-color:#000000;
  203. }
  204.  
  205.  
  206.  
  207.  
  208. .chat ul {
  209. line-height: 15px;
  210. list-style: none;
  211. padding: 0px;
  212. line-height: 20px;
  213. }
  214.  
  215.  
  216.  
  217.  
  218. .person1 {
  219. color:{color:Text};
  220. background-color:{color:Chat 1};
  221. }
  222.  
  223.  
  224.  
  225.  
  226. .person1 .label {
  227. font-weight: bold;
  228. padding: 0px;
  229. margin-left:
  230. 5px; color:
  231. }
  232.  
  233.  
  234.  
  235.  
  236. .person2 {
  237. color:{color:Text};
  238. background-color:{color:Chat 2};
  239. }
  240.  
  241.  
  242.  
  243.  
  244. .person2 .label {
  245. font-weight: bold;
  246. padding: 0px;
  247. margin-left: 5px;
  248. color: }
  249.  
  250.  
  251.  
  252.  
  253.  
  254. .iaudio {
  255. margin-bottom: 2px;
  256. width: 100%;
  257. background-color: #transparent}
  258.  
  259.  
  260.  
  261.  
  262. .iaudio img
  263. {width: 208px;
  264. padding: 20px 0 0px 0
  265. }
  266.  
  267.  
  268.  
  269.  
  270. .icap{
  271. margin-top: 1px
  272. }
  273.  
  274.  
  275.  
  276. #ask {
  277. border-bottom:1px dashed;
  278. padding-bottom:5px;
  279. }
  280.  
  281.  
  282. #asker {
  283. font-family:"georgia";
  284. font-size:18px;
  285. }
  286.  
  287.  
  288. #askerimg {
  289. float:left;
  290. margin-right:5px;
  291. border:3px solid;
  292. border-color:{color:info};
  293. margin-top:-5px;
  294. }
  295.  
  296.  
  297. #question {
  298. margin-left:5px;
  299. margin-top:-3px;
  300. }
  301.  
  302.  
  303. #answer {
  304. margin-top:10px;
  305. margin-bottom:-5px;
  306. }
  307.  
  308.  
  309.  
  310. .cap {
  311. padding-top: 5px;
  312. width: 500px;
  313. }
  314.  
  315.  
  316.  
  317. #information {
  318. text-align:right;
  319. text-transform:uppercase;
  320. font-family:calibri;
  321. font-size:9px;
  322. background-color:{color:info};
  323. padding: 3px;
  324. letter-spacing:1px;
  325. }
  326.  
  327.  
  328.  
  329.  
  330.  
  331. #notes{ text-align:center; font-family:calibri; font-size:8px; letter-spacing:1px; margin-bottom: 1px; border-top: 1px solid {color:Permalink Color 2}; text-transform:uppercase;padding:5px;color:{color:Permalink Color 2}}
  332.  
  333. #notes a{color:{color:Permalink Color 2};padding:3px; margin:1px;}
  334.  
  335.  
  336.  
  337. #notes a:hover{ color: {color:Permalink Color 1}; box-shadow:inset 0px 20px 0px {color:Permalink Color 2};}
  338. #audio {
  339. margin-bottom:5px;
  340. width:500px;
  341. height:105px;
  342. }
  343.  
  344. .albumart {
  345. width:100px;
  346. height:100px;
  347. position:absolute;
  348. }
  349.  
  350. .albumart img {
  351. width:100px;
  352. height:100px;
  353. float:left;
  354. }
  355. .playercontainer {
  356. opacity: .2;
  357. display:block;
  358. width:100px;
  359. height:100px;
  360. background:#fff;
  361. position:absolute;
  362. -webkit-transition:all 0.5s ease-in-out;
  363. -moz-transition:all 0.5s ease-in-out;
  364. -o-transition:all 0.5s ease-in-out;
  365. -ms-transition: all 0.5s ease-in-out;
  366. transition:all 0.5s ease-in-out;
  367. }
  368.  
  369. .playercontainer:hover {
  370. opacity:.7;
  371. position:absolute;
  372. -webkit-transition:all 0.5s ease-in-out;
  373. -moz-transition:all 0.5s ease-in-out;
  374. -o-transition:all 0.5s ease-in-out;
  375. -ms-transition: all 0.5s ease-in-out;
  376. transition:all 0.5s ease-in-out;
  377. }
  378.  
  379. .player {
  380. margin-left:36px;
  381. margin-top:36px;
  382. width:25px;
  383. height:25px;
  384. overflow:hidden;
  385. position:absolute;
  386. background:#fff;
  387. }
  388.  
  389. .audioinfo {
  390. margin-left:110px;
  391. float:left;
  392. color:{color:Permalink Color 2};
  393.  
  394. font-family:calibri;
  395. letter-spacing:1px;
  396. font-size:8px;
  397. text-transform:uppercase;
  398. width:386px;
  399. padding:2px;
  400. margin-top:3px;
  401. }
  402.  
  403. .audioinfo b {
  404. font-family:calibri;
  405. letter-spacing:1px;
  406. font-size:8px;
  407. text-transform:uppercase;
  408. color:{color:Permalink Color 1};
  409. background:{color:Permalink Color 2};
  410. padding:3px 4px 3px 4px;
  411. font-weight:normal;
  412. margin-right:5px;
  413. }
  414.  
  415.  
  416.  
  417. #tags {
  418. display:block;
  419. padding: 6px;
  420. text-transform:uppercase;
  421. font-family:calibri;
  422. font-size:8px;
  423. text-align:center;
  424. text-transform:italic;
  425. color:{color:Permalink Color 1};
  426. background:{color:Permalink Color 2};
  427. -webkit-transition: all 0.4s ease-in-out;
  428. -moz-transition: all 04s ease-in-out;
  429. transition: all 0.4s ease-in-out;
  430. }
  431.  
  432. #tags a{
  433. color:{color:Permalink Color 1};
  434. padding:2px;
  435. }
  436.  
  437. #tags a:hover{
  438. color: {color:Permalink Color 2}; box-shadow:inset 0px -20px 0px {color:Permalink Color 1};
  439.  
  440. }
  441.  
  442.  
  443. #sidebar{
  444. position:fixed;
  445. margin-top:150px;
  446. margin-left:80px;
  447. font-size:10px;
  448. text-align:left;
  449. width:260px;
  450. padding:20px;
  451. background:{color:background};
  452. opacity:0;
  453. height:auto;
  454. -moz-transition-duration:0.5s;
  455. -webkit-transition-duration:0.5s;
  456. -o-transition-duration:0.5s;}
  457.  
  458.  
  459. .desccc{
  460. position:fixed;
  461. width:120px;
  462. overflow:auto;
  463. height:120px;
  464. margin-top:-131px;
  465. padding:3px;
  466. border:1px solid #eee;
  467. margin-left:130px;
  468. text-align:center;
  469. -moz-transition-duration:0.5s;
  470. -webkit-transition-duration:0.5s;
  471. -o-transition-duration:0.5s;
  472. }
  473.  
  474. .desccc a{
  475. width:40px;
  476. border:1px solid transparent;
  477. display:inline-block;
  478. padding:3px;
  479. margin:2px;
  480. color:{color:links};
  481. text-align:center;
  482. -moz-transition-duration:0.5s;
  483. -webkit-transition-duration:0.5s;
  484. -o-transition-duration:0.5s; }
  485.  
  486. .desccc a:hover{
  487. border:1px solid {color:links};
  488. display:inline-block;
  489. padding:3px;
  490. background:#fff;
  491. color:{color:links};
  492. text-align:center;
  493. -moz-transition-duration:0.5s;
  494. -webkit-transition-duration:0.5s;
  495. -o-transition-duration:0.5s; }
  496.  
  497.  
  498.  
  499.  
  500. .bgg:hover #sidebar{
  501. opacity:.99;
  502. -moz-transition-duration:0.5s;
  503. -webkit-transition-duration:0.5s;
  504. -o-transition-duration:0.5s;}
  505.  
  506.  
  507.  
  508.  
  509. #header{
  510. position:fixed;
  511. width:550px;
  512. font-family:Web;
  513. color:{color:scrollbar};
  514. font-style:italic;
  515. line-height:50%;
  516. font-size:59px;
  517. padding:10px;
  518.  
  519. margin-top:-20px;
  520. margin-left:455px;
  521. background:{color:background};
  522. text-align:center;
  523.  
  524. }
  525.  
  526.  
  527. pag{
  528. font-size:9px;
  529. text-transform:uppercase;
  530. letter-spacing:2px;
  531. font-family:calibri;
  532. font-style:normal;
  533. }
  534.  
  535. .bgg{
  536. position:fixed;
  537. margin-top:-20px;
  538. margin-left:-10px;
  539. height:100%;
  540. background:#eee url({image:Sidebar bg});
  541. width:440px; -moz-transition-duration:0.9s;
  542. -webkit-transition-duration:0.9s;
  543. -o-transition-duration:0.9s;}
  544.  
  545. .bgg img{
  546. opacity:1;
  547. -moz-transition-duration:0.9s;
  548. -webkit-transition-duration:0.9s;
  549. -o-transition-duration:0.9s;
  550. }
  551.  
  552.  
  553. .bgg:hover{
  554.  
  555. -moz-transition-duration:0.9s;
  556. -webkit-transition-duration:0.9s;
  557. -o-transition-duration:0.9s; }
  558.  
  559. #tags a {
  560. color:{color:tags};
  561. font-family:georgia;
  562. border:0px;
  563. text-shadow:0px 0px 0px;
  564. text-transform:lowercase;
  565. padding-top:1px;
  566. padding-bottom:2px;
  567. padding-left:4px;
  568. padding-right:3px;
  569. margin:0px 2px 0px;
  570. font-size:8px;
  571. -moz-transition-duration:0.9s;
  572. -webkit-transition-duration:0.9s;
  573. -o-transition-duration:0.9s;
  574. }
  575.  
  576. #tags a:hover {
  577. border:0px;
  578. background-color:#fff;
  579. color:{color:tagshover};
  580. font-size:8px;
  581. -moz-transition-duration:0.7s;
  582. -webkit-transition-duration:0.7s;
  583. -o-transition-duration:0.7s;
  584. }
  585.  
  586. ::-moz-selection {
  587. background-color: {color:textselect};
  588. color: #fff;
  589. }
  590.  
  591. ::selection {
  592. background-color: {color:textselect};
  593. color: #fff;
  594. }
  595.  
  596.  
  597.  
  598.  
  599. .questions {
  600. text-align: center;
  601. margin: 3px;
  602. padding:7px;
  603. border-bottom:1px solid #ddd;
  604. background: #Eee;}
  605. .questionsq {margin: 5px;}
  606.  
  607.  
  608.  
  609.  
  610. #s-m-t-tooltip{
  611. font-size: 8px;
  612. border-radius:3px;
  613. max-width:300px;
  614.  
  615. padding:2px 3px 2px 4px;
  616. -moz-box-shadow: 2px 2px 2px #888;
  617. -webkit-box-shadow: 2px 2px 2px #888;
  618. box-shadow: 2px 2px 2px #888;
  619. margin:25px 0px 0px 20px;
  620.  
  621. z-index:10;
  622.  
  623. background-color:{color:tooltipbg};
  624.  
  625. border:1px solid {color:tooltipborder};
  626.  
  627. font-family:calibri;
  628.  
  629.  
  630. letter-spacing:3px;
  631.  
  632. text-transform:uppercase;
  633.  
  634. color:{color:tooltiptext};
  635.  
  636. z-index:999999999999999999999999999999999999;
  637.  
  638. }
  639.  
  640. i, em {
  641. text-transform:none;
  642. font-family:georgia;
  643. font-style:italic;
  644. }
  645.  
  646. @font-face {font-family: "Web";
  647. src: url('http://static.tumblr.com/xrmodho/vvmmmoc3j/callie_hand-trial_version.otf');}
  648.  
  649.  
  650.  
  651. #pagi a{
  652. font-size:12px;
  653. font-family:georgia;
  654. font-style:italic;
  655. color:{color:pagination};
  656. }
  657. #pagi a:hover{
  658. color:{color:paginationhover};
  659. }
  660.  
  661. </style>
  662.  
  663. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  664. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  665. <script type="text/javascript" charset="utf-8">
  666. var $j = jQuery.noConflict();
  667. $j(function() {
  668. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  669. $j("img").lazyload({
  670. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  671. effect: "fadeIn",
  672. });
  673. });
  674. </script>
  675.  
  676. </head>
  677.  
  678. <script language="JavaScript" src="http://static.tumblr.com/bkd4m5b/FB3m42m9e/norightclick.js"></script>
  679.  
  680. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  681.  
  682. </head>
  683.  
  684. <script type="text/javascript"
  685. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  686.  
  687.  
  688.  
  689. <body>
  690. <div id="header"><pag>{block:PreviousPage}<a title="previous page!" href="{PreviousPage}">previous</a>{/block:PreviousPage}&nbsp;
  691. {block:JumpPagination length="5"}
  692. {block:CurrentPage}
  693. <span class="jumppag">{PageNumber}</span>&nbsp;
  694. {/block:CurrentPage}
  695. {block:JumpPage}
  696. <a class="jumppaglink" href="{URL}">{PageNumber}</a>&nbsp;
  697. {/block:JumpPage}
  698. {/block:JumpPagination}
  699. {block:NextPage}<a title="next page!" href="{NextPage}">next</a>{/block:NextPage}</pag></div><div class="bgg">
  700. <div id="sidebar"><img src="{image:sidebar}" Width="120px" height="120px" style="padding:3px;border:1px solid #eee;text-align:left;">
  701. <div class="desccc">{description}<br><a href="/" title="refresh page">I</a><a href="/ask" title="{asklabel}">II</a><a href="{text:link1url}" title="{text:link1title}">III</a><a href="{text:link2url}" title="{text:link2title}">IV</a><a href="{text:link3url}" title="{text:link3title}">V</a><a href="{text:link4url}" title="{text:link4title}">VI</a></div>
  702. </div></div>
  703.  
  704.  
  705.  
  706. <div id="entries">
  707.  
  708.  
  709. {block:Posts}
  710.  
  711.  
  712. <div class="posts">
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  720.  
  721. {block:Photo}
  722. {block:IndexPage}
  723. <div id="postbody">
  724. <center><a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px"></a></div></center>
  725. {/block:IndexPage}
  726. {block:PermalinkPage}
  727. <div id="postbox">
  728. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}</center>
  729. </div>
  730. {/block:PermalinkPage}
  731. {/block:Photo}
  732.  
  733. {block:Photoset}{Photoset-500}{/block:Photoset}
  734.  
  735. {block:Quote}
  736. <div class="qquote"><big><big>❝</big></big> {Quote} <big><big>❞</big></big></div>
  737. {block:Source}<div class="qsource">- {Source}</div>{/block:Source}
  738. {/block:Quote}
  739.  
  740. {block:Link}
  741. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  742. {block:Description}{Description}{/block:Description}
  743. {/block:Link}
  744.  
  745. {block:Chat}
  746. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  747. <div class="chat"><ul>{block:Lines}
  748. <li class="person{UserNumber}">{block:Label}
  749. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  750. {/block:Chat}
  751.  
  752. {block:Audio}
  753. <div id="audio">
  754. <div class="albumart"><img src="http://static.tumblr.com/4wyqgof/Dyvm2qmp1/default.jpg" width="100px" height="100px"></div>{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}" width="100px" height="100px"></div>{/block:AlbumArt}<div class="playercontainer"><div class="player">{AudioPlayerwhite}</div></div>
  755.  
  756. {block:TrackName}<div class="audioinfo"><b>Title</b> {TrackName}</div><br>{/block:TrackName}
  757. {block:Artist}<div class="audioinfo"><b>Artist</b> {Artist}</div><br>{/block:Artist}
  758. {block:Album}<div class="audioinfo"><b>Album</b> {Album}</div>{/block:Album}
  759. {block:PlayCount}<div class="audioinfo"><b>Played</b> {FormattedPlayCount} times</div> {/block:PlayCount}
  760. </div>{block:Caption}{Caption}{/block:Caption}
  761. {/block:Audio}
  762.  
  763. {block:Video}{Video-500}{/block:Video}
  764.  
  765. {block:Answer}<div id="ask"><div id="askerimg"><img src="{AskerPortraitURL-24}"></div><div id="asker">{Asker}</div><br><div id="question">{Question}</div></div><div id="answer">{Answer}</div>{/block:Answer}
  766.  
  767. <div class="cap">
  768. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  769. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  770. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  771.  
  772.  
  773. </div>
  774.  
  775.  
  776.  
  777. <div id="notes">{block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom}&nbsp;&nbsp;&nbsp;via: <a href="{ReblogParentURL}"
  778. title="reblogged from">{ReblogParentName}</a>&nbsp;&nbsp;&nbsp;source: <a href="{ReblogRootURL}"title="posted by">{ReblogRootName}</a>{/block:RebloggedFrom}&nbsp;&nbsp;&nbsp; <a href="{ReblogUrl}" title="share this post">reblog</a></div>
  779.  
  780.  
  781. {block:HasTags} <div id ="tags">{block:Tags}&nbsp;&nbsp; &nbsp; <a title="{TAG}" href="{TagURL}"> # &nbsp; {Tag}</a> {/block:Tags}
  782.  
  783. </div>{/block:HasTags}
  784.  
  785.  
  786.  
  787.  
  788. </div>
  789.  
  790.  
  791. {/block:Posts}
  792. {block:PostNotes}
  793. <div id="notes">{PostNotes}</div>
  794. {/block:PostNotes}
  795.  
  796. </div>
  797.  
  798. </body>
  799. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement