Advertisement
yuukithemes

sea waves theme

Mar 27th, 2014
8,854
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.44 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.  
  3.  
  4.  
  5. <!-- this is not a redux edit.
  6. theme by hentaist leave credit untouched. -->
  7.  
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
  12. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
  13.  
  14. <head>
  15.  
  16. <script type="text/javascript">
  17. <!--
  18. function handleThis(formElm)
  19. {
  20. window.location="http://{text:url}.tumblr.com/search/"+formElm.number.value+"";
  21. return false;
  22. }
  23. // -->
  24. </script>
  25.  
  26. <meta name="color:bg" content="#ddf2e8">
  27. <meta name="color:link" content="#7bd7c2">
  28. <meta name="color:hover" content="#75b1d6">
  29. <meta name="color:bold" content="#9bcaca" />
  30. <meta name="color:H1 text" content ="#ffffff"/>
  31. <meta name="color:borders" content ="#7dccba"/>
  32. <meta name="color:italic" content="#78c9a1" />
  33. <meta name="color:scroll" content="#FCFCFC">
  34. <meta name="color:text" content="#9A9A9A">
  35. <meta name="color:chat line 1" content="#fcfcfc"/>
  36. <meta name="color:chat line 2" content="#ffffff"/>
  37. <meta name="color:H1 BG" content ="#000000"/>
  38. <meta name="color:H2 text" content ="#ff8e8d"/>
  39. <meta name="color:H2 BG" content ="#ffffff"/>
  40. <meta name="color:tags" content="#a0a0a0">
  41. <meta name="color:scrollbar" content="#D6D5D5">
  42. <meta name="color:permalinkgbg" content="#ffffff">
  43. <meta name="color:shadow" content="#b7d9d3"
  44.  
  45. <meta name="if:med" content="1">
  46. <meta name="if:small" content="0">
  47. <meta name="if:big" content="0">
  48. <meta name="if:tags" content="0">
  49. <meta name="if:captions" content="0">
  50. <meta name="if:shadow" content="1"/>
  51.  
  52. <meta name="image:background" content="" />
  53. <meta name="image:pixel"content=""/>
  54. <meta name="image:List Style" content="" />
  55.  
  56. <meta name="text:link1" content="url" />
  57. <meta name="text:link2" content="url" />
  58. <meta name="text:link3" content="url" />
  59. <meta name="text:title1" content="link" />
  60. <meta name="text:title2" content="link" />
  61. <meta name="text:title3" content="link" />
  62. <meta name="text:post opacity" content="1"/>
  63. <meta name="text:url" content="just put your url (w/o .tumblr.com)"
  64.  
  65.  
  66.  
  67. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  68. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  69. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  70. <link rel="icon" href=""/>
  71. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  72.  
  73. <script type="text/javascript"
  74. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  75.  
  76. <style type="text/css">
  77.  
  78. body { background-color:{color:bg}; background-attachment:fixed;background-size:cover; font-family:helvetica; font-size:11px; line-height:20px; text-align:justify; font-style:normal;}
  79.  
  80. #stuffcontainer:before {
  81. content: "";
  82. top: 0;
  83. bottom: 0;
  84. left: 0;
  85. right: 0;
  86. z-index: -1;
  87. position:fixed;
  88. background-size:cover;
  89. background-image:url('{image:background}');
  90. }
  91.  
  92. a {
  93. color:{color:link};
  94. -webkit-transition: all 0.4s ease-in-out;
  95. -moz-transition: all 0.4s ease-in-out;
  96. -o-transition: all 0.4s ease-in-out;
  97. text-decoration: none;
  98. }
  99.  
  100. a:hover {
  101. color:{color:hover};
  102. text-decoration:underline;
  103. cursor:pointer;
  104. }
  105.  
  106. iframe#tumblr_controls{
  107. top:0%!important;
  108. right:0%!important;
  109. position:fixed!important;
  110. z-index:99999999!important;
  111. opacity:1;
  112. -webkit-filter:invert(100%);
  113. -moz-filter:invert(100%);
  114. -o-filter:invert(100%);
  115. -ms-filter:invert(100%);
  116. filter:invert(100%);
  117. }
  118.  
  119.  
  120.  
  121. .source {
  122. letter-spacing:1px;
  123. margin-top:5px;
  124. font-size:10px;
  125. margin-left:10px;
  126. padding:5px;
  127. text-align:right;
  128. }
  129.  
  130. h1 {
  131. font:bold 11px courier new;
  132. letter-spacing:1px;
  133. text-align:center;
  134. padding:5px;
  135. border:1px solid #eee;
  136. color:{color:h1 text};
  137. background-color :{color:h1 BG};
  138. }
  139.  
  140. h1 a{
  141. color:{color:h1 text};
  142. }
  143.  
  144. h2 {
  145. background:#f8f8f8;
  146. font-family:helvetica;
  147. font-size:13px;
  148. font-weight:100;
  149. }
  150.  
  151. #shen {
  152. font-size:12px;
  153. font-family:helvetica;
  154. text-transform:lowercase;
  155. text-align:left;
  156. font-weight:100;
  157. background:#fbfbfb;
  158. padding:10px;
  159. line-height:20px;
  160. color:gray;}
  161.  
  162. #s-m-t-tooltip {
  163. position:fixed;
  164. overflow:hidden;
  165. max-width:90px;
  166. padding:3px 5px 3px 5px;
  167. margin:10px 0 0 10px;
  168. background:white;
  169. border:1px solid gray;
  170. z-index:9999;
  171. display:inline-block;
  172. font:9px arial;
  173. letter-spacing:1px;
  174. text-align:center;
  175. color:black;}
  176.  
  177. h3 {
  178. font-family: calibri;
  179. font-weight: normal;
  180. text-transform: uppercase;
  181. letter-spacing: 1px;
  182. font-size: 9px;
  183. display: block;
  184. padding: 5px;
  185. margin-top: 20px;
  186. background: #FBFBFB;
  187. }
  188.  
  189.  
  190. b, strong {
  191. font-weight:bold;
  192. color:{color:bold};
  193. }
  194.  
  195. i, em {
  196. font-style:italic;
  197. color:{color:italic};
  198. }
  199.  
  200. /* strikethrough */
  201. s, strike {
  202. color: #aef0e8;
  203. text-decoration: none;
  204. }
  205.  
  206.  
  207. ul li {
  208. list-style-image:url('{image:List style}');
  209. margin-left:-25px;
  210. margin-right:0px;
  211. text-align:left;}
  212.  
  213.  
  214. ::-webkit-scrollbar {background-color:{color:scroll}; height:8px; width:8px}
  215. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  216. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  217.  
  218.  
  219. img {
  220. max-width: 100%;
  221. }
  222.  
  223. /*PRE, BLOCKQUOTE, IMG*/
  224. img {border:none;}
  225.  
  226. pre {
  227. max-width:%100;
  228. display: block;
  229. text-align:start;
  230. overflow:hidden;
  231. word-wrap: break-word;}
  232.  
  233. blockquote {
  234. margin: 10px 0px 10px 10px;
  235. padding-left: 7px;
  236. word-wrap:break-word;
  237. padding-right:10px;
  238. border-left: solid 4px #dcdcdc;
  239. }
  240.  
  241. /*PRE, BLOCKQUOTE, IMG*/
  242.  
  243.  
  244. #searchresults {
  245. color: gray;
  246. text-align:center;
  247. border-bottom:1px solid gray;
  248. margin-top:100px;
  249. }
  250.  
  251. #stuffcontainer #searchresults .search_query {
  252. font-weight: bold;
  253. }
  254.  
  255. #stuffcontainer #searchresults .search_query:before {
  256. content:'“';
  257. }
  258.  
  259. #stuffcontainer #searchresults .search_query:after {
  260. content:'”';
  261. }
  262.  
  263. #theme {
  264. background-color:{color:bg};
  265. width:700px;
  266. margin: 0 auto -12px auto;
  267. text-align: center;
  268. }
  269.  
  270. #sidebar{
  271. position:fixed;
  272. top:200px;
  273. left:120px;
  274. font-size:11px;
  275. background:white;
  276. {block:ifshadow}
  277. box-shadow:5px 5px {color:shadow};
  278. {/block:ifshadow}
  279. padding:5px;
  280. border:1px solid {color:borders};
  281. }
  282.  
  283. .pagination {
  284. text-align: right;
  285. padding-bottom: 35px;
  286. margin-left:20px;
  287. margin-top:8px;
  288. width:auto;
  289. text-transform: lowercase;
  290. }
  291.  
  292. .pagination a {
  293. background-color: white;
  294. color: {color:text};
  295. font-size:12px;
  296. width:110px;
  297. padding: 5px 10px;
  298. text-decoration: none;
  299. }
  300.  
  301. #stuff a{
  302. border-bottom:1px dotted {color:hover};
  303. }
  304.  
  305. #stuff a:hover{
  306. border-bottom:1px solid {color:hover};
  307. }
  308.  
  309.  
  310. #stuffcontainer {
  311. float:left;
  312. margin-left:490px;
  313. margin-top:-50px;
  314. text-align:justify;
  315. color:{color:text};
  316. }
  317.  
  318. ul.chat {
  319. margin: 0;
  320. padding: 0;
  321. }
  322.  
  323. .chat li {
  324. list-style-type: none;
  325. margin-left: -5px;
  326. padding: 0px;
  327. line-height:15px;
  328. letter-spacing:1px;
  329. font:11px arial;
  330.  
  331. }
  332.  
  333. .chat li.odd {
  334. margin-bottom: 3px;
  335. background-color:{color:chat line 1};
  336. color: {color:text};
  337. }
  338.  
  339. .chat li.even {
  340. margin-bottom: 3px;
  341. background-color:{color:chat line 2};
  342. color: {color:text};
  343. }
  344.  
  345. #stuff {
  346. overflow:hidden;
  347. padding-top:10px;
  348. padding-bottom:0px;
  349. padding-left:10px;
  350. font-family:arial;
  351. padding-right:10px;
  352. background-color:{color:bg};
  353. {block:ifmed}
  354. width:400px;
  355. {/block:ifmed}
  356. {block:ifbig}
  357. width:500px;
  358. {/block:ifbig}
  359. {block:ifsmall}
  360. width:250px;
  361. {/block:ifsmall}
  362. text-align:justify;
  363. border:1px solid {color:borders};
  364. font-size:11px;
  365. background:#fff;
  366. margin-top:80px;
  367. opacity:{text:post opacity};
  368. line-height:15px;
  369. color:{color:text};
  370. {block:ifshadow}
  371. box-shadow:5px 5px {color:shadow};
  372. {/block:ifshadow}
  373. }
  374.  
  375. .question {
  376. line-height:120%;
  377. font-weight:100;
  378. font-family:helvetica;
  379. font-size:12px;
  380. color:gray;
  381. word-wrap:break-word;
  382. overflow:hidden;
  383. background:#fbfbfb;
  384. padding:8px;
  385. border:1px solid #eee;
  386. border-right:2px solid #c7c7c7;
  387. border-bottom:2px solid #c7c7c7;
  388. }
  389.  
  390. .answer {
  391. padding-top:3px;
  392. padding-bottom:0px;
  393. margin-bottom:0px;
  394. font-weight:100;
  395. font-family:helvetica;
  396. background:white;
  397. }
  398.  
  399. #audio {
  400. width:100%;
  401. height:26px;
  402. overflow:hidden;
  403. padding-top:7px;
  404. padding-left:5px;
  405. padding-right:55px;
  406. padding-bottom:5px;
  407. background-color:white;
  408. color:gray;
  409. line-height:12px;
  410. }
  411.  
  412. #audio_player {
  413. width:25px;
  414. height:70px;
  415. padding-top:15px;
  416.  
  417. background-color:white
  418. display:block;
  419. overflow:hidden;
  420. -moz-transition:all linear 0.8s;
  421. -webkit-transition:all linear 0.8s;
  422. -o-transition:all linear 0.8s;
  423. transition:all linear 0.8s;
  424. }
  425.  
  426. #audio_track {
  427. color:#f3f3f3;
  428. font-size:10px;
  429. letter-spacing:1px;
  430. font-style:italic;
  431. }
  432.  
  433. #postinfo {
  434. font-family: arial;
  435. margin-top:10px;
  436. {block:ifmed}
  437. width:390px;
  438. {/block:ifmed}
  439. {block:ifbig}
  440. width:490px;
  441. {/block:ifbig}
  442. {block:ifsmall}
  443. width:250px;
  444. {/block:ifsmall}
  445. padding:0px;
  446. color:{color:tags};
  447. font-size:10px;
  448. text-transform:lowercase;
  449. text-align:left;
  450. background:{color:permalinkgbg};
  451. }
  452.  
  453. #postinfo a {
  454. color:{color:Tags};
  455. font-size:11px;
  456. border-bottom:0px solid #fff;
  457. font-family:arial;
  458. }
  459.  
  460. #postinfo a:hover {
  461. color:{color:hover};
  462. }
  463.  
  464.  
  465. .note {
  466. margin-top:8px;
  467. width:100%;
  468. line-height:14px;
  469. text-transform:lowercase;
  470. font-size:9px;
  471. margin-left:-60px;
  472. letter-spacing:1px; }
  473.  
  474. .note li {
  475. list-style:none; }
  476.  
  477. .note img {
  478. display:none; }
  479.  
  480. .note li {
  481. list-style-type:none;
  482. padding:10px 25px 10px 25px;
  483. text-align:left;
  484. margin:0px;
  485. -moz-transition-duration:0.5s;
  486. -webkit-transition-duration:0.5s;
  487. -o-transition-duration:0.5s;
  488. }
  489.  
  490. .tags {
  491. position:absolute;
  492. margin-top:-3px;
  493. font-style:normal;
  494. {block:ifbig}
  495. width:480px;
  496. {/block:ifbig}
  497. {block:ifmed}
  498. width:375px;
  499. {/block:ifmed}
  500. {block:ifsmall}
  501. width:250px;
  502. {/block:ifsmall}
  503. text-transform:lowercase;
  504. color:{color:tags};
  505. letter-spacing:2px;
  506. margin-left:-11px;
  507. line-height:120%;
  508. overflow:hidden;
  509. font-size:9px;
  510. border-left:1px solid {color:borders};
  511. border-right:1px solid {color:borders};
  512. border-bottom:1px solid {color:borders};
  513. text-align:left;
  514. word-wrap:break-word;
  515. font-family:arial;
  516. background:white;
  517. padding:10px;
  518. -moz-transition-duration:0.5s;
  519. -webkit-transition-duration:0.5s;
  520. -o-transition-duration:0.5s;
  521. }
  522.  
  523. .tags a {
  524. color:{color:tags};
  525. letter-spacing:1px;
  526. width:350px;
  527. word-wrap:break-word;
  528. padding:3px;
  529. line-height:210%;
  530.  
  531. }
  532.  
  533. .tags a:hover {
  534. color:{color:hover};
  535. cursor:default;
  536. text-decoration:underline;
  537. background:white;
  538. }
  539.  
  540. .sb{
  541. text-align:center;
  542. line-height:15px;
  543. width:100px;
  544. background:white;
  545. border-top:20px solid {color:borders};
  546. border-left:1px solid {color:borders};
  547. border-right:1px solid {color:borders};
  548. border-bottom:1px solid {color:borders};
  549. margin-left:-31px;
  550. margin-top:-25px;
  551. font-family:arial;
  552. font-size:10px;
  553. margin-left:-15px;
  554. padding:20px 5px; 15px 5px;
  555. color:#b8b8b8;
  556. }
  557.  
  558. #sidebar .description {
  559. width:150px;
  560. text-align:center;
  561. margin-bottom:1.45em;
  562. color:{color:text};
  563. }
  564.  
  565. #sidebar .nav {
  566. list-style-type:none;
  567. margin-top:1.45em;
  568. text-align:center;
  569. word-spacing:3px;
  570. width:150px;
  571. }
  572.  
  573. #sidebar .nav a:hover {
  574. color:{color:hover};
  575. }
  576.  
  577. .nav a {
  578. text-decoration:none;
  579. border-bottom:1px solid {color:link};
  580. }
  581.  
  582. .nav a:hover{
  583. text-decoration:none;
  584. border-bottom:1px dotted {color:hover};
  585. }
  586.  
  587.  
  588. </style>
  589.  
  590. </head>
  591.  
  592. <body>
  593.  
  594. <div id="theme">
  595. <div id="sidebar">
  596. <a href="/"><img src="{image:pixel}" style="float:left;opacity:.8;max-width:100px;"></a>
  597. <div class="description">{Description}</div>
  598. <div class="nav">
  599. <a href="/">index</a>
  600. <a href="/ask">contact</a>
  601. <a href="/archive">archive</a><br>
  602. <a href="{text:link1}">{text:title1}</a>
  603. <a href="{text:link2}">{text:title2}</a>
  604. <a href="{text:link3}">{text:title3}</a><p>
  605. <div style="margin-left:-5px; position:inline;">
  606. <form onsubmit="return handleThis(this)">
  607. <input type="text" name="number" style="color:{color:tags};border:1px solid {color:borders};width:80px;"/>
  608. <input type="submit" value="?" style="background-color:{color:bg};color:{color:text};border:1px solid {color:borders}; width:30px;padding:1px;"/>
  609. </form>
  610. </div></div>
  611.  
  612. </div>
  613. </div>
  614. </div>
  615.  
  616.  
  617. <div id="stuffcontainer">
  618.  
  619. <div class="autopagerize_page_element">
  620.  
  621. {block:SearchPage}
  622. {block:SearchResults}
  623. <div id="searchresults">{lang:SearchResultCount results for SearchQuery 2}</div>
  624. {/block:SearchResults}
  625.  
  626. {block:NoSearchResults}
  627. <div id="searchresults">{lang:No search results for SearchQuery 2}</div>
  628. {/block:NoSearchResults}
  629. {/block:SearchPage}
  630. {block:Posts}
  631.  
  632. <div id="stuff">
  633.  
  634. {block:ContentSource}
  635. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  636. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  637. {/block:SourceLogo}
  638. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  639. {/block:ContentSource}
  640.  
  641. {block:ReblogParent}{/block:ReblogParent}
  642.  
  643.  
  644.  
  645. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  646.  
  647. {block:Quote}<div id="shen">{Quote}</div><div class="source">{Source}</div>{/block:Quote}
  648.  
  649. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:ifcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifcaptions}{block:permalinkpage}{/block:permalinkpage}{/block:Photo}
  650.  
  651. {block:Photoset}
  652. {block:indexpage}
  653. {block:ifsmall}{Photoset-250}{/block:ifsmall}
  654. {block:ifmed}{Photoset-400}{/block:ifmed}
  655. {block:ifbig}{Photoset-500}{/block:ifbig}
  656. {block:Caption}<div style="margin-bottom:-10px;">{Caption}</div>{/block:Caption}
  657. {/block:indexpage}
  658. {block:permalinkpage}
  659. {block:ifsmall}{Photoset-250}{/block:ifsmall}
  660. {block:ifmed}{Photoset-400}{/block:ifmed}
  661. {block:ifbig}{Photoset-500}{/block:ifbig}
  662. {/block:permalinkpage}
  663. {/block:Photoset}
  664.  
  665. {block:Chat}
  666. {block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}<ul class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}{Line}</li>{/block:Lines}
  667. </ul>
  668. {/block:Chat}
  669.  
  670.  
  671. {block:Video}
  672. {block:ifbig}
  673. {Video-500}
  674. {/block:ifbig}
  675. {block:ifsmall}
  676. {Video-250}
  677. {/block:ifsmall}
  678. {block:ifmed}
  679. {Video-400}
  680. {/block:ifmed}
  681. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  682.  
  683.  
  684.  
  685. {block:Answer}
  686. <div class="question">
  687. <span style="border-bottom:1px dotted #eee;"><b>{Asker}:</b></span> {Question} </div>
  688. <div class="answer">{Answer}</div>{/block:Answer}
  689. {/block:Answer}
  690.  
  691. {block:Audio}
  692. <table border="0" cellpadding="0" cellspacing="0" ><tr>
  693. <td valign="top">
  694. <div id="audio_player">{AudioPlayerWhite}</div>
  695. </td>
  696. <td id="audio" valign="top" >
  697. {block:TrackName}
  698. <span id="audio_track">{TrackName}</span>
  699. {/block:TrackName}
  700. <br>
  701. {block:Artist}
  702. by {Artist}
  703. {/block:Artist}
  704. {block:Album}
  705. from {Album}
  706. {/block:Album}
  707. <div style="font-size:7px; text-transform:uppercase;">
  708. {PlayCountWithLabel}
  709. </div>
  710. </td>
  711. </tr>
  712. </table>
  713. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  714.  
  715. {block:Link}
  716. <div class="ph"><a href="{URL}" target="{Target}">{Name}</a></div>
  717. {block:Description}{Description}{/block:Description}
  718. {/block:Link}
  719.  
  720.  
  721. {block:Date}
  722.  
  723. <div id="postinfo">
  724.  
  725. <!---- <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div>--->
  726.  
  727. <span id="perma_reblog" style="color:{color:tags};">
  728. <a href="{Permalink}" style="text-decoration:underline;">{12Hour}:{Minutes} {AmPm}</a> &nbsp;<a href="{Permalink}" style="text-decoration:underline">{MonthNumber}/{DayOfMonthWithZero}/{ShortYear}</a>&nbsp;&nbsp;{block:notecount}<a href="{Permalink}" style="text-decoration:underline;"> {NoteCountWithLabel}</a>{/block:notecount} </span> {block:iftags}{block:IndexPage}<br>{block:HasTags}{block:Tags}<a href="{TagURL}" style="padding: 1px 0px 0px 0px;margin: 0px 7px 0px 0px; text-decoration:underline;">{Tag}</a>{/block:Tags}{/block:HasTags}{/block:IndexPage} {/block:iftags}</div>{/block:Date}
  729.  
  730. <div class="note">
  731.  
  732. {block:PostNotes}{PostNotes}{/block:PostNotes}
  733. </div>
  734. </div>
  735. {/block:Posts}
  736. {block:Pagination}
  737. <div class="pagination">
  738. {block:PreviousPage}
  739. <a class="back" href="{PreviousPage}">&larr; {lang:Previous}</a>
  740. {/block:PreviousPage}
  741. {block:NextPage}
  742. <a class="next" href="{NextPage}">{lang:Next page} &rarr;</a>
  743. {/block:NextPage}</div>
  744. {/block:Pagination}
  745. </div>
  746.  
  747. </div>
  748. </div>
  749. </div>
  750.  
  751. <div style="position:fixed;bottom:5px;left:5px;background:white;opacity:.5;padding:2px 2px 0px 2px;" title="theme by hentaist"><a href="http://hentaist.tumblr.com" style="color:black;">THEME</a></div>
  752. </body>
  753. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement