Advertisement
haffalump

haffalump theme eleven

Aug 13th, 2013
10,131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.34 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. <!--theme eleven
  5. theme credit to hafsa (haffalump @ tumblr)
  6. the credit can not be removed or changed in any possible way.
  7. do not use this code as a base, and do not repost it/rehash it
  8. and use claim it as your own.
  9. -->
  10.  
  11.  
  12.  
  13. <html>
  14.  
  15.  
  16.  
  17. <head>
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Playfair+Display+SC:400,700italic,700,400italic' rel='stylesheet' type='text/css'>
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Old+Standard+TT:400,400italic,700' rel='stylesheet' type='text/css'>
  22.  
  23.  
  24. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  25.  
  26. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  27.  
  28. <script type=”text/javascript” language=”javascript” src=”http://assets.tumblr.com/javascript/tumblelog.js?7”></script>
  29.  
  30.  
  31. <script type=”text/javascript”>
  32. $(window).load(function () {
  33. $(‘.content’).masonry({
  34. itemSelector : “.container”,
  35. },
  36. function() { $(‘.content’).masonry({ appendedContent: $(this) }); }
  37. );
  38. });
  39. </script>
  40.  
  41.  
  42. <link rel="shortcut icon" href="{Favicon}">
  43. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  44. {block:Description}
  45. <meta name="description" content="{MetaDescription}" />
  46. {/block:Description}
  47.  
  48.  
  49. <meta name="font:Body" content="times, Georgia, Baskerville, Helvetica Neue"/>
  50. <meta name="color:Text" content="#000000"/>
  51. <meta name="color:Link" content="#000000"/>
  52. <meta name="color:LinkHov" content="#5d5260"/>
  53. <meta name="color:Bold" content="#5d5260"/>
  54. <meta name="color:Scroll" content="#5d5260"/>
  55. <meta name="color:Background" content="#f5f5f5"/>
  56.  
  57. <meta name="text:Link1" content="Link 1"/>
  58. <meta name="text:Link1 URL" content="/"/>
  59. <meta name="text:Link2" content="Link 2"/>
  60. <meta name="text:Link2 URL" content="/"/>
  61. <meta name="text:Link3" content="Link 3"/>
  62. <meta name="text:Link3 URL" content="/"/>
  63.  
  64. <meta name="image:Background" content=""/>
  65.  
  66. <style type="text/css">
  67.  
  68.  
  69.  
  70.  
  71.  
  72. body {
  73. background-color: #ffffff;
  74. font-family: {font:Body};
  75. font-size: 9px;
  76. color: {color:Text};
  77. letter-spacing: 0px;
  78. }
  79.  
  80.  
  81. .content {
  82. width: 400px;
  83. padding: 0px;
  84. background-color: {color:Background};
  85. padding: 50px;
  86. position: relative;
  87. top: -35px;
  88. left: 590px;
  89. font-size: 12px;
  90. font-family: 'Old Standard TT', times, serif;
  91.  
  92. }
  93.  
  94.  
  95. .container{
  96. width: 860px;
  97. float:right;
  98.  
  99. }
  100.  
  101.  
  102. .sidebar {
  103. font-family: 'Old Standard TT', times, serif;
  104. font-size: 10px;
  105. letter-spacing: 0px;
  106. color: {color:Text};
  107. font-style:none;
  108. text-align: left;
  109. text-transform: lowpercase;
  110. width: 160px;
  111. top: -35px;
  112. padding: 50px;
  113. position: relative;
  114. background-color: #;
  115. line-height: 110%;
  116.  
  117. }
  118.  
  119. .sidebar a:link, .sidebar a:visited, .sidebar a:active{
  120.  
  121. color: {color:Text};
  122. }
  123.  
  124.  
  125. .sidebar a:hover {
  126. color: {color:LinkHov};
  127. text-decoration: none;
  128. }
  129.  
  130. .title {
  131. font-family: 'Old Standard TT','Playfair Display SC', times, serif;
  132. font-size: 36px;
  133. color: #ffffff;
  134. width: 90px;
  135. text-align: left;
  136. text-transform: uppercase;
  137. font-weight: 400;
  138. letter-spacing: -3px;
  139. padding: 0px;
  140. line-height:80%;
  141. font-style: italic;
  142.  
  143. }
  144.  
  145. .title a:link, .title a:visited, .title a:active{
  146.  
  147. color: #5d5260;
  148.  
  149. }
  150.  
  151.  
  152. .title a:hover{
  153. color: #ffffff;
  154. transition-duration: 0.3s; -moz-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; }
  155.  
  156. a {
  157. font-weight: none;
  158. text-decoration: none;
  159. color: {color:Link};
  160. padding: 0px;
  161.  
  162. }
  163.  
  164. a:hover {
  165. color: {color:LinkHov};
  166. text-decoration: none;
  167. padding: 0px;
  168. transition-duration: 0.3s; -moz-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s;
  169. }
  170.  
  171. a img {
  172. border: 0px;
  173. }
  174.  
  175.  
  176.  
  177. b, strong {
  178. color: #5d5260;
  179. }
  180.  
  181.  
  182. .post img {
  183. display: inline-block;
  184. margin: 0 auto;
  185.  
  186. }
  187.  
  188. .post {
  189. text-align: justify;
  190. padding: 0px;
  191. width: 400px;
  192.  
  193. }
  194.  
  195.  
  196. .notesandtags {
  197. padding: 5px;
  198. margin-bottom: 15px;
  199. margin-top: 5px;
  200. margin-left: -4px;
  201. width: 395px;
  202.  
  203. }
  204.  
  205. .tags {
  206. font-size: 7px;
  207. letter-spacing: 1px;
  208. font-weight: none;
  209. text-transform: lowercase;
  210. float: right;
  211. text-align: right;
  212. background-color: #;
  213. margin-top: -8px;
  214. width:400px;
  215. padding: 5px;
  216. position: relative;
  217. left: 8px;
  218. margin-bottom: 80px;
  219.  
  220. }
  221.  
  222.  
  223. .tags a:hover{
  224.  
  225. background-color: #5d5260;
  226. color: #5d5260;
  227. transition-duration: 0.4s; -moz-transition-duration: 0.4s; -webkit-transition-duration: 0.4s; -o-transition-duration: 0.4s;
  228.  
  229. }
  230.  
  231.  
  232. .tag {
  233. font-family: 'Old Standard TT', times, serif;
  234. font-size: 7px;
  235. letter-spacing: 1px;
  236. color: {color:Text};
  237. text-transform: uppercase;
  238. font-weight: none;
  239. display: inline;
  240. margin-left: 0px;
  241. text-align: right;
  242. }
  243.  
  244.  
  245. .time {
  246. font-family: {font:Body};
  247. font-size: 7px;
  248. letter-spacing: 1px;
  249. color: {color:Text};
  250. text-transform: uppercase;
  251. width: 384px;
  252. background-color: #f5f5f5;
  253. padding: 8px 8px 3px 8px;
  254. }
  255.  
  256. h3 {
  257. font-family: 'Old Standard TT', times, serif;
  258. color: #5d5260;
  259. font-size: 20px;
  260. text-transform: lowercase;
  261. text-align: justify;
  262. letter-spacing: 0px;
  263. font-weight: 200;
  264. font-style: italic;
  265. line-height:70%;
  266. margin-top: 4px;
  267. margin-bottom: 2px;
  268. padding-top: 4px;
  269.  
  270. }
  271.  
  272. .h3 a:link, .h3 a:visited, .h3 a:active{
  273. color: #5d5260;}
  274.  
  275. blockquote {
  276. font-family: 'Old Standard TT','Playfair Display SC', times, serif;
  277. font-size: 11px;
  278. color: #000000;
  279. letter-spacing: 0px;
  280. text-align: justify;
  281. text-transform: lowercase;
  282. font-weight: none;
  283. font-style: none;
  284. line-height: 120%;
  285. padding: 0px 0px 0px 8px;
  286. margin: 0px;
  287. margin-left:10px;
  288. border-left: 1px solid #5d5260;
  289.  
  290. }
  291.  
  292. .blockquote a:link, .blockquote a:visited, .blockquote a:active{
  293. font-family: 'Old Standard TT', times, serif;
  294. color: #5d5260;
  295. font-size: 10px;
  296. text-transform: uppercase;
  297. }
  298.  
  299. .quote {
  300. font-family: 'Old Standard TT', times, serif;
  301. font-size: 20px;
  302. letter-spacing: 0px;
  303. color: #5d5260;
  304. line-height: 85%;
  305. text-transform: lowercase;
  306. font-weight: none;
  307. font-style:italic;
  308. }
  309.  
  310. .source {
  311. margin-left: 25px;
  312. font-family: 'Old Standard TT', times, serif;
  313. font-size: 8px;
  314. letter-spacing: 1px;
  315. color: #000;
  316. text-transform: uppercase;
  317. font-style: none;
  318. padding: 10px;
  319. }
  320.  
  321. .link {
  322. font-family: 'Old Standard TT', times, serif;
  323. color: #5d5260;
  324. font-size: 20px;
  325. text-transform: lowercase;
  326. text-align: justify;
  327. letter-spacing: 0px;
  328. font-weight: none;
  329. font-style: italic;
  330. }
  331.  
  332. .link:hover {
  333. color: #ffffff;
  334. }
  335.  
  336.  
  337.  
  338. ul.chat {
  339. margin: 0;
  340. padding: 0;
  341. }
  342.  
  343. .chat li {
  344. list-style-type: none;
  345. font-size: 8px;
  346. margin-left: 0px;
  347. padding: 3px;
  348. text-transform: uppercase;
  349. }
  350.  
  351. .chat li.odd {
  352. margin-bottom: 1px;
  353. color: {color:Text};
  354. font-size: 8px;
  355. text-transform: uppercase;
  356. }
  357.  
  358. .chat li.even {
  359. margin-bottom: 1px;
  360. color: {color:Text};
  361. font-size: 8px;
  362. text-transform: uppercase;
  363. }
  364.  
  365. .label {
  366. font-weight: none;
  367. }
  368.  
  369.  
  370.  
  371. #navcontainer
  372. {
  373. margin: 0px;
  374. padding: 0px;
  375. text-align: center;
  376. font-size: 10px;
  377. }
  378. #navcontainer { display: inline; }
  379. #navcontainer a
  380. {
  381. text-decoration: none;
  382. padding: .2em 1em;
  383. color: #fff;
  384. font-size: 10px;
  385. }
  386.  
  387.  
  388. #navcontainer a:hover
  389. {
  390. color: #fff;
  391. background-color: #369;
  392. font-size: 10px;
  393. }
  394.  
  395.  
  396. ::-webkit-scrollbar {
  397. height: 30px;
  398. width: 8px;
  399. background: #ffffff;
  400. }
  401. ::-webkit-scrollbar-thumb {
  402. background: {color:Scroll};
  403.  
  404. }
  405. ::-webkit-scrollbar-corner {
  406. background: #ffffff;
  407. }
  408.  
  409.  
  410.  
  411.  
  412. ol.notes {
  413. padding: 0px;
  414. margin: 25px 0px;
  415. font-size: 10px;
  416. list-style-type: none;
  417.  
  418. }
  419.  
  420. ol.notes li.note {
  421. padding: 2px;
  422. }
  423.  
  424. ol.notes li.note img.avatar {
  425. vertical-align: -4px;
  426. margin-right: 10px;
  427. width: 10px;
  428. height: 10px;
  429. }
  430.  
  431. ol.notes li.note span.action {
  432. font-weight: none;
  433. }
  434.  
  435. ol.notes li.note .answer_content {
  436. font-weight: normal;
  437. }
  438.  
  439. ol.notes li.note blockquote {
  440. border-color: none;
  441. padding: 4px 10px;
  442. margin: 5px 0px 0px 25px;
  443. }
  444.  
  445. ol.notes li.note blockquote a {
  446. text-decoration: none;}
  447.  
  448. .audio {
  449. background-color: #ffffff;
  450. width: 380px;
  451. color: #000000;
  452. text-transform:uppercase;
  453. height:85px;
  454. padding: 15px;
  455. line-height: 80%;
  456. }
  457.  
  458. .asker {
  459. width: 360px;
  460. font-size: 7px;
  461. color: {color:Text};
  462. text-align: left;
  463. margin-right: 0px;
  464. margin-top: 10px;
  465. text-transform: uppercase;
  466. font-weight: none;
  467. letter-spacing: 1px;
  468. font-style: none;
  469. font-family: 'Old Standard TT', times, serif;
  470. }
  471.  
  472. .q {
  473. font-family: 'Old Standard TT', times, serif;
  474. margin-top: 10px;
  475. font-size: 12px;
  476. color: #000000;
  477. font-weight: none;
  478. letter-spacing: 0px;
  479. padding-bottom: 5px;
  480. text-align: justify;
  481. line-height: 100%;
  482. text-transform: lowercase;
  483. font-style: none;
  484. background-color: #ffffff;
  485. width: 330px;
  486. padding: 25px;
  487. }
  488.  
  489. .answer {
  490. font-size: 12px;
  491. font-family: 'Old Standard TT', times, serif;
  492. color: {color:Text};
  493. text-align: justify;
  494. width: 400px;
  495. line-height: 100%;
  496. }
  497.  
  498. .ask {
  499. background-color: #;
  500. width: 400px;
  501. padding: 0px;
  502. }
  503.  
  504.  
  505. .date {
  506. font-family: 'Old Standard TT', times, serif;
  507. line-height: 100%;
  508. color: #5d5260;
  509. margin-top: 80px;
  510. font-size: 7px;
  511. text-align: left;
  512. text-transform: uppercase;
  513. font-weight: none;
  514. letter-spacing: 1px;
  515. font-style: none;
  516. padding-bottom: 3px;
  517. margin-bottom: 7px;
  518. }
  519.  
  520. .li {
  521.  
  522. color: #000;
  523. font-size: 8px;
  524. letter-spacing:0px;
  525. font-weight: 200;
  526. text-align: right;
  527. text-transform: uppercase;
  528. font-family: 'Old Standard TT', times, serif;
  529. line-height: 170%;
  530. font-style: none;
  531.  
  532. }
  533.  
  534. .li a:link, .li a:visited, .li a:active{
  535. color: #5d5260; }
  536.  
  537.  
  538. .li a:hover{
  539. color: #ffffff;
  540. transition-duration: 0.3s; -moz-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; }
  541.  
  542.  
  543.  
  544. {CustomCSS}
  545. </style>
  546.  
  547. <center><title>{Title}</title></center>
  548.  
  549. </head>
  550.  
  551.  
  552.  
  553. <body>
  554.  
  555.  
  556.  
  557. <div style="width: 200px; height: 280px; background-image: url({image:Background}); position: fixed; left: 111px; top: 170px; "></div>
  558.  
  559.  
  560. <div style="position: relative; right: 5px; bottom:5px; position: fixed; color: #000; "><a href="http://haffalump.tumblr.com/">theme</a></div>
  561.  
  562.  
  563.  
  564. <div style=" position: fixed; left: 313px; top: 185px; z-index: 100; ">
  565.  
  566.  
  567. <div class="title"><a href="/">{Title}</a> </div>
  568.  
  569.  
  570. </div>
  571.  
  572. <div style=" position: fixed; left: 56px; top: 300px; z-index: 100; ">
  573.  
  574.  
  575. <p>
  576. <div class="li">
  577. <a href="/ask">ask</a><br>
  578. <a href="/archive">archive</a><br>
  579. <a href="/about">about</a><br><br>
  580. <a href="{text:Link1 URL}">{text:Link1}</a><br>
  581. <a href="{text:Link2 URL}">{text:Link2}</a> <br>
  582. <a href="{text:Link3 URL}">{text:Link3}</a><br>
  583. <br>
  584. <div id=”navcontainer”>
  585. {block:HasPages}
  586. {block:Pages}
  587.  
  588. <a href={URL}>{Label}</a><br>
  589.  
  590. {/block:Pages}
  591. {/block:HasPages}</div>
  592.  
  593. </div></div>
  594.  
  595. <div style=" position: fixed; left: 266px; top: 290px; z-index: 100; ">
  596.  
  597. <div class="sidebar">
  598.  
  599. {block:Description}{Description}{/block:Description}
  600. <p>
  601. <div style="padding-top: 20px;"></div>
  602. {block:Pagination}
  603. {block:PreviousPage}
  604. <a href="{PreviousPage}">«</a>
  605. {/block:PreviousPage}
  606.  
  607. {block:JumpPagination length="4"}
  608. {block:CurrentPage}
  609. <span class="current_page">{PageNumber}</span>
  610. {/block:CurrentPage}
  611.  
  612. {block:JumpPage}
  613. <a class="jump_page" href="{URL}">{PageNumber}</a>
  614. {/block:JumpPage}
  615. {/block:JumpPagination}
  616.  
  617. {block:NextPage}
  618. <a href="{NextPage}">»</a>
  619. {/block:NextPage}
  620. {/block:Pagination}
  621.  
  622. </div></div></div>
  623.  
  624.  
  625.  
  626. <div class="content">
  627.  
  628.  
  629. {block:Posts}
  630.  
  631.  
  632. {block:Text}
  633. <div class="post">
  634. <div class="date">
  635. <a href="{Permalink}">
  636. {block:Date}{12Hour}:{Minutes}{AmPm}, {DayOfMonthWithZero}/{MonthNumber}/{ShortYear}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  637. </a></div>
  638. {block:Title}
  639. <h3><a href="{Permalink}">{Title}</a></h3>
  640. {/block:Title}
  641. {Body}
  642. </div>
  643. {/block:Text}
  644.  
  645. {block:Photo}
  646. <div class="post">
  647. <div class="date">
  648. <a href="{Permalink}">
  649. {block:Date}{12Hour}:{Minutes}{AmPm}, {DayOfMonthWithZero}/{MonthNumber}/{ShortYear}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom}<a href="{ReblogParentURL}">VIA</a> {/block:RebloggedFrom}</a>
  650. </a></div>
  651. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  652. {Caption}
  653. </div>
  654. {/block:Photo}
  655.  
  656. {block:Photoset}
  657. <div class="post">
  658. <div class="date">
  659. <a href="{Permalink}">
  660. {block:Date}{12Hour}:{Minutes}{AmPm}, {DayOfMonthWithZero}/{MonthNumber}/{ShortYear}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  661. </a></div>
  662. <center>{Photoset-400}</center>
  663. {Caption}
  664. {SourceURL}
  665. </div>
  666. {/block:Photoset}
  667.  
  668. {block:Quote}
  669. <div class="post">
  670. <div class="date">
  671. <a href="{Permalink}">
  672. {block:Date}{12Hour}:{Minutes}{AmPm}, {DayOfMonthWithZero}/{MonthNumber}/{ShortYear}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  673. </a></div>
  674. <span class="quote">"{Quote}"</span>
  675. {block:Source}
  676. <div class="source">– {Source}</div>
  677. {/block:Source}
  678. {SourceURL}
  679. </div>
  680. {/block:Quote}
  681.  
  682. {block:Link}
  683. <div class="post">
  684. <div class="date">
  685. <a href="{Permalink}">
  686. {block:Date}{12Hour}:{Minutes}{AmPm}, {DayOfMonthWithZero}/{MonthNumber}/{ShortYear}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  687. </a></div>
  688. <a href="{URL}" class="link" {Target}>{Name}</a>
  689. {block:Description}
  690. <div class="description">{Description}</div>
  691. {/block:Description}
  692. </div>
  693. {/block:Link}
  694.  
  695. {block:Chat}
  696. <div class="date">
  697. <a href="{Permalink}">
  698. {block:Date}{12Hour}:{Minutes}{AmPm}, {DayOfMonthWithZero}/{MonthNumber}/{ShortYear}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  699. </a></div>
  700. <div class="post">
  701. {block:Title}
  702. <h3><a href="{Permalink}">{Title}</a></h3>
  703. {/block:Title}
  704. <ul class="chat">
  705. {block:Lines}
  706. <li class="{Alt} user_{UserNumber}">
  707. {block:Label}
  708. <span class="label">{Label}</span>
  709. {/block:Label}
  710. {Line}
  711. </li>
  712. {/block:Lines}
  713. </ul>
  714. </div>
  715. {/block:Chat}
  716.  
  717. {block:Video}
  718. <div class="date">
  719. <a href="{Permalink}">
  720. {block:Date}{12Hour}:{Minutes}{AmPm}, {DayOfMonthWithZero}/{MonthNumber}/{ShortYear}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  721. </a></div>
  722. <div class="post">
  723. <center>{Video-400}</center>
  724. {block:Caption}
  725. {/block:Caption}
  726. </div>
  727. {/block:Video}
  728.  
  729.  
  730. {block:Audio}
  731. <div class="post">
  732. <div class="date">
  733. <a href="{Permalink}">
  734. {block:Date}{12Hour}:{Minutes}{AmPm}, {DayOfMonthWithZero}/{MonthNumber}/{ShortYear}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  735. </a></div>
  736. <div class="audio">
  737. <div style="float:left; display: inline; margin-left: 0px; background-color: #ffffff;">{block:AlbumArt}
  738. <img src="{AlbumArtURL}" width="85px" height="85px;">
  739. </div>
  740. {/block:AlbumArt}
  741. <div style="float:right; display: inline; margin-right: 50px; width: 235px;">
  742. {AudioPlayerWhite}
  743. {block:TrackName}
  744. <div style="font-size: 15px; text-transform: lowercase; color: #5d5260; font-style: italic; letter-spacing: -1px; margin-top: 5px; text-align: left;">{TrackName}</div>
  745. {/block:TrackName}<br>
  746. {block:Artist}
  747. <div style="font-size: 8px; letter-spacing: 1px; text-transform: uppercase; ">{Artist}</div>
  748. {/block:Artist}<br>
  749. <div style="font-size: 8px; letter-spacing: 1px; text-transform: uppercase; margin-top: -3px;">{PlayCountWithLabel}</div></div>
  750. </div>
  751. {Caption}
  752. </div>
  753. {block:ContentSource}
  754. {/block:ContentSource}
  755. {/block:Audio}
  756.  
  757. {block:Answer}
  758. <div class="date">
  759. <a href="{Permalink}">
  760. {block:Date}{12Hour}:{Minutes}{AmPm}, {DayOfMonthWithZero}/{MonthNumber}/{ShortYear}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  761. </a></div>
  762. <div class="ask">
  763. <div class="q">{Question}
  764. <div class="asker">
  765. ASKED BY {Asker}</div>
  766. </div>
  767. </div>
  768. <center><div class="answer">{Answer}</div></center>
  769.  
  770. {/block:Answer}
  771.  
  772. <div class="notesandtags">
  773. <div class="tags">{block:Tags}<a href="{TagURL}" class="tag">{Tag}</a> {/block:Tags} </div>
  774. </div>
  775.  
  776.  
  777.  
  778. {PostNotes}
  779.  
  780. {/block:Posts}
  781.  
  782. </div>
  783.  
  784.  
  785.  
  786. <div style="width: 60px; color: #000000; font-size: 10px; text-transform: uppercase; font-style: italic; position: fixed; right: 250px; bottom: 50px;">
  787.  
  788.  
  789.  
  790. </div>
  791.  
  792.  
  793.  
  794.  
  795. </div>
  796.  
  797.  
  798.  
  799. </div>
  800.  
  801. </body>
  802. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement