Advertisement
morrowind

bethesda

Jun 4th, 2015
1,237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.81 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head><title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  6.  
  7. <!-- 02: bethesda,
  8. by morrowinds.
  9.  
  10. | base code by mrsmilicevic! | -->
  11.  
  12.  
  13. <!--------default variables-------->
  14. <meta name="color:background" content="#ffffff"/>
  15. <meta name="color:text" content="#333333"/>
  16. <meta name="color:links" content="#5b5b5b"/>
  17. <meta name="color:links hover" content="#c9c9c9"/>
  18.  
  19. <meta name="image:sidebar image" content=""/>
  20.  
  21. <meta name="text:link 1 title" content="link">
  22. <meta name="text:link 1 url" content=" ">
  23. <meta name="text:link 2 title" content="link">
  24. <meta name="text:link 2 url" content=" ">
  25. <meta name="text:link 3 url" content=" ">
  26. <meta name="text:link 3 title" content="link">
  27.  
  28. <meta name="if:400px" content=""/>
  29. <meta name="if:blurimages" content=""/>
  30.  
  31. <!------------------------TOOLTIPS SCRIPT--------------------->
  32.  
  33. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  34. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  35. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  36. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  37. <script>
  38. (function($){
  39. $(document).ready(function(){
  40. $("[title]").style_my_tooltips({
  41. tip_follows_cursor:true,
  42. tip_delay_time:200,
  43. tip_fade_speed:300
  44. });
  45. });
  46. })(jQuery);
  47. </script>
  48.  
  49. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  50. <script type="text/javascript">
  51. $(document).ready(function(){
  52. $(".linksb").hide();
  53. $(".linkst").click(function(){
  54. $(this).next(".linksb").slideToggle('400');
  55. }); }); </script>
  56.  
  57.  
  58. <!-------------------------------------------------------------------->
  59.  
  60. <style type="text/css">
  61.  
  62. /*----------tooltips---------*/
  63.  
  64. #s-m-t-tooltip {
  65. max-width:300px;
  66. margin:15px;
  67. padding:5px;
  68. border:1px solid #eeeeee;
  69. border-radius:0px;
  70. background:#ffffff;
  71. color:{color:text};
  72. z-index:999999;
  73. font-size:7px;
  74. font-style:none;
  75. font-weight:lighter;
  76. letter-spacing:2px;
  77. font-family:helvetica;
  78. text-transform:uppercase;
  79. box-shadow:1px 1px 3px rgba(0,0,0,.0);
  80. }
  81.  
  82.  
  83. /*----------scrollbar---------*/
  84.  
  85. ::-webkit-scrollbar {
  86. background-color: #fff;
  87. height:8px;
  88. width:5px
  89. }
  90.  
  91. ::-webkit-scrollbar-thumb:vertical {
  92. background-color:#eeeeee;
  93. height:50px
  94. }
  95.  
  96. ::-webkit-scrollbar-thumb:horizontal {
  97. background-color:#eeeeee;
  98. height:8px!important
  99. }
  100.  
  101.  
  102. /*----------basics---------*/
  103.  
  104. body {
  105. background:{color:background} url({image:background image}) repeat right top fixed;
  106. color:{color:text};
  107. font-family:arial;
  108. line-height:15px;
  109. font-size:10px;
  110. margin:0;
  111. text-align:left;
  112. }
  113.  
  114. blockquote {
  115. padding-left:10px;
  116. border-left:1px solid;
  117. border-color:#eeeeee;
  118. margin:10px;
  119. }
  120.  
  121. a {
  122. color:{color:links};
  123. text-decoration:none;
  124. -webkit-transition:all 0.8s;
  125. -moz-transition:all 0.8s;
  126. -ms-transition:all 0.8s;
  127. -o-transition:all 0.8s;
  128. transition:all 0.8s;
  129. }
  130.  
  131. a:hover {
  132. text-decoration:none;
  133. color: {color:links hover};
  134. color: transparent;
  135. text-shadow: 0 0 2px rgba(0,0,0,0.5);
  136. -webkit-transition:all 0.8s;
  137. -moz-transition:all 0.8s;
  138. -ms-transition:all 0.8s;
  139. -o-transition:all 0.8s;
  140. transition:all 0.8s;
  141. }
  142.  
  143. img {
  144. opacity:1;
  145. text-decoration:none;
  146. }
  147.  
  148. h1 {
  149. font-size:11px;
  150. font-weight:bold;
  151. }
  152.  
  153.  
  154. /*----------posts---------*/
  155.  
  156. .container {
  157. left:50%;
  158. width:800px;
  159. position:absolute;
  160. }
  161.  
  162. .posts {
  163. {block:IndexPage}
  164. margin-bottom:120px;
  165. {/block:IndexPage}
  166. {block:PermalinkPage}
  167. margin-bottom:40px;
  168. {/block:PermalinkPage}
  169. {block:if400px}
  170. width:400px;
  171. {/block:if400px}
  172. {block:ifnot400px}
  173. width: 500px;
  174. {/block:ifnot400px}
  175. }
  176.  
  177. .entries {
  178. margin-left:-90px;
  179. {block:if400px}
  180. width:400px;
  181. {/block:if400px}
  182. {block:ifnot400px}
  183. width: 500px;
  184. {/block:ifnot400px}
  185. margin-top:50px;
  186. margin-bottom:50px;
  187. }
  188.  
  189. .posts img, .posts li, .posts blockquote {
  190. max-width: 100%;
  191. -webkit-transition:all 0.8s;
  192. -moz-transition:all 0.8s;
  193. -ms-transition:all 0.8s;
  194. -o-transition:all 0.8s;
  195. transition:all 0.8s;
  196. }
  197.  
  198. .posts img:hover {
  199. {block:ifblurimages}
  200. -webkit-filter: blur(3px);
  201. -moz-filter: blur(3px);
  202. -o-filter: blur(3px);
  203. -ms-filter: blur(3px);
  204. filter: blur(3px);
  205. -webkit-transition:all 0.8s;
  206. -moz-transition:all 0.8s;
  207. -ms-transition:all 0.8s;
  208. -o-transition:all 0.8s;
  209. transition:all 0.8s;
  210. {/block:ifblurimages}
  211. cursor: help;
  212. }
  213.  
  214. .posts li {
  215. list-style: square;
  216. }
  217.  
  218. blockquote img {
  219. max-width:320px!important;
  220. }
  221.  
  222.  
  223. /*----------post notes---------*/
  224.  
  225. ol.notes {
  226. padding:0px;
  227. margin:25px 0px 0px -10px;
  228. list-style-type:none;
  229. }
  230.  
  231. ol.notes li.note {
  232. padding:10px;
  233. }
  234.  
  235. ol.notes li.note img.avatar {
  236. vertical-align:-4px;
  237. margin-right:10px;
  238. width:16px;
  239. height:16px;
  240. }
  241.  
  242. ol.notes li.note span.action {
  243. font-weight:none;
  244. }
  245.  
  246. ol.notes li.note .answer_content {
  247. font-weight:normal;
  248. }
  249.  
  250. ol.notes li.note blockquote {
  251. padding:4px 10px;
  252. margin:10px 0px 0px 25px;
  253. }
  254.  
  255. ol.notes li.note blockquote a {
  256. text-decoration:none;
  257. }
  258.  
  259. /*----------sidebar---------*/
  260.  
  261. .sidebar {
  262. position:fixed;
  263. width:150px;
  264. margin-left:-350px;
  265. top:170px;
  266. padding-left: 20px;
  267. -webkit-transition:all 0.8s;
  268. -moz-transition:all 0.8s;
  269. -ms-transition:all 0.8s;
  270. -o-transition:all 0.8s;
  271. transition:all 0.8s;
  272. }
  273.  
  274. .sidebar:hover {
  275. -webkit-transition:all 0.8s;
  276. -moz-transition:all 0.8s;
  277. -ms-transition:all 0.8s;
  278. -o-transition:all 0.8s;
  279. transition:all 0.8s;
  280. }
  281.  
  282. .sidebarimage {
  283. width: 120px;
  284. margin-left: -3px;
  285. }
  286.  
  287. .sidebarimage img {
  288. border: 1px solid #eeeeee;
  289. width: 120px;
  290. padding: 3px;
  291. -webkit-transition:all 0.5s;
  292. -moz-transition:all 0.5s;
  293. -ms-transition:all 0.5s;
  294. -o-transition:all 0.5s;
  295. transition:all 0.5s;
  296. }
  297.  
  298. .sidebarimage img:hover {
  299. cursor: help;
  300. opacity: 0.8;
  301. border: 1px solid #fafafa;
  302. -webkit-transition:all 0.5s;
  303. -moz-transition:all 0.5s;
  304. -ms-transition:all 0.5s;
  305. -o-transition:all 0.5s;
  306. transition:all 0.5s;
  307. }
  308.  
  309. .sidetitle {
  310. transform: rotate(-90deg);
  311. margin-left: -140px;
  312. font-size:12px;
  313. margin-top: -53px;
  314. letter-spacing: 2px;
  315. position: absolute;
  316. z-index: 999;
  317. text-transform:uppercase;
  318. font-weight:bold;
  319. width:200px;
  320. text-align:center;
  321. -webkit-transition:all 0.8s;
  322. -moz-transition:all 0.8s;
  323. -ms-transition:all 0.8s;
  324. -o-transition:all 0.8s;
  325. transition:all 0.8s;
  326. }
  327.  
  328. .linkst {
  329. cursor: help;
  330. margin-left: 65px;
  331. font-size:11px;
  332. margin-top:-16px;
  333. font-family: arial;
  334. background: #fff;
  335. letter-spacing: 2px;
  336. position: absolute;
  337. z-index: 999;
  338. text-transform:uppercase;
  339. font-weight:bold;
  340. width:80px;
  341. text-align:center;
  342. -webkit-transition:all 0.8s;
  343. -moz-transition:all 0.8s;
  344. -ms-transition:all 0.8s;
  345. -o-transition:all 0.8s;
  346. transition:all 0.8s;
  347. }
  348.  
  349. .linkst:hover {
  350. color: transparent;
  351. text-shadow: 0 0 2px rgba(0,0,0,0.5);
  352. -webkit-transition:all 0.8s;
  353. -moz-transition:all 0.8s;
  354. -ms-transition:all 0.8s;
  355. -o-transition:all 0.8s;
  356. transition:all 0.8s;
  357. }
  358.  
  359. .sidetitle a:hover {
  360. cursor: help;
  361. color: transparent;
  362. text-shadow: 0 0 2px rgba(0,0,0,0.5);
  363. -webkit-transition:all 0.8s;
  364. -moz-transition:all 0.8s;
  365. -ms-transition:all 0.8s;
  366. -o-transition:all 0.8s;
  367. transition:all 0.8s;
  368. }
  369.  
  370.  
  371.  
  372. .description {
  373. width:120px;
  374. text-align:justify;
  375. margin-top: 5px;
  376. overflow: auto;
  377. height: 30px;
  378. }
  379.  
  380.  
  381.  
  382.  
  383.  
  384. .pagination {
  385. width:150px;
  386. margin-top:15px;
  387. text-align:center;
  388. padding-top:15px;
  389. margin-left: -30px;
  390. border-top: 1px solid #eeeeee;
  391. }
  392.  
  393.  
  394.  
  395. /*----------quotes---------*/
  396.  
  397. .quote {
  398. text-transform:uppercase;
  399. font-size:12px;
  400. font-weight:bold;
  401. text-align:center;
  402. }
  403.  
  404. .quotesource {
  405. text-align:center;
  406. margin-top:10px;
  407. }
  408.  
  409.  
  410. /*----------chat---------*/
  411.  
  412. .chat {
  413. line-height:20px;
  414. list-style:none;
  415. }
  416.  
  417. .line.odd {
  418. background:#fafafa;
  419. margin-bottom:2px;
  420. padding:5px;
  421. list-style:none;
  422. font-size:10px;
  423. }
  424.  
  425. .line.even {
  426. background:#ffffff;
  427. margin-bottom:2px;
  428. padding:5px;
  429. list-style:none;
  430. font-size:10px;
  431. }
  432.  
  433. .label {
  434. padding-right:1px;
  435. text-transform:uppercase;
  436. font-weight:bold;
  437. color:{color:links};
  438. }
  439.  
  440.  
  441. /*----------questions---------*/
  442.  
  443. .question {
  444. background:#fafafa;
  445. padding:10px;
  446. }
  447.  
  448. .asker {
  449. text-transform:uppercase;
  450. }
  451.  
  452. .answer {
  453. padding:8px;
  454. margin-top:-15px;
  455. }
  456.  
  457. /*----------audio---------*/
  458.  
  459. .playerbutton {
  460. position:relative;
  461. width:30px;
  462. height:35px;
  463. overflow:hidden;
  464. }
  465.  
  466. .playerbuttonhug {
  467. position: absolute;
  468. top:-7px;
  469. left:2px;
  470. }
  471.  
  472. .tumblr_audio_player {
  473. height:50px;
  474. width:500px;
  475. }
  476.  
  477. .playerbuttonbg {
  478. position:absolute;
  479. width:35px;
  480. height:35px;
  481. background-color:#e4e4e4;
  482. padding:10px;
  483. }
  484.  
  485. .trackdetails {
  486. width:auto;
  487. display:inline-block;
  488. margin-left:70px;
  489. font-size:10px;
  490. letter-spacing:1px;
  491. text-transform:lowercase;
  492. padding:5px;
  493. line-height:15px;
  494. }
  495.  
  496. .audiowrapper {
  497. position:relative;
  498. display:inline-block;
  499. }
  500.  
  501. /*----------credit---------*/
  502.  
  503. .credit {
  504. font-size:13px;
  505. position:fixed;
  506. font-weight:bold;
  507. bottom:5px;
  508. right:15px;
  509. z-index:10;
  510. text-align:right;
  511. letter-spacing:1px;
  512. padding:2px;
  513. }
  514.  
  515. .credit a {
  516. color:{color:links};
  517. text-decoration:none;
  518. }
  519.  
  520. .credit a:hover {
  521. color:{color:links hover};
  522. text-decoration:none;
  523. }
  524.  
  525. .border {
  526. border-left: 1px solid #eeeeee;
  527. position: absolute;
  528. z-index: 999;
  529. height: 220px;
  530. margin-left: -20px;
  531. margin-top: -25px;
  532. }
  533.  
  534. .border2 {
  535. border-top: 1px solid #eeeeee;
  536. position: absolute;
  537. z-index: 999;
  538. width: 155px;
  539. margin-left: -30px;
  540. margin-top: -15px;
  541. }
  542.  
  543. .links {
  544. width: 120px;
  545. position: absolute;
  546. margin-top: 25px;
  547. letter-spacing: 1px;
  548. font-size: 8px;
  549. font-family: georgia;
  550. text-align: justify;
  551.  
  552. -webkit-transition:all 0.8s;
  553. -moz-transition:all 0.8s;
  554. -ms-transition:all 0.8s;
  555. -o-transition:all 0.8s;
  556. transition:all 0.8s;
  557.  
  558. }
  559.  
  560.  
  561. .links a:hover {
  562. color: transparent;
  563. text-shadow: 0 0 2px rgba(0,0,0,0.5);
  564. -webkit-transition:all 0.8s;
  565. -moz-transition:all 0.8s;
  566. -ms-transition:all 0.8s;
  567. -o-transition:all 0.8s;
  568. transition:all 0.8s;
  569. }
  570.  
  571. .linksb {
  572.  
  573. }
  574.  
  575. .dae {
  576. position: absolute;
  577. margin-top: 230px;
  578. font-size: 8px;
  579. font-family: georgia;
  580. letter-spacing: 1px;
  581. font-style: italic;
  582. height: 200px;
  583. width: 300px;
  584. margin-left: 80px;
  585. color: {color:Text};
  586. }
  587.  
  588. .rivetcity {
  589. max-width: 95px;
  590. max-height: 70px;
  591. margin-top: -10px;
  592. border: 1px solid #eeeeee;
  593. overflow: auto;
  594. {block:ifnot400px}
  595. margin-left: 530px;
  596. {/block:ifnot400px}
  597. {block:if400px}
  598. margin-left: 430px;
  599. {/block:if400px}
  600. font-size: 8px;
  601. text-transform: uppercase;
  602. background: #fafafa;
  603. padding: 10px;
  604. letter-spacing: 1px;
  605. opacity: 0;
  606. -webkit-transition:all 0.8s;
  607. -moz-transition:all 0.8s;
  608. -ms-transition:all 0.8s;
  609. -o-transition:all 0.8s;
  610. transition:all 0.8s;
  611. }
  612.  
  613. .posts:hover .rivetcity {
  614. opacity: 1;
  615. -webkit-transition:all 0.8s;
  616. -moz-transition:all 0.8s;
  617. -ms-transition:all 0.8s;
  618. -o-transition:all 0.8s;
  619. transition:all 0.8s;
  620. }
  621.  
  622. .dogmeat {
  623. position: absolute;
  624. z-index: 999;
  625. {block:ifnot400px}
  626. width: 500px;
  627. {/block:ifnot400px}
  628. {block:if400px}
  629. width: 400px;
  630. {/block:if400px}
  631. margin-top: -73px;
  632. border-top: 1px dashed #eeeeee;
  633. }
  634.  
  635. </style>
  636. </head>
  637.  
  638. <body>
  639. <div class="container">
  640.  
  641. <div class="credit">
  642. <a title="theme" href="http://morrowinds.tumblr.com/" target="_blank">♔</a></div>
  643.  
  644.  
  645. <div class="sidebar">
  646. <div class="dae">
  647. {block:Pagination}
  648. {block:PreviousPage}
  649. <a href="{PreviousPage}">back</a>&nbsp;{/block:PreviousPage} &
  650. {block:NextPage}<a href="{NextPage}">forth</a>{/block:NextPage}
  651. {/block:Pagination}
  652.  
  653. </div>
  654. <div class="border"></div>
  655. <div class="border2"></div>
  656.  
  657. <div class="sidebarimage">
  658. <a href="/"><img src="{image:sidebar image}">
  659. </a></div>
  660.  
  661.  
  662.  
  663. <div class="sidetitle"><a href="/">{Title}</a></div>
  664.  
  665.  
  666.  
  667. <div class="description">{Description}</div>
  668.  
  669. <div class="links">
  670. <p class="linkst">links <i class="fa fa-ellipsis-h"></i></p>
  671. <div class="linksb">
  672. <a href="/">index</a> /
  673. <a href="/ask">msg</a> /
  674. <a href="{text:Link 1 url}">{text:Link 1 title}</a> /
  675. <a href="{text:Link 2 url}">{text:Link 2 title}</a> /
  676. <a href="{text:Link 3 url}">{text:Link 3 title}</a>
  677. </div></div>
  678.  
  679. <div class="pagination"></div>
  680.  
  681.  
  682. </div>
  683.  
  684.  
  685. <div class="entries">
  686. {block:Posts}
  687. <div class="posts">
  688. {block:IndexPage}
  689. <div class="rivetcity" style="position:absolute; z-index:999;">
  690. <span style="font-family: tahoma; font-size: 8px;">{block:Date}
  691. <b><a href="{Permalink}" title="{TimeAgo}">{DayOfMonthWithZero} {ShortMonth}</b></a>
  692. {/block:Date}
  693. {block:notecount}&nbsp;
  694. <a href="{Permalink}">{NoteCount}</a>
  695. &nbsp;&nbsp;{/block:notecount}
  696.  
  697. {block:RebloggedFrom}
  698. <a href="{ReblogParentURL}" title="{ReblogParenttitle}"><b>via</b> </a>
  699. {block:ContentSource}
  700. <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}">/ <b>src</b></a>
  701. {/block:ContentSource}
  702. {/block:RebloggedFrom}
  703.  
  704. <a href="{ReblogURL}" target="_blank" class="details">/ <b>rblg</b> </span>
  705. <span style="font-size: 10px; font-family: tahoma;"><i class="fa fa-retweet"></i></span></a>
  706.  
  707. <br>
  708. {block:HasTags}
  709. <span style="text-transform: lowercase;">—
  710. {block:Tags}
  711. <a href="{TagURL}">{Tag}</a>&nbsp;
  712. {/block:Tags}
  713. {/block:HasTags}
  714. </span>
  715. </div>
  716. {/block:IndexPage}
  717. {block:Text}
  718. <h1>{block:Title}{Title}{/block:Title}</h1>
  719. {Body}{/block:Text}
  720.  
  721.  
  722. {block:Photo}
  723. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  724. {block:Caption}{Caption}{/block:Caption}
  725. {/block:Photo}
  726.  
  727.  
  728. {block:Photoset}
  729. {block:if400px}
  730. {Photoset-400}
  731. {/block:if400px}
  732. {block:ifnot400px}
  733. {Photoset-500}
  734. {/block:ifnot400px}
  735. {block:Caption}{Caption}{/block:Caption}
  736. {/block:Photoset}
  737.  
  738.  
  739. {block:Quote}
  740. <div class="quote">"{Quote}"</div>
  741. {block:Source}<div class="quotesource"> — {Source}</div>
  742. {/block:Source}{/block:Quote}
  743.  
  744.  
  745. {block:Link}
  746. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  747. {block:Description}{Description}{/block:Description}
  748. {/block:Link}
  749.  
  750.  
  751. {block:Chat}
  752. {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
  753. {/block:Chat}
  754.  
  755.  
  756. {block:Audio}
  757. {block:AudioPlayer}
  758. <div class="audiowrapper">
  759. <div class="playerbuttonbg">
  760. <div class="playerbutton">
  761. <div class="playerbuttonhug">
  762. {AudioPlayerGrey}
  763. </div></div></div>
  764.  
  765. <div class="trackdetails">
  766. {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}<br>
  767.  
  768. {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>
  769.  
  770. <b>PLAYS:</b> {FormattedPlayCount}</div></div>
  771. {/block:AudioPlayer}
  772.  
  773. {block:Caption}
  774. <div class="caption">{Caption}</div>
  775. {/block:Caption}
  776. {/block:Audio}
  777.  
  778.  
  779. {block:Video}
  780. {block:if400px}
  781. {Video;400}
  782. {/block:if400px}
  783. {block:ifnot400px}
  784. {Video-500}
  785. {/block:ifnot400px}
  786. {block:Caption}{Caption}{/block:Caption}
  787. {/block:Video}
  788.  
  789.  
  790. {block:Answer}
  791. <div class="question">
  792. <div class="asker"><b>{Asker} said:</b></div>
  793. {Question}</div><br>
  794. <div class="answer">
  795. {Answer}</div>
  796. {/block:Answer}
  797.  
  798.  
  799. </div>
  800.  
  801.  
  802. {block:PostNotes}
  803. {PostNotes}
  804. {/block:PostNotes}
  805.  
  806. {block:IndexPage}
  807. <div class="dogmeat">
  808.  
  809. </div>
  810. {/block:IndexPage}
  811.  
  812. {/block:Posts}
  813.  
  814. {block:ContentSource}
  815. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  816. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  817. {/block:SourceLogo}
  818. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  819. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  820.  
  821. </body>
  822.  
  823. </div></div></div></div></div></div></div></div></div></div></div>
  824. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement