Advertisement
Notlikeamovie

Theme #006 with only one sidebar image

Oct 12th, 2011
2,010
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.79 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!-- theme #006
  5. made by maraudersmaps.tumblr.com. Do not redistribute or use as a base for other themes -->
  6.  
  7. <head>
  8. <!-- DEFAULT VARIABLES -->
  9.  
  10. <meta name="image:Sidebar1" content=""/>
  11. <meta name="image:Background" content=""/>
  12.  
  13. <meta name="font:Body" content="Trebuchet Ms" />
  14.  
  15. <meta name="if:Show Link 1" content="0" />
  16. <meta name="if:Show Link 2" content="0" />
  17. <meta name="if:Show Link 3" content="0" />
  18.  
  19. <meta name="text:Link 1 Url" content="http://" />
  20. <meta name="text:Link 1 Name" content="Link 1" />
  21. <meta name="text:Link 2 Url" content="http://" />
  22. <meta name="text:Link 2 Name" content="Link 2" />
  23. <meta name="text:Link 3 Url" content="http://" />
  24. <meta name="text:Link 3 Name" content="Link 3" />
  25.  
  26. <meta name="color:Background" content="#f0ece6" />
  27. <meta name="color:Text" content="#B17E7E" />
  28. <meta name="color:Posts" content="#fafaf4" />
  29. <meta name="color:Title" content="#8A8383" />
  30. <meta name="color:Permalink" content="#886968" />
  31. <meta name="color:Quote" content="#644550" />
  32. <meta name="color:Source" content="#BDAB8D" />
  33. <meta name="color:Chat1" content="#F7F4ED" />
  34. <meta name="color:Chat2" content="#FCFCFC" />
  35. <meta name="color:Artist" content="#F7F4ED" />
  36. <meta name="color:tracks" content="#F5EeDe" />
  37. <meta name="color:album" content="#fff" />
  38. <meta name="color:ending" content="#F0EDE6" />
  39. <meta name="color:Bold" content="#635464" />
  40. <meta name="color:Italic" content="#746A68" />
  41. <meta name="color:Link" content="#CF8C71" />
  42. <meta name="color:Link Hover" content="#3D3836" />
  43. <meta name="color:Answer" content="#6B3C5A" />
  44. <meta name="color:Question Background" content="#C29C9C" />
  45. <meta name="color:Answer Background" content="#FFFdF1" />
  46. <meta name="color:Question Text" content="#fff" />
  47. <meta name="color:Sidebar" content="#fafaf4" />
  48. <meta name="color:Sidetitle" content="#D4CFC1" />
  49. <meta name="color:Sidetext" content="#C3C9C2" />
  50. <meta name="color:pagination" content="#ffd7c7" />
  51. <meta name="color:Sidebar links" content="#e3dfd9" />
  52. <meta name="color:navigation" content="#f3efe9" />
  53. <meta name="color:Scrollbar1" content="#f0ece6" />
  54. <meta name="color:Scrollbar2" content="#f3efe9" />
  55. <meta name="color:Scrollbar3" content="#c3bfb9" />
  56. <meta name="color:Scrollbar4" content="#fff" />
  57.  
  58.  
  59. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  60.  
  61. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic' rel='stylesheet' type='text/css'>
  62.  
  63.  
  64. <script src="http://code.jquery.com/jquery-latest.js"></script>
  65. <script>
  66. $(document).ready(function(){
  67.  
  68. $(".d1").click(function(){
  69. $(".desc").slideToggle("slow");
  70. $(this).toggleClass("active");
  71. });
  72.  
  73. });
  74. </script>
  75.  
  76. <script language="javascript" type="text/javascript"
  77. src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js">
  78. </script>
  79. <script type="text/javascript" language="javascript">
  80. $(function() {
  81. $(this).bind("contextmenu", function(e) {
  82. e.preventDefault();
  83. });
  84. });
  85. </script>
  86.  
  87. <title>{Title}</title>
  88. <link rel="shortcut icon" href="{Favicon}">
  89. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  90. {block:Description}
  91. <meta name="description" content="{MetaDescription}" />
  92. {/block:Description}
  93.  
  94.  
  95. <style type="text/css">
  96.  
  97.  
  98.  
  99.  
  100. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:scrollbar1};}
  101.  
  102. ::-webkit-scrollbar-corner {background:{color:scrollbar2};}
  103.  
  104. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar3};}
  105.  
  106. ::-webkit-scrollbar-button:horizontal { width: 7px; height: 4px; display: block; background:{color:scrollbar3};}
  107.  
  108. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar3}; border-top: 1px solid {color:scrollbar1}; border-bottom: 1px solid {color:scrollbar1};}
  109.  
  110. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbar1};border: 0px solid {color:scrollbar1};}
  111.  
  112. ::-webkit-scrollbar-thumb {background: {color:scrollbar3}; border-top: 0pt solid {color:scrollbar1}; border-bottom: 0pt solid {color:scrollbar1};}
  113.  
  114. ::-webkit-scrollbar-thumb:hover {background: {color:scrollbar3}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto; }
  115.  
  116. ::-webkit-scrollbar-track-piece {background: {color:scrollbar1}; border-top: 1pt solid {color:scrollbar4}; border-bottom: 1pt solid {color:scrollbar4}; width:4pt;}
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123. iframe#tumblr_controls {
  124. top:0px !important;
  125. right:3px !important;
  126. position: fixed !important;
  127. -webkit-transition: opacity 0.7s linear;
  128. opacity: 0.4;
  129. -webkit-transition: all 0.8s ease-out;
  130. -moz-transition: all 0.8s ease-out;
  131. transition: all 0.8s ease-out;}
  132.  
  133. iframe#tumblr_controls:hover{
  134. -webkit-transition: opacity 0.7s linear;
  135. opacity: 1;
  136. -webkit-transition: all 0.4s ease-out;
  137. -moz-transition: all 0.4s ease-out;
  138. transition: all 0.4s ease-out;}
  139.  
  140. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  141.  
  142.  
  143. body {background-color:{color:background}; background-image: url('{image:background}'); color:{color:text}; font-family: {font:body}; font-size:10px; background-attachment:fixed; background-repeat:no-repeat; text-align:justify; }
  144.  
  145. #content {width:730px; margin:auto;}
  146.  
  147. #side {width:328px;padding:0px!important; margin-left:-180px; position:fixed; float:left;}
  148. #sidebar {width:328px; background-color:{color:sidebar}; padding:3px 3px 4px 3px;}
  149.  
  150. #sidebar2 {width:328px; margin-top:3px; background-color:{color:sidebar}; padding:3px 3px 4px 3px;}
  151.  
  152. #sidecontent {width:324px; margin-top:0px!important; margin:auto; padding:0px;}
  153.  
  154. .sidetitle {font:9px trebuchet ms; text-transform:uppercase; color:{color:sidetext}; background-color:{color:sidebar}; width:319px; padding:2px 2px 0px 2px; margin-bottom:0px; text-align:center; margin-left:1px; letter-spacing:1px;}
  155. .sidetitle a {color:{color:sidetext};}
  156. .sidetitle a:hover {font-weight: bold;}
  157.  
  158. #sidepics { width:323px; padding:0px; margin:auto; margin-bottom:0px!important; margin-left:-2px!important;}
  159. #sidepics img { padding:3px; background-color:{color:Sidebar links}; width:317px; overflow:hidden;}
  160.  
  161. .sidelinkss {margin-top:0px; margin-right:3px; margin-left:0px; margin-bottom:3px;}
  162.  
  163. .sidelink {width:100px; padding:1px 0px; background-color:{color:navigation}; text-align:center; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  164. .sidelink a {font:9px trebuchet ms; text-transform:uppercase; color:{color:sidetitle}; text-align:center; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  165. .sidelink:hover a {color:{color:navigation};}
  166. .sidelink:hover {background-color:{color:sidetitle}; color:{color:navigation};}
  167.  
  168.  
  169. .description {padding:2px 5px; color:{color:sidetext}; font:9px trebuchet ms; text-transform: none; margin-bottom:2px; background-color:{color:sidebar}; width:313px; margin-left:1px; margin-top:-1px;}
  170.  
  171.  
  172. #credits {padding:1px; width:324px; margin-left:1px; background-color:{color:navigation};font:09px trebuchet ms; color:{color:sidetitle}; letter-spacing:1px; text-align:center; text-transform:uppercase;}
  173. #credits a {color:{color:sidetitle};}
  174.  
  175. #credits2 {padding:1px; width:324px; margin-left:-1px; background-color:{color:navigation};font:09px trebuchet ms; color:{color:sidetitle}; letter-spacing:1px; text-align:center; text-transform:uppercase; margin-bottom:2px; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  176. #credits2 a {color:{color:sidetitle}; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  177.  
  178. #credits2:hover a {color:{color:navigation};}
  179. #credits2:hover {background-color:{color:sidetitle}; color:{color:navigation};}
  180.  
  181. #entries {width:510px; float:right;}
  182. .entries {width:500px; padding:8px 8px 10px 8px; background-color:{color:Posts}; margin:0px 0px 15px 0px;}
  183.  
  184. #ending {width:500px; background-color:{color:ending};font:9px trebuchet ms; text-transform:uppercase; text-align:center; margin-top:4px; margin-bottom:-3px; padding:1px 0px; color:{color:permalink}; line-height:92%; {block:PermalinkPage}display:none;{/block:PermalinkPage};}
  185. #ending a{color:{color:permalink};}
  186.  
  187. #reblogs {display:none;}
  188.  
  189. .entries:hover #information {opacity:1; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;}
  190.  
  191. #information{position:absolute; font:8px {font:Body}; text-transform:uppercase; color:{color:link}; margin-left:514px; opacity:0; height:auto; width: 150px; padding:0px; margin-bottom:0px; margin-top:-08px; background-color:{color:posts}; display:block; text-align:center; padding:2px;}
  192.  
  193. .entries:hover #information2 {opacity:1; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;}
  194.  
  195. #information2 {position:absolute; font:8px {font:Body}; text-transform:uppercase; color:{color:link}; opacity:0; height:auto; width: 153px; padding:0px; margin-bottom:0px; margin-top:1px; background-color:{color:posts}; display:block; text-align:center;}
  196.  
  197. .information {width:143px; background-color:#trans; text-align:center; margin-bottom:1px;}
  198.  
  199. .information:hover {color:{color:sidetitle}; background-color:{color:Posts}; -moz-transition: all .4s ease-out; -o-transition: all .4s ease-in; transition: all .4s ease-in; -webkit-transition: all .4s ease-in;}
  200.  
  201. .information a:hover {color:{color:sidetitle};}
  202. .information a:link, .information a:active, .information a:visited {font-weight:normal; width:150px; text-transform:uppercase; font-size:8px; font-family:{font:Body}; color:{color:permalink}; font-style:normal; padding:2px; background-color:#transp; display:inline;}
  203.  
  204. .tagtitle {border-bottom:1px solid {color:background}; width:150px;}
  205.  
  206. .paginas {text-align:center; color:{color:permalink}; font:8px trebuchet ms; text-transform:uppercase; margin-bottom:2px; background-color:{color:background}; width:326px; margin-left:-1px;}
  207.  
  208. #title { border-bottom: 2px {color:background} solid; width:500px;}
  209. .texttitle {font-size:12px; font-family: {font:Body}; margin:0px 0px -03px 0px; font-weight:normal; color: {color:title}; text-transform:uppercase; padding:2px 1px; text-align:center;}
  210. .texttitle a {font-size:12px; font-family: {font:Body}; margin:0px 0px -03px 0px; font-weight:normal; color: {color:title}; text-transform:uppercase; padding:2px 1px; text-align:center;}
  211.  
  212. .chat .line{
  213. font:9px {font:Body};
  214. background-color:{color:chat1};
  215. margin: 0 0 1px;
  216. padding: 2px;
  217. }
  218. .chat .line.odd{ background-color:{color:chat2};}
  219.  
  220. .label {font-weight:bold; color:{color:bold}}
  221.  
  222. blockquote {border-left:3px {color:body} solid; padding-left:3px; margin:0px 0px 0px 10px;}
  223. ul, li, ol {margin:0px 0px 0px 10px; color:{color:body}; padding-left:4px}
  224.  
  225. b, strong, .strong {color:{color:Bold};}
  226. i, em, .em {color:{color:Italic};}
  227.  
  228. a {color:{color:link}; text-decoration:none;}
  229.  
  230.  
  231. img a {border:0px color:{color:transparent};}
  232. a img {border:0px color#trans;}
  233.  
  234. .linkdescription {padding:0px; margin:0px; font:9px {font:Body};}
  235.  
  236.  
  237. .caption {margin:0px; padding:0px;}
  238.  
  239. .short_quote {font:16px {font:Body}; background-color:#fff; height:auto; margin:0px; padding:6px; text-align:center; color:{color:quote};}
  240. .medium_quote {font:14px {font:Body}; background-color:#fff; height:auto; margin:0px; padding:6px; text-align:center; color:{color:quote};}
  241. .long_quote {font:12px {font:Body}; background-color:#fff; height:auto; margin:0px; padding:6px; text-align:center; color:{color:quote};}
  242.  
  243. .source {text-align:right; font-style:italic; font-weight:bold; font-size:10px; color:{color:source};}
  244.  
  245. .audio {width:500px;}
  246.  
  247. #audio {
  248. width:494px;
  249. margin:0px 0px 2px 0px;
  250. padding:2px;
  251. background-color:#fff;}
  252.  
  253. .artist {
  254. width:450px!important;
  255. background-color:{color:artist};
  256. font:9px trebuchet ms;
  257. text-transform: uppercase;
  258. margin-bottom:1px;
  259. padding-top:-1px;
  260. text-align:center;
  261. height:17px;
  262. margin-left:-20px;}
  263.  
  264. .tracks {
  265. background-color:{color:tracks};
  266. font:9px trebuchet ms;
  267. text-transform: uppercase;
  268. margin-bottom:1px;
  269. text-align:center;
  270. height:17px;}
  271.  
  272. .album {
  273. background-color:{color:album};
  274. font:9px trebuchet ms;
  275. text-transform: uppercase;
  276. padding-bottom:-1px;
  277. text-align:center;
  278. height:15px!important;
  279. line-height:95%;}
  280.  
  281. .albumart {width:65px; margin-right:-50px;}
  282. .albumart img {margin:0px;}
  283.  
  284. #postnotes {display:block; margin-left:3px; width:500px;}
  285.  
  286.  
  287. .question {
  288. color:{color:question text};
  289. font-size: 9px;
  290. font-weight: normal;
  291. font-family: {font:body};
  292. line-height:95%;
  293. background: {color:question background};
  294. margin: 0 0 10px 0;
  295. padding: 10px 15px;
  296. position: relative;}
  297.  
  298. .questionarrow {
  299. width: 13px;
  300. height: 7px;
  301. font-size:30px;
  302. font-family:'trebuchet ms';
  303. position: absolute;
  304. color:{color:question background};
  305. bottom: -3.5px;
  306. left: 240px;}
  307.  
  308.  
  309. .asker {width:500px; text-align:left; text-transform:uppercase; color:{color:text};}
  310. .asker a {color:{color:text};}
  311. .asker img {float:left; margin-left:220px; vertical-align:top; margin-right:3px; max-height:15px;}
  312.  
  313. .answer {color:{color:answer};}
  314.  
  315. </style>
  316. </head>
  317.  
  318. <body>
  319. <div id="content">
  320. <div id="side">
  321. <div id="sidebar">
  322. <div id="sidecontent">
  323. <div class="sidetitle"><a href="/">{Title}</a></div>
  324. <div id="sidepics">
  325. {block:IfSidebar1Image}
  326. <table width="100%" cellpadding="0" cellspacing="3px">
  327. <tr>
  328. <td><img src="{image:sidebar1}"></td>
  329. </tr>
  330. </table>
  331. {/block:IfSidebar1Image}
  332. <table class="sidelinkss" width="328" cellpadding="0">
  333. <tr>
  334. <td class="sidelink"><a href="/ask">ask</a></td>
  335. <td class="sidelink"><a href="/archive">archive</a></td>
  336. <td class="sidelink"><a href="/random">random</a></td>
  337. </tr>
  338. </table>
  339. </div>
  340.  
  341. <div class="description">
  342. {Description}
  343. </div>
  344. {block:IfShowLink1}<div id="credits2"><a href="{text:Link 1 Url}" target="_blank">{text:Link 1 Name}</a></div>{/block:IfShowLink1}
  345. {block:IfShowLink2}<div id="credits2"><a href="{text:Link 2 Url}" target="_blank">{text:Link 2 Name}</a></div>{/block:IfShowLink2}
  346. {block:IfShowLink3}<div id="credits2"><a href="{text:Link 3 Url}" target="_blank">{text:Link 3 Name}</a></div>{/block:IfShowLink3}
  347. </div>
  348. </div>
  349.  
  350. <div id="sidebar2">
  351. <div id="sidecontent">
  352. {block:Pagination}
  353. <div class="paginas">
  354. {block:PreviousPage}<a href="{PreviousPage}"><<</a>{/block:PreviousPage} {CurrentPage} of {TotalPages}
  355. {block:NextPage}<a href="{NextPage}">>></a>{/block:NextPage}</div>
  356. {/block:Pagination}
  357. </div>
  358. <div id="credits">Theme made by <a href="http://maraudersthemes.tumblr.com">maraudersmaps</a></div>
  359. </div>
  360. </div>
  361.  
  362. <div id="entries">
  363. {block:Posts}
  364. <div class="entries {block:Photo}photo{/block:Photo}{block:Quote}quote{/block:Quote}{block:Link}link{/block:Link}{block:Text}text{/block:Text}{block:Chat}chat{/block:Chat}{block:Audio}audio{/block:Audio}{block:Video}video{/block:Video}{block:Answer}answer{/block:Answer}">
  365.  
  366. {block:IndexPage}
  367.  
  368. {block:HasTags}
  369. <div id="information">
  370. <div class="tagtitle">tagged as</div>
  371. <div class="information">
  372. {block:Tags}<a href="{TagURL}" target="_blank">{Tag}</a><br>{/block:Tags}
  373. </div>
  374. </div>
  375. {/block:HasTags}
  376.  
  377. {/block:IndexPage}
  378.  
  379. {block:Text}
  380. <div id="title">
  381. {block:Title}
  382. <div class="texttitle"><a href="{Permalink}" target="_blank">{Title}</a></div>
  383. {/block:Title}
  384. </div>
  385. {Body}
  386. {/block:Text}
  387.  
  388. {block:Photo}
  389. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  390. {block:Caption}
  391. <div class="caption">{Caption}</div>
  392. {/block:Caption}
  393. {/block:Photo}
  394.  
  395. {block:Photoset}
  396. {Photoset-500}
  397. {block:Caption}
  398. <div class="caption">{Caption}</div>
  399. {/block:Caption}
  400. {/block:Photoset}
  401.  
  402. {block:Quote}
  403. <div class="{Length}_quote">
  404. {Quote}
  405. {block:Source}
  406. <div class="source">- {Source}</div>
  407. {/block:Source}
  408. </div>
  409. {/block:Quote}
  410.  
  411. {block:Link}
  412. <div id="title"><div class="texttitle"><a href="{URL}" class="linkpost" target="_blank">{Name}</a></div></div>
  413. {block:Description}
  414. <div class="linkdescription">{Description}</div>
  415. {/block:Description}
  416. {/block:Link}
  417.  
  418. {block:Chat}
  419. {block:Title}
  420. <div id="title"><div class="texttitle">{Title}</div></div>
  421. {/block:Title}<br>
  422. <div class="chat">
  423. {block:Lines}<div class="chat"><div class="line {Alt}">
  424. <div class="{Alt} user_{UserNumber}">
  425. {block:Label}
  426. <span class="label"><b>{Label}</b></span>
  427. {/block:Label}
  428. {Line}</div>
  429. </div></div>
  430. {/block:Lines}
  431. </div>
  432. {/block:Chat}
  433.  
  434. {block:Video}
  435. {Video-500}
  436. {block:Caption}
  437. <div class="caption">{Caption}</div>
  438. {/block:Caption}
  439. {/block:Video}
  440.  
  441. {block:Audio}
  442. <div id=audio>{AudioPlayerWhite}</div>
  443. <div id="dataudio">
  444. <table class="audio">
  445. <tr>
  446. <td padding="0" rowspan="3" class="albumart">
  447. {block:AlbumArt}
  448. <img src="{AlbumArtURL}" width="64">
  449. {/block:AlbumArt}
  450. </td>
  451. <td rowspan="1" class="artist">
  452. {block:Artist}
  453. {Artist}
  454. {/block:Artist}
  455. </td>
  456. </tr>
  457. <tr>
  458. <td rowspan="1" class="tracks">
  459. {block:TrackName}
  460. {TrackName}
  461. {/block:TrackName}
  462. </td>
  463. </tr>
  464. <tr>
  465. <td rowspan="1" class="album">
  466. {block:Album}
  467. {Album}
  468. {/block:Album}
  469. </td>
  470. </tr>
  471. </table>
  472. </div>
  473. {block:Caption}
  474. <div class="reblogs">
  475. {Caption}
  476. </div>
  477. {/block:Caption}
  478. {/block:Audio}
  479.  
  480. {block:Answer}
  481. <div class="question">
  482. <div class="questionarrow">▼</div>
  483. {Question}
  484. </div>
  485. <div class="asker"><img src="{AskerPortraitURL-24}">{Asker}</div>
  486. <div class="answer">{Answer}</div>
  487. {/block:answer}
  488.  
  489. <div id="ending">
  490. {block:date}<a href="{Permalink}"> Posted on {ShortMonth} {DayOfMonth} {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}.</a>&nbsp;{block:RebloggedFrom}<a href="{ReblogRootURL}" target="_blank"> (Originally from: {ReblogRootName})</a>{/block:RebloggedFrom}{/block:date}
  491. </div>
  492.  
  493. </div>
  494. {block:PermalinkPage}
  495. <center>
  496. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  497. {block:HasTags} tagged as: {block:Tags}<a href="{TagURL}" target="_blank">{Tag}. </a>{/block:Tags}<br>{/block:HasTags}
  498. {block:RebloggedFrom}reblogged from <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a><br> originally posted by <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>{/block:RebloggedFrom}
  499. </center>
  500. <br>
  501. {block:PostNotes}
  502. <div id="postnotes">{PostNotes}</div><br>
  503. {/block:PostNotes}
  504. {/block:PermalinkPage}
  505. {/block:Posts}
  506.  
  507. <div id=reblogs>{block:RebloggedFrom}<a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-24}"></a>→ reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>, {/block:RebloggedFrom}
  508. {block:ContentSource}originally from <a href="{SourceURL}">{SourceLink}</a><br>
  509. {/block:ContentSource}
  510. <a href="{Permalink}">→ {block:NoteCount}{NoteCount} notes, {/block:NoteCount}{block:Date}posted {TimeAgo}{/block:Date}</a></div><p><p>
  511.  
  512. </div>
  513. </body>
  514. </html>
  515.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement