Advertisement
beatleash

frida 🌸

Jul 27th, 2014
1,523
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.69 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. <a href="http://graecus.co.vu" title="theme by dogays"><img src="https://31.media.tumblr.com/8e23a3fdd173e9e736003cfc9239859d/tumblr_inline_n9ehgwA3O61sdi5tc.png"></a>
  3. <!--
  4.  
  5. ,
  6. .';
  7. .-'` .'
  8. ,`.-'-.`\ ★ redux edit by leo ( dogays ) ★
  9. ; / '-'
  10. | \ ,-,
  11. \ '-.__ )_`'._
  12. '. ``` ``'--._
  13. .-' , `'-.
  14. '-'`-._ (( o )
  15. `'--....(`- ,__..--'
  16. '-'`
  17. -->
  18. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  19. <head>
  20.  
  21. <!-- DEFAULT VARIABLES -->
  22. <meta name="color:Background" content="#3b627e" />
  23. <meta name="color:body" content="#ffb1b1" />
  24. <meta name="color:border" content="red" />
  25. <meta name="color:links" content="#000" />
  26. <meta name="color:link hover" content="#000"/>
  27. <meta name="color:ask" content="#000" />
  28. <meta name="color:ask text" content="#fff" />
  29. <meta name="color:chat 1" content="" />
  30. <meta name="color:chat 2" content="" />
  31. <meta name="color:perma" content="#fff"/>
  32. <meta name="color:post" content="#fff" />
  33.  
  34.  
  35. <meta name="font:Title" content="Arial" />
  36. <meta name="font:Body" content="Arial" />
  37. <meta name="font:Accent" content="Lucida Sans" />
  38.  
  39. <meta name="if:Show Tags" content="1" />
  40. <meta name="if:Show Album Art on Audio Posts" content="1" />
  41. <meta name="if:border" content="1" />
  42. <meta name="if:transparent" content="1" />
  43. <meta name="if:rounded" content="0" />
  44.  
  45.  
  46. <meta name="image:Background" content="" />
  47. <meta name="image:Favicon" content="" />
  48.  
  49. <meta name="text:link a url" content="/" />
  50. <meta name="text:link a" content="home" />
  51. <meta name="text:link b url" content="/ask" />
  52. <meta name="text:link b" content="inbox" />
  53. <meta name="text:link c url" content="/" />
  54. <meta name="text:link c" content="link c" />
  55. <meta name="text:link d url" content="/" />
  56. <meta name="text:link d" content="link d" />
  57. <meta name="text:link e url" content="/" />
  58. <meta name="text:link e" content="link e" />
  59.  
  60. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  61. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  62. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  63. <link rel="shortcut icon" href="{Favicon}" />
  64. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  65. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  66. <style type="text/css">
  67.  
  68. /* MAIN BODY */
  69. body {
  70. background: {color:Background} url('{image:Background}') top left fixed repeat;
  71. margin: 0;
  72. padding: 0;
  73. font-family: {font:Body};
  74. }
  75.  
  76. .clear {
  77. clear: both;
  78. height: 0px;
  79. overflow: hidden;
  80. }
  81.  
  82. a img {
  83. border: none;
  84. }
  85.  
  86. /* WRAPPER */
  87. #wrapper {
  88. width: 845px;
  89. margin: 0 auto;
  90. }
  91.  
  92. /* POSTS */
  93. #wrapper #content {
  94. width: 440px;
  95. float: right;
  96. margin-top:100px;
  97. }
  98.  
  99. #wrapper #content .post {
  100. font-family: arial;
  101. background: {color:post};
  102. {block:iftransparent}background:none; {/block:iftransparent}
  103. padding: 10px;
  104. position: relative;
  105. {block:ifborder}border: 1px solid {color:border};{/block:ifborder}
  106. {block:ifrounded}-moz-border-radius: 10px;
  107. -webkit-border-radius: 10px;
  108. border-radius: 10px; {/block:ifrounded}
  109. }
  110.  
  111. #wrapper #content .post .media {
  112. text-align: center;
  113. margin-bottom: 10px;
  114. }
  115.  
  116. #wrapper #content .post a {
  117. color: {color:links};
  118. text-decoration: underline;
  119. }
  120.  
  121. #wrapper #content .post img {
  122. max-width: 100%;
  123. }
  124.  
  125. /* QUOTE POSTS */
  126.  
  127. #wrapper #content .post .quote {
  128. color: {color:body};
  129. font-weight: bold;
  130. font-family: arial;
  131. padding: 20px 20px 5px 20px;
  132. font-size: 27px;
  133. line-height: 100%;
  134. }
  135.  
  136.  
  137. #wrapper #content .post .quote {
  138. color: {color:body};
  139. font-weight: bold;
  140. padding: 20px 20px 5px 20px;
  141. font-size: 33px;
  142. line-height: 35px;
  143. }
  144.  
  145. /* TEXT POSTS AND CAPTIONS */
  146. #wrapper #content .post .copy {
  147. color: {color:body};
  148. padding: 10px;
  149. font-size: 13px;
  150. line-height: 15px;
  151. }
  152.  
  153. #wrapper #content .post .copy a {
  154. color: {color:links};
  155. text-decoration: underline;
  156. }
  157.  
  158. #wrapper #content .post .copy a:hover {
  159. -webkit-transition: all .5s ease-in-out;
  160. -moz-transition: all .5s ease-in-out;
  161. -o-transition: all .5s ease-in-out;
  162. color: {color:links};
  163. background: {color:link hover};
  164. text-decoration: underline;
  165. }
  166.  
  167. #wrapper #content .post .copy pre {
  168. margin: 10px 0px 10px 0px;
  169. padding: 10px;
  170. background-color: #e6e6e6;
  171. font: normal 11px Courier, monospace;
  172. overflow: auto;
  173. }
  174.  
  175. #wrapper #content .post .copy img {
  176. max-width: 100%;
  177. }
  178.  
  179. #wrapper #content .post .title {
  180. color: {color:body};
  181. font-size: 16px;
  182. font-weight: bold;
  183. font-style: italic;
  184. padding: 10px 10px 0 10px;
  185. }
  186.  
  187. #wrapper #content .post .copy blockquote {
  188. margin: 10px 0px 10px 10px;
  189. padding-left: 15px;
  190. border-left: solid 4px {color:link hover};
  191. }
  192.  
  193. /* AUDIO POSTS */
  194.  
  195. #wrapper #content .post .audio {
  196. background: black;
  197. float: center;
  198. padding: 2px;
  199. margin-bottom: 10px;
  200. {block:ifborder}border: double 3px white;{/block:ifborder}
  201. }
  202.  
  203. #wrapper #content .post .audio .player {
  204. float: left;
  205. }
  206.  
  207. #wrapper #content .post .audio .player .tumblr_audio_player {
  208. height: 40px;
  209. width: 210px;
  210. }
  211.  
  212. #wrapper #content .post .audio .player .audio_player embed {
  213. border: 1px solid #c8c8c8;
  214. }
  215.  
  216. #wrapper #content .post .audio .meta {
  217. padding: 8px 13px;
  218. height: 13px;
  219. float: left;
  220. color: white;
  221. font-family: arial;
  222. font-style: italic;
  223. font-size: 11px;
  224. }
  225.  
  226. #wrapper #content .post .audio .meta a {
  227. color: #666;
  228. text-decoration: none;
  229. }
  230.  
  231. #wrapper #content .post .album_art {
  232. text-align: center;
  233. }
  234.  
  235. /* ANSWER POSTS */
  236. #wrapper #content .post .question {
  237. color: {color:ask text};
  238. font-size: 16px;
  239. background: {color:ask};
  240. -moz-border-radius: 4px;
  241. -webkit-border-radius: 4px;
  242. border-radius: 4px;
  243. margin: 0 0 15px 0;
  244. padding: 15px 20px;
  245. position: relative;
  246. }
  247.  
  248.  
  249. #wrapper #content .post .asker_container {
  250. margin: 0 0 20px 24px;
  251. }
  252.  
  253. #wrapper #content .post .asker_container img {
  254. margin: 0 12px -7px 0;
  255. border-radius: 100%;
  256. }
  257.  
  258. #wrapper #content .post .asker_container a.asker {
  259. color: {color:body};
  260. text-decoration: none;
  261. font-style:italic;
  262. font-weight:bold;
  263. }
  264.  
  265. /* CHAT POSTS */
  266. #wrapper #content .post .chat {
  267. background-color: none;
  268. margin: 10px 10px 0 10px;
  269. font-size: 14px;
  270. }
  271.  
  272. #wrapper #content .post .chat .lines {
  273. margin-left: 1px;
  274. }
  275.  
  276. #wrapper #content .post .chat .lines .line {
  277. background-color: {color:chat 1};
  278. color: {color:body};
  279. margin-bottom: 1px;
  280. padding: 3px 5px;
  281. }
  282.  
  283. #wrapper #content .post .chat .lines .line.even {
  284. background-color: {color:chat 2};
  285. }
  286.  
  287. /* LINK POSTS */
  288. #wrapper #content .post .link {
  289. margin: 4px 0 2px 0;
  290. font-size: 16px;
  291. line-height: 25px;
  292. }
  293.  
  294. #wrapper #content .post .link a {
  295. background-color: {color:link hover};
  296. color: {color:link};
  297. font-style:italic;
  298. text-decoration:none;
  299. padding: 5px 7px;
  300. -moz-border-radius: 4px;
  301. -webkit-border-radius: 4px;
  302. border-radius: 4px;
  303. }
  304.  
  305. #wrapper #content .post .link a:hover {
  306. -webkit-transition: all .5s ease-in-out;
  307. -moz-transition: all .5s ease-in-out;
  308. -o-transition: all .5s ease-in-out;
  309. letter-spacing: 2px;
  310. opacity: 0.9;
  311. filter: alpha(opacity=90);
  312. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  313. }
  314.  
  315. /* PERMALINK-FOOTER BAR */
  316. #wrapper #content .post .footer {
  317. background: {color:perma};
  318. -moz-border-radius: 4px;
  319. -webkit-border-radius: 4px;
  320. border-radius: 4px;
  321. font-family: {font:Accent};
  322. font-size: 11px;
  323. color: {color:body};
  324. padding: 5px 10px;
  325. margin-top: 10px;
  326. }
  327.  
  328. #wrapper #content .post .footer .date {
  329. width: 67%;
  330. float: left;
  331. color: {color:body};
  332. }
  333.  
  334. #wrapper #content .post .footer .notes {
  335. width: 33%;
  336. float: right;
  337. text-align: right;
  338. color: {color:body};
  339. }
  340.  
  341. #wrapper #content .post .footer .date a, #wrapper #content .post .footer .notes a {
  342. color: {color:body};
  343. }
  344.  
  345. #wrapper #content .post .footer .tags a {
  346. color: {color:links};
  347. text-decoration: none;
  348. }
  349.  
  350. #wrapper #content .post .footer .tags .tag-commas:last-child {
  351. display: none;
  352. }
  353.  
  354. #wrapper #content .post .footer.with_source_url .tags {
  355. max-width: 330px;
  356. float: left;
  357. }
  358.  
  359. #wrapper #content .post .footer.with_source_url .source_url {
  360. float: right;
  361. max-width: 160px;
  362. overflow: hidden;
  363. white-space: nowrap;
  364.  
  365. }
  366.  
  367. #wrapper #content .post .footer.with_source_url .source_url img {
  368. vertical-align: top;
  369. -moz-opacity: 0.5;
  370. opacity: 0.5;
  371. }
  372.  
  373. #wrapper #content .post .footer.with_source_url .source_url:hover img {
  374. -moz-opacity: 0.7;
  375. opacity: 0.7;
  376. }
  377.  
  378. /* BOTTOM OF THE POSTS */
  379. #wrapper #content .bottom {
  380. height: 40px;
  381. margin: 0 auto;
  382. }
  383.  
  384. /* PAGINATION */
  385. #wrapper #content #navigation {
  386. text-align: center;
  387. padding-bottom: 35px;
  388. text-transform: uppercase;
  389. font-family: arial;
  390. }
  391.  
  392. #wrapper #content #navigation a {
  393. background-color: none;
  394. color: {color:links};
  395. padding: 5px 10px;
  396. text-decoration: underline;
  397. margin-left: 25px;
  398. }
  399.  
  400. #wrapper #content #navigation a:hover {
  401. opacity: 0.9;
  402. filter: alpha(opacity=90);
  403. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  404. }
  405.  
  406. #wrapper #content #navigation.jump_pagination {}
  407.  
  408. #wrapper #content #navigation.jump_pagination a {
  409. margin: 0 0 0 4px;
  410. }
  411.  
  412. #wrapper #content #navigation.jump_pagination .current_page {
  413. color: {color:links};
  414. background-color: rgba(255,255,255, 0.1);
  415. border: none;
  416. padding: 3px 8px;
  417. margin: 0 0 0 4px;
  418. cursor: default;
  419. }
  420.  
  421. #wrapper #content #navigation.jump_pagination .jump_page {}
  422.  
  423. /* PERMALINK PAGE NOTES */
  424. #wrapper #content .post .notecontainer {
  425. background: #eaeaea;
  426. -moz-border-radius: 4px;
  427. -webkit-border-radius: 4px;
  428. border-radius: 4px;
  429. font-family: {font:Accent};
  430. font-size: 11px;
  431. color:{color:body};
  432. margin-top: 10px;
  433. margin-bottom: -10px;
  434. }
  435.  
  436. #wrapper #content .post .notecontainer a {
  437. color: {color:body};
  438. text-decoration: underline;
  439. }
  440.  
  441. #wrapper #content .post .notecontainer ol.notes {
  442. padding: 0px 0 10px 0;
  443. list-style-type: none;
  444. font-size: 11px;
  445. }
  446.  
  447. #wrapper #content .post .notecontainer ol.notes li.note {
  448. padding: 10px 10px 0 10px;
  449. }
  450.  
  451. #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
  452. vertical-align: -4px;
  453. margin-right: 10px;
  454. width: 16px;
  455. height: 16px;
  456. }
  457.  
  458. #wrapper #content .post .notecontainer ol.notes li.note span.action {
  459. font-weight: normal;
  460. }
  461.  
  462. #wrapper #content .post .notecontainer ol.notes li.note .answer_content {
  463. font-weight: normal;
  464. }
  465.  
  466. #wrapper #content .post .notecontainer ol.notes li.note blockquote {
  467. border-left: 2px solid {color:body};
  468. padding: 4px 10px;
  469. margin: 10px 0px 0px 25px;
  470. }
  471.  
  472. #wrapper #content .post .notecontainer ol.notes li.note blockquote a {
  473. text-decoration: none;
  474. }
  475.  
  476. /* SIDEBAR */
  477. #wrapper #sidebar {
  478. position: relative;
  479. width: 210px;
  480. height: relative;
  481. float: left;
  482. color: {color:body};
  483. font-family: arial;
  484. margin-top: 150px;
  485. }
  486.  
  487. #wrapper #sidebar a {
  488. color: {color:links};
  489. }
  490.  
  491. #wrapper #sidebar a:hover {
  492. -webkit-transition: all .5s ease-in-out;
  493. -moz-transition: all .5s ease-in-out;
  494. -o-transition: all .5s ease-in-out;
  495. color: {color:links};
  496. background: {color:link hover};
  497. }
  498.  
  499. #wrapper #sidebar #top {
  500. position: fixed!important;
  501. width: 210px;
  502. background: {color:post};
  503. {block:iftransparent}background:none; {/block:iftransparent}
  504. padding: 0 20px;
  505. {block:ifborder}border:1px solid {color:border}; {/block:ifborder}
  506. {block:ifrounded} -moz-border-radius: 10px;
  507. -webkit-border-radius: 10px;
  508. border-radius: 10px;{/block:ifrounded}
  509. }
  510.  
  511. #wrapper #sidebar #top #avatar {
  512. width: 146px;
  513. height: 146px;
  514. padding: 8px 0 0 9px;
  515. position: relative;
  516. top: -24px;
  517. left: 30px;
  518. background: url('http://assets.tumblr.com/themes/redux/avatar-bg.png') top left no-repeat transparent;
  519. }
  520.  
  521. #wrapper #sidebar #top #description {
  522. font-size: 11px;
  523. position: relative;
  524. top: -18px;
  525. }
  526.  
  527. #wrapper #sidebar #top a {
  528. color: {color:links};
  529. text-decoration: underline;
  530. }
  531.  
  532. #wrapper #sidebar #top #navi {
  533. padding: 10px 10px 10px 10px;
  534. }
  535.  
  536. </style>
  537.  
  538. </head>
  539. <body>
  540. <div id="wrapper">
  541.  
  542. <div id="content">
  543.  
  544. {block:Posts}
  545. <div class="post">
  546.  
  547. {block:Photo}
  548. <div class="media">{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" />{LinkCloseTag}</div>
  549. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  550. {/block:Photo}
  551.  
  552. {block:Photoset}
  553. <div class="media">{Photoset-400}</div>
  554. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  555. {/block:Photoset}
  556.  
  557. {block:Video}
  558. <div class="media">{Video-400}</div>
  559. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  560. {/block:Video}
  561.  
  562. {block:Audio}
  563. {block:IfShowAlbumArtOnAudioPosts}
  564. {block:AlbumArt}
  565. <div class="album_art">
  566. <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:10px;" />
  567. </div>
  568. {/block:AlbumArt}
  569. {/block:IfShowAlbumArtOnAudioPosts}
  570.  
  571. <div class="audio">
  572. <div class="player">{AudioPlayerBlack}</div>
  573. <div class="meta">{block:TrackName}{TrackName}{/block:TrackName}<br>{block:Artist}{Artist}{/block:Artist}{block:ExternalAudio}<span class="download_external_audio"> &bull; <a href="{ExternalAudioURL}">{lang:Download}</a></span>{/block:ExternalAudio}</div>
  574. <div class="clear"></div>
  575. </div>
  576. <div class="clear"></div>
  577. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  578. {/block:Audio}
  579.  
  580. {block:Quote}
  581. <div class="quote {Length}">{Quote}</div>
  582. <div class="copy">
  583. <div class="quotebg">“</div>
  584. {block:Source}
  585. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  586. <tr>
  587. <td valign="top" style="width:20px;">&mdash;</td>
  588. <td valign="top" class="quote_source">
  589. {Source}
  590. </td>
  591. </tr>
  592. </table>
  593. {/block:Source}
  594. </div>
  595. {/block:Quote}
  596.  
  597. {block:Text}
  598. {block:Title}<div class="title">{Title}</div>{/block:Title}
  599. <div class="copy">{Body}</div>
  600. {/block:Text}
  601.  
  602. {block:Answer}
  603. <div class="question">
  604. {Question}
  605. </div>
  606. <div class="asker_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
  607. <div class="copy">{Answer}</div>
  608. {/block:Answer}
  609.  
  610. {block:Chat}
  611. {block:Title}<div class="title">{Title}</div>{/block:Title}
  612. <div class="chat">
  613. <div class="lines">
  614. {block:Lines}
  615. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  616. {/block:Lines}
  617. </div>
  618. </div>
  619. <div class="clear"></div>
  620. <div style="height:10px;"></div>
  621. {/block:Chat}
  622.  
  623. {block:Link}
  624. <div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>
  625. {block:Description}<div class="copy">{Description}</div>{/block:Description}
  626. {/block:Link}
  627.  
  628. {block:Date}
  629. <a href="{Permalink}">
  630. <div class="footer for_permalink">
  631. <div class="date">
  632. {block:Reblog}
  633. {lang:Reblogged TimeAgo from ReblogParentName} {block:RebloggedFromReblog}(<span style="text-transform:lowercase;">{lang:Originally from ReblogRootName}</span>){/block:RebloggedFromReblog}
  634. {/block:Reblog}
  635.  
  636. {block:NotReblog}
  637. {lang:Posted TimeAgo from source}
  638. {/block:NotReblog}
  639. </div>
  640. <div class="notes">{block:NoteCount}{NoteCount}{/block:NoteCount} </div>
  641. <div class="clear"></div>
  642. </div>
  643. </a>
  644. {/block:Date}
  645.  
  646. <div class="footer {block:ContentSource}with_source_url{/block:ContentSource}" style="
  647. display:none;
  648. {block:IfShowTags}{block:HasTags}display:block;{/block:HasTags}{/block:IfShowTags}
  649. {block:ContentSource}display:block;{/block:ContentSource}
  650. ">
  651. {block:IfShowTags}
  652. {block:HasTags}<div class="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a><span class="tag-commas"> </span>{/block:Tags}</div>{/block:HasTags}
  653. {/block:IfShowTags}
  654.  
  655. {block:ContentSource}
  656. <a href="{SourceURL}" class="source_url">
  657. {lang:Source}:
  658. {block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  659. {block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}
  660. </a>
  661. {/block:ContentSource}
  662.  
  663. <div class="clear"></div>
  664. </div>
  665.  
  666. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  667.  
  668. </div>
  669. <div class="bottom"></div>
  670. {/block:Posts}
  671.  
  672. {block:Pagination}
  673. <div id="navigation" {block:IfEnableJumpPagination}class="jump_pagination"{/block:IfEnableJumpPagination}>
  674. {block:PreviousPage}<i><a href="{PreviousPage}">&larr; {lang:Previous}</a></i>{/block:PreviousPage}
  675.  
  676. {block:IfEnableJumpPagination}
  677. {block:JumpPagination length="5"}
  678. {block:CurrentPage}
  679. <span class="current_page">{PageNumber}</span>
  680. {/block:CurrentPage}
  681.  
  682. {block:JumpPage}
  683. <a class="jump_page" href="{URL}">{PageNumber}</a>
  684. {/block:JumpPage}
  685.  
  686. {/block:JumpPagination}
  687. {/block:IfEnableJumpPagination}
  688.  
  689. {block:NextPage}<i><a href="{NextPage}">{lang:Next page} &rarr;</a></i>{/block:NextPage}
  690. </div>
  691. {/block:Pagination}
  692.  
  693. </div>
  694.  
  695. <div id="sidebar">
  696. <div id="top">
  697. <div id="avatar"><a href="/"><img src="{PortraitURL-128}" /></a></div>
  698. <div id="description"><center>{Description}</center></div><div id="navi"><center><a href="{text:link a url}" title="{text:link a}"><img src="https://31.media.tumblr.com/6aca0d764fe5e18e1167e8c6d2ebb7df/tumblr_inline_n9ebwepyjn1sdi5tc.png"></a> <a href="{text:link b url}" title="{text:link b}"><img src="https://31.media.tumblr.com/649f94f2f210bc510d0b67756f861eb9/tumblr_inline_n9ebkhYefU1sdi5tc.png"></a> <a href="{text:link c url}" title="{text:link c}"><img src="https://31.media.tumblr.com/2844dfdc1c40a7b46080fd68855b395d/tumblr_inline_n9ebp0F1iy1sdi5tc.png"></a> <a href="{text:link d url}" title="{text:link d}"><img src="https://31.media.tumblr.com/b8f4c14f84e06e6c3f60028449f90731/tumblr_inline_n9ebp8hWfF1sdi5tc.png"></a> <a href="{text:link e url}" title="{text:link e}"><img src="https://31.media.tumblr.com/c07a5f17e59fad28483cb1f1183e7d9c/tumblr_inline_n9ebvqJ0Zs1sdi5tc.png"></a></div>
  699. </div>
  700. </div>
  701.  
  702.  
  703. </div>
  704.  
  705. </body>
  706. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement