Advertisement
elsaofarendelle

youneverlietome

Nov 26th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.68 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5.  
  6. <!--- TOOLTIPS START --->
  7.  
  8. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  9. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  10. <script>
  11. (function($){
  12. $(document).ready(function(){
  13. $("[title]").style_my_tooltips();
  14. });
  15. })(jQuery);
  16. </script>
  17.  
  18.  
  19. </style>
  20.  
  21. <!--- TOOLTIPS END --->
  22.  
  23.  
  24. <!--- CUSTOM FONT START --->
  25.  
  26.  
  27. <link href="https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy" rel="stylesheet">
  28.  
  29. <link href="https://fonts.googleapis.com/css?family=Marck+Script" rel="stylesheet">
  30.  
  31. <link href="https://fonts.googleapis.com/css?family=Zeyada" rel="stylesheet">
  32.  
  33. <!--- CUSTOM FONT END --->
  34.  
  35.  
  36.  
  37. <title>{Title}</title>
  38. <link rel="shortcut icon" href="{Favicon}">
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  40. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  41.  
  42.  
  43. <!-------------------------------------------
  44. Code by elsaofarendelle.
  45. Don't copy or distribute.
  46. Don't claim as your own.
  47. -------------------------------------------->
  48.  
  49. <!--- META CODES START --->
  50.  
  51. <!-- IMAGES -->
  52.  
  53. <meta name="image:background" content=""/>
  54. <meta name="image:sidebar" content=""/>
  55.  
  56. <!--- META CODES END --->
  57.  
  58.  
  59. <style type="text/css">
  60.  
  61. iframe#tumblr_controls {
  62. white-space:nowrap;
  63. -webkit-filter: invert(100%);
  64. -moz-filter: invert(100%);
  65. -o-filter: invert(100%);
  66. -ms-filter: invert(100%);
  67. filter: invert(100%);
  68. opacity:.2;transition: .8s ease-in-out;
  69. -webkit-transition: .8s ease-in-out;
  70. -moz-transition: .8s ease-in-out;
  71. -o-transition: .8s ease-in-out;
  72. }
  73.  
  74. /* --- CURSOR START --- */
  75.  
  76. *, body, a, a:hover {cursor: url("http://68.media.tumblr.com/tumblr_lpyq18WTCg1qcn2vb.gif"), auto;}
  77.  
  78. /* --- CURSOR END --- */
  79.  
  80.  
  81. /* --- SCROLLBAR ---*/
  82.  
  83. ::-webkit-scrollbar {
  84. height: 0px;
  85. width: 3px;
  86. background: none;
  87. }
  88.  
  89. ::-webkit-scrollbar-thumb {
  90. border: 3px solid transparent;
  91. -webkit-border-radius: 10px;
  92. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  93. }
  94.  
  95. ::-webkit-scrollbar-corner{
  96. background: transparent;
  97. }
  98.  
  99. /* --- SCROLLBAR END --- */
  100.  
  101. /* --- LINK ANIMATION START --- */
  102.  
  103.  
  104. @-moz-keyframes allthings{
  105. 0% {opacity:1;
  106. -moz-transform: rotate(0deg) scaleX(1.00) scaleY(1.00);}
  107. 25% {opacity:0.5;
  108. -moz-transform: rotate(90deg) scaleX(0.50) scaleY(0.50);}
  109. 50% {opacity:0.1;
  110. -moz-transform: rotate(180deg) scaleX(0.20) scaleY(0.20);}
  111. 75% {opacity:0.5;
  112. -moz-transform: rotate(270deg) scaleX(0.50) scaleY(0.50);}
  113. 100% {opacity:1;
  114. -moz-transform: rotate(360deg) scaleX(1.00) scaleY(1.00);}
  115. }
  116.  
  117. @-webkit-keyframes allthings {
  118. 0% {opacity:1;
  119. -webkit-transform: rotate(0deg) scaleX(1.00) scaleY(1.00);}
  120. 25% {opacity:0.5;
  121. -webkit-transform: rotate(90deg) scaleX(0.50) scaleY(0.50);}
  122. 50% {opacity:0.1;
  123. -webkit-transform: rotate(180deg) scaleX(0.20) scaleY(0.20);}
  124. 75% {opacity:0.5;
  125. -webkit-transform: rotate(270deg) scaleX(0.50) scaleY(0.50);}
  126. 100% {opacity:1;
  127. -webkit-transform: rotate(360deg) scaleX(1.00) scaleY(1.00);}
  128. }
  129.  
  130. /* LINK ANIMATION END --- */
  131.  
  132. /* --- TOOLTIPS START --- */
  133.  
  134. #s-m-t-tooltip{
  135. max-width:300px;
  136. margin:12px;
  137. padding:2px 8px;
  138. border:1px solid #fff;
  139. border-radius:0px;
  140. background:transparent;
  141. color:#eee;
  142. z-index:9999999999999;
  143. font-size:12px;
  144. text-shadow:0px 0px 3px #fff;
  145. font-family: 'Sorts Mill Goudy', serif;
  146. font-weight:bold;
  147. text-transform:normal;
  148. box-shadow:0px 0px 3px #fff;
  149. -webkit-transition:all 0.7s;
  150. -moz-transition:all 0.7s;
  151. -ms-transition:all 0.7s;
  152. -o-transition:all 0.7s;
  153. transition:all 0.7s;
  154. }
  155.  
  156.  
  157. /* --- TOOLTIPS END --- */
  158.  
  159.  
  160. /* --- UPDATES START ---*/
  161.  
  162.  
  163.  
  164. /* --- UPDATES END --- */
  165.  
  166.  
  167. /* --- BODY START ---*/
  168.  
  169. body {
  170. overflow:hidden;
  171. background:#000;
  172. background-image:url({image:background});
  173. background-attachment: fixed;
  174. background-repeat: no-repeat;
  175. background-position:0px 0px;
  176. margin:0px;
  177. color:#eee;
  178. font-family: regular;
  179. font-size:9px;
  180. line-height:120%;
  181. word-wrap: break-word;
  182. }
  183.  
  184. blockquote {
  185. padding-left:5px;
  186. border-left:2px solid;
  187. border-radius:6px;
  188. }
  189.  
  190. a {
  191. color:#eee;
  192. font-family: 'Homemade Apple', cursive;
  193. font-size:12px;
  194. }
  195.  
  196. a {
  197. text-decoration:none;
  198. -webkit-transition:all 0.5s ease-in-out;
  199. -moz-transition:all 0.5s ease-in-out;
  200. -o-transition:all 0.5s ease-in-out;
  201. -ms-transition:all 0.5s ease-in-out;
  202. transition:all 0.5s ease-in-out;
  203. }
  204.  
  205. a:hover {
  206. color:#eee;
  207. text-shadow:0px 0px 3px #fff;
  208. }
  209.  
  210. img {none;}
  211.  
  212. h1 , h2 {
  213. font-family: 'Dancing Script', cursive;
  214. text-transform:none;
  215. font-size:20px;
  216. line-height:30px;
  217. letter-spacing:0px;
  218. text-align:center;
  219. font-style:none;
  220. color:#344a42;
  221. }
  222.  
  223. #container {
  224. width:405px;
  225. height:280px;
  226. margin-left:295px;
  227. margin-top:270px;
  228. position:fixed;
  229. overflow:auto;
  230. padding-left:50px;
  231. padding-right:50px;
  232. padding-top:10px;
  233. padding-bottom:10px;
  234. -webkit-mask-image: -webkit-gradient(
  235. linear, center 50%, center bottom,
  236. from(rgba(0,0,0,30)),
  237. to(rgba(30,0,0,0)));
  238. }
  239.  
  240. #posts {
  241. width:400px;
  242. background-color: transparent;
  243. padding:-50px;
  244. text-align: justify;
  245. font-size: 12px;
  246. padding-top: -10px;
  247. margin-bottom: 50px;
  248. line-height: 100%px;
  249. font-family: georgia;
  250. z-index:50;
  251. -webkit-filter: grayscale(100%);
  252. -webkit-transition: all 0.6s ease-in-out;
  253. -moz-transition: all 0.6s ease-in-out;
  254. -o-transition: all 0.6s ease-in-out;
  255. -ms-transition: all 0.6s ease-in-out;
  256. transition: all 0.6s ease-in-out;
  257. }
  258.  
  259.  
  260. #posts img {
  261. padding: 0;
  262. max-width:100%;
  263. width: auto;
  264. height: auto;
  265. }
  266.  
  267.  
  268. #posts:hover{
  269. opacity:1%;
  270. -webkit-filter: grayscale(0%);
  271. -webkit-transition: all 0.6s ease-in-out;
  272. -moz-transition: all 0.6s ease-in-out;
  273. -o-transition: all 0.6s ease-in-out;
  274. -ms-transition: all 0.6s ease-in-out;
  275. transition: all 0.6s ease-in-out;
  276. }
  277.  
  278. pre {
  279. font-family: 'Zeyada', cursive;
  280. font-size:10px;
  281. color:#344a42;
  282. text-shadow: none;
  283. letter-spacing:1px;
  284. text-align:center;
  285. text-transform:uppercase;
  286. padding:6px;
  287. background:url('');
  288. background-repeat:repeat;
  289. border: 3px none #a4a4a4;
  290. }
  291.  
  292.  
  293. b {
  294. text-transform: bold;
  295. color: #344a42;
  296. text-shadow:0px 0px 3px #344a42;
  297. letter-spacing:1px;
  298. font-family: "nightingale";
  299. font-size:10px;
  300. }
  301.  
  302. i {
  303. text-transform: italic;
  304. color: #344a42;
  305. text-shadow:2px 2px 5px #000;
  306. letter-spacing:1px;
  307. font-family: 'Zeyada', cursive;
  308. font-size:19px;
  309. }
  310.  
  311. em {
  312. text-transform: italic;
  313. color: #344a42;
  314. text-shadow:1px 1px 5px #344a42;
  315. letter-spacing:1px;
  316. font-family: 'Dancing Script', cursive;
  317. font-size:17px;
  318. }
  319.  
  320. sub, small, sup {
  321. font-size: 12px;
  322. }
  323.  
  324. /* --- BODY END --- */
  325.  
  326.  
  327. /* --- SIDEBAR START ---*/
  328.  
  329. #sidebar{
  330. position:fixed;
  331. width:91px;
  332. height:auto;
  333. margin-top:100px;
  334. margin-left:350px;
  335. text-align:left;
  336. }
  337.  
  338.  
  339. #sidebarimage img{
  340. width:200px;
  341. margin-top:5px;
  342. margin-left:-100px;
  343. margin-bottom:5px;
  344. padding:-1px;
  345. outline-offset:4px;
  346. }
  347.  
  348. #nav {
  349. position:fixed;
  350. overflow:hidden;
  351. margin-top:150px;
  352. margin-left:315px;
  353. }
  354.  
  355. #link1 a , #link2 a, #link3 a
  356.  
  357. #title{
  358. font-family: 'Sorts Mill Goudy', serif;
  359. text-align:center;
  360. margin-top:-50px;
  361. padding-bottom:0px;
  362. text-transform:none;
  363. font-style:normal;
  364. font-size:30px;
  365. }
  366.  
  367. #description {
  368. background: none;
  369. width:170px;
  370. height:280px;
  371. margin-top: 30px;
  372. margin-left: -250px;
  373. padding: 10px;
  374. text-align:justify;
  375. font-style: none;
  376. font-family: 'Sorts Mill Goudy', serif;
  377. font-size:10px;
  378. color: #fff;
  379. text-shadow: none;
  380. border:3px none;
  381. letter-spacing:1px;
  382. line-height:155%;
  383. }
  384.  
  385. #pagination{
  386. font-family: 'Special Elite', cursive;
  387. width:103px;
  388. font-size:8px;
  389. text-transform:normal;
  390. margin-top: -803px;
  391. margin-left: 300px;
  392. padding-top:25px;
  393. letter-spacing:1px;
  394. font-style:normal;
  395. text-align:center;
  396. }
  397.  
  398. #pagination a {
  399. font-family: times;
  400. font-size:10px;
  401. color:#fff;
  402. text-shadow: 0px 0px 3px #eee;
  403. }
  404.  
  405. /* --- SIDEBAR END --- */
  406.  
  407.  
  408. /* --- LINKS START --- */
  409.  
  410. .links1 {
  411. position:fixed;
  412. top: 80px;
  413. left: 300px;
  414. z-index:2;
  415. }
  416.  
  417. .links1 a {
  418. text-decoration:none;
  419. text-transform:normal;
  420. color: #fff;
  421. font-family: times;
  422. font-size:20px;
  423. line-height:100%;
  424. text-shadow: 0px 0px 3px #eee;
  425. -webkit-filter: blur(2px)
  426. animation: allthings linear 2.3s;
  427. animation-iteration-count: infinite;
  428. transform-origin: 50% 50%;
  429. -webkit-animation: allthings linear 2.3s;
  430. -webkit-animation-iteration-count: infinite;
  431. -webkit-transform-origin: 50% 50%;
  432. -moz-animation: allthings linear 2.3s;
  433. -moz-animation-iteration-count: infinite;
  434. -moz-transform-origin: 50% 50%;
  435. -o-animation: allthings linear 2.3s;
  436. -o-animation-iteration-count: infinite;
  437. -o-transform-origin: 50% 50%;
  438. -ms-animation: allthings linear 2.3s;
  439. -ms-animation-iteration-count: infinite;
  440. -ms-transform-origin: 50% 50%;}
  441. }
  442.  
  443.  
  444. .links1 a:hover {
  445. text-decoration:none;
  446. text-transform:normal;
  447. color: #c5c5c5;
  448. text-shadow:0px 0px 3px #fff;
  449. }
  450.  
  451. .links2 {
  452. position:fixed;
  453. top: 120px;
  454. left: 245px;
  455. z-index:2;
  456. }
  457.  
  458. .links2 a {
  459. text-decoration:none;
  460. text-transform:normal;
  461. color: #fff;
  462. font-family: times;
  463. font-size:20px;
  464. line-height:100%;
  465. text-shadow: 0px 0px 3px #eee;
  466. -webkit-filter: blur(2px)
  467. animation: allthings linear 2.5s;
  468. animation-iteration-count: infinite;
  469. transform-origin: 50% 50%;
  470. -webkit-animation: allthings linear 2.5s;
  471. -webkit-animation-iteration-count: infinite;
  472. -webkit-transform-origin: 50% 50%;
  473. -moz-animation: allthings linear 2.5s;
  474. -moz-animation-iteration-count: infinite;
  475. -moz-transform-origin: 50% 50%;
  476. -o-animation: allthings linear 2.5s;
  477. -o-animation-iteration-count: infinite;
  478. -o-transform-origin: 50% 50%;
  479. -ms-animation: allthings linear 2.5s;
  480. -ms-animation-iteration-count: infinite;
  481. -ms-transform-origin: 50% 50%;}
  482. }
  483.  
  484.  
  485. .links2 a:hover {
  486. text-decoration:none;
  487. text-transform:normal;
  488. color: #c5c5c5;
  489. text-shadow:0px 0px 3px #fff;
  490. }
  491.  
  492. .links3 {
  493. position:fixed;
  494. top: 100px;
  495. left: 380px;
  496. z-index:2;
  497. }
  498.  
  499. .links3 a {
  500. text-decoration:none;
  501. text-transform:normal;
  502. color: #fff;
  503. font-family: times;
  504. font-size:20px;
  505. line-height:100%;
  506. text-shadow: 0px 0px 3px #eee;
  507. -webkit-filter: blur(2px)
  508. animation: allthings linear 2.5s;
  509. animation-iteration-count: infinite;
  510. transform-origin: 50% 50%;
  511. -webkit-animation: allthings linear 1.5s;
  512. -webkit-animation-iteration-count: infinite;
  513. -webkit-transform-origin: 50% 50%;
  514. -moz-animation: allthings linear 1.5s;
  515. -moz-animation-iteration-count: infinite;
  516. -moz-transform-origin: 50% 50%;
  517. -o-animation: allthings linear 1.5s;
  518. -o-animation-iteration-count: infinite;
  519. -o-transform-origin: 50% 50%;
  520. -ms-animation: allthings linear 1.5s;
  521. -ms-animation-iteration-count: infinite;
  522. -ms-transform-origin: 50% 50%;}
  523. }
  524.  
  525.  
  526. .links3 a:hover {
  527. text-decoration:none;
  528. text-transform:normal;
  529. color: #c5c5c5;
  530. text-shadow:0px 0px 3px #fff;
  531. }
  532.  
  533. .links4 {
  534. position:fixed;
  535. top: 185px;
  536. left: 340px;
  537. z-index:2;
  538. }
  539.  
  540. .links4 a {
  541. text-decoration:none;
  542. text-transform:normal;
  543. color: #fff;
  544. font-family: times;
  545. font-size:20px;
  546. line-height:100%;
  547. text-shadow: 0px 0px 3px #eee;
  548. -webkit-filter: blur(2px)
  549. animation: allthings linear 2.0s;
  550. animation-iteration-count: infinite;
  551. transform-origin: 50% 50%;
  552. -webkit-animation: allthings linear 2.0s;
  553. -webkit-animation-iteration-count: infinite;
  554. -webkit-transform-origin: 50% 50%;
  555. -moz-animation: allthings linear 2.0s;
  556. -moz-animation-iteration-count: infinite;
  557. -moz-transform-origin: 50% 50%;
  558. -o-animation: allthings linear 2.0s;
  559. -o-animation-iteration-count: infinite;
  560. -o-transform-origin: 50% 50%;
  561. -ms-animation: allthings linear 2.0s;
  562. -ms-animation-iteration-count: infinite;
  563. -ms-transform-origin: 50% 50%;}
  564. }
  565.  
  566.  
  567. .links4 a:hover {
  568. text-decoration:none;
  569. text-transform:normal;
  570. color: #c5c5c5;
  571. text-shadow:0px 0px 3px #fff;
  572. }
  573.  
  574. .links5 {
  575. position:fixed;
  576. top: 200px;
  577. left: 240px;
  578. z-index:2;
  579. }
  580.  
  581. .links5 a {
  582. text-decoration:none;
  583. text-transform:normal;
  584. color: #fff;
  585. font-family: times;
  586. font-size:20px;
  587. line-height:100%;
  588. text-shadow: 0px 0px 3px #eee;
  589. -webkit-filter: blur(2px)
  590. animation: allthings linear 3.0s;
  591. animation-iteration-count: infinite;
  592. transform-origin: 50% 50%;
  593. -webkit-animation: allthings linear 3.0s;
  594. -webkit-animation-iteration-count: infinite;
  595. -webkit-transform-origin: 50% 50%;
  596. -moz-animation: allthings linear 3.0s;
  597. -moz-animation-iteration-count: infinite;
  598. -moz-transform-origin: 50% 50%;
  599. -o-animation: allthings linear 3.0s;
  600. -o-animation-iteration-count: infinite;
  601. -o-transform-origin: 50% 50%;
  602. -ms-animation: allthings linear 3.0s;
  603. -ms-animation-iteration-count: infinite;
  604. -ms-transform-origin: 50% 50%;}
  605. }
  606.  
  607.  
  608. .links5 a:hover {
  609. text-decoration:none;
  610. text-transform:normal;
  611. color: #c5c5c5;
  612. text-shadow:0px 0px 3px #fff;
  613. }
  614.  
  615. .links6 {
  616. position:fixed;
  617. top: 145px;
  618. left: 285px;
  619. z-index:2;
  620. }
  621.  
  622. .links6 a {
  623. text-decoration:none;
  624. text-transform:normal;
  625. color: #fff;
  626. font-family: times;
  627. font-size:20px;
  628. line-height:100%;
  629. text-shadow: 0px 0px 3px #eee;
  630. -webkit-filter: blur(2px)
  631. animation: allthings linear 3.5s;
  632. animation-iteration-count: infinite;
  633. transform-origin: 50% 50%;
  634. -webkit-animation: allthings linear 3.5s;
  635. -webkit-animation-iteration-count: infinite;
  636. -webkit-transform-origin: 50% 50%;
  637. -moz-animation: allthings linear 3.5s;
  638. -moz-animation-iteration-count: infinite;
  639. -moz-transform-origin: 50% 50%;
  640. -o-animation: allthings linear 3.5s;
  641. -o-animation-iteration-count: infinite;
  642. -o-transform-origin: 50% 50%;
  643. -ms-animation: allthings linear 3.5s;
  644. -ms-animation-iteration-count: infinite;
  645. -ms-transform-origin: 50% 50%;}
  646. }
  647.  
  648.  
  649. .links6 a:hover {
  650. text-decoration:none;
  651. text-transform:normal;
  652. color: #c5c5c5;
  653. text-shadow:0px 0px 3px #fff;
  654. }
  655.  
  656.  
  657. /* ---LINKS END --- */
  658.  
  659.  
  660. /* --- CREDIT START --- */
  661.  
  662. .credit{
  663. position:fixed;
  664. font-size:8px;
  665. right:12px;
  666. bottom:8px;
  667. }
  668.  
  669. .credit a {
  670. text-decoration:none;
  671. text-transform:uppercase;
  672. color: #eee;
  673. text-shadow:0px 0px 3px #fff;
  674. -moz-transition-duration:.7s;
  675. -webkit-transition-duration:.7s;
  676. -o-transition-duration:.7s;
  677. }
  678.  
  679.  
  680. .credit a:hover {
  681. text-decoration:none;
  682. text-transform:uppercase;
  683. text-shadow:none;
  684. color: #eee;
  685. text-shadow:0px 0px 3px #fff;
  686. }
  687.  
  688. /* --- CREDIT END --- */
  689.  
  690. /* --- POST INFO START --- */
  691.  
  692. .note {
  693. padding:0px 20px 0px 20px;
  694. background-color:transparent;
  695. text-transform:lowercase;
  696. letter-spacing:0px;
  697. font-size: 11px;
  698. font-style:normal;
  699. text-align:left;
  700. line-height:120%;
  701. }
  702.  
  703. .note li {
  704. list-style-type:none;
  705. padding:5px 25px 5px 25px;
  706. text-align:left;
  707. margin-right:30px;
  708. margin-top:-50px;
  709. }
  710.  
  711.  
  712. #info {
  713. font-family: 'Homemade Apple', cursive;
  714. text-align:center;
  715. margin-top:10px;
  716. padding-top:10px;
  717. padding:0px;
  718. padding-bottom:1px;
  719. text-transform:none;
  720. font-style:none;
  721. color:#eee;
  722. border-left:0.5px solid #344a42;
  723. border-radius:0px;
  724. background-image:url("");
  725. height:20px;
  726. line-height:200%;
  727. }
  728.  
  729. #info a{
  730. font-size:25px;
  731. color:#344a42;
  732. text-shadow:0px 0px 3px #344a42;
  733. -webkit-filter: blur(1px)
  734. }
  735.  
  736. #tags {
  737. font-family: 'Homemade Apple', cursive;
  738. text-align:center;
  739. margin-top:0px;
  740. padding-bottom:0px;
  741. text-transform:none;
  742. font-style:none;
  743. font-size:10px;
  744. color:#eee;
  745. }
  746.  
  747. #tags a{
  748. color:#eee;
  749. font-size:10px;
  750. line-height:155%;
  751. }
  752.  
  753. /* --- POST INFO END --- */
  754.  
  755.  
  756. /* --- ASK & AUDIO START --- */
  757.  
  758. .ask {
  759. color:#eee;
  760. padding:15px;
  761. margin-bottom:15px;
  762. background-image:url("");
  763. border:0.5px solid #eee;
  764. }
  765.  
  766. .asker {
  767. font-family: 'Dancing Script', cursive;
  768. font-size:17px;
  769. color:#344a42;
  770. text-shadow: 0px 0px 3px #344a42;
  771. line-height:10px;
  772. text-align:center;
  773. }
  774.  
  775. .answer {
  776. color: #eee;
  777. }
  778.  
  779. .audio{
  780. background-color: #transparent;
  781. height:70px;
  782. overflow:hidden;
  783. }
  784.  
  785. /* --- ASK & AUDIO END --- */
  786.  
  787.  
  788.  
  789. .popup_block{
  790. display:none;
  791. background: url('http://i.imgur.com/tbc2p2v.png');
  792. padding:20px;
  793. border:1px none #fff;
  794. width: 300px;
  795. height: 485px;
  796. overflow-y:scroll;
  797. overflow-x:hidden;
  798. float:left;
  799. position:fixed;
  800. top:60%;left:600px;
  801. z-index: 99999;
  802. -webkit-box-shadow: 0px 0px 20px none;
  803. -moz-box-shadow: 0px 0px 20px none;
  804. box-shadow: 0px 0px 20px none;
  805. }
  806.  
  807. *html #fade {position: absolute;}
  808. *html .popup_block .popup_block2 .popup_block3 .popup_block4 .popup_block5 {position: absolute;}
  809. #fade {
  810. display:none;
  811. position:fixed;
  812. left:0px;
  813. top:0px;
  814. width:100%;
  815. height:100%;
  816. z-index:9999;
  817. background:#000;
  818. opacity:0.5;
  819. }
  820.  
  821. #popupheader {
  822. margin-left:250px;
  823. margin-top:63px;
  824. font-size:30px;
  825. letter-spacing:2px;
  826. font-family: 'Homemade Apple', cursive;
  827. color:#eee;
  828. text-shadow: 2px 2px 5px #000;
  829. position:fixed;
  830. }
  831.  
  832.  
  833. #popuptext {
  834. margin-top:90px;
  835. margin-left:160px;
  836. width:235px;
  837. height:317px;
  838. font-family:garamond;
  839. font-size:12px;
  840. overflow:scroll;
  841. text-align:justify;
  842. position:fixed;
  843. }
  844.  
  845. .popup_block2{
  846. display:none;
  847. background: url('http://i.imgur.com/tbc2p2v.png');
  848. padding:20px;
  849. border:1px none #fff;
  850. width: 300px;
  851. height: 485px;
  852. overflow-y:scroll;
  853. overflow-x:hidden;
  854. float:left;
  855. position:fixed;
  856. top:60%;left:600px;
  857. z-index: 99999;
  858. -webkit-box-shadow: 0px 0px 20px none;
  859. -moz-box-shadow: 0px 0px 20px none;
  860. box-shadow: 0px 0px 20px none;
  861. }
  862.  
  863. *html #fade {position: absolute;}
  864. *html .popup_block .popup_block2 .popup_block3 .popup_block4 .popup_block5 {position: absolute;}
  865. #fade {
  866. display:none;
  867. position:fixed;
  868. left:0px;
  869. top:0px;
  870. width:100%;
  871. height:100%;
  872. z-index:9999;
  873. background:#000;
  874. opacity:0.5;
  875. }
  876.  
  877. #popupheader {
  878. margin-left:250px;
  879. margin-top:63px;
  880. font-size:30px;
  881. letter-spacing:2px;
  882. font-family: 'Homemade Apple', cursive;
  883. color:#eee;
  884. text-shadow: 2px 2px 5px #000;
  885. position:fixed;
  886. }
  887.  
  888.  
  889. #popuptext {
  890. margin-top:90px;
  891. margin-left:160px;
  892. width:235px;
  893. height:317px;
  894. font-family:garamond;
  895. font-size:12px;
  896. overflow:scroll;
  897. text-align:justify;
  898. position:fixed;
  899. }
  900.  
  901. .popup_block3{
  902. display:none;
  903. background: url('http://i.imgur.com/tbc2p2v.png');
  904. padding:20px;
  905. border:1px none #fff;
  906. width: 300px;
  907. height: 485px;
  908. overflow-y:scroll;
  909. overflow-x:hidden;
  910. float:left;
  911. position:fixed;
  912. top:60%;left:600px;
  913. z-index: 99999;
  914. -webkit-box-shadow: 0px 0px 20px none;
  915. -moz-box-shadow: 0px 0px 20px none;
  916. box-shadow: 0px 0px 20px none;
  917. }
  918.  
  919. *html #fade {position: absolute;}
  920. *html .popup_block .popup_block2 .popup_block3 .popup_block4 .popup_block5 {position: absolute;}
  921. #fade {
  922. display:none;
  923. position:fixed;
  924. left:0px;
  925. top:0px;
  926. width:100%;
  927. height:100%;
  928. z-index:9999;
  929. background:#000;
  930. opacity:0.5;
  931. }
  932.  
  933. #popupheader {
  934. margin-left:250px;
  935. margin-top:63px;
  936. font-size:30px;
  937. letter-spacing:2px;
  938. font-family: 'Homemade Apple', cursive;
  939. color:#eee;
  940. text-shadow: 2px 2px 5px #000;
  941. position:fixed;
  942. }
  943.  
  944.  
  945. #popuptext {
  946. margin-top:90px;
  947. margin-left:160px;
  948. width:235px;
  949. height:317px;
  950. font-family:garamond;
  951. font-size:12px;
  952. overflow:scroll;
  953. text-align:justify;
  954. position:fixed;
  955. }
  956.  
  957. .popup_block4{
  958. display:none;
  959. background: url('http://i.imgur.com/tbc2p2v.png');
  960. padding:20px;
  961. border:1px none #fff;
  962. width: 300px;
  963. height: 485px;
  964. overflow-y:scroll;
  965. overflow-x:hidden;
  966. float:left;
  967. position:fixed;
  968. top:60%;left:600px;
  969. z-index: 99999;
  970. -webkit-box-shadow: 0px 0px 20px none;
  971. -moz-box-shadow: 0px 0px 20px none;
  972. box-shadow: 0px 0px 20px none;
  973. }
  974.  
  975. *html #fade {position: absolute;}
  976. *html .popup_block .popup_block2 .popup_block3 .popup_block4 .popup_block5 {position: absolute;}
  977. #fade {
  978. display:none;
  979. position:fixed;
  980. left:0px;
  981. top:0px;
  982. width:100%;
  983. height:100%;
  984. z-index:9999;
  985. background:#000;
  986. opacity:0.5;
  987. }
  988.  
  989. #popupheader {
  990. margin-left:250px;
  991. margin-top:63px;
  992. font-size:30px;
  993. letter-spacing:2px;
  994. font-family: 'Homemade Apple', cursive;
  995. color:#eee;
  996. text-shadow: 2px 2px 5px #000;
  997. position:fixed;
  998. }
  999.  
  1000.  
  1001. #popuptext {
  1002. margin-top:90px;
  1003. margin-left:160px;
  1004. width:235px;
  1005. height:317px;
  1006. font-family:garamond;
  1007. font-size:12px;
  1008. overflow:scroll;
  1009. text-align:justify;
  1010. position:fixed;
  1011. }
  1012.  
  1013.  
  1014. {CustomCSS}</style></head><body>
  1015.  
  1016. <script type="text/javascript"
  1017. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  1018. <script>
  1019. $(document).ready(function() {
  1020. //
  1021. $('a.poplight[href^=#]').click(function() {
  1022. var popID = $(this).attr('rel'); //Get Popup Name
  1023. var popURL = $(this).attr('href'); //Get Popup href to define size
  1024. var query= popURL.split('?');
  1025. var dim= query[1].split('&');
  1026. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  1027. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  1028. var popMargTop = ($('#' + popID).height() + 80) / 2;
  1029. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  1030. //Apply Margin to Popup
  1031. $('#' + popID).css({
  1032. 'margin-top' : -popMargTop,
  1033. 'margin-left' : -popMargLeft
  1034. });
  1035. $('body').append('<div id="fade"></div>');
  1036. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  1037. return false;
  1038. });
  1039. $('a.close, #fade').live('click', function() {
  1040. $('#fade, .popup_block, .popup_block2, .popup_block3, .popup_block4, .popup_block5').fadeOut(function() {
  1041. $('#fade, a.close').remove(); //fade them both out
  1042. });
  1043. return false;
  1044. });
  1045. });
  1046. </script>
  1047.  
  1048.  
  1049. <div id="sidebar">
  1050. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  1051.  
  1052. <div id="description">
  1053. <center><p><b>Karen Page</b> of Marvel's <i>The Punisher</i> as told by Rebecca with influences from <small><b>MCU</b></small> & <small><b>Comics</b></small>.<br> • mature • mutulas only •</p></center>
  1054.  
  1055. </div>
  1056.  
  1057. <div class="links1">
  1058. <a title="home" href="/">●</a>
  1059. </div>
  1060.  
  1061. <div class="links2">
  1062. <a title="ask" href="/ask">●</a>
  1063. </div>
  1064.  
  1065. <div class="links3">
  1066. <a title="rules" href="#?w=600" rel="box1" class="poplight">●</a>
  1067. </div>
  1068.  
  1069. <div class="links4">
  1070. <a title="about" href="#?w=600" rel="box2" class="poplight">●</a>
  1071. </div>
  1072.  
  1073. <div class="links5">
  1074. <a title="verses" href="#?w=600" rel="box3" class="poplight">●</a>
  1075. </div>
  1076.  
  1077. <div class="links6">
  1078. <a title="more" href="#?w=600" rel="box4" class="poplight">●</a>
  1079. </div>
  1080.  
  1081. <div class="credit">
  1082. <a title=theme href="http://elsaofarendelle.tumblr.com/commissions">𝔼</a>
  1083. </div>
  1084.  
  1085.  
  1086. <div id="description">{Description}</div>
  1087.  
  1088.  
  1089. <div id="scrollbar">{scrollbar}</div>
  1090.  
  1091.  
  1092.  
  1093. <div id="pagination">
  1094. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}{/block:Pagination}
  1095. {block:Pagination}{block:NextPage}<a href="{NextPage}">forth </a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  1096.  
  1097.  
  1098.  
  1099. {block:HasPages}{block:Pages}
  1100.  
  1101. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  1102.  
  1103. </div></center>
  1104.  
  1105.  
  1106. </div>
  1107.  
  1108. <div id="container">{block:Posts}<div id="posts">
  1109.  
  1110.  
  1111. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  1112.  
  1113. {block:blockquote}{/block:blockquote}
  1114.  
  1115.  
  1116.  
  1117. {block:Photo}
  1118. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  1119. {/block:Photo}
  1120.  
  1121. {block:Photoset}
  1122. <center>{Photoset-400}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  1123. {/block:Photoset}
  1124.  
  1125. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  1126.  
  1127. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  1128.  
  1129. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  1130.  
  1131. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  1132. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  1133.  
  1134. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1135.  
  1136. {block:Answer}
  1137. <div class="ask"><div class="asker">{Asker} said:</div><p>{Question}</div><div class="answer">{Answer}</div>
  1138. {/block:Answer}
  1139.  
  1140.  
  1141. {Block:Date}<div id="info"><a href="{Permalink}" class="details" title="{TimeAgo}"><big>●</big></a> &nbsp;&nbsp;{block:NoteCount} <font color=#999></font> <a title="{NoteCount} notes" href="{Permalink}"><big>●</big></a> &nbsp;&nbsp;{/block:NoteCount} {block:RebloggedFrom} {/block:RebloggedFrom} <a href="{ReblogURL}" target="_blank" class="details" title="reblog"><big>●</big></a> {/block:Date}</div>
  1142.  
  1143. <div id="tags">
  1144. {block:HasTags}{block:Tags} <a href="{TagURL}">{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  1145.  
  1146. </div>
  1147. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1148. {/block:Posts}</div>
  1149.  
  1150.  
  1151. </body>
  1152.  
  1153. <div id="box1" class="popup_block">
  1154. <div id="popupheader">rules</div>
  1155. <div id="popuptext">
  1156. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam porttitor nibh non feugiat iaculis. Cras mauris mi, condimentum id odio non, luctus ultricies turpis. In iaculis nibh id posuere fringilla. Nulla ultrices fermentum enim a tincidunt. Cras ornare odio at tellus egestas volutpat. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas, <a href="http://ofthemetesting.tumblr.com">links</a>, <b>bold</b>, <i>italics</i>, Mauris ullamcorper neque id ipsum eleifend, ut condimentum dui consequat. Maecenas dapibus mattis enim, nec tincidunt urna commodo id.</p>
  1157. <p>Donec congue in justo at rhoncus. Sed dignissim eget mi sed posuere. Praesent gravida sem a tortor lobortis tincidunt. Sed in orci porta, convallis urna non, sagittis ante. Proin commodo mi ac massa volutpat malesuada. Integer nec erat non sem semper interdum et sed mauris. Phasellus bibendum et enim eget ullamcorper.</p>
  1158. <p>Nulla nisl elit, suscipit ut risus a, blandit elementum erat. Proin et sapien consectetur leo gravida ornare. Aliquam laoreet malesuada diam et vestibulum. Ut hendrerit fermentum pretium. Nulla nec erat in elit bibendum porttitor. Nunc suscipit erat sit amet orci mattis pulvinar. Maecenas mattis convallis est et imperdiet.</p>
  1159. <p>Ut vel laoreet tortor, nec fringilla magna. Suspendisse bibendum felis a feugiat placerat. Maecenas at ullamcorper risus. Phasellus dictum sodales ex. Vestibulum aliquet est sit amet odio rhoncus, et semper libero ullamcorper. Praesent quis congue risus, gravida accumsan tortor. Fusce vehicula leo id sapien pellentesque, nec cursus velit feugiat. Proin et nisl sit amet est mattis feugiat eu eget mi.</p>
  1160. <p>Integer ut dapibus ex. Vestibulum maximus eleifend placerat. Nam et luctus nisi, a tempor felis. Integer bibendum lorem lacus, eget rutrum dolor fringilla sit amet. Integer at ultricies est. Etiam suscipit tortor et orci vulputate, eu posuere arcu feugiat. In ac ligula euismod odio hendrerit sagittis.</p>
  1161. <p>Donec congue in justo at rhoncus. Sed dignissim eget mi sed posuere. Praesent gravida sem a tortor lobortis tincidunt. Sed in orci porta, convallis urna non, sagittis ante. Proin commodo mi ac massa volutpat malesuada. Integer nec erat non sem semper interdum et sed mauris. Phasellus bibendum et enim eget ullamcorper.</p>
  1162. </div>
  1163.  
  1164. </div></div></div></div></div></div></div></div></div></div>
  1165.  
  1166. <div id="box2" class="popup_block2">
  1167. <div id="popupheader">about</div>
  1168. <div id="popuptext">
  1169. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam porttitor nibh non feugiat iaculis. Cras mauris mi, condimentum id odio non, luctus ultricies turpis. In iaculis nibh id posuere fringilla. Nulla ultrices fermentum enim a tincidunt. Cras ornare odio at tellus egestas volutpat. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas, <a href="http://ofthemetesting.tumblr.com">links</a>, <b>bold</b>, <i>italics</i>, Mauris ullamcorper neque id ipsum eleifend, ut condimentum dui consequat. Maecenas dapibus mattis enim, nec tincidunt urna commodo id.</p>
  1170. <p>Donec congue in justo at rhoncus. Sed dignissim eget mi sed posuere. Praesent gravida sem a tortor lobortis tincidunt. Sed in orci porta, convallis urna non, sagittis ante. Proin commodo mi ac massa volutpat malesuada. Integer nec erat non sem semper interdum et sed mauris. Phasellus bibendum et enim eget ullamcorper.</p>
  1171. <p>Nulla nisl elit, suscipit ut risus a, blandit elementum erat. Proin et sapien consectetur leo gravida ornare. Aliquam laoreet malesuada diam et vestibulum. Ut hendrerit fermentum pretium. Nulla nec erat in elit bibendum porttitor. Nunc suscipit erat sit amet orci mattis pulvinar. Maecenas mattis convallis est et imperdiet.</p>
  1172. <p>Ut vel laoreet tortor, nec fringilla magna. Suspendisse bibendum felis a feugiat placerat. Maecenas at ullamcorper risus. Phasellus dictum sodales ex. Vestibulum aliquet est sit amet odio rhoncus, et semper libero ullamcorper. Praesent quis congue risus, gravida accumsan tortor. Fusce vehicula leo id sapien pellentesque, nec cursus velit feugiat. Proin et nisl sit amet est mattis feugiat eu eget mi.</p>
  1173. <p>Integer ut dapibus ex. Vestibulum maximus eleifend placerat. Nam et luctus nisi, a tempor felis. Integer bibendum lorem lacus, eget rutrum dolor fringilla sit amet. Integer at ultricies est. Etiam suscipit tortor et orci vulputate, eu posuere arcu feugiat. In ac ligula euismod odio hendrerit sagittis.</p>
  1174. <p>Donec congue in justo at rhoncus. Sed dignissim eget mi sed posuere. Praesent gravida sem a tortor lobortis tincidunt. Sed in orci porta, convallis urna non, sagittis ante. Proin commodo mi ac massa volutpat malesuada. Integer nec erat non sem semper interdum et sed mauris. Phasellus bibendum et enim eget ullamcorper.</p>
  1175. </div>
  1176.  
  1177. </div></div></div></div></div></div></div></div></div></div>
  1178.  
  1179. <div id="box3" class="popup_block3">
  1180. <div id="popupheader">verses</div>
  1181. <div id="popuptext">
  1182. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam porttitor nibh non feugiat iaculis. Cras mauris mi, condimentum id odio non, luctus ultricies turpis. In iaculis nibh id posuere fringilla. Nulla ultrices fermentum enim a tincidunt. Cras ornare odio at tellus egestas volutpat. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas, <a href="http://ofthemetesting.tumblr.com">links</a>, <b>bold</b>, <i>italics</i>, Mauris ullamcorper neque id ipsum eleifend, ut condimentum dui consequat. Maecenas dapibus mattis enim, nec tincidunt urna commodo id.</p>
  1183. <p>Donec congue in justo at rhoncus. Sed dignissim eget mi sed posuere. Praesent gravida sem a tortor lobortis tincidunt. Sed in orci porta, convallis urna non, sagittis ante. Proin commodo mi ac massa volutpat malesuada. Integer nec erat non sem semper interdum et sed mauris. Phasellus bibendum et enim eget ullamcorper.</p>
  1184. <p>Nulla nisl elit, suscipit ut risus a, blandit elementum erat. Proin et sapien consectetur leo gravida ornare. Aliquam laoreet malesuada diam et vestibulum. Ut hendrerit fermentum pretium. Nulla nec erat in elit bibendum porttitor. Nunc suscipit erat sit amet orci mattis pulvinar. Maecenas mattis convallis est et imperdiet.</p>
  1185. <p>Ut vel laoreet tortor, nec fringilla magna. Suspendisse bibendum felis a feugiat placerat. Maecenas at ullamcorper risus. Phasellus dictum sodales ex. Vestibulum aliquet est sit amet odio rhoncus, et semper libero ullamcorper. Praesent quis congue risus, gravida accumsan tortor. Fusce vehicula leo id sapien pellentesque, nec cursus velit feugiat. Proin et nisl sit amet est mattis feugiat eu eget mi.</p>
  1186. <p>Integer ut dapibus ex. Vestibulum maximus eleifend placerat. Nam et luctus nisi, a tempor felis. Integer bibendum lorem lacus, eget rutrum dolor fringilla sit amet. Integer at ultricies est. Etiam suscipit tortor et orci vulputate, eu posuere arcu feugiat. In ac ligula euismod odio hendrerit sagittis.</p>
  1187. <p>Donec congue in justo at rhoncus. Sed dignissim eget mi sed posuere. Praesent gravida sem a tortor lobortis tincidunt. Sed in orci porta, convallis urna non, sagittis ante. Proin commodo mi ac massa volutpat malesuada. Integer nec erat non sem semper interdum et sed mauris. Phasellus bibendum et enim eget ullamcorper.</p>
  1188. </div>
  1189.  
  1190. </div></div></div></div></div></div></div></div></div></div>
  1191.  
  1192. <div id="box4" class="popup_block4">
  1193. <div id="popupheader">more</div>
  1194. <div id="popuptext">
  1195. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam porttitor nibh non feugiat iaculis. Cras mauris mi, condimentum id odio non, luctus ultricies turpis. In iaculis nibh id posuere fringilla. Nulla ultrices fermentum enim a tincidunt. Cras ornare odio at tellus egestas volutpat. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas, <a href="http://ofthemetesting.tumblr.com">links</a>, <b>bold</b>, <i>italics</i>, Mauris ullamcorper neque id ipsum eleifend, ut condimentum dui consequat. Maecenas dapibus mattis enim, nec tincidunt urna commodo id.</p>
  1196. <p>Donec congue in justo at rhoncus. Sed dignissim eget mi sed posuere. Praesent gravida sem a tortor lobortis tincidunt. Sed in orci porta, convallis urna non, sagittis ante. Proin commodo mi ac massa volutpat malesuada. Integer nec erat non sem semper interdum et sed mauris. Phasellus bibendum et enim eget ullamcorper.</p>
  1197. <p>Nulla nisl elit, suscipit ut risus a, blandit elementum erat. Proin et sapien consectetur leo gravida ornare. Aliquam laoreet malesuada diam et vestibulum. Ut hendrerit fermentum pretium. Nulla nec erat in elit bibendum porttitor. Nunc suscipit erat sit amet orci mattis pulvinar. Maecenas mattis convallis est et imperdiet.</p>
  1198. <p>Ut vel laoreet tortor, nec fringilla magna. Suspendisse bibendum felis a feugiat placerat. Maecenas at ullamcorper risus. Phasellus dictum sodales ex. Vestibulum aliquet est sit amet odio rhoncus, et semper libero ullamcorper. Praesent quis congue risus, gravida accumsan tortor. Fusce vehicula leo id sapien pellentesque, nec cursus velit feugiat. Proin et nisl sit amet est mattis feugiat eu eget mi.</p>
  1199. <p>Integer ut dapibus ex. Vestibulum maximus eleifend placerat. Nam et luctus nisi, a tempor felis. Integer bibendum lorem lacus, eget rutrum dolor fringilla sit amet. Integer at ultricies est. Etiam suscipit tortor et orci vulputate, eu posuere arcu feugiat. In ac ligula euismod odio hendrerit sagittis.</p>
  1200. <p>Donec congue in justo at rhoncus. Sed dignissim eget mi sed posuere. Praesent gravida sem a tortor lobortis tincidunt. Sed in orci porta, convallis urna non, sagittis ante. Proin commodo mi ac massa volutpat malesuada. Integer nec erat non sem semper interdum et sed mauris. Phasellus bibendum et enim eget ullamcorper.</p>
  1201. </div>
  1202.  
  1203. </div></div></div></div></div></div></div></div></div></div>
  1204.  
  1205. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement