Advertisement
singforabsolution

Theme 17

Nov 4th, 2012
1,244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.26 KB | None | 0 0
  1. <!--
  2. Theme by tomkirk.tumblr.com
  3. -->
  4. <html>
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml">
  7. <head>
  8.  
  9. <!--Default Variables-->
  10. <!--Colors-->
  11. <meta name="color:Ask Background" content="#f8f8f8"/>
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Border" content="#e8e8e8"/>
  14. <meta name="color:Link" content="#b1486c"/>
  15. <meta name="color:Link Hover" content="#d6bfc7"/>
  16. <meta name="color:Scrollbar Background" content="#fffff"/>
  17. <meta name="color:Scrollbar" content="#b1486c"/>
  18. <meta name="color:Text" content="#9c8f93"/>
  19.  
  20. <meta name="color:Tooltip Background" content="#660011"/>
  21. <meta name="color:Tooltip Text" content="#fffcfa"/>
  22.  
  23. <!--Images-->
  24. <meta name="image:Background" content""/>
  25. <meta name="image:Sidebar" content""/>
  26.  
  27. <!--Options-->
  28. <meta name="if:Faded Images" content=""/>
  29. <meta name="if:Inverted Images" content=""/>
  30. <meta name="if:Infinite Scrolling" content=""/>
  31. <meta name="if:Tiny Cursor" content=""/>
  32.  
  33. <!--Links-->
  34. <meta name="text:Paperplane Icon URL" content="/"/>
  35. <meta name="text:Paperplane Icon Name" content=""/>
  36.  
  37. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  38.  
  39. <script src="jquery.js"></script>
  40. <script>
  41. $(document).ready(function(){
  42. $("#flip").click(function(){
  43. $("#panel").slideToggle("fast");
  44. });
  45. });
  46. </script>
  47.  
  48.  
  49. {block:ifInfiniteScrolling}
  50. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  51. {/block:ifInfiniteScrolling}
  52.  
  53. {block:Description}
  54. <meta name="description" content="{MetaDescription}" />{/block:Description}
  55. <title>
  56. {block:PostSummary}
  57. {PostSummary} - {/block:PostSummary}{Title}</title>
  58. </style>
  59.  
  60. <style type="text/css">
  61.  
  62. {block:ifInvertedImages}img{
  63. opacity: 1;
  64. filter:alpha(opacity=10);
  65. -moz-opacity: 0.1;
  66. -moz-transition: all .9s ease;
  67. -o-transition: all .9s ease;
  68. transition: all .9s ease;
  69. -webkit-transition: all .9s ease;}
  70. {/block:ifInvertedImages}
  71.  
  72.  
  73. {block:ifInvertedImages} img:hover{
  74. opacity: .8;
  75. filter:alpha(opacity=100);
  76. -moz-opacity: 1;
  77. -moz-transition: all .9s ease;
  78. -o-transition: all .9s ease;
  79. transition: all .9s ease;
  80. -webkit-transition: all .9s ease;}
  81. {/block:ifInvertedImages}
  82.  
  83. {block:ifFadedImages}img{
  84. opacity: .8;
  85. filter:alpha(opacity=10);
  86. -moz-opacity: 0.1;
  87. -moz-transition: all .9s ease;
  88. -o-transition: all .9s ease;
  89. transition: all .9s ease;
  90. -webkit-transition: all .9s ease;}
  91. {/block:ifFadedImages}
  92.  
  93.  
  94. {block:ifFadedImages} img:hover{
  95. opacity: 1;
  96. filter:alpha(opacity=100);
  97. -moz-opacity: 1;
  98. -moz-transition: all .9s ease;
  99. -o-transition: all .9s ease;
  100. transition: all .9s ease;
  101. -webkit-transition: all .9s ease;}
  102. {/block:ifFadedImages}
  103.  
  104. {block:ifInvertedImages}.photo {
  105. opacity: 1;
  106. filter:alpha(opacity=10);
  107. -moz-opacity: 0.1;
  108. -moz-transition: all .9s ease;
  109. -o-transition: all .9s ease;
  110. transition: all .9s ease;
  111. -webkit-transition: all .9s ease;}
  112. {/block:ifInvertedImages}
  113.  
  114.  
  115. {block:ifInvertedImages}.photo:hover{
  116. opacity: .8;
  117. filter:alpha(opacity=100);
  118. -moz-opacity: 1;
  119. -moz-transition: all .9s ease;
  120. -o-transition: all .9s ease;
  121. transition: all .9s ease;
  122. -webkit-transition: all .9s ease;}
  123. {/block:ifInvertedImages}
  124.  
  125. {block:ifFadedImages}.photo {
  126. opacity: .8;
  127. filter:alpha(opacity=10);
  128. -moz-opacity: 0.1;
  129. -moz-transition: all .9s ease;
  130. -o-transition: all .9s ease;
  131. transition: all .9s ease;
  132. -webkit-transition: all .9s ease;}
  133. {/block:ifFadedImages}
  134.  
  135.  
  136. {block:ifFadedImages}.photo:hover{
  137. opacity: 1;
  138. filter:alpha(opacity=100);
  139. -moz-opacity: 1;
  140. -moz-transition: all .9s ease;
  141. -o-transition: all .9s ease;
  142. transition: all .9s ease;
  143. -webkit-transition: all .9s ease;}
  144. {/block:ifFadedImages}
  145.  
  146.  
  147. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  148.  
  149.  
  150. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: .9;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  151.  
  152. ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:Scrollbar Background}; }
  153. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
  154.  
  155. {block:iftinycursor}
  156. body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_lyovxfnDb71qfoi4t.png), progress;}
  157. {/block:iftinycursor}
  158.  
  159. body{
  160. background-color: {color:Background};
  161. background-image: url({image:Background});
  162. background-attachment: fixed;
  163. background-repeat: repeat;
  164. background-position: center;
  165. font-family:cambria;
  166. font-size:11px;
  167. line-height:12px;
  168. color:{color:Text};
  169. }
  170.  
  171. a:link, a:active, a:visited{
  172. color: {color:Link};
  173. text-decoration:none;
  174. -webkit-transition: all 0.4s linear;
  175. -moz-transition: all 0.4s linear;
  176. transition: all 0.4s linear;
  177. }
  178.  
  179. a:hover{
  180. color: {color:Link Hover};
  181. {block:iftinycursor}
  182. cursor: url(http://i.imgur.com/IepP2.jpg), progress;
  183. {/block:iftinycursor}
  184. }
  185.  
  186. #container {
  187. margin:auto;
  188. width:700px;
  189. }
  190.  
  191. #content {
  192. width:510px;
  193. padding:20px;
  194. margin:auto;
  195. margin-top:-30px;
  196. }
  197.  
  198. #entry {
  199. width:400px;
  200. margin-top:40px;
  201. margin-left:80px;
  202. padding:12px;
  203. background:white;
  204. border:1px solid {color:Border};
  205. }
  206.  
  207. #entry img{
  208. max-width:400px;
  209. }
  210.  
  211. #permalink{
  212. position:relative;
  213. margin-top:9px;
  214. padding-top:3px;
  215. font-size:8px;
  216. line-height:10px;
  217. font-family:calibri;
  218. letter-spacing:1px;
  219. text-transform:uppercase;
  220. }
  221.  
  222. #entry .permalink{
  223. width:100px;
  224. position:absolute;
  225. font-size:10px;
  226. font-family:calibri;
  227. text-transform:uppercase;
  228. margin-left:400px;
  229. padding-left:4px;
  230. opacity:0;
  231. -webkit-transition: all 0.3s linear;
  232. -moz-transition: all 0.3s linear;
  233. transition: all 0.3s linear;
  234. }
  235.  
  236. #entry:hover .permalink{
  237. overflow:visible;
  238. opacity:0.7;
  239. margin-left:420px;
  240. -webkit-transition: opacity 0.3s linear;
  241. -webkit-transition: all 0.3s linear;
  242. -moz-transition: all 0.3s linear;
  243. transition: all 0.3s linear;
  244. }
  245.  
  246. #info{
  247. position:absolute;
  248. margin-top:-9px;
  249. font-size:8px;
  250. line-height:10px;
  251. font-family:calibri;
  252. letter-spacing:1px;
  253. right:0;
  254. text-transform:uppercase;
  255. }
  256.  
  257. #answer {
  258. padding-top:50px;
  259. }
  260.  
  261. #ask {
  262. float:left;
  263. margin-right:5px;
  264. padding:5px;
  265. background:{color:Ask Background};
  266. width:392px;
  267. }
  268.  
  269. #asker {
  270. float:left;
  271. }
  272.  
  273. .askername{
  274. text-transform:uppercase;
  275. font-size:10px;
  276. font-weight:bold;
  277. letter-spacing:1px;
  278. padding-top:3px;
  279. margin-top:3px;
  280. text-align:right;
  281. border-top:1px solid {color:Border};
  282. }
  283.  
  284. #side {
  285. position:fixed;
  286. width:150px;
  287. margin-top:250px;
  288. margin-left:-90px;
  289. padding-left:11px;
  290. border-left:1px solid {color:Border};
  291. }
  292.  
  293. #iconbox{
  294. position:fixed;
  295. width:10px;
  296. margin-top:260px;
  297. margin-left:-115px;
  298. }
  299.  
  300. #iconbox img{
  301. width:14px;
  302. }
  303.  
  304. #dhtmltooltip{
  305. position:absolute;
  306. width:auto;
  307. font-family:calibri;
  308. color:{color:Tooltip Text};
  309. background:{color:Tooltip Background};
  310. margin-left:70px;
  311. margin-top:5px;
  312. padding:2px;
  313. text-transform:uppercase;
  314. font-size:8px;
  315. letter-spacing:1px;
  316. visibility: hidden;
  317. z-index: 100;
  318. border:1px solid {color:Tooltip Text};
  319. {block:iftinycursor}
  320. margin-top:-5px;
  321. {/block:iftinycursor}
  322. }
  323.  
  324. #navigate a{
  325. padding:2px;
  326. margin-top:5px;
  327. z-index:1;
  328. opacity:.3;
  329. display:inline-block;
  330. transition: all 0.5s ease-out;
  331. -o-transition-transition: all 0.5s ease-out;
  332. -webkit-transition: all 0.5s ease-out;
  333. -moz-transition: all 0.5s ease-out;
  334. }
  335.  
  336. #navigate a:hover{
  337. opacity:.5;
  338. transition: all 0.5s ease-out;
  339. -o-transition-transition: all 0.5s ease-out;
  340. -webkit-transition: all 0.5s ease-out;
  341. -moz-transition: all 0.5s ease-out;
  342. }
  343.  
  344. .pgs {
  345. font-family:calibri;
  346. width:130px;
  347. font-size:10px;
  348. margin-top:5px;
  349. padding-top:7px;
  350. text-transform:uppercase;
  351. border-top:1px solid {color:Border};
  352. }
  353.  
  354. .posttitle{
  355. font-family:cambria;
  356. font-size: 23px;
  357. line-height: 25px;
  358. }
  359.  
  360. .quotec {
  361. font-family:calibri;
  362. text-transform:uppercase;
  363. letter-spacing:2px;
  364. margin-top:5px;
  365. margin-left:5px;
  366. padding-left:5px;
  367. }
  368.  
  369. blockquote{
  370. padding:0px 0px 2px 5px;
  371. margin:0px 0px 2px 1px;
  372. border-left: 3px solid {color:Border};}
  373. blockquote p, ul{margin:0px; padding:0px;
  374. }
  375.  
  376. .chat .line{
  377. padding: 2px;
  378. }
  379.  
  380. .chat .line .odd{
  381. color: {color:Link};
  382. }
  383.  
  384. .label {font-weight:bold; color:{color:text}}
  385.  
  386. a img{border: 0px;}
  387.  
  388. .p { padding-top: 5px; }
  389. .ol, ul { margin-left: 10px; padding: 5px; }
  390. .ul { list-style-type: square; }
  391.  
  392. .cover {position: absolute; z-index: 1; width:75px; padding:5px; border:1px solid {color:Border};}
  393.  
  394. .playbox {position: absolute; z-index: 1000;}
  395.  
  396. .playbutton {width: 26px; height: 26px; overflow: hidden; position: relative; z-index:2;border:5px solid white;}
  397.  
  398. .playbox {background-color: black; position: absolute; z-index:2; margin-top: 25px; margin-left: 24px; opacity:.6;
  399. -webkit-transition: all 0.6s linear;
  400. -moz-transition: all 0.6s linear;
  401. transition: all 0.6s linear;}
  402.  
  403. .playbox:hover {opacity:.8;}
  404.  
  405. .title{
  406. width:
  407. position:absolute;
  408. line-height:23px;
  409. margin-left:90px;
  410. padding:4px;
  411. z-index: 1000;
  412. text-transform:uppercase;
  413. }
  414.  
  415. .video embed, .post div.video object {width:250px; height:187px}
  416.  
  417. .notes img{width:10px; position:left; top:3px;}
  418.  
  419.  
  420. {CustomCSS}
  421. </style>
  422.  
  423. <link rel="shortcut icon" href="{Favicon}">
  424. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  425.  
  426. </head>
  427. <body>
  428.  
  429.  
  430. <div id="dhtmltooltip"></div>
  431.  
  432. <script type="text/javascript">
  433.  
  434. var offsetxpoint=-60 //Customize x offset of tooltip
  435. var offsetypoint=20 //Customize y offset of tooltip
  436. var ie=document.all
  437. var ns6=document.getElementById && !document.all
  438. var enabletip=false
  439. if (ie||ns6)
  440. var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""
  441.  
  442. function ietruebody(){
  443. return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
  444. }
  445.  
  446. function ddrivetip(thetext, thecolor, thewidth){
  447. if (ns6||ie){
  448. if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
  449. if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
  450. tipobj.innerHTML=thetext
  451. enabletip=true
  452. return false
  453. }
  454. }
  455.  
  456. function positiontip(e){
  457. if (enabletip){
  458. var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
  459. var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
  460.  
  461. var rightedge=ie&&!window.opera? ietruebody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint-20
  462. var bottomedge=ie&&!window.opera? ietruebody().clientHeight-event.clientY-offsetypoint : window.innerHeight-e.clientY-offsetypoint-20
  463.  
  464. var leftedge=(offsetxpoint<0)? offsetxpoint*(-1) : -1000
  465.  
  466.  
  467. if (rightedge<tipobj.offsetWidth)
  468.  
  469. tipobj.style.left=ie? ietruebody().scrollLeft+event.clientX-tipobj.offsetWidth+"px" : window.pageXOffset+e.clientX-tipobj.offsetWidth+"px"
  470. else if (curX<leftedge)
  471. tipobj.style.left="1px"
  472. else
  473.  
  474. tipobj.style.left=curX+offsetxpoint+"px"
  475.  
  476. if (bottomedge<tipobj.offsetHeight)
  477. tipobj.style.top=ie? ietruebody().scrollTop+event.clientY-tipobj.offsetHeight-offsetypoint+"px" : window.pageYOffset+e.clientY-tipobj.offsetHeight-offsetypoint+"px"
  478. else
  479. tipobj.style.top=curY+offsetypoint+"px"
  480. tipobj.style.visibility="visible"
  481. }
  482. }
  483. function hideddrivetip(){
  484. if (ns6||ie){
  485. enabletip=false
  486. tipobj.style.visibility="hidden"
  487. tipobj.style.left="-1000px"
  488. tipobj.style.backgroundColor=''
  489. tipobj.style.width=''
  490. }
  491. }
  492. document.onmousemove=positiontip
  493.  
  494. </script>
  495.  
  496. <div id="container">
  497. <div id="content">
  498. <div id="iconbox">
  499. <div id="navigate">
  500. <a href ="/" onmouseover = "ddrivetip ('home')";
  501. onmouseout = "hideddrivetip ()"><img src="http://media.tumblr.com/tumblr_mcxz00rdgH1qj8bg6.png"></a>
  502.  
  503. <a href ="/ask" onmouseover = "ddrivetip ('message')";
  504. onmouseout = "hideddrivetip ()"><img src="http://media.tumblr.com/tumblr_mcxz3gC3GB1qj8bg6.png"></a>
  505.  
  506. <a href ="{text:Paperplane Icon URL}" onmouseover = "ddrivetip ('{text:Paperplane Icon Name}')";
  507. onmouseout = "hideddrivetip ()"><img src="http://media.tumblr.com/tumblr_mcxz17hb401qj8bg6.png"></a>
  508.  
  509. <a href ="/archive" onmouseover = "ddrivetip ('archive')";
  510. onmouseout = "hideddrivetip ()"><img src="http://media.tumblr.com/tumblr_mcxz0v5kw01qj8bg6.png"></a>
  511.  
  512. <a href ="http://tomkirk.tumblr.com/" onmouseover = "ddrivetip ('theme')";
  513. onmouseout = "hideddrivetip ()"><img src="http://media.tumblr.com/tumblr_mcxz0oRZP21qj8bg6.png"></a>
  514.  
  515.  
  516. </div>
  517. </div>
  518.  
  519. <div id="side">
  520. <div id="sidepic">
  521. <a href="/"><img src="{image:Sidebar}" width="130" style="z-index:999;background:white; margin-top:2px;"></a>
  522. </div>
  523. <div style="padding:2px;margin-top:5px;">
  524. {Description}
  525. </div>
  526. {block:ifNotInfiniteScrolling}
  527. {block:Pagination}
  528. <div class="pgs">
  529. {block:PreviousPage}
  530. <a href="{PreviousPage}">« prev</a>
  531. {/block:PreviousPage}
  532. {CurrentPage} out of {TotalPages}
  533. {block:NextPage}
  534. <a href="{NextPage}">next »</a>
  535. {/block:NextPage}
  536. </div>
  537. {/block:Pagination}
  538. {/block:ifNotInfiniteScrolling}
  539. </div>
  540.  
  541. {block:Posts}
  542. <div id="entry">
  543. {block:IndexPage}
  544. <div class="permalink">
  545. {block:HasTags}
  546. TAGGED AS:<br>
  547. {block:Tags}<a href="{TagURL}">#{Tag}</a><br>
  548. {/block:Tags}
  549. {/block:HasTags}
  550. </div>
  551. {/block:IndexPage}
  552.  
  553. {block:Text}
  554. {block:Title}
  555. <div class="posttitle">{Title}</div>
  556. {/block:Title}
  557. {Body}
  558. {/block:Text}
  559.  
  560. {block:Link}
  561. <div class="posttitle">
  562. <a href="{URL}">{Name}</a>
  563. </div>
  564. {block:Description}{Description}{/block:Description}
  565. {/block:Link}
  566.  
  567. {block:Photo}
  568. <center>
  569. {LinkOpenTag}
  570. <div id="pic">
  571. <a href="{permalink}">
  572. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="400"></a>
  573. </div>
  574. {LinkCloseTag}
  575. </center>
  576. {block:Caption}{Caption}{/block:Caption}
  577. {block:ContentSource}
  578. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  579. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  580. {/block:SourceLogo}
  581. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  582. {/block:ContentSource}
  583. {block:ReblogParentURL}
  584. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  585. {/block:ReblogParentURL}
  586. {/block:Photo}
  587.  
  588. {block:Photoset}
  589. <center>
  590. <div class="photo">
  591. {Photoset-400}
  592. </div>
  593. </center>
  594. {block:Caption}{Caption}{/block:Caption}
  595. {/block:Photoset}
  596.  
  597. {block:Quote}
  598. <div class="posttitle">"{Quote}"</div>
  599. {block:Source}
  600. <div class="quotec">
  601. <i>-{Source}</i>
  602. </div>
  603. {/block:Source}
  604. {/block:Quote}
  605.  
  606. {block:Chat}
  607. {block:Title}
  608. <div class="posttitle">
  609. {Title}
  610. </div>
  611. {/block:Title}
  612. <div class="chat">
  613. {block:Lines}
  614. <div class="chat">
  615. <div class="line {Alt}">
  616. <div class="{Alt} user_{UserNumber}">
  617. {block:Label}
  618. <b>{Label} </b>
  619. {/block:Label}
  620. {Line}
  621. </div>
  622. </div>
  623. </div>
  624. {/block:Lines}
  625. </div>
  626. {/block:Chat}
  627.  
  628. {block:Audio}
  629. <div class="playbox">
  630. <div class="playbutton">
  631. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  632. </div></div>
  633. {block:AlbumArt}
  634. <img src="{AlbumArtURL}" class="cover">
  635. {/block:AlbumArt}
  636.  
  637. <div class="title">
  638. {block:TrackName}
  639. <b>Title</b>:{TrackName}
  640. {/block:TrackName}
  641. </div>
  642.  
  643. <div class="title">
  644. {block:Artist}
  645. <b>Artist:</b>{Artist}
  646. {/block:Artist}
  647. </div>
  648.  
  649. <div class="title">
  650. {PlayCountWithLabel}
  651. </div>
  652.  
  653. <br>
  654. {block:Caption}{Caption}{/block:Caption}
  655. {/block:Audio}
  656.  
  657. {block:Video}
  658. <center>
  659. <div class="photo">
  660. {Video-400}
  661. </div>
  662. </center>
  663. {block:Caption}{Caption}{/block:Caption}
  664. {/block:Video}
  665.  
  666. {block:IndexPage}
  667. <div id="permalink">posted
  668. <a href="{Permalink}"> {TimeAgo}</a>
  669. with
  670. <a href="{Permalink}">{NoteCountWithLabel}</a>
  671. <div id="info">
  672. {block:RebloggedFrom}via:<a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> (©:<a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  673. </div>
  674. </div>
  675. {/block:IndexPage}
  676.  
  677. {block:PermalinkPage}
  678. <center>
  679. <div id="permalink">
  680. {block:Date}
  681. {TimeAgo} on
  682. {ShortMonth} {DayofMonth},{Year}
  683. {/block:Date}
  684. {block:NoteCount} · {NoteCountWithLabel}
  685. {/block:NoteCount}
  686. {block:HasTags} · Tags:
  687. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  688. {/block:Tags}
  689. {/block:HasTags}
  690. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  691. </div>
  692. </center>
  693. {/block:PermalinkPage}
  694.  
  695. {block:PostNotes}
  696. {PostNotes}
  697. {/block:PostNotes}
  698. </div>
  699. {/block:Posts}
  700. </div>
  701.  
  702. </body>
  703. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement