Advertisement
sighthemes

Theme One; By Deanna

Nov 30th, 2013
1,063
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.98 KB | None | 0 0
  1. <!--
  2.  
  3. New theme 1 by Deanna (sighthemes)
  4. Keep the credit
  5. Or you will be reported
  6.  
  7. Do not steal or steal parts of the coding
  8. I worked very hard and it would be very disrespectful
  9.  
  10. Make sure your posts per page is set at 15 or the infinite scroll won't work! (Customize > Advanced > Posts per page > 15 > Save)
  11.  
  12. -->
  13.  
  14. <html lang="en">
  15. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  16. <html xmlns="http://www.w3.org/1999/xhtml">
  17. <head>
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  20. <script>
  21. (function($){
  22. $(document).ready(function(){
  23. $("a[title]").style_my_tooltips({
  24. tip_follows_cursor:true,
  25. tip_delay_time:90,
  26. tip_fade_speed:600,
  27. attribute:"title"
  28. });
  29. });
  30. })(jQuery);
  31. </script>
  32. <script type="text/javascript">
  33. <!--
  34.  
  35. // Disable Right Click Script
  36.  
  37. function IE(e)
  38. {
  39. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  40. {
  41. return false;
  42. }
  43. }
  44. function NS(e)
  45. {
  46. if (document.layers || (document.getElementById && !document.all))
  47. {
  48. if (e.which == "2" || e.which == "3")
  49. {
  50. return false;
  51. }
  52. }
  53. }
  54. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  55.  
  56. //-->
  57. </script>
  58.  
  59.  
  60. <script type="text/javascript"
  61. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  62.  
  63. <!--DEFAULT VARIABLES-->
  64. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  65. <meta name="color:background" content="#fff"/>
  66. <meta name="color:link" content="#777"/>
  67. <meta name="color:text" content="#777"/>
  68. <meta name="color:title" content="#333"/>
  69. <meta name="color:scrollbar" content="#ccc">
  70. <meta name="color:blogtitle" content="#aaa">
  71. <meta name="color:hover" content="#fff"/>
  72. <meta name="image:sidebar" content="1"/>
  73. <meta name="image:background" content="1"/>
  74. <meta name="text:link one" content="/">
  75. <meta name="text:link one title" content="link">
  76. <meta name="text:link two" content="/">
  77. <meta name="text:link two title" content="link">
  78. <meta name="text:link three" content="/">
  79. <meta name="text:link three title" content="link">
  80. <meta name="text:link four" content="/">
  81. <meta name="text:link four title" content="link">
  82. <meta name="text:link five" content="/">
  83. <meta name="text:link five title" content="link">
  84.  
  85. <style type="text/css">
  86.  
  87.  
  88. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  89.  
  90. ::-webkit-scrollbar-thumb{
  91. background-color: {color:scrollbar};
  92. border: 2px solid #ffffff;
  93. height:5px;
  94. -moz-border-radius: 20px;
  95. border-radius: 20px;
  96. }
  97.  
  98. ::-webkit-scrollbar {
  99. height:5px;
  100. width:9px;
  101. background-color: #aaaaaa;
  102. border: 4px solid #fff;
  103. }
  104.  
  105. ::selection {
  106. background: #fff;
  107. }
  108.  
  109. ::-moz-selection {
  110. background: #fff;
  111. }
  112.  
  113.  
  114. p {
  115. margin:0px;
  116. margin-top:5px;
  117. }
  118.  
  119.  
  120. body {
  121. padding: 0px;
  122. margin: 0px;
  123. color:{color:text};
  124. font-family:calibri;
  125. font-size:10px;
  126. line-height:100%;
  127. text-normal;
  128. text-align:left;
  129. background-color: {color:Background};
  130. background-image:url({image:Background});
  131. background-attachment: fixed;
  132. background-repeat: repeat;
  133. }
  134.  
  135.  
  136.  
  137. a:link, a:active, a:visited{
  138. text-decoration: none;
  139. -webkit-transition: color 0.3s ease-out;
  140. -moz-transition: color 0.3s ease-out;
  141. transition: color 0.3s ease-out;
  142. color:{color:link};
  143. }
  144.  
  145. a:hover {
  146. text-decoration: none;
  147. font-style:;
  148. color: {color:Hover};
  149. }
  150.  
  151. div#center{
  152. margin:auto;
  153. position:relative;
  154. width:1000px;
  155. background-color:;
  156. overflow:auto;
  157. overflow-y:hidden;
  158. }
  159.  
  160.  
  161. .entry {
  162. float:left;
  163. display: block;
  164. margin:15px;
  165. overflow:hidden;
  166. width:220px;
  167. border: 1px solid #ddd;
  168. padding:7px;
  169. padding-bottom:5px;
  170. opacity:.8;
  171. {block:PermalinkPage}
  172. width:486px;
  173. text-align:left;
  174. line-height:10px;
  175. {/block:PermalinkPage}
  176. background:white;
  177. background-image:URL();
  178. -webkit-transition: all 0.5s linear;
  179. -webkit-transition: all 0.5s linear;
  180. -moz-transition: all 0.5s linear;
  181. transition: all 0.5s linear;
  182. }
  183.  
  184. .entry img{
  185. -webkit-transition: all 0.5s linear;
  186. -webkit-transition: all 0.5s linear;
  187. -moz-transition: all 0.5s linear;
  188. transition: all 0.5s linear;}
  189.  
  190. .entry:hover img {
  191. padding-top:10px;
  192. opacity:1;
  193. {block:PermalinkPage}
  194. padding-top:0px;
  195. opacity:1;
  196. {/block:PermalinkPage}
  197. -webkit-transition: all 0.5s linear;
  198. -webkit-transition: all 0.5s linear;
  199. -moz-transition: all 0.5s linear;
  200. transition: all 0.5s linear;
  201. }
  202.  
  203. .entry .perma{
  204. position:absolute;
  205. width:220px;
  206. height:auto;
  207. padding:2px;
  208. margin-left:0px;
  209. top:1px;
  210. background:#fff;
  211. overflow:hidden;
  212. letter-spacing:0px;
  213. font-family: calibri;
  214. text-transform: uppercase;
  215. font-size: 8px;
  216. line-height:12px;
  217. letter-spacing:1px;
  218. text-align:center;
  219. opacity: 0;
  220. color:#555;
  221. -webkit-transition: all 0.5s linear;
  222. -webkit-transition: all 0.5s linear;
  223. -moz-transition: all 0.5s linear;
  224. transition: all 0.5s linear;
  225.  
  226. }
  227.  
  228.  
  229. .entry:hover .perma{
  230. background:transparent;
  231. opacity:1;
  232. }
  233.  
  234. .permalinktext{
  235. display: block;
  236. font-family:calibri;
  237. font-size:8px;
  238. line-height:3px;
  239. letter-spacing:1px;
  240. text-transform:uppercase;
  241. text-align: right;
  242. background-color:transparent;
  243. margin: 2px;
  244. margin-top:5px;
  245. border-top:1px solid #eee;
  246. padding-top:7px;
  247. }
  248.  
  249. #audio {
  250. width:200px;
  251. height:auto;
  252. min-height:60px;
  253. padding-bottom:0px;
  254. }
  255. .cover {
  256. position:absolute;
  257. z-index:1;
  258. width:60px;
  259. height:60px;
  260. }
  261. .cover img {
  262. float:left;
  263. width:60px;
  264. height:60px;
  265. }
  266. .playbox {
  267. opacity:0.6;
  268. width:27px;
  269. height:30px;
  270. overflow:hidden;
  271. position:absolute;
  272. z-index:1000;
  273. margin-left:17px;
  274. margin-top:17px;
  275. text-align:center;
  276. }
  277. .info {
  278. margin-left:73px;
  279. margin-top:4px;
  280. line-height:14px;
  281. }
  282.  
  283. askk{
  284. font-size:9px;
  285. text-transform:uppercase;
  286. letter-spacing:1px;
  287. color:#73ac69;
  288. }
  289.  
  290. #s-m-t-tooltip {
  291. max-width:auto;
  292. padding:1px 1px 1px 1px;
  293. margin:20px 0px 0px 20px;
  294. background-color:white; /* change the background color */
  295. border:1px solid #ddd; /* change the border color */
  296. font-family:calibri; /* change the font */
  297. font-size:8px; /* change the font size */
  298. letter-spacing:1px; /* change the letter spacing */
  299. text-transform:uppercase;/* can be uppercase, lowercase, none*/
  300. color:#000; /* change the text color */
  301. z-index:999999999999999999999999999999999999;
  302. opacity:.8;
  303. font-style:oblique;
  304. }
  305.  
  306. #posts {
  307. width:600px;
  308. margin-top:20px;
  309. z-index:99;
  310. margin-left:291px;
  311. right:auto;
  312. background:transparent;
  313. margin-right:auto;
  314. position:relative;
  315. overflow-y: hidden;
  316. }
  317.  
  318. #sidebar{
  319. position:fixed !important;
  320. width:205px;
  321. background:white;
  322. height:100%;
  323. margin-top:-1px;
  324. margin-left:75px;
  325. text-align:center;
  326. border:1px solid #ddd;
  327. padding:7px;
  328. opacity:.8;
  329. }
  330.  
  331. #sidebar .blogtitle{
  332. width:205px;
  333. height:auto;
  334. font-family:ch;
  335. font-size:30px;
  336. margin-top:10px;
  337. margin-left:0px;
  338. text-align:right;
  339. color:{color:blogtitle}
  340. }
  341.  
  342. #sidebar .desc{
  343. margin-top:3px;
  344. border-top:1px solid #eee;
  345. width:205px;
  346. height:auto;
  347. line-height:11px;
  348. padding-top:3px;
  349. }
  350.  
  351. @font-face { font-family: "ch"; src: url('http://static.tumblr.com/u37ad6e/apRmoe3up/callie_hand-trial_version.otf'); }
  352.  
  353. #header{
  354. position:fixed !important;
  355. width:507px;
  356. height:20px;
  357. padding:2px;
  358. margin-left:296px;
  359. margin-top:-1px;
  360. z-index:999;
  361. border-bottom:1px solid #ddd;
  362. border-right:1px solid #ddd;
  363. background: white;
  364. line-height:22px;
  365. }
  366.  
  367. .links a{
  368. width:auto;
  369. height:auto;
  370. line-height:0px;
  371. color: #555;
  372. margin-left:6px;
  373. margin-right:6px;
  374. padding-left:1px;
  375. padding-right:1px;
  376. letter-spacing:1px;
  377. text-transform:uppercase;
  378. -webkit-transition: all .7s ease;
  379. -moz-transition: all .7s ease;
  380. -o-transition: all .7s ease;
  381. transition: all .7s ease;
  382. }
  383.  
  384. .links a:hover{
  385. font-style:oblique;
  386. color:{color:hover};
  387. background-color:{color:blogtitle};
  388. -webkit-transition: all .7s ease;
  389. -moz-transition: all .7s ease;
  390. -o-transition: all .7s ease;
  391. transition: all .7s ease;
  392. }
  393.  
  394. @font-face { font-family: rw; src: url('http://static.tumblr.com/fxpo5zq/y0bm4ndht/raleway_thin.otf'); }
  395.  
  396.  
  397.  
  398. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  399.  
  400.  
  401. .title{
  402. font-family:rw;
  403. text-transform:uppercase;
  404. font-size:18px;
  405. line-height: 20px;
  406. color:{color:Title};
  407. font-weight: normal;
  408. }
  409.  
  410.  
  411. .permalink{
  412. text-transform: normal;
  413. display: block;
  414. text-align: right;
  415. text-decoration: none;
  416. }
  417.  
  418.  
  419. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS*/
  420. #infscr-loading{
  421. bottom: -70px;
  422. position: absolute;
  423. left: 50%;
  424. margin-left:-8px;
  425. width:16px;
  426. height:11px;
  427. overflow:hidden;
  428. margin-bottom: 50px;
  429. }
  430.  
  431. #postnotes{
  432. text-align: justify;}
  433.  
  434. #postnotes blockquote{
  435. border: 0px;}
  436.  
  437. blockquote{
  438. padding:0px 0px 2px 5px;
  439. margin:5px 5px 5px 5px;
  440. border-left: 2px solid {color:blogtitle};
  441. }
  442.  
  443. blockquote p, ul{
  444. margin:0px;
  445. padding:0px;
  446. }
  447.  
  448. a img{border: 0px;}
  449.  
  450.  
  451. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  452.  
  453. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  454. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  455.  
  456. .notes img{width:10px; position:relative; top:3px;}
  457. <--ses-->
  458. small{font-size: 90%;}
  459.  
  460. {CustomCSS}
  461.  
  462. </style>
  463.  
  464. {block:IndexPage}
  465. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  466. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  467.  
  468. <script type="text/javascript">
  469. $(window).load(function(){
  470. var $wall = $('#posts');
  471. $wall.imagesLoaded(function(){
  472. $wall.masonry({
  473. itemSelector: '.entry, .entry_photo',
  474. isAnimated : false
  475. });
  476. });
  477.  
  478. $wall.infinitescroll({
  479. navSelector : '#pagination',
  480. nextSelector : '#pagination a',
  481. itemSelector : '.entry, .entry_photo',
  482. bufferPx : 2000,
  483. debug : false,
  484. errorCallback: function() {
  485. $('#infscr-loading').fadeOut('normal');
  486. }},
  487. function( newElements ) {
  488. var $newElems = $( newElements );
  489. $newElems.hide();
  490. $newElems.imagesLoaded(function(){
  491. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  492. });
  493. }); $('#posts').show(500);
  494. });
  495. </script>
  496.  
  497.  
  498. {/block:IndexPage}
  499.  
  500.  
  501. <title>{title}</title>
  502.  
  503. <link rel="shortcut icon" href="{Favicon}" />
  504. <meta name="viewport" content="width=820" />
  505. </head>
  506.  
  507. <body>
  508. <BODY onselectstart="return false;" ondragstart="return false;">
  509. <div class="wrapper">
  510. <div class="header">
  511. </div>
  512.  
  513. <div id="cage">
  514. <div id="center">
  515.  
  516. <div id="header">
  517. <div style="font-size:12px; margin-left:5px; font-family:rw; text-transform:uppercase; color:{color:blogtitle}">Navigation //</div>
  518. <div style="margin-left:93px; margin-top:-22px;"><div class="links">
  519.  
  520. <a href="/">home</a> -
  521. <a href="/ask">ask</a> -
  522. <a href="{text:link one}">{text:link one title}</a> -
  523. <a href="{text:link two}">{text:link two title}</a> -
  524. <a href="{text:link three}">{text:link three title}</a> -
  525. <a href="{text:link four}">{text:link four title}</a> -
  526. <a href="{text:link five}">{text:link five title}</a> -
  527. <a href="http://ivorea.tumblr.com">theme</a>
  528.  
  529. </div>
  530. </div>
  531. </div>
  532.  
  533.  
  534. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  535. <div id="sidebar">
  536. <center>
  537. <a href="/"><img src="{image:sidebar}" width=100%></a>
  538. <div class="blogtitle">{title}</div>
  539. <div class="desc">{description}</div>
  540. </center>
  541. </div>
  542. <!------------------------------------->
  543.  
  544.  
  545. <div class="left">
  546. <div id="posts">
  547. {block:Posts}
  548. <div class="entry">
  549.  
  550. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div class="permalinktext">
  551. <center> {12Hour}:{Minutes} {AmPm}, {DayOfWeek} with <a href="{permalink}">{notecountwithlabel}</a> </center></div>
  552. {/block:Text}
  553.  
  554. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <div class="permalinktext">
  555. <center> {12Hour}:{Minutes} {AmPm}, {DayOfWeek} with <a href="{permalink}">{notecountwithlabel}</a> </center></div>{block:Link}
  556.  
  557. {block:Answer}
  558. <div style="margin: 2px 2px 2px 2px; min-height:auto; padding: 3px; background-color: {color:background}; border:1px solid #ddd; border-radius:4px;">
  559. <askk><b>{Asker}</b></askk>: {Question}</div>
  560. <div style="padding: -1px 5px -1px 5px; background: transparent;"><center>{Answer}</center></div>
  561. <div class="permalinktext">
  562. <center> {12Hour}:{Minutes} {AmPm}, {DayOfWeek} with <a href="{permalink}">{notecountwithlabel}</a> </center></div>{/block:Answer}
  563.  
  564. {block:Photo}
  565. {block:IndexPage}
  566. <center>
  567. <div class="perma">
  568. <a href="{reblogurl}">reblog </a> | <a href="{permalink}">{notecountwithlabel}</a> | posted {DayOfWeek}</div>
  569. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  570. {/block:IndexPage}
  571. {block:PermalinkPage}
  572. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  573.  
  574. {LinkCloseTag}
  575. {/block:PermalinkPage}
  576. {/block:Photo}
  577.  
  578. {block:Photoset}
  579. <center>
  580. {block:IndexPage}
  581. <div class="perma">
  582. <a href="{reblogurl}">reblog</a> with <a href="{permalink}">{notecountwithlabel}</a>
  583. </div>
  584. <div style="width: 220px; overflow-x:hidden;overflow-y:hidden;">{Photoset-250}</div>
  585. {/block:IndexPage}
  586. </center>
  587. <center>{block:PermalinkPage}<div style="width: auto; overflow-x:hidden;overflow-y:hidden;">{Photoset-500}{/block:PermalinkPage}</center>
  588. {/block:Photoset}
  589.  
  590. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><div class="permalinktext">
  591. <center> {12Hour}:{Minutes} {AmPm}, {DayOfWeek} with <a href="{permalink}">{notecountwithlabel}</a> </center></div>{/block:Quote}
  592.  
  593. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  594. <ul class="chat">
  595. {block:Lines}
  596. <li class="user_{UserNumber}">
  597. {block:Label}
  598. <span class="label">{Label}</span>
  599. {/block:Label}
  600.  
  601. {Line}
  602. </li>
  603. {/block:Lines}
  604. <div class="permalinktext">
  605. <center> {12Hour}:{Minutes} {AmPm}, {DayOfWeek} with <a href="{permalink}">{notecountwithlabel}</a> </center></div>
  606. {/block:Chat}
  607.  
  608. {block:Audio}
  609. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  610. {block:IndexPage}
  611. <div class="permalinktext">
  612. <center> {12Hour}:{Minutes} {AmPm}, {DayOfWeek} with <a href="{permalink}">{notecountwithlabel}</a> </center>
  613. </div>
  614. {/block:IndexPage}
  615. {/block:Audio}
  616.  
  617. {block:Video}
  618. <center>
  619. {block:IndexPage}
  620. <div class="perma">
  621. {Month} {DayOfMonth} with <a href="{permalink}">{notecountwithlabel}</a> - <a href="{reblogurl}">reblog</a>
  622. </div>
  623. <div style="width: 220px; overflow-x:hidden;overflow-y:hidden;">{Video-250}</div>
  624. {/block:IndexPage}
  625. </center>
  626. <center>{block:PermalinkPage}<div style="width: 450px; overflow-x:hidden;overflow-y:hidden;">{Video-500}{/block:PermalinkPage}</center>
  627. {block:Video}
  628.  
  629.  
  630. {block:PostNotes}<div align="left">{caption}</div>
  631. <center>
  632.  
  633. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  634.  
  635. {block:HasTags}
  636. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  637. {block:RebloggedFrom}
  638. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  639. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  640.  
  641. {/block:RebloggedFrom}
  642. </center></span>
  643. <br>
  644. <div id="postnotes">{PostNotes}</div><br>
  645.  
  646. <center>{block:ContentSource}
  647. <br><a href="{SourceURL}">
  648. {lang:Source}:
  649. {block:SourceLogo}
  650. <img src="{BlackLogoURL}" width="{LogoWidth}"
  651. height="{LogoHeight}" alt="{SourceTitle}" />
  652. {/block:SourceLogo}
  653. {block:NoSourceLogo}
  654. {SourceLink}
  655. {/block:NoSourceLogo}
  656. </a>
  657. {/block:ContentSource}</center>
  658.  
  659. {/block:PostNotes}
  660. </div>
  661. {/block:Posts}
  662. </div></div>
  663.  
  664. {block:IndexPage}
  665. {block:Pagination}
  666. <div id="pagination">
  667. {block:NextPage}
  668. <a id="nextPage" href="{NextPage}"></a>
  669. {/block:NextPage}
  670. {block:PreviousPage}
  671. <a href="{PreviousPage}"></a>
  672. {/block:PreviousPage}
  673. </div>
  674. {/block:Pagination}
  675. {/block:IndexPage}
  676. </body>
  677. <div style="position:fixed; bottom:0px; right:0px; padding: 2px;"> <a href="http://ivorea.tumblr.com" title="Theme by SighThemes"><img src="http://24.media.tumblr.com/tumblr_me8dpnQQwD1r83eo0o1_400.png" style="width:33px;"></a></div>
  678. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement