Advertisement
haffalump

haffalump theme twelve

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