Advertisement
tomkirk

Stella

Aug 15th, 2014
17,971
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.81 KB | None | 0 0
  1. <!--
  2. [ T H E M E B Y ]
  3.  
  4. ○ ● ○
  5.  
  6. [ T O M K I R K ]
  7.  
  8. -->
  9. <!DOCTYPE html>
  10. <html>
  11. <head>
  12. <!--Default Variables-->
  13. <!--Colors-->
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Text" content="#000000"/>
  16. <meta name="color:Link" content="#000000"/>
  17. <meta name="color:Link Hover" content="#e8e8e8"/>
  18. <meta name="color:Border" content="#000000"/>
  19. <meta name="color:Scrollbar" content="#000000"/>
  20. <meta name="color:Ask Background" content="#000000"/>
  21. <meta name="color:Ask Text" content="#ffffff"/>
  22. <meta name="color:Tool Tip" content="#000000"/>
  23. <meta name="color:Tool Tip Text" content="#ffffff"/>
  24. <meta name="color:Permalink" content="#ffffff"/>
  25. <meta name="color:Permalink Text" content="#000000"/>
  26. <meta name="color:Menu Bars" content="#ffffff"/>
  27. <meta name="color:Menu Links" content="#000000"/>
  28. <meta name="color:Menu Text" content="#000000"/>
  29.  
  30. <!--Options-->
  31. <meta name="if:Infinite Scroll" content="1"/>
  32. <meta name="if:Captions" content=""/>
  33. <meta name="if:Faded Images" content=""/>
  34. <meta name="if:Inverted Images" content=""/>
  35. <meta name="if:Full Bkg Img" content="1" />
  36.  
  37. <!--Images-->
  38. <meta name="image:Background" content""/>
  39.  
  40. <!--Links-->
  41. <meta name="text:Link 1 URL" content="/"/>
  42. <meta name="text:Link 1 Name" content=""/>
  43. <meta name="text:Link 2 URL" content="/"/>
  44. <meta name="text:Link 2 Name" content=""/>
  45. <meta name="text:Link 3 URL" content="/"/>
  46. <meta name="text:Link 3 Name" content=""/>
  47. <meta name="text:Link 4 URL" content="/"/>
  48. <meta name="text:Link 4 Name" content=""/>
  49. <meta name="text:Link 5 URL" content="/"/>
  50. <meta name="text:Link 5 Name" content=""/>
  51.  
  52.  
  53. {block:Description}
  54. <meta name="description" content="{MetaDescription}" />
  55. {/block:Description}
  56. <meta charset="utf-8">
  57. <meta name="viewport" content="initial-scale=1.0, width=device-width" />
  58. <title>{block:TagPage}{Tag} posts - {/block:TagPage} {block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
  59. <link rel="shortcut icon" href="{Favicon}">
  60. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  61. <link href="http://static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
  62. <style type="text/css">
  63.  
  64.  
  65. {block:ifInvertedImages}img{
  66. opacity: 1;
  67. filter:alpha(opacity=10);
  68. -moz-opacity: 0.1;
  69. -moz-transition: all .9s ease;
  70. -o-transition: all .9s ease;
  71. transition: all .9s ease;
  72. -webkit-transition: all .9s ease;}
  73. {/block:ifInvertedImages}
  74.  
  75.  
  76. {block:ifInvertedImages} img:hover{
  77. opacity: .8;
  78. filter:alpha(opacity=100);
  79. -moz-opacity: 1;
  80. -moz-transition: all .9s ease;
  81. -o-transition: all .9s ease;
  82. transition: all .9s ease;
  83. -webkit-transition: all .9s ease;}
  84. {/block:ifInvertedImages}
  85.  
  86. {block:ifFadedImages}img{
  87. opacity: .8;
  88. filter:alpha(opacity=10);
  89. -moz-opacity: 0.1;
  90. -moz-transition: all .9s ease;
  91. -o-transition: all .9s ease;
  92. transition: all .9s ease;
  93. -webkit-transition: all .9s ease;}
  94. {/block:ifFadedImages}
  95.  
  96.  
  97. {block:ifFadedImages} img:hover{
  98. opacity: 1;
  99. filter:alpha(opacity=100);
  100. -moz-opacity: 1;
  101. -moz-transition: all .9s ease;
  102. -o-transition: all .9s ease;
  103. transition: all .9s ease;
  104. -webkit-transition: all .9s ease;}
  105. {/block:ifFadedImages}
  106.  
  107. {block:ifInvertedImages}.photo {
  108. opacity: 1;
  109. filter:alpha(opacity=10);
  110. -moz-opacity: 0.1;
  111. -moz-transition: all .9s ease;
  112. -o-transition: all .9s ease;
  113. transition: all .9s ease;
  114. -webkit-transition: all .9s ease;}
  115. {/block:ifInvertedImages}
  116.  
  117.  
  118. {block:ifInvertedImages}.photo:hover{
  119. opacity: .8;
  120. filter:alpha(opacity=100);
  121. -moz-opacity: 1;
  122. -moz-transition: all .9s ease;
  123. -o-transition: all .9s ease;
  124. transition: all .9s ease;
  125. -webkit-transition: all .9s ease;}
  126. {/block:ifInvertedImages}
  127.  
  128. {block:ifFadedImages}.photo {
  129. opacity: .8;
  130. filter:alpha(opacity=10);
  131. -moz-opacity: 0.1;
  132. -moz-transition: all .9s ease;
  133. -o-transition: all .9s ease;
  134. transition: all .9s ease;
  135. -webkit-transition: all .9s ease;}
  136. {/block:ifFadedImages}
  137.  
  138.  
  139. {block:ifFadedImages}.photo:hover{
  140. opacity: 1;
  141. filter:alpha(opacity=100);
  142. -moz-opacity: 1;
  143. -moz-transition: all .9s ease;
  144. -o-transition: all .9s ease;
  145. transition: all .9s ease;
  146. -webkit-transition: all .9s ease;}
  147. {/block:ifFadedImages}
  148.  
  149. .photo a:hover{background:transparent;}
  150.  
  151. iframe#tumblr_controls {-webkit-filter:invert(100%);-moz-filter:invert(100%);-filter:invert(100%);right:3px;-webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;transition: all 0.4s linear;}
  152. iframe#tumblr_controls:hover{opacity:1;}
  153. body{background:{color:Background};background-image:url({image:Background});background-attachment:fixed;background-repeat:repeat;background-position:center;{block:ifFullBkgImg}background-size:100% 100%;{/block:ifFullBkgImg}font-family:consolas;font-size:11px;line-height:16px;color:{color:Text};}
  154. a:link, a:active, a:visited{color: {color:Link};text-decoration:none;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}
  155. a:hover{color:{color:Link Hover};}
  156. #s-m-t-tooltip {max-width:300px;padding:3px 5px 3px 5px;margin:25px 20px 25px 20px;background-color:{color:Tool Tip};color:{color:Tool Tip Text};font-size:11px;line-height:12px;z-index:999999999999999999999999999999999999;box-shadow:rgba(0,0,0,0.07) 3px 3px;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}
  157. #content{margin:auto;{block:IndexPage}width:750px;{/block:IndexPage}{block:PermalinkPage}width:500px;{/block:PermalinkPage}}
  158. #cage {margin:auto;padding:60px 0 40px 0;width:600px;}
  159. article {padding:10px 10px 0 10px;{block:IndexPage}width:250px;margin:40px 80px 40px 0;{/block:IndexPage}{block:PermalinkPage}width:500px;margin:40px 0 100px 0px;{/block:PermalinkPage}overflow:hidden;background:rgba(255,255,255,1);border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;border:1px solid {color:Border};}
  160. article img{display:block;max-width:100%;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
  161. article .bub {background:{color:Permalink};padding:10px 15px 10px 15px;width:240px;margin:10px 0 0 -10px;-webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear; transition: all 0.5s linear;z-index:9999;border-top:1px solid {color:Border};color:{color:Permalink Text};text-transform:uppercase;letter-spacing:1px;}
  162. .bub a{color:{color:Permalink Text};border-bottom:1px solid transparent;}
  163. .bub a:hover{border-bottom:1px solid {color:Permalink Text};}
  164. .permapg {background:{color:Permalink};padding:10px 15px 10px 15px;width:490px;margin:10px 0 0 -10px;-webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear; transition: all 0.5s linear;z-index:9999;border-top:1px solid {color:Border};border-bottom:1px solid {color:Border};color:{color:Permalink Text};text-transform:uppercase;letter-spacing:1px;}
  165. .permapg a{border-bottom:1px solid transparent;}
  166. .permapg a:hover{border-bottom:1px solid {color:Permalink Text};}
  167. blockquote{padding-left:8px;margin:5px 0 5px 20px;border-left:2px solid {color:Link};}
  168. .ol, ul { margin-left: 30px; padding: 5px; }
  169. .ul { list-style-type: square; }
  170. p{margin:5px 0 0 0;}
  171. .pt{font-size:18px;line-height:20px;font-weight:bold;}
  172. .audioplayer{background:white;margin:5px 0 0 0;padding:10px;opacity:0.8;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;border:1px solid {color:Border};}
  173. .audioinfo{margin:5px 0 0 0;padding:10px;background:white;border:1px solid {color:Border};border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
  174. #ask {background:{color:Ask Background};margin-top:0px;padding:10px;-webkit-border-radius: 7px;-moz-border-radius: 7px;border-radius: 7px;color:{color:Ask Text};}
  175. #ask #ds{position:absolute;margin-top:7px;margin-left:30px;color:{color:Ask Background};font-size:30px;font-family:arial;font-weight:bold;}
  176. .askername{position:Absolute;margin-top:-24px;margin-left:37px;margin-bottom:1px;}
  177. .askername a{color:{color:Ask Text};} .askername a:hover{text-decoration:underline;}
  178. .askerimg{padding-bottom:4px;margin-bottom:1px;}
  179. .askerimg img{width:30px;}
  180. iframe, img, embed, object, video {max-width: 100%;}
  181. #side {position:fixed;z-index:99999999999;margin:20px 0 0 30px;-webkit-animation:tg 5s;animation:tg 5s;}
  182. @-webkit-keyframes tg {0% {opacity:0;margin:20px 0 0 -70px;}25% {opacity:1;margin:20px 0 0 30px;}}}}
  183. .chat .line{padding: 2px;}
  184. .chat .line .odd{padding:2px;color:{color:Ask Text};background:{color:Ask Background};}
  185. .label {font-weight:bold;}
  186. .notes img{width:10px; position:left;margin-right:5px;top:3px;-webkit-border-radius: 10px;
  187. -moz-border-radius: 10px; border-radius: 10px;display:inline;}
  188. .notes {line-height:31px;}
  189. .pagination{font-size:40px;margin-top:5px;font-weight:bold;font-family:consolas;}
  190. #toggle {width:28px;height:30px;cursor:help;}
  191. #toggle div{width:100%;height:5px;background:{color:Menu Bars};margin:4px auto;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;transition: all 0.2s linear;}
  192. #toggle.ac .t_1{transform:rotate(45deg) translate(5px, 5px);}
  193. #toggle.ac .t_2{opacity:0;}
  194. #toggle.ac .t_3{transform:rotate(-45deg) translate(7px, -8px);}
  195. #m_1{position:fixed;display:none;top:0;left:0;width:100%;height:100%;z-index:99999;background:{color:Background};background-image:url({image:Background});background-attachment:fixed;background-repeat:repeat;background-position:center;{block:ifFullBkgImg}background-size:100% 100%;{/block:ifFullBkgImg}}
  196. #m_2{position:fixed;display:none;margin:0 0 0 0;padding:20px;width:100%;z-index:999999;color:{color:Menu Text};}
  197. #navi a{font-family:helvetica;display:inline;font-size:20px;line-height:40px;color:{color:Menu Links};text-transform:lowercase;font-weight:bold;letter-spacing:-1px;margin:0 2px 0 2px;border-bottom:1px solid transparent;}
  198. #navi a:hover{border-bottom:1px solid {color:Menu Links};}
  199. .b a{font-family:helvetica;display:inline;font-size:40px;line-height:50px;color:{color:Menu Links};text-transform:lowercase;font-weight:bold;letter-spacing:-1px;margin:0 2px 0 2px;border-bottom:1px solid transparent;}
  200. .b a:hover{border-bottom:1px solid {color:Menu Links};}
  201.  
  202. {CustomCSS}
  203. </style>
  204. </head>
  205.  
  206. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  207.  
  208. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  209.  
  210. <script>
  211. (function($){
  212. $(document).ready(function(){
  213. $("a[title]").style_my_tooltips({
  214. tip_follows_cursor:true,
  215. tip_delay_time:90,
  216. tip_fade_speed:300,
  217. attribute:"title"
  218. });
  219. });
  220. })(jQuery);
  221. </script>
  222. <body>
  223.  
  224.  
  225.  
  226. <div id="m_1"> </div>
  227. <div id="m_2">
  228. <div style="margin:auto;padding-top:220px;width:300px;text-align:center;">
  229. <div class="b"><a href="/">{Title}</a></div>
  230. {Description}
  231. <div id="navi">
  232. {block:ifLink1name}
  233. <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
  234. {/block:ifLink1name}
  235. {block:ifLink2name}
  236. <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
  237. {/block:ifLink2name}
  238. {block:ifLink3name}
  239. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  240. {/block:ifLink3name}
  241. {block:ifLink4name}
  242. <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
  243. {/block:ifLink4name}
  244. {block:ifLink5name}
  245. <a href="{text:Link 5 URL}">{text:Link 5 name}</a>
  246. {/block:ifLink5name}
  247. </div>
  248. </div>
  249. </div>
  250.  
  251. <div id="side">
  252. <div id="toggle">
  253. <div class="t_1"></div>
  254. <div class="t_2"></div>
  255. <div class="t_3"></div>
  256. </div>
  257. </div>
  258. <div id="cage">
  259. <div id="content">
  260. {block:Posts}
  261. <article>
  262.  
  263. {block:Text}
  264. {block:Title}
  265. <div class="pt">{Title}</div>
  266. {/block:Title}
  267. {Body}
  268. {/block:Text}
  269.  
  270. {block:Photo}
  271. <div class="photo">
  272. {LinkOpenTag}
  273. <a href="{permalink}">
  274. <center><img src="{PhotoURL-500}" alt="{PhotoAlt}"></center>
  275. </a>
  276. {LinkCloseTag}
  277. {block:ifCaptions}
  278. {block:Caption}{Caption}{/block:Caption}
  279. {/block:ifCaptions}
  280. {block:ifNotCaptions}
  281. {block:PermalinkPage}
  282. {block:Caption}{Caption}{/block:Caption}
  283. {/block:PermalinkPage}
  284. {/block:ifNotCaptions}
  285. {block:ContentSource}
  286. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  287. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  288. {/block:SourceLogo}
  289. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  290. {/block:ContentSource}
  291. {block:ReblogParentURL}
  292. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  293. {/block:ReblogParentURL}
  294. {/block:Photo}
  295.  
  296. {block:Photoset}
  297. <div class="photoset">
  298. <div class="photo">
  299. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  300. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  301. </div>
  302. </div>
  303. {block:Caption}{Caption}{/block:Caption}
  304. {/block:Photoset}
  305.  
  306. {block:Quote}
  307. <div class="pt">
  308. "{Quote}"
  309. </div>
  310. {block:Source}-{Source}{/block:Source}
  311. {/block:Quote}
  312.  
  313. {block:Link}
  314. <div class="pt">
  315. <a href="{URL}">{Name} »</a>
  316. </div>
  317. {block:Description}{Description}{/block:Description}
  318. {/block:Link}
  319.  
  320. {block:Chat}
  321. <div class="chat">
  322. {block:Lines}
  323. <div class="chat">
  324. <div class="line {Alt}">
  325. <div class="{Alt} user_{UserNumber}">
  326. {block:Label}
  327. <b>{Label} </b>
  328. {/block:Label}
  329. {Line}
  330. </div>
  331. </div>
  332. {/block:Lines}
  333. {/block:Chat}
  334.  
  335. {block:Audio}
  336. {block:AlbumArt}
  337. <img src="{AlbumArtURL}">
  338. {/block:AlbumArt}
  339. {block:AudioPlayer}
  340. <div class="audioplayer">
  341. {AudioPlayerWhite}
  342. </div>
  343. {/block:AudioPlayer}
  344. {block:TrackName}
  345. <div class="audioinfo">
  346. Song : {TrackName}
  347. </div>
  348. {/block:TrackName}
  349. {block:Artist}
  350. <div class="audioinfo">
  351. Artist : {Artist}
  352. </div>
  353. {/block:Artist}
  354. {block:Album}
  355. <div class="audioinfo">
  356. Album : {Album}
  357. </div>
  358. {/block:Album}
  359. {block:Caption}{Caption}{/block:Caption}
  360. {/block:Audio}
  361.  
  362. {block:Video}
  363. <div class="video">
  364. <div class="video-player">{block:IndexPage}{Video-250}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</div>
  365. {block:ifCaptions}
  366. {block:Caption}{Caption}{/block:Caption}
  367. {/block:ifCaptions}
  368. {block:ifNotCaptions}
  369. {block:PermalinkPage}
  370. {block:Caption}{Caption}{/block:Caption}
  371. {/block:PermalinkPage}
  372. {/block:ifNotCaptions}
  373. {/block:Video}
  374.  
  375. {block:Panorama}
  376. {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />{LinkCloseTag}
  377. {block:ifCaptions}
  378. {block:Caption}{Caption}{/block:Caption}
  379. {/block:ifCaptions}
  380. {block:ifNotCaptions}
  381. {block:PermalinkPage}
  382. {block:Caption}{Caption}{/block:Caption}
  383. {/block:PermalinkPage}
  384. {/block:ifNotCaptions}
  385. {/block:Panorama}
  386.  
  387. {block:Answer}<div id="ask"><div class="askerimg"><img src="{AskerPortraitURL-128}" style="-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;"></div><span class="askername"> {Asker} asked:</span> <span style="padding-left:3px;padding-right:3px;">{Question}</span> <div id="ds">▼</div></div><div style="margin-top:20px;">{Answer}</div>{/block:Answer}
  388.  
  389. {block:IndexPage}
  390. <div class="bub">
  391. <a title="{TimeAgo}"href="{Permalink}">{NoteCount} n</a>
  392. <span style="float:right;"><a href="{ReblogURL}" target="_blank" class="details">↻ Rblg</a></span>
  393. </div>
  394. {/block:IndexPage}
  395.  
  396. {block:PermalinkPage}
  397. {block:Date}
  398. <div class="permapg"><!--ok-->
  399. <b>Posted:</b> {TimeAgo} on
  400. {ShortMonth} {DayofMonth},{Year} at
  401. {12Hour}:{Minutes} {CapitalAmPm}
  402. {block:NoteCount}<br>
  403. <b>Notes:</b>
  404. {NoteCount}
  405. {/block:NoteCount}
  406. {block:HasTags}
  407. <br>
  408. <b>Tags:</b>
  409. {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;
  410. {/block:Tags}
  411. {/block:HasTags}
  412. <br>{block:RebloggedFrom}
  413. <b>Via:</b> <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a><br> <b>Src:</b> <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a> {/block:RebloggedFrom}
  414. </div>
  415. {/block:Date}
  416. {/block:PermalinkPage}
  417. {block:PostNotes}
  418. {PostNotes}
  419. {/block:PostNotes}
  420. </article>
  421. {/block:Posts}
  422.  
  423. {block:Pagination}
  424. <div class="pagination">
  425. {block:PreviousPage}<a href="{PreviousPage}">{block:ifInfiniteScroll} {/block:ifInfiniteScroll}{block:ifNotInfiniteScroll}previous{/block:ifNotInfiniteScroll}</a><br>{/block:PreviousPage}
  426. {block:NextPage}<a href="{NextPage}">{block:ifInfiniteScroll} {/block:ifInfiniteScroll}{block:ifNotInfiniteScroll}next{block:ifNotInfiniteScroll}</a>{/block:NextPage}
  427. </div>
  428. {/block:Pagination}
  429.  
  430. </div>
  431. </div>
  432.  
  433.  
  434. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  435. <script>
  436. $("#toggle").click(function() {
  437. $(this).toggleClass("ac");
  438. $("#m_1").fadeToggle(500);
  439. $("#m_2").fadeToggle(800);
  440. });
  441. </script>
  442.  
  443. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  444.  
  445. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  446. {block:ifInfiniteScroll}
  447. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  448. <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  449. {/block:ifInfiniteScroll}
  450.  
  451.  
  452. <script>
  453. (function() {
  454. var $tumblelog = $('#content');
  455. {block:IfInfiniteScroll}
  456. $tumblelog.infinitescroll({
  457. navSelector : ".pagination",
  458. nextSelector : ".pagination a:first",
  459. itemSelector : "article",
  460. bufferPx : 50,
  461. done : "",
  462. loading: {
  463. finishedMsg: "<p> </p>",
  464. img : " ",
  465. msg: null,
  466. msgText: "<p> </p>"
  467. },
  468. },
  469. function( newElements ) {
  470. var $newElems = $( newElements ).css({ opacity: 0 });
  471. $newElems.imagesLoaded(function(){
  472. $newElems.animate({ opacity: 1 });
  473. $tumblelog.masonry( 'appended', $newElems);
  474. });
  475. }
  476. );
  477. {/block:IfInfiniteScroll}
  478. $tumblelog.imagesLoaded( function(){
  479. $tumblelog.masonry({
  480. columnWidth: function( containerWidth ) {
  481. return containerWidth / 100;
  482. }
  483. });
  484. });
  485. })();
  486. </script>
  487. <!--am-->
  488.  
  489.  
  490.  
  491. <div style="position:fixed;bottom:0;right:0;padding-right:20px;padding-bottom:10px;"><a title="theme by tomkirk"href="http://tomkirk.tumblr.com/">▲</a></div>
  492. </body>
  493. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement