Advertisement
babesthetique

Taehyung - not for release

Aug 11th, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.82 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-------------------------------------------
  5.  
  6. This theme is a recreation of a tweaked theme
  7. by clvrkent.
  8.  
  9. Theme by - babesthetique.
  10. Please do not steal any of our codes we work
  11. hard on these themes. Tweak as much as you'd
  12. like but DO NOT! remove any credits.
  13.  
  14. base theme by - Farahmir
  15.  
  16. -------------------------------------------->
  17. <title>{Title}</title>
  18.  
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  22.  
  23. <!-- color -->
  24. <meta name="color:Background" content="#ffffff"/>
  25. <meta name="color:Posts background" content="#ffffff"/>
  26. <meta name="color:Posts glow" content="#d4d4d4"/>
  27. <meta name="color:Desc background" content="#000000"/>
  28. <meta name="color:Text" content="#5d5d5d"/>
  29. <meta name="color:Link" content="#979998"/>
  30. <meta name="color:Link hover" content="070707"/>
  31. <meta name="color:Sidebar hovers" content="#2e2e2e"/>
  32. <meta name="color:Title" content="#000000"/>
  33. <meta name="color:Desc Text" content="#979998"/>
  34. <meta name="color:Selected text" content="#070707"/>
  35. <meta name="color:Scrollbar" content="#ffffff"/>
  36. <meta name="color:Scrollbar bg" content="#000000"/>
  37.  
  38. <!-- images -->
  39. <meta name="image:Background" content="http://i.imgur.com/cTwF56C.png"/>
  40.  
  41. <!-- text -->
  42. <meta name="text:Link 1 URL" content="/submit" />
  43. <meta name="text:Link 1" content="submit" />
  44. <meta name="text:Link 2 URL" content="/" />
  45. <meta name="text:Link 2" content="link 2" />
  46. <meta name="text:Link 3 URL" content="/" />
  47. <meta name="text:Link 3" content="link 3" />
  48. <meta name="text:Hover 1" content="hover 1" />
  49. <meta name="text:Hover 2" content="hover 2" />
  50. <meta name="text:Hover 3" content="hover 3" />
  51. <meta name="text:Hover 4" content="hover 4" />
  52. <meta name="text:Hover 5" content="hover 5" />
  53. <meta name="text:Hover 6" content="hover 5" />
  54.  
  55. <meta name="text:Now playing" content=""/>
  56.  
  57. <!-- music -->
  58. <meta name="text:mp3" content=""/>
  59.  
  60. <meta name="if:Hovers" content="0"/>
  61.  
  62. <!-- jquery for tooltips-->
  63.  
  64. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  65.  
  66. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  67.  
  68. <script>
  69.  
  70. (function($){
  71.  
  72. $(document).ready(function(){
  73.  
  74. $("a[title]").style_my_tooltips({
  75.  
  76. tip_follows_cursor:true,
  77.  
  78. tip_delay_time:30,
  79.  
  80. tip_fade_speed:300,
  81.  
  82. attribute:"title"
  83.  
  84. });
  85.  
  86. });
  87.  
  88. })(jQuery);
  89.  
  90. </script>
  91.  
  92.  
  93.  
  94.  
  95. <!--CSS customization here. -->
  96.  
  97. <style type="text/css">
  98.  
  99. ::-moz-selection {
  100. background:{color:selected text};
  101. }
  102.  
  103. ::selection {
  104. background:{color:selected text};
  105. }
  106.  
  107.  
  108. ::-webkit-scrollbar {
  109. background-color:{color:scrollbar bg};
  110. height:8px;
  111. width:5px;
  112. }
  113.  
  114. ::-webkit-scrollbar-thumb:vertical {
  115. background-color:{color:scrollbar};
  116. height:50px
  117. }
  118.  
  119. ::-webkit-scrollbar-thumb:horizontal {
  120. background-color:{color:scrollbar};
  121. height:8px!important
  122. }
  123.  
  124.  
  125. /* Tinytots font by tiffany. Not by babes, please do not remove this credit */
  126.  
  127. @font-face { font-family: "tinytots"; src: url('https://dl.dropboxusercontent.com/s/myw02vnslzo4jnz/tinytots.ttf??dl=1'); format("truetype");}
  128.  
  129. /* All other fonts uploaded by babesthetique */
  130.  
  131. @font-face {font-family: "starlight"; src: url('https://dl.dropboxusercontent.com/s/tfmx8gjo55fld28/starlight.ttf?dl=1'); format("truetype");}
  132.  
  133. @font-face {font-family: "skinny"; src: url('https://dl.dropboxusercontent.com/s/9mwsj1dnrcqr4lq/Skinny-Regular.ttf?dl=1'); format("truetype");}
  134.  
  135. @font-face {font-family: "zona"; src: url('https://dl.dropboxusercontent.com/s/cd5hmq5f5zxrq8l/ZonaPro-Thin.otf?dl=1'); format("truetype");}
  136.  
  137. @font-face {font-family: "tdh"; src: url('https://dl.dropboxusercontent.com/s/ng6z1csce68ti5o/talldark.ttf?dl=1'); format("truetype");}
  138.  
  139. @font-face {font-family: "across"; src: url('https://dl.dropboxusercontent.com/s/95ny2zf7havlefi/Across%20the%20Road.ttf?dl=1'); format("truetype");}
  140.  
  141.  
  142. #s-m-t-tooltip{
  143. position:absolute;
  144. z-index:9999;
  145. background-color:#ffffff;
  146. max-width:200px;
  147. margin-top:35px;
  148. margin-left:15px;
  149. padding-left:12px;
  150. padding-right:12px;
  151. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  152. font-family:"tinytots";
  153. font-size:8px;
  154. text-transform:uppercase;
  155. line-height:14px;
  156. text-align:justify;
  157. -moz-transition:all 1s ease-in-out;
  158. -webkit-transition:all 1s ease-in-out;
  159. -o-transition:all 1s ease-in-out;
  160. transition:all 1s ease-in-out;
  161. }
  162.  
  163.  
  164. /*basics*/
  165. blockquote {
  166. padding:5px 0 5px 10px;
  167. border-left:1px solid {color:title};
  168. margin-left:20px;
  169. box-shadow:1px 1px 3px rgba(0,0,0,.2);
  170. padding:7px;
  171. padding-right:10px;
  172. }
  173.  
  174. blockquote, img {
  175. height:auto;
  176. }
  177.  
  178. body {
  179. background-image:url('{image:background}');
  180. background-repeat:no-repeat;
  181. background-attachment: fixed;
  182. background-color:{color:background};
  183. background-position: bottom left;
  184. background-size:contain;
  185. margin: 0;
  186. font-family:"trebuchet ms";
  187. font-size:11px;
  188. text-align:justify;
  189. line-height:16px;
  190. color:{color:text};
  191. }
  192.  
  193. a {
  194. color:{color:link};
  195. text-decoration:none;
  196. -webkit-transition: all 0.8s ease-in-out;
  197. -moz-transition: all 0.8s ease-in-out;
  198. -o-transition: all 0.8s ease-in-out;
  199. -ms-transition: all 0.8s ease-in-out;
  200. transition: all 0.8s ease-in-out;
  201. }
  202.  
  203. a:hover {
  204. color:{color:link hover};
  205. -webkit-transition: all 0.8s ease-in-out;
  206. -moz-transition: all 0.8s ease-in-out;
  207. -o-transition: all 0.8s ease-in-out;
  208. -ms-transition: all 0.8s ease-in-out;
  209. transition: all 0.8s ease-in-out;
  210. }
  211.  
  212.  
  213.  
  214. img {
  215. height:auto;
  216. opacity:1;
  217. border:none;
  218. text-decoration:none;
  219. }
  220.  
  221.  
  222. small {
  223. font-size:9px;
  224.  
  225. }
  226.  
  227. big {
  228. font-size:12px;
  229.  
  230. }
  231.  
  232. #title {
  233. font-size:16px;
  234. line-height:18px;
  235. font-weight:bold;
  236. font-family:"zona";
  237. margin-bottom:10px;
  238. text-transform:uppercase;
  239. text-align:center;
  240. box-shadow:1px 1px 3px rgba(0,0,0,.3);
  241. padding:5px;
  242. }
  243.  
  244. /*sidebar*/
  245. #sidebar {
  246. text-align:left;
  247. position:fixed;
  248. margin-left:-350px;
  249. bottom:200px;
  250. width:300px;
  251. }
  252.  
  253. #blogt {
  254. position:fixed;
  255. color:{color:Title};
  256. margin-top:-95px;
  257. margin-left:10px;
  258. font-family:"across";
  259. font-size:36px;
  260. font-weight:bold;
  261. }
  262.  
  263. #links {
  264. position:fixed;
  265. margin-top:-73px;
  266. margin-left:173px;
  267. line-height:1px;
  268. text-transform:uppercase;
  269. font-size:7px;
  270. font-family:"starlight";
  271. }
  272.  
  273.  
  274. #links a {
  275. margin-right:5px;
  276. display:inline-block;
  277. margin-top:7px;
  278. margin-bottom:5px;
  279. }
  280.  
  281. #hovers {
  282. position:fixed;
  283. margin-top:-2px;
  284. margin-left:35px;
  285. line-height:5px;
  286. text-transform:normal;
  287. font-size:8px;
  288. font-family:"tinytots";
  289. }
  290.  
  291.  
  292. #hovers a {
  293. margin-right:5px;
  294. display:inline-block;
  295. margin-top:7px;
  296. margin-bottom:5px;
  297. color:{color:sidebar hovers};
  298. -webkit-transition: all 0.7s ease-in-out;
  299. -moz-transition: all 0.7s ease-in-out;
  300. -o-transition: all 0.7s ease-in-out;
  301. -ms-transition: all 0.7s ease-in-out;
  302. transition: all 0.7s ease-in-out;
  303. }
  304.  
  305. #hovers a:hover {
  306. color:{color:link hover};
  307. -webkit-transition: all 0.7s ease-in-out;
  308. -moz-transition: all 0.7s ease-in-out;
  309. -o-transition: all 0.7s ease-in-out;
  310. -ms-transition: all 0.7s ease-in-out;
  311. transition: all 0.7s ease-in-out;
  312. }
  313.  
  314.  
  315. #descbg {
  316. opacity:.8;
  317. border-radius:5px;
  318. background-color:{color:Desc background};
  319. margin-top:25px;
  320. width:170px;
  321. height:80px;
  322. }
  323.  
  324. #description {
  325. position:fixed;
  326. background-color:transparent;
  327. width:160px;
  328. height:55px;
  329. margin:-80px 0;
  330. margin-left:0px;
  331. padding:7px;
  332. font-family:arial;
  333. color:{color:Desc Text};
  334. text-align:left;
  335. }
  336.  
  337.  
  338. /*pagination*/
  339. #pagination {
  340. margin:50px 0;
  341. font-weight:bold;
  342. font-family:"zona";
  343. font-size:10px;
  344. text-transform:uppercase;
  345. }
  346. #pagination a {
  347. padding:0 15px;
  348. -moz-transition-duration:0.5s;
  349. -webkit-transition-duration:0.5s;
  350. -o-transition-duration:0.5s;
  351. }
  352.  
  353. pagination a:hover{
  354. color:{color:link hover};
  355. -moz-transition-duration:0.5s;
  356. -webkit-transition-duration:0.5s;
  357. -o-transition-duration:0.5s;
  358.  
  359. }
  360.  
  361. /*container*/
  362. #con {
  363. left:50%;
  364. margin-left:-90px;
  365. position:absolute;
  366. }
  367.  
  368.  
  369. /*posts*/
  370.  
  371. #entries {
  372. margin-top:75px;
  373. width:250px;
  374. }
  375.  
  376. #posts {
  377. word-wrap:break-word;
  378. background-color:{color:posts background};
  379. padding:8px;
  380. width:250px;
  381. {block:IndexPage}
  382. margin-bottom:75px;
  383. {/block:IndexPage}
  384. {block:PermalinkPage}
  385. margin-bottom:50px;
  386. {/block:PermalinkPage}
  387. -moz-box-shadow: 0px 3px 10px {color:posts glow};
  388. -webkit-box-shadow: 0px 0px 10px {color:posts glow};
  389. box-shadow: 0px 0px 20px {color:posts glow};
  390. }
  391.  
  392. #posts img {
  393. max-width:250px;
  394.  
  395. }
  396.  
  397. #posts img, #posts li, #posts blockquote {
  398. max-width: 100%;
  399.  
  400. }
  401.  
  402. .caption {
  403. width:100%;
  404. margin-top:10px;
  405.  
  406. }
  407.  
  408. /*quote*/
  409.  
  410. #titlequote{
  411. text-align:left;
  412. font-size:14px;
  413. line-height:18px;
  414. font-weight:bold;
  415. }
  416. #source {
  417. margin-top:15px;
  418. margin-left:15px;}
  419.  
  420. /**Audio Posts**/
  421.  
  422. .audio {
  423. height:30px;
  424. padding:5px;
  425. margin-bottom:55px;
  426. }
  427.  
  428. .audio-album {
  429. position:absolute;
  430. width:80px;
  431. -webkit-transition: opacity 0.6s linear;
  432. opacity: 1;
  433. }
  434.  
  435. .audio-player {
  436. opacity:1;
  437. filter:alpha(opacity=90);
  438. width:27px;
  439. height:26px;
  440. overflow:hidden;
  441. position:absolute;
  442. border:30px;
  443. z-index:2;
  444. margin-left:27px;
  445. margin-top:27px;
  446. opacity:0;
  447. -webkit-transition: all 0.6s ease-out;
  448. -o-transition: all 0.6s ease-out;
  449. -webkit-transition: all 0.6s ease-out;
  450. -moz-transition: all 0.6s ease-out;
  451. }
  452.  
  453. .audio-info {
  454. margin-top:7px;
  455. position:relative;
  456. margin-left:85px;
  457. line-height:180%;
  458. padding:2px;
  459. }
  460.  
  461. .audio:hover .audio-player {
  462. opacity:.6;
  463. -webkit-transition: all 0.6s ease-out;
  464. -o-transition: all 0.6s ease-out;
  465. -webkit-transition: all 0.6s ease-out;
  466. -moz-transition: all 0.6s ease-out;
  467. }
  468.  
  469.  
  470.  
  471. /*asks*/
  472. .q {
  473. border-right:1px solid {color:title};
  474. padding-right:4px;
  475. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  476. margin-bottom:10px;
  477. }
  478. .as {
  479. font-weight:bold;
  480.  
  481. }
  482.  
  483. .a {
  484. margin-top:10px;
  485. }
  486.  
  487.  
  488. /*chat*/
  489.  
  490. .chat ol {
  491. padding:0;
  492. list-style:none;
  493. }
  494. .line {
  495. padding:5px 0;
  496.  
  497. }
  498.  
  499. .label {
  500. font-weight:bold;
  501. }
  502.  
  503.  
  504.  
  505. /*permalink and notes*/
  506.  
  507. #permalink {
  508. background-color:{color:posts background};
  509. border-top:1px solid {color:title};
  510. padding-top:2px;
  511. padding-left:10px;
  512. padding-right:10px;
  513. margin-top:8px;
  514. margin-bottom:-20px;
  515. margin-left:-8px;
  516. font-family:"trebuchet ms";
  517. letter-spacing:2px;
  518. font-size:7px;
  519. text-transform:uppercase;
  520. text-align:center;
  521. width:246px;
  522. }
  523.  
  524. #permalink a {
  525. margin-right:5px;
  526. }
  527.  
  528. .tags {
  529. position:absolute;
  530. margin-left:267px;
  531. margin-top:-0px;
  532. width:100px;
  533. text-transform:uppercase;
  534. font-style:normal;
  535. color:{color:links};
  536. letter-spacing:2px;
  537. line-height:100%;
  538. font-size:7px;
  539. text-align:left;
  540. padding:1px;
  541. -moz-transition-duration:0.5s;
  542. -webkit-transition-duration:0.5s;
  543. -o-transition-duration:0.5s;
  544. }
  545.  
  546. .tags a {
  547. color:{color:links};
  548. letter-spacing:1px;
  549. font-family:'trebuchet ms';
  550. padding:1px;
  551. }
  552.  
  553. .tags a:hover {
  554. color:#ffffff;
  555. }
  556.  
  557. .pagenotes {
  558. {block:IndexPage}
  559. display: none!important;
  560. {/block:IndexPage}
  561. width:400px;
  562. text-align:left;
  563.  
  564. }
  565.  
  566. .pagenotes img {
  567. display:none!important;
  568.  
  569. }
  570.  
  571. .pagenotes li {
  572. list-style-type:none;
  573. padding:5px 0px;
  574. text-align:left;
  575. margin:0 0 0 -40px;
  576. }
  577.  
  578.  
  579. .auto {
  580. opacity:.3;
  581. position:fixed;
  582. margin-top:-100px;
  583. margin-left:-5px;
  584. width:15px;
  585. height:15px;
  586. padding:5px;
  587. }
  588.  
  589. .autoplay {
  590. width:15px;
  591. height:15px;
  592. overflow:hidden;
  593. }
  594.  
  595. .autofix {
  596. margin-top:-3px;
  597. margin-left:-52px;
  598. }
  599.  
  600.  
  601. {CustomCSS}
  602.  
  603.  
  604. </style>
  605.  
  606.  
  607.  
  608. </head>
  609.  
  610. <body>
  611.  
  612.  
  613.  
  614. <div id="con">
  615.  
  616.  
  617.  
  618. <div id="sidebar">
  619. <div id="descbg"></div>
  620. <div id="description">{Description}</div>
  621. <a href="/"><div id="blogt">{Title}</div></a>
  622. <div id="links">
  623. <a href="/ask" title="message">.001</a>
  624. <br>
  625. {block:ifLink1}<a href="{text:Link 1 URL}" title="{text:link 1}">.002</a>{/block:ifLink1}
  626. <br>
  627. {block:ifLink2}<a href="{text:Link 2 URL}" title="{text:link 2}">.003</a>{/block:ifLink2}
  628. <br>
  629. {block:ifLink3}<a href="{text:Link 3 URL}" title="{text:link 3}">.004</a> {/block:ifLink3}
  630. <br>
  631. </div>
  632. {block:ifhovers}
  633. <div id="hovers">
  634. <a title="{text:Hover 1}">Track</a>
  635. <a title="{text:Hover 2}">Rs</a>
  636. <a title="{text:Hover 3}">Lit</a>
  637. <a title="{text:Hover 4}">AIM</a>
  638. <a title="{text:Hover 5}">Disc</a>
  639. <a title="{text:Hover 6}">Etc</a>
  640. </div>
  641. {/block:ifhovers}
  642. <a title="Now playing:{text:now playing}">
  643. <div class="auto">
  644. <div class="autoplay">
  645. <div class="autofix">
  646. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_multi.swf" width="158" height="20">
  647. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_multi.swf" />
  648. <param name="bgcolor" value="1f1f1f" />
  649. <param name="FlashVars" value="mp3={text:mp3}
  650. &amp;width=158&amp;height=20&amp;volume=75&amp;autoplay=1&amp;loop=1&amp;shuffle=0&amp;showslider=0&amp;showloading=never&amp;buttonwidth=40&amp;bgcolor=ffffff&amp;bgcolor1=ffffff&amp;bgcolor2=ffffff&amp;buttoncolor=838282&amp;buttonovercolor=838282&amp;showlist=0" />
  651. </object>
  652. </div>
  653. </div>
  654. </div>
  655. </a>
  656. </div>
  657.  
  658.  
  659. <div id="entries">
  660.  
  661. {block:Posts}
  662. <div id="posts">
  663.  
  664. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  665.  
  666. {block:Quote}
  667.  
  668.  
  669. <div id="titlequote">“{Quote}”</div>
  670. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  671. {/block:Quote}
  672.  
  673.  
  674.  
  675. {block:Text}
  676.  
  677. {block:Title}
  678. <div id="title">{Title}</div>{/block:Title}
  679. {Body}
  680. {/block:Text}
  681.  
  682. {block:Link}
  683. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  684. {/block:Link}
  685.  
  686. {block:Chat}
  687. {block:Title}
  688. <h1>{Title}</h1>
  689. {/block:Title}
  690. <div class="chat">
  691. <ol>{block:Lines}
  692. <li class="line {Alt}">
  693. {block:Label}
  694. <span class="label">
  695. {Label}</span>
  696. {/block:Label}{Line}</li>
  697. {/block:Lines}
  698. </ol></div>
  699. {/block:Chat}
  700.  
  701. {block:Photo}
  702. {LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}
  703. {/block:Photo}
  704.  
  705. {block:Photoset}
  706. {Photoset-250}
  707. {/block:Photoset}
  708.  
  709. {block:Video}
  710. {Video-250}
  711. {/block:Video}
  712.  
  713. {block:Audio}
  714. <div class="audio">
  715. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  716. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  717.  
  718. <div class="audio-info">
  719. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  720. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  721. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  722. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  723. </div></div>
  724. {/block:Audio}
  725.  
  726. {block:Answer}
  727. <div class="q">
  728. <div class="as"><span style="font-family:zona; text-transform:uppercase; color:{color:title}">{Asker}</span> said: </div>
  729. {Question}</div>
  730. <div class="a">{Answer}</div>
  731. {/block:Answer}
  732.  
  733.  
  734. {block:Date}
  735.  
  736. <div id="permalink">
  737.  
  738. <a href="{Permalink}" title="at {12Hour}:{Minutes} {CapitalAmPm} {block:NoteCount}with {NoteCount} notes{/block:NoteCount}">{ShortMonth} {DayOfMonth}, {Year}</a>
  739.  
  740. <a href="{ReblogParentURL}"title="{ReblogParentName}">
  741. <a href="{ReblogURL}" target="_blank">reblog</a>
  742.  
  743. </div>
  744. {/block:Date}
  745.  
  746.  
  747.  
  748. </div>
  749.  
  750.  
  751. {block:PostNotes}
  752. <div class="pagenotes">
  753. {PostNotes}
  754. </div>
  755. {/block:PostNotes}
  756.  
  757.  
  758. {/block:Posts}
  759.  
  760. <div id="pagination">
  761. {block:Pagination}
  762. {block:PreviousPage}
  763. <a href="{PreviousPage}"> previous </a>
  764. {/block:PreviousPage}
  765.  
  766.  
  767. {block:NextPage}
  768. <a href="{NextPage}">next </a>
  769. {/block:NextPage}
  770. {/block:Pagination}
  771. </div>
  772.  
  773.  
  774.  
  775. </div>
  776.  
  777. </div>
  778.  
  779.  
  780. {block:ContentSource}
  781. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  782. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  783. {/block:SourceLogo}
  784. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  785. {/block:ContentSource}
  786.  
  787. </body>
  788.  
  789. <a style="position:fixed;bottom:20px;right:20px;" href="http://babesthetique.tumblr.com" title="theme by babesthetique">babes</a>
  790.  
  791.  
  792. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement