Advertisement
MAThemes

Theme #14 ( #12+ #13 )

Mar 23rd, 2013
5,408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.39 KB | None | 0 0
  1. <!--
  2. Theme #14 ( Theme #12 + Theme #13 )
  3. by: myackles.tumblr.com
  4.  
  5. Editing is okay as long as you:
  6. ✖ DO NOT CLAIM AS YOUR OWN
  7. ✖ DO NOT USE AS A BASE
  8. ✖ DO NOT REMOVE/MOVE THE CREDIT !!
  9. -->
  10.  
  11. <html><head>
  12. <title>{Title}</title>
  13. <link href='http://fonts.googleapis.com/css?family=Euphoria+Script|Rochester' rel='stylesheet' type='text/css'>
  14.  
  15. <link href='http://fonts.googleapis.com/css?family=Oleo+Script' rel='stylesheet' type='text/css'>
  16. <link href='http://fonts.googleapis.com/css?family=Lobster+Two' rel='stylesheet' type='text/css'>
  17. <link href='http://fonts.googleapis.com/css?family=Oxygen+Mono' rel='stylesheet' type='text/css'>
  18. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  19.  
  20. <meta name="color:Background" content="#f7f7f7"/>
  21. <meta name="color:Post Background" content="#ffffff"/>
  22. <meta name="color:Sb Background" content="#d1d0d0"/>
  23. <meta name="color:Font" content="#a09f9f"/>
  24. <meta name="color:Links" content="#d17276"/>
  25. <meta name="color:Links Hover" content="#555454"/>
  26. <meta name="color:Bold" content="#696969"/>
  27. <meta name="color:Blog Title" content="#5c5c5b"/>
  28. <meta name="color:Text Hover" content="#fae2d7"/>
  29. <meta name="color:Borders" content="#dfdfdf"/>
  30. <meta name="color:Scrollbar" content="#414141"/>
  31. <meta name="color:Ask and Info Background" content="#fcfcfc"/>
  32. <meta name="text:Link 1 url" content="/" />
  33. <meta name="text:Link 1 title" content="link1" />
  34. <meta name="text:Link 2 url" content="/" />
  35. <meta name="text:Link 2 title" content="link2" />
  36. <meta name="text:Link 3 url" content="/" />
  37. <meta name="text:Link 3 title" content="link3" />
  38. <meta name="text:Link 4 url" content="/" />
  39. <meta name="text:Link 4 title" content="link4" />
  40. <meta name="text:Link 5 url" content="/" />
  41. <meta name="text:Link 5 title" content="link5" />
  42.  
  43. <meta name="text:SIDEBAR HEIGHT" content="140"/>
  44. <meta name="text:BUTTONS DISTANCE" content="50"/>
  45.  
  46. <meta name="image:Sb Background Image" content="http://24.media.tumblr.com/78b35158ec22729fc75e518bc86e8bb9/tumblr_mk41nmgGEW1s9ody4o2_250.png"/>
  47. <meta name="image:Background Image" content=""/>
  48. <meta name="image:Sidebar Image" content=""/>
  49. <meta name="image:Border Image" content="http://24.media.tumblr.com/118fa6ce9ab35982604c08ffc49aeb42/tumblr_mk41nmgGEW1s9ody4o1_250.png"/>
  50.  
  51. <meta name="if:Hover Tags" content="1">
  52. <meta name="if:Info Background Image" content="1">
  53. <meta name="if:Show Archive Button" content="1">
  54. <meta name="if:Show Message Button" content="1">
  55. <meta name="if:Show Home Button" content="1">
  56. <meta name="if:Show Submit Button" content="1">
  57.  
  58. <link rel="shortcut icon" href="{Favicon}">
  59. <style type="text/css">
  60. body {
  61. font-family:calibri;
  62. font-size: 11px;
  63. line-height: 100%;
  64. text-align: justify;
  65. color: {color:Font};
  66. background-color: {color:Background};
  67. background-image: url('{image:Background Image}');
  68. background-attachment: fixed;
  69. background-position: left top;
  70. background-repeat: repeat; }
  71.  
  72. a:link, a:visited, a:active {
  73. text-decoration: none;
  74. color: {color:Links};
  75. -webkit-transition: all 0.4s ease-in-out;
  76. -moz-transition: all 0.4s ease-in-out;
  77. -o-transition: all 0.4s ease-in-out;
  78. transition: all 0.4s ease-in-out;}
  79.  
  80. a:hover {
  81. -webkit-transition: all 0.5s ease-out;
  82. -moz-transition: all 0.5s ease-out;
  83. transition: all 0.5s ease-out;
  84. text-shadow: 0px 1px 5px rgba(0,0,0,0.13);
  85. color: {color:Links hover};}
  86.  
  87. l {
  88. padding: 1px 7px 2px 3px;
  89. text-decoration: none;
  90. font-size: 12px;
  91. font-family:calibri;
  92. text-shadow:3px 0px #f0c8c8, -3px 0px #c9e4ad;
  93. color: {color:Links};
  94. border: 1px solid {color:Background};
  95. -webkit-transition: all 0.4s ease-in-out;
  96. -moz-transition: all 0.4s ease-in-out;
  97. -o-transition: all 0.4s ease-in-out;
  98. transition: all 0.4s ease-in-out;
  99. border-bottom: 0px solid transparent;}
  100.  
  101. b, strong {
  102. color: {color:Bold};}
  103.  
  104. blockquote {
  105. margin-left: 0px;
  106. padding-left:7px;
  107. border-left: 2px solid {color:Borders};}
  108.  
  109. #title {
  110. padding-bottom: 4px;
  111. font: 12px 'Lobster Two';
  112. text-align: center;}
  113.  
  114. #link {
  115. margin-top: 5px;
  116. padding-bottom: 4px;
  117. font-size: 16px;
  118. text-align: center;}
  119.  
  120. h1 {
  121. font-size: 19px;
  122. line-height: 15px;
  123. letter-spacing: 0px;
  124. text-transform: none;
  125. font-weight: normal;
  126. text-align: left;
  127. margin-top: 0px;
  128. margin-bottom: -5px;
  129. padding: 0px;
  130. color: {color:Posts Title};}
  131.  
  132. /* ~ POSTS ~ */
  133.  
  134. #entries {
  135. font-family:calibri;
  136. margin-left:280px;
  137. margin-top: 50px;
  138. margin-bottom: 20px;
  139. width: 520px; }
  140.  
  141. #posts {
  142. overflow: hidden;
  143. font-family: calibri;
  144. margin-bottom: 10px;
  145. border:1px solid {color:Borders};
  146. padding: 10px 10px 10px 10px;
  147. background: {color:Post Background};}
  148.  
  149. {block:ifHoverTags}
  150. #posts:hover #info1 { opacity:0.9;display:block; }
  151. {/block:ifHoverTags}
  152.  
  153. /* ~ POST INFO ~ */
  154.  
  155. #info {
  156. font-size:10px;
  157. text-align:center;
  158. padding: 4px;
  159. font-family:cambria;
  160. margin-top:-22px; border: 1px solid {color:borders};
  161. background-color: {color:Ask and Info Background};
  162. {block:ifInfoBackgroundImage}
  163. background-image: url('{image:Sb Background Image}');
  164. {/block:ifInfoBackgroundImage}
  165. margin-bottom:20px; }
  166.  
  167. #tag {opacity:0.6;}
  168.  
  169. #info1 {
  170. position: absolute;
  171. {block:ifHoverTags}opacity: 0;{/block:ifHoverTags}
  172. margin-top: -10px;
  173. margin-left: 515px;
  174. width: 90px;
  175. padding: 5px 5px 3px 5px;
  176. font-size: 10px;
  177. line-height:120%;
  178. text-transform: uppercase;
  179. text-align: left;
  180. color: {color:Font};
  181. -webkit-transition: 0.4s linear; }
  182.  
  183. #info1 a {
  184. color: {color:Font}; }
  185.  
  186. #info1 a:hover {
  187. color: {color:Links};
  188. -webkit-transition: 0.4s linear; }
  189.  
  190. /* ~ QUOTE ~ */
  191.  
  192. #quote {
  193. font: 18px 'Lobster Two'; }
  194.  
  195. #source {
  196. font-size: 11px;
  197. margin-top: 5px;}
  198.  
  199. /* ~ AUDIO ~ */
  200.  
  201. #audioplayer { z-index:1;
  202. height:26px; width:27px;
  203. margin-top:18px; margin-left:24px;
  204. overflow:hidden; position:absolute;
  205. opacity: 1; filter:alpha(opacity=60);}
  206.  
  207.  
  208. #albumart { z-index:0;float:left; margin:0px 7px; opacity: 0.8;}
  209.  
  210. #stuff {
  211. margin:-7px; padding:3px;
  212. font-size:11px; margin-top:5px;}
  213.  
  214.  
  215. /* ~ QUESTION ~ */
  216.  
  217. .questions {
  218. text-align: center;
  219. margin: 3px;
  220. font: 10px consolas;
  221. padding:7px;
  222. border-bottom:1px solid {color:borders};
  223. background: {color:Ask and Info Background};}
  224. .questionsq {margin: 5px;}
  225.  
  226. /* ~ CHAT ~ */
  227.  
  228. margin:8px;
  229. .user_1 .label {color:{color:links}; font-weight:bold;}
  230. .user_2 .label {color:{color:links}; font-weight:bold;}
  231. .user_3 .label {color:{color:links}; font-weight:bold;}
  232. .user_4 .label {color:{color:links}; font-weight:bold;}
  233. .user_5 .label {color:{color:links}; font-weight:bold;}
  234. .user_6 .label {color:{color:links}; font-weight:bold;}
  235. .user_7 .label {color:{color:links}; font-weight:bold;}
  236. .user_8 .label {color:{color:links}; font-weight:bold;}
  237. .user_9 .label {color:{color:links}; font-weight:bold;}
  238. .user_10 .label {color:{color:links}; font-weight:bold;}
  239. .user_11 .label {color:{color:links}; font-weight:bold;}
  240. .user_12 .label {color:{color:links}; font-weight:bold;}
  241. .user_13 .label {color:{color:links}; font-weight:bold;}
  242. .user_14 .label {color:{color:links}; font-weight:bold;}
  243. .user_15 .label {color:{color:links}; font-weight:bold;}
  244. .user_16 .label {color:{color:links}; font-weight:bold;}
  245. .user_17 .label {color:{color:links}; font-weight:bold;}
  246. .user_18 .label {color:{color:links}; font-weight:bold;}
  247. .user_19 .label {color:{color:links}; font-weight:bold;}
  248. .user_20 .label {color:{color:links}; font-weight:bold;}
  249.  
  250. ul.chat, .chat ol, .chat li {
  251. padding:0px;
  252. list-style:none;}
  253.  
  254. /* ~ SCROLLBAR ~ */
  255.  
  256. ::-webkit-scrollbar-thumb:vertical {
  257. height:10px;
  258. background-color: {color:Scrollbar};}
  259. ::-webkit-scrollbar-thumb:horizontal {
  260. height:10px;
  261. background-color: {color:Scrollbar};}
  262.  
  263. ::-webkit-scrollbar {
  264. height: 10px;
  265. width: 7px;
  266. background-color: {color:Post Background};}
  267.  
  268.  
  269. /* ~ PERMALINK NOTES PAGE ~ */
  270.  
  271. #postnotes {
  272. margin:0px 0px 0px 0px;
  273. width:510px;
  274. padding:5px;
  275. font-family:calibri headings;
  276. font-size: 12px;
  277. background-color: none;}
  278.  
  279. #postnotes a {
  280. margin-top:1px;}
  281.  
  282. ol.notes li.note {
  283. padding:1px;
  284. border-bottom: solid 0px;}
  285.  
  286. ol.notes li.note img.avatar {
  287. vertical-align:-4px;
  288. margin-right:0px;
  289. width:16px;
  290. height:16px;}
  291.  
  292. /* ~ SIDEBAR ~ */
  293. #sbarb {
  294. width:200px;margin-left: 19px;
  295. padding: 4px; position: absolute;
  296. background-color:{color:Post Background};
  297. border:1px solid {color:borders};
  298. -webkit-transition:all 0.8s ease;
  299. -moz-transition:all 0.8s ease;
  300. transition:all 0.8s ease;
  301. }
  302.  
  303. #center {
  304. margin-left: auto;
  305. margin-right: auto;
  306. width: 800px; }
  307.  
  308. #position {
  309. position: fixed;
  310. margin-top: -60px;
  311. left:0px;
  312. padding:5px;
  313. background-color:{color:Sb Background};
  314. background-image: url('{image:Sb Background Image}');
  315. box-shadow: 0px 1px 5px rgba(0,0,0,0.13);
  316. width: 250px;
  317. height:100%;
  318. } }
  319. #sidebar {
  320. position: fixed;
  321. margin-left: -40px;
  322. width: 200px;
  323. padding: 0px 0px 30px 0px;
  324. font: 11px calibri;
  325. color: {color:Font};}
  326.  
  327. #position1 {
  328. position: fixed;
  329. margin-top: -60px;
  330. left:250px;
  331. padding:5px;
  332. background-image: url('{image:Border Image}');
  333. box-shadow: 0px 1px 5px rgba(0,0,0,0.19);
  334. width: 50px;
  335. height:100%;
  336. }
  337. .margin { margin-top:40%;}
  338. .ttl {
  339. margin-top:{text:SIDEBAR HEIGHT}px;
  340. width: 200px;
  341. font: 18px 'Lobster Two';
  342. margin-bottom:-15px;
  343. text-shadow:1px 1px 0px {color:post background};
  344. letter-spacing: 1px;
  345. color: {color:Blog Title}; }
  346.  
  347. #description {
  348. position: fixed;
  349. opacity: 0.9;
  350. overflow: hidden;
  351. margin-top:60px;
  352. margin-left:24px;
  353. width: 200px;
  354. font-family:calibri;
  355. padding: 6px 0px 4px 0px;
  356. text-align: justify;
  357. color: {color:Font};
  358. background: none;
  359. }
  360.  
  361. /* ~ SUBLINKS ~ */
  362.  
  363. .sublinks {
  364. width: 120px; opacity:0;
  365. margin-top:{text:BUTTONS DISTANCE}px;
  366. text-align:center;
  367. -webkit-transition:all 0.8s ease;
  368. -moz-transition:all 0.8s ease;
  369. transition:all 0.8s ease;
  370. color: {color:sublinks};
  371. shadow: 1px 1px 0px {color:Text Shadow};
  372. }
  373.  
  374. .sublinks a {
  375. font-family:consolas;
  376. font-size: 9px;
  377. background-color:white;
  378. display: inline-block;
  379. border: 1px solid {color:borders};
  380. margin-bottom:-4px;
  381. padding:5px;
  382. width:100px;
  383. box-shadow: 0px 1px 5px rgba(0,0,0,0.13);
  384. opacity:0;
  385. -webkit-transition: all 0.6s ease-out;
  386. -moz-transition: all 0.6s ease-out;
  387. transition: all 0.6s ease-out;
  388. text-transform: uppercase;
  389. letter-spacing: 1px;
  390. color: {color:Links};
  391. }
  392.  
  393. .sublinks a:hover{
  394. font-style:bold;
  395. letter-spacing: 2px;
  396. background-color:{color:links};
  397. color:{color:post background};
  398. -webkit-transition: all 0.6s ease-out;
  399. -moz-transition: all 0.6s ease-out;
  400. transition: all 0.6s ease-out; }
  401.  
  402. #sidebar:hover #sbarb{
  403. opacity:0.6;
  404. -webkit-transition: all 0.5s ease-out;
  405. -moz-transition: all 0.5s ease-out;
  406. transition: all 0.5s ease-out;}
  407.  
  408. #sidebar:hover .sublinks {
  409. opacity:0.9;z-index:9999;
  410. -webkit-transition: all 0.5s ease-out;
  411. -moz-transition: all 0.5s ease-out;
  412. transition: all 0.5s ease-out;}
  413.  
  414. #sidebar:hover .sublinks a{
  415. opacity:1;z-index:9999;
  416. -webkit-transition: all 0.5s ease-out;
  417. -moz-transition: all 0.5s ease-out;
  418. transition: all 0.5s ease-out;}
  419.  
  420. .sublinks1 {shadow: 1px 1px 0px {color:Text Shadow};
  421. margin-top:-80%;
  422. margin-left:171px;
  423. color: {color:sublinks};
  424. width: 220px;}
  425.  
  426. .sublinks1 a {shadow: 1px 1px 0px {color:Text Shadow};
  427. font-family:cambria;
  428. font-size: 20px;
  429. padding:2px;
  430. padding-bottom:5px;
  431. text-shadow: 0px 1px 5px rgba(0,0,0,0.18);
  432. opacity:0.5;
  433. text-transform: uppercase;
  434. letter-spacing: 1px;
  435. color: {color:sublinks};}
  436.  
  437. .sublinks1 a:hover{shadow: 1px 1px 0px {color:Text Shadow};
  438. opacity:0.6;
  439. -webkit-transition: all 0.5s ease-out;
  440. -moz-transition: all 0.5s ease-out;
  441. transition: all 0.5s ease-out;
  442. color: {color:sublinks};}
  443.  
  444. /* ~ PAGES ~ */
  445.  
  446. #pagination {
  447. font-family:calibri;
  448. text-align:center;
  449. font-size:13px;
  450. margin-top: 8px;
  451. text-shadow: 0px 1px 5px rgba(0,0,0,0.13);
  452. text-transform:uppercase}
  453.  
  454. /* ~ CREDIT ~ */
  455.  
  456. #credit {
  457. position: fixed;
  458. bottom: 4px;
  459. right: 10px;
  460. width: 40px;
  461. -webkit-transition-duration: .90s;}
  462.  
  463. .crdt {
  464. display: block;
  465. width: 40px;box-shadow: 0px 1px 5px rgba(0,0,0,0.13);
  466. padding: 2px 0px 4px 0px;
  467. font: 13px calibri;
  468. font-style: italic;
  469. text-align: center;
  470. color: {color:Links};
  471. background: {color:Post Background};
  472. border: 1px solid {color:Borders};
  473. -webkit-transition-duration: .90s;}
  474.  
  475. .crdt a, a {
  476. text-decoration: none;
  477. text-transform: none;
  478. color: {color:Links}; }
  479. .crdt:hover {
  480. color: {color:Post Background};
  481. background: {color:Links};}
  482. </style>
  483. </head>
  484.  
  485.  
  486. <body>
  487. <div id="credit">
  488. <a href="http://myackles.tumblr.com/tagged/my-themes" target="_blank">
  489. <div class="crdt">theme</div></a>
  490. </div></div>
  491. <div id="center"><div id="position1"></div><div id="pos3"></div>
  492. <div id="position">
  493. <div class="margin"></div>
  494. <div id="sidebar">
  495. <div style="padding-bottom:10px; solid #fdfcfc;margin-bottom:10px;">
  496.  
  497. <center><div class="ttl">{title}</div><br><br>
  498. <div id="sbarb"><div id="pic">
  499. <a href="/"><img src="{image:Sidebar Image}" width="200" ></a></div></div>
  500. </div>
  501.  
  502. <center>
  503. <div class="sublinks">
  504. <a href="{text:Link 1 url}">{text:Link 1 title} </a> <br><br>
  505. <a href="{text:Link 2 url}">{text:Link 2 title}</a> <br><br>
  506. <a href="{text:Link 3 url}">{text:Link 3 title}</a> <br> <br>
  507. <a href="{text:Link 4 url}">{text:Link 4 title}</a> <br><br>
  508. <a href="{text:Link 5 url}">{text:Link 5 title}</a>
  509. </div><br>
  510.  
  511. <div id="description">
  512. <br><center>{description}</div></center>
  513. <center> <br>
  514. <div class="sublinks1"><div id="pagination">
  515. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><img alt="" src="http://prikachi.com/images/968/5940968u.png"/></a></a>{/block:PreviousPage}{/block:Pagination}<br><br><br><!--
  516.  
  517. ↓ ALLTHE BUTTONS ARE DOWN HERE ↓
  518.  
  519. -->{block:IfShowHomeButton}<a href="/"><img alt="" src="http://prikachi.com/images/972/5940972e.png"/></a></a><br><br><br>{/block:IfShowHomeButton}{block:IfShowMessageButton}<a href="/ask"><img alt="" src="http://prikachi.com/images/445/5940445t.png"/></a></a><br><br><br>{/block:IfShowMessageButton}{block:IfShowArchiveButton}<a href="/archive"><img alt="" src="http://prikachi.com/images/960/5940960u.png"/></a></a><br><br><br>{/block:IfShowArchiveButton}{block:IfShowSubmitButton}<a href="/submit"><img alt="" src="http://prikachi.com/images/962/5940962M.png"/></a></a><br><br><br>{/block:IfShowSubmitButton}{block:Pagination}{block:NextPage}<a href="{NextPage}"><img alt="" src="http://prikachi.com/images/965/5940965K.png"/></a></a>{/block:NextPage}
  520. {/block:Pagination}</div></div></div>
  521. </center>
  522. </div>
  523.  
  524. <div id="entries">
  525. {block:Posts}
  526. <div id="posts">
  527.  
  528. <div id="info1">
  529. {block:HasTags}
  530.  
  531. <i>{block:Tags}<div id='tag'><img alt="" src="http://prikachi.com/images/658/5940658e.png" width="8" style="float: left;"></a></div><a href="/tagged/{Tag}">&nbsp;{Tag}</a><br> {/block:Tags}{/block:HasTags}</i></div>
  532.  
  533. <div id="title">
  534. {block:Title}
  535. <h1>{Title}&nbsp;</h1>
  536. {/block:Title}
  537. </div>
  538. {block:Text}
  539. {Body}
  540. {/block:Text}
  541.  
  542. {block:Quote}
  543. <div id="quote">
  544.  
  545. <center>"
  546. {Quote}"
  547. </center>
  548.  
  549. </div>
  550. {block:Source}
  551. <div id="source">
  552. <center>
  553. {Source}
  554. </center>
  555. </div>{/block:Source}
  556. {/block:Quote}
  557.  
  558. {block:Link}
  559. <a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  560. {block:Description}{Description}{/block:Description}
  561. {/block:Link}
  562.  
  563. {block:Photo}
  564. {LinkOpenTag}
  565. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  566. {LinkCloseTag}<br>
  567. {block:Caption}
  568. {Caption}
  569. {/block:Caption}
  570. {/block:Photo}
  571.  
  572. {block:Photoset}
  573. {Photoset-500}
  574. {block:Caption}
  575. {Caption}
  576. {/block:Caption}
  577. {/block:Photoset}
  578.  
  579. {block:Chat}
  580. <ul class="chat">
  581. {block:Lines}
  582. <li class="user_{UserNumber}">
  583. {block:Label}
  584. <span class="label">{Label}</span>
  585. {/block:Label}
  586. &nbsp;{Line}</li>
  587. {/block:Lines}</ul>
  588. {/block:Chat}
  589.  
  590. {block:Video}
  591. {Video-500}
  592. {block:Caption}
  593. {Caption}
  594. {/block:Caption}
  595. {/block:Video}
  596.  
  597. {block:Answer}
  598. <div class="questions">{Asker} said: &nbsp{Question}</div>
  599. <div class="questionsq">{Answer}</div>
  600. {/block:Answer}
  601.  
  602. {block:Audio}
  603. <div id="audioplayer">{AudioPlayerWhite}</div>
  604. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="60" height="60">{/block:AlbumArt}</div>
  605. <div id="stuff">
  606. <b>Song: </b>{block:TrackName}{TrackName}{/block:TrackName}<br>
  607. <b>Artist: </b>{block:Artist}{Artist}{/block:Artist}<br>
  608. <b>Album: </b>{block:Album}{Album}{/block:Album}<br>
  609. <b>Played: </b>{FormattedPlayCount} times</div>
  610. <br>
  611. {block:Caption}
  612. {Caption}
  613. {/block:Caption}
  614. {/block:Audio}
  615. </div><br>
  616.  
  617. <div id="info">
  618. <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount}&nbsp;-&nbsp;<a href="{Permalink}">♡{NoteCount} notes</a>{/block:NoteCount}{block:RebloggedFrom}&nbsp;&nbsp;-&nbsp;<a href="{ReblogParentURL}"><a href="{ReblogParentURL}"> via</a>{/block:RebloggedFrom}
  619. {block:ContentSource}&nbsp;-&nbsp;<a href="{SourceURL}">source </a>&nbsp;-&nbsp;<a href="{ReblogURL}" target="_blank">reblog</a>
  620. </a>{block:ContentSource}{/block:RebloggedFrom}<br>{block:IfItalicTags}<i>{/block:IfItalicTags}
  621. </i></div>
  622. {block:PostNotes}{PostNotes}{/block:PostNotes}
  623.  
  624. {/block:Posts}
  625. </div>
  626. </body>
  627. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement