Advertisement
manon15

prettyboygcnius theme code

Jan 5th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.52 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!-- BACKGROUND & CODE BY ╰☆╮MANON / BUTSCREWMEFIRST╰☆╮
  5. DO NOT:
  6. -claim as your own.
  7. -steal.
  8. -use on another blog without asking.
  9. -take parts of this theme to use in your own.
  10. I AM ALWAYS WILLING TO HELP, SO YOU NEED ONLY ASK!
  11. for commissions for yourself, just contact me @butscrewmefirst.tumblr.com
  12. -->
  13.  
  14. <head>
  15.  
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22.  
  23. <link href="https://fonts.googleapis.com/css?family=Caveat|Clicker+Script|Cookie|Creepster|Damion|Dancing+Script|Finger+Paint|Fredericka+the+Great|Great+Vibes|Homemade+Apple|Kaushan+Script|Knewave|Marck+Script|Mr+Dafoe|Nothing+You+Could+Do|Pacifico|Permanent+Marker|Playball|Reenie+Beanie|Rock+Salt|Sacramento|Satisfy|Tangerine|Walter+Turncoat|Yellowtail" rel="stylesheet">
  24.  
  25.  
  26. <script type="text/javascript"
  27. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  28. <script>
  29. $(document).ready(function() {
  30. //
  31. $('a.poplight[href^=#]').click(function() {
  32. var popID = $(this).attr('rel'); //Get Popup Name
  33. var popURL = $(this).attr('href'); //Get Popup href to define size
  34. var query= popURL.split('?');
  35. var dim= query[1].split('&');
  36. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  37. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  38. var popMargTop = ($('#' + popID).height() + 80) / 2;
  39. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  40. //Apply Margin to Popup
  41. $('#' + popID).css({
  42. 'margin-top' : -popMargTop,
  43. 'margin-left' : -popMargLeft
  44. });
  45. $('body').append('<div id="fade"></div>');
  46. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  47. return false;
  48. });
  49. $('a.close, #fade').live('click', function() {
  50. $('#fade , .popup_block, .question_block').fadeOut(function() {
  51. $('#fade, a.close').remove(); //fade them both out
  52. });
  53. return false;
  54. });
  55. });
  56. </script>
  57.  
  58.  
  59. <style type="text/css">
  60.  
  61. .popup_block{
  62. display:none;
  63. float:left;
  64. background-image: url('http://i.imgur.com/kvswm5V.png');
  65. background-color: #fff;
  66. height:500px;
  67. position:fixed;
  68. top:50%; left: 50%;
  69. z-index:9999999999999;
  70. opacity:1;
  71. }
  72.  
  73.  
  74. *html #fade {position: absolute;}
  75. *html .popup_block {position: absolute;}
  76. #fade {
  77. display:none;
  78. position:fixed;
  79. left:0px;
  80. top:0px;
  81. width:100%;
  82. height:100%;
  83. z-index:999999;
  84. background:#000001;
  85. opacity:.5;
  86. }
  87.  
  88.  
  89. #text {
  90. top:50%;
  91. left:50%;
  92. margin-top:50px;
  93. margin-left:450px;
  94. width:270px;
  95. height:200px;
  96. overflow:auto;
  97. text-align:justify;
  98. font-family:calibri;
  99. font-size:10px;
  100. color:#fff;
  101. background:transparent;
  102. }
  103.  
  104. #heading {
  105. top:50%;
  106. left:50%;
  107. margin-top:-3px;
  108. text-align:left;
  109. margin-left:20px;
  110. font-family:"prata";
  111. font-size:40px;
  112. color:#fff;
  113. background:transparent;
  114. text-shadow: 0px 0px 14px #fff;
  115. }
  116.  
  117. #poptext2 {
  118. margin-top:17px;
  119. margin-left:45px;
  120. width:259px;
  121. height:445px;
  122. font-family:'calibri';
  123. color:#fff;
  124. font-size:12px;
  125. overflow:auto;
  126. text-align:justify;
  127. }
  128.  
  129. #poptext {
  130. margin-top:17px;
  131. margin-left:38px;
  132. width:268px;
  133. height:447px;
  134. font-family:'calibri';
  135. color:#fff;
  136. font-size:12px;
  137. overflow:auto;
  138. text-align:justify;
  139. }
  140.  
  141. .question_block{
  142. height:300px;
  143. display: none;
  144. float: left;
  145. position: fixed;
  146. top: 50%; left: 50%;
  147. z-index: 999999999999;
  148. }
  149.  
  150.  
  151.  
  152.  
  153.  
  154. para {
  155. font-family: 'Prata', serif;
  156. color:#000;
  157. text-shadow:0 0 2px #fff;
  158. font-size:15px;
  159.  
  160. }
  161.  
  162. /*edit scrollbar*/
  163.  
  164. ::-webkit-scrollbar-thumb {
  165. height:auto;
  166. }
  167.  
  168. ::-webkit-scrollbar {
  169. height:4px;
  170. width:3px;
  171. padding-right:2px;
  172. }
  173. /*edit the body this is what post text looks like, background color, etc.*/
  174.  
  175. body {
  176. background-image:url("http://i.imgur.com/9MU7zYX.png");
  177. background-position:left bottom;
  178. background-attachment:fixed;
  179. background-repeat:no-repeat;
  180. margin:0px;
  181. background-color:#e1e4e9;
  182. color:#000;
  183. font-family:"prata";
  184. font-size:10px;
  185. line-height:120%;
  186. overflow-x:hidden;
  187. overflow-y:hidden;
  188. }
  189.  
  190.  
  191. /*edit links*/
  192.  
  193. a {
  194. text-decoration:none;
  195. outline:#8d0404;
  196. -moz-outline-style:none;
  197. color:#8d0404;
  198. -moz-transition-duration:0.8s;
  199. -webkit-transition-duration:0.8s;
  200. -o-transition-duration:0.8s;
  201. text-transform:uppercase;
  202. text-shadow:0px 0px 1px #132331;
  203. }
  204.  
  205. /*edit link hover*/
  206.  
  207. a:hover {
  208. color:#fff;
  209. outline:none;
  210. -moz-outline-style:none;
  211. text-decoration:none;
  212. border-radius: 20px 20px 20px 20px #fff;
  213. -webkit-filter: blur(0px);
  214. }
  215.  
  216. img {
  217. opacity:.8;
  218. -webkit-filter: Grayscale(50%);
  219. -webkit-transition-duration: 0.8s;
  220. -moz-transition-duration:0.8s;
  221. transition-duration:0.8s;
  222. -o-transition-duration:0.8s;
  223. -webkit-filter: blur(0px);
  224. border-radius: 20px 20px 20px 20px #000;
  225. }
  226.  
  227. img:hover {
  228. opacity:1;
  229. -webkit-filter: Grayscale(0%);
  230. -webkit-transition: all 0.8s ease-out;
  231. -moz-transition: all 0.8s ease-out;
  232. transition: all 0.8s ease-out;
  233. -webkit-filter: blur(0px);
  234. border-radius: 20px 20px 20px 20px #000;
  235.  
  236. }
  237.  
  238. blockquote {
  239. padding-left:5px;
  240. border-left:1px solid #000;
  241. text-shadow:0px 0px 3px #000;
  242. border-radius:6px;
  243.  
  244. }
  245.  
  246. blockquote blockquote {
  247. padding-left:5px;
  248. border-left:2px solid;
  249. }
  250.  
  251. h1 {
  252. font-size:20px;
  253. text-align:left;
  254. font-family:"Prata";
  255. text-align:center;
  256. line-height:115%;
  257. letter-spacing:1px;
  258. color:#000;
  259. text-shadow:0px 0px 3px #000;
  260. text-transform:uppercase;
  261. }
  262.  
  263. h2 {
  264. font-size:20px;
  265. text-align:left;
  266. font-family:"Satisfy", cursive;
  267. text-align:center;
  268. line-height:100%;
  269. letter-spacing:1px;
  270. color:#fff;
  271. text-shadow:0px 0px 3px #000;
  272. }
  273.  
  274. h3 {
  275. font-size:20px;
  276. text-align:left;
  277. font-family:"Yellowtail", cursive;
  278. text-align:center;
  279. line-height:110%;
  280. letter-spacing:1px;
  281. color:#590000;
  282. }
  283.  
  284. pre {
  285. font-family:"prata";
  286. font-size:12px;
  287. color:#000;
  288. text-shadow:0px 0px 1px #000;
  289. background-color:transparent;
  290. letter-spacing:1px;
  291. text-align:center;
  292. text-transform:uppercase;
  293. padding:1px;
  294. border:3px double #8d0404;
  295. background-position:top center;
  296. border:10px 3px 10px 3px;
  297. }
  298.  
  299.  
  300.  
  301. #title {
  302. color:#fff;
  303. font-family:arial;
  304. font-size:16px;
  305. text-transform:lowercase;
  306. border-bottom:1px solid #fff;
  307. font-weight:bold;
  308. letter-spacing:0px;
  309. padding:4px;
  310. margin-top:-20px;
  311. margin-left:-14px;
  312. position:fixed;
  313. text-align:left;
  314. }
  315.  
  316.  
  317. #navi {
  318. float:left;
  319. width:115px;
  320. padding:3px;
  321. }
  322.  
  323. @-webkit-keyframes cuntess{
  324. from { -webkit-transform:rotate(0deg);}
  325. to {-webkit-transform:rotate(360deg);}
  326. }
  327.  
  328. @-webkit-keyframes donovan{
  329. from {-webkit-transform: scale(0.5);}
  330. 75% {-webkit-transform: scale(1.0);}
  331. to {-webkit-transform: scale(0.5);}
  332. }
  333.  
  334. @-webkit-keyframes sally{
  335. from {-webkit-filter: blur(0px);}
  336. 60% {-webkit-filter: blur(3px);}
  337. to {-webkit-filter: blur(0px);}
  338. }
  339.  
  340.  
  341. /*sidebar links*/
  342.  
  343. .links {
  344. position: fixed;
  345. font-style:none;
  346. bottom:400px;
  347. margin-left:50px;
  348. font-size:40px;
  349. line-height: 850%;
  350. text-align: left;
  351. width:30px;
  352. margin-right: auto;
  353. transform:rotate(-50deg);
  354. -ms-transform: rotate(-50deg);
  355. -webkit-transform: rotate(-50deg);
  356. -webkit-animation-name: cuntess;
  357. -webkit-animation-iteration-count: infinite;
  358. -webtkit-animation-timing-function: ease-in-out;
  359. -webkit-animation-duration:5s;
  360.  
  361.  
  362. }
  363.  
  364. .links a {
  365. -webkit-filter:blur(0px);
  366. letter-spacing: 1px;
  367. padding:3px;
  368. text-shadow: 1px 0px 1px #000;
  369.  
  370. }
  371.  
  372. .links a:hover {
  373. color:#000;
  374. opacity:1;
  375. -webkit-transition: all 0.8s ease-out;
  376. -moz-transition: all 0.8s ease-out;
  377. transition: all 0.8s ease-out;
  378. -webkit-filter:blur(3px);
  379. }
  380.  
  381. .alinks {
  382. position: fixed;
  383. font-style:none;
  384. bottom:280px;
  385. margin-left:535px;
  386. font-size:25px;
  387. word-spacing:2px;
  388. line-height: 850%;
  389. text-align: left;
  390. width:20px;
  391. margin-right: auto;
  392. transform:rotate(-50deg);
  393. -ms-transform: rotate(-50deg);
  394. -webkit-transform: rotate(-50deg);
  395. -webkit-animation-name: cuntess;
  396. -webkit-animation-iteration-count: infinite;
  397. -webtkit-animation-timing-function: ease-in-out;
  398. -webkit-animation-duration:10s;
  399.  
  400. }
  401.  
  402. .alinks a {
  403. -webkit-filter:blur(0px);
  404. letter-spacing: 1px;
  405. padding:3px;
  406. text-shadow: 1px 0px 1px #000;
  407.  
  408. }
  409.  
  410. .alinks a:hover {
  411. color:#000;
  412. opacity:1;
  413. -webkit-transition: all 0.8s ease-out;
  414. -moz-transition: all 0.8s ease-out;
  415. transition: all 0.8s ease-out;
  416. -webkit-filter:blur(3px);
  417. }
  418.  
  419. .blinks {
  420. position: fixed;
  421. font-style:none;
  422. bottom:-60px;
  423. margin-left:735px;
  424. font-size:26px;
  425. word-spacing:2px;
  426. line-height: 850%;
  427. text-align: left;
  428. width:20px;
  429. margin-right: auto;
  430. transform:rotate(0deg);
  431. -ms-transform: rotate(0deg);
  432. -webkit-transform: rotate(0deg);
  433. -webkit-animation-name: donovan;
  434. -webkit-animation-iteration-count: infinite;
  435. -webtkit-animation-timing-function: ease-in-out;
  436. -webkit-animation-duration:12s;
  437.  
  438.  
  439. }
  440.  
  441. .blinks a {
  442. -webkit-filter:blur(0px);
  443. letter-spacing: 1px;
  444. padding:3px;
  445. text-shadow: 1px 0px 1px #000;
  446. }
  447.  
  448. .blinks a:hover {
  449. color:#000;
  450. opacity:1;
  451. -webkit-transition: all 0.8s ease-out;
  452. -moz-transition: all 0.8s ease-out;
  453. transition: all 0.8s ease-out;
  454. -webkit-filter:blur(3px);
  455. }
  456.  
  457. .clinks {
  458. position: fixed;
  459. font-style:none;
  460. bottom:55px;
  461. margin-left:1095px;
  462. font-size:21px;
  463. word-spacing:2px;
  464. line-height: 850%;
  465. text-align: left;
  466. width:20px;
  467. margin-right: auto;
  468. transform:rotate(0deg);
  469. -ms-transform: rotate(0deg);
  470. -webkit-transform: rotate(0deg);
  471. -webkit-animation-name: donovan;
  472. -webkit-animation-iteration-count: infinite;
  473. -webtkit-animation-timing-function: ease-in-out;
  474. -webkit-animation-duration:7s;
  475. }
  476.  
  477. .clinks a {
  478. -webkit-filter:blur(0px);
  479. letter-spacing: 1px;
  480. padding:3px;
  481. text-shadow: 1px 0px 1px #000;
  482. }
  483.  
  484. .clinks a:hover {
  485. color:#000;
  486. opacity:1;
  487. -webkit-transition: all 0.8s ease-out;
  488. -moz-transition: all 0.8s ease-out;
  489. transition: all 0.8s ease-out;
  490. -webkit-filter:blur(3px);
  491. }
  492.  
  493. .dlinks {
  494. position: fixed;
  495. font-style:none;
  496. bottom:475px;
  497. margin-left:1025px;
  498. font-size:28px;
  499. word-spacing:2px;
  500. line-height: 850%;
  501. text-align: left;
  502. width:20px;
  503. margin-right: auto;
  504. transform:rotate(0deg);
  505. -ms-transform: rotate(0deg);
  506. -webkit-transform: rotate(0deg);
  507. -webkit-animation-name: cuntess;
  508. -webkit-animation-iteration-count: infinite;
  509. -webtkit-animation-timing-function: ease-in-out;
  510. -webkit-animation-duration: 25s;
  511.  
  512. }
  513.  
  514. .dlinks a {
  515. -webkit-filter:blur(0px);
  516. letter-spacing: 1px;
  517. padding:3px;
  518. text-shadow: 1px 0px 1px #000;
  519. }
  520.  
  521. .dlinks a:hover {
  522. color:#000;
  523. opacity:1;
  524. -webkit-transition: all 0.8s ease-out;
  525. -moz-transition: all 0.8s ease-out;
  526. transition: all 0.8s ease-out;
  527. -webkit-filter:blur(3px);
  528. }
  529.  
  530. .elinks {
  531. position: fixed;
  532. font-style:none;
  533. bottom:240px;
  534. margin-left:1200px;
  535. font-size:25px;
  536. word-spacing:2px;
  537. line-height: 850%;
  538. text-align: left;
  539. width:20px;
  540. margin-right: auto;
  541. transform:rotate(0deg);
  542. -ms-transform: rotate(0deg);
  543. -webkit-transform: rotate(0deg);
  544. -webkit-animation-name: donovan;
  545. -webkit-animation-iteration-count: infinite;
  546. -webtkit-animation-timing-function: ease-in-out;
  547. -webkit-animation-duration:10s;
  548. }
  549.  
  550. .elinks a {
  551. -webkit-filter:blur(0px);
  552. letter-spacing: 1px;
  553. padding:3px;
  554. text-shadow: 1px 0px 1px #000;
  555. }
  556.  
  557. .elinks a:hover {
  558. color:#000;
  559. opacity:1;
  560. -webkit-transition: all 0.8s ease-out;
  561. -moz-transition: all 0.8s ease-out;
  562. transition: all 0.8s ease-out;
  563. -webkit-filter:blur(3px);
  564. }
  565.  
  566.  
  567.  
  568. /* this is the box that comes up when you hover over something with a title*/
  569.  
  570. #s-m-t-tooltip {
  571. margin-left:15px;
  572. margin-top:-21px;
  573. letter-spacing:0px;
  574. font-family:"helvetica";
  575. text-transform:auto;
  576. font-size:10px;
  577. text-transform:none;
  578. color:#8d0404;
  579. background-color:#000;
  580. border:1px solid #8d0404;
  581. border-radius:6px;
  582. text-shadow:0px 0px 3px #000;
  583. padding: 3px;
  584. z-index:99999999999999999999999;
  585. -webkit-transition:all 1.5s;
  586. -moz-transition:all 1.5s;
  587. -ms-transition:all 1.5s;
  588. -o-transition:all 1.5s;
  589. transition:all 1.5s;
  590. }
  591.  
  592. .buttons {
  593. display:inline-block;
  594. width:100px;
  595. border:1px solid #8d0404;
  596. border-radius:2px;
  597. margin:5px;
  598. padding:5px;
  599. text-align:center;
  600. text-decoration:underline;
  601. }
  602.  
  603. .buttons:hover {
  604. background:url('http://i.imgur.com/tz7O5VE.png');
  605. text-decoration: underline;
  606. }
  607.  
  608. /*next page and previous page*/
  609.  
  610. #pagination {
  611. bottom:70px;
  612. font-size:10px;
  613. margin-left:520px;
  614. color:#8d0404;
  615. position: absolute;
  616. font-family:"prata";
  617. text-align: left;
  618. letter-spacing:2px;
  619. padding-left:87px;
  620. width:300px;
  621. word-spacing:2px;
  622. text-transform:lowercase;
  623. -ms-transform: rotate(0deg); /* IE 9 */
  624. -webkit-transform: rotate(0deg); /* Safari */
  625. transform: rotate(0deg)
  626.  
  627.  
  628. }
  629.  
  630. #pagination a {
  631. padding:0 3px;
  632. opacity:2;
  633. -webkit-filter: Grayscale(0%);
  634. -webkit-transition: all 0.8s ease-out;
  635. -moz-transition: all 0.8s ease-out;
  636. transition: all 0.8s ease-out;
  637. -webkit-filter: blur(0px)
  638.  
  639. }
  640.  
  641. #pagination a:hover {
  642. color:#18191b;
  643. opacity:1;
  644. -webkit-transition: all 0.8s ease-out;
  645. -moz-transition: all 0.8s ease-out;
  646. transition: all 0.8s ease-out;
  647. -webkit-filter:blur(.8px);
  648. }
  649.  
  650. #container {
  651. position: fixed;
  652. width:405px;
  653. height:467px;
  654. bottom:85px;
  655. margin-left:610px;
  656. overflow:auto;
  657. text-align:justify;
  658. /*-webkit-mask-image: -webkit-gradient(linear, left bottom, left 80%, from(rgba(4, 4, 4, 0)), to(rgba(4, 4, 4, 1)));*/
  659. }
  660.  
  661. #post {
  662. width:400px;
  663. margin-top:5px;
  664. font-size:10px;
  665. line-height:110%;
  666. padding-top:10px;
  667. margin-bottom:20px;
  668. margin-left:auto;
  669. margin-right:auto;
  670. }
  671.  
  672. #post blockquote {
  673. padding-left:10px;
  674. margin-left:10px;
  675. border-left:#000 1px solid;
  676. text-shadow:0px 0px 3px #000;
  677. }
  678.  
  679.  
  680. /*italics and bold stuffs. here is where you can put new fonts, many i have already supplied you with!*/
  681.  
  682. b, strong, bold {
  683. color:#8d0404;
  684. text-shadow:0px 0px 2px #8d0404;
  685. font-size:12px;
  686. letter-spacing:2px;
  687. font-family:"oswald";
  688. line-height:115%;
  689. font-weight: bold;
  690. text-transform:none;
  691. }
  692.  
  693. i, em, italic {
  694. color: #1723be;
  695. text-shadow:none;
  696. font-size:17px;
  697. line-height:115%;
  698. font-family:"Clicker Script", cursive;
  699. text-transform:lowercase;
  700. letter-spacing:2px;
  701.  
  702. }
  703.  
  704. /*time posted, note count, via and source*/
  705.  
  706. #info {
  707. width:360px;
  708. font-size:16px;
  709. padding:4px 0px 1px 0px;
  710. margin:0px 0px 40px 0px;
  711. letter-spacing:4px;
  712. font-size:22px;
  713. color:#8d0404;
  714. }
  715.  
  716. #info a {
  717. color:#8d0404;
  718. text-shadow:1px 2px 4px #8d0404;
  719. }
  720.  
  721. #info a:hover {
  722. color:#fff;
  723. text-shadow:0px 0px 1px #fff;
  724. }
  725.  
  726.  
  727. /*tags*/
  728.  
  729. .tags {
  730. width:350px;
  731. margin:-20px 0px 0px 30px;
  732. line-height:115%;
  733. padding:5px;
  734. font-size:10px;
  735. word-break:keep-all;
  736. text-align:center;
  737. font-family:calibri;
  738. background:#fff;
  739. border:dotted 1px #8d0404;
  740. border-radius:3px 3px 8px 8px;
  741. background:url('http://i.imgur.com/tz7O5VE.png');
  742. opacity:1;
  743. }
  744.  
  745. .tags a {
  746. color:#fff;
  747. text-shadow:0px 0px 5px #000;;
  748. }
  749.  
  750. .tags a:hover {
  751. color:#8d0404;
  752. text-shadow:0px 0px 1px #8d0404;
  753. }
  754.  
  755. .postnote {
  756. width:375px;
  757. margin-top:40px;
  758. font-family:arial;
  759. text-transform:lowercase;
  760. font-style:normal;
  761. letter-spacing:0px;
  762. font-size:10px;
  763. text-align:left;
  764. }
  765.  
  766. .verses img {
  767. float:center;
  768. -webkit-filter: grayscale(0%);
  769. width:260px;
  770. height:100px;
  771. }
  772.  
  773. .pic img {
  774. float: center;
  775. padding: 0px;
  776. margin-right: 10px;
  777. width: 100px;
  778. height: 100px;
  779. }
  780.  
  781. /*here go asks*/
  782.  
  783. #ask {
  784. width:380px;
  785. margin-left:10px;
  786. font-size:24px;
  787. text-align:center;
  788. font-family:"bangers";
  789. font-style:none;
  790. text-transform:lowercase;
  791. color:#fff;
  792. }
  793.  
  794. #ask a {
  795. color:#fff;
  796. text-transform:lowercase;
  797. text-shadow:0px 2px 5px #000;
  798.  
  799. }
  800.  
  801. #ask a:hover {
  802. color:#fff;
  803. letter-spacing:2px;
  804. text-shadow:0px 2px 7px #fff;
  805. }
  806.  
  807. #q {
  808. width:379px;
  809. margin-left:-1px;
  810. padding:10px;
  811. text-align:center;
  812. font-family:calibri;
  813. font-size:12px;
  814. color:#fff;
  815. text-shadow:0px 0px 5px #000;
  816. border-radius:0px 0px 0px 2px;
  817. border:1px dotted #8d0404;
  818. background:url('http://i.imgur.com/tz7O5VE.png');
  819. }
  820.  
  821. #ans {
  822. text-align:justify;
  823. padding:5px;
  824. }
  825.  
  826.  
  827.  
  828.  
  829. /*audio player container*/
  830.  
  831. .playerbuttonbg {
  832. position: absolute;
  833. left: 10px;
  834. top: 10px;
  835. width: 18px;
  836. height: 18px;
  837. background-color:#e1e4e9;
  838. padding: 10px;
  839. -webkit-border-radius: 40px;
  840. -moz-border-radius: 40px;
  841. border-radius: 40px;
  842. opacity: .4;
  843. filter: alpha(opacity=40);
  844. -moz-opacity: 0.4;
  845. -khtml-opacity: 0.4;
  846. transition: opacity .7s ease-in-out;
  847. -moz-transition: opacity .7s ease-in-out;
  848. -webkit-transition: opacity .7s ease-in-out;
  849. }
  850.  
  851. .playerbuttonbg:hover {
  852. opacity: 1;
  853. filter: alpha(opacity=100);
  854. -moz-opacity: 1;
  855. -khtml-opacity: 1;
  856. }
  857.  
  858. .newplayerbutton {
  859. position: relative;
  860. width: 19px;height: 19px;
  861. overflow: hidden;
  862. }
  863.  
  864. .playerbuttonhug {
  865. position: absolute;
  866. top: -18px;left: -7px;
  867. }
  868.  
  869. .tumblr_audio_player {
  870. border:none;
  871. height: 50px;
  872. width: 240px;
  873. margin-left:3px;
  874. margin-top:3px;
  875. }
  876.  
  877. .audioimgwrapper {
  878. position: absolute;
  879. left: 0px;
  880. top: 0px;
  881. overflow: hidden;
  882. width: 60px;
  883. height: 60px;
  884. }
  885.  
  886. .audioimgwrapper img {
  887. width: 100%;
  888. height: auto;
  889. }
  890. .trackdetails {
  891. width: auto;
  892. display:inline-block;
  893. margin-left: 90px;
  894. min-height: 85px;
  895. }
  896.  
  897. .audiowrapper {
  898. position: relative
  899. ;display:inline-block;
  900. }
  901.  
  902. #updates {
  903. position:fixed;
  904. width:148px;
  905. height:227px;
  906. bottom:203px;
  907. margin-left:1027px;
  908. font-size:9px;
  909. padding:5px;
  910. overflow:auto;
  911. text-align:center;
  912. }
  913.  
  914. /*credit. only change this if you actually make the code your own*/
  915.  
  916. #credit {
  917. position:fixed;
  918. font-size:18px;
  919. color:#8d0404;
  920. font-weight:none;
  921. line-height:50%;
  922. letter-spacing:2px;
  923. font-family:'prata';
  924. right:20px;
  925. bottom:15px;
  926. text-transform:UPPERCASE;
  927. text-align:left;
  928. -webkit-transition: all 0.5s ease-in-out;
  929. -moz-transition: all 0.5s ease-in-out;
  930. -o-transition: all 0.5s ease-in-out;
  931. }
  932.  
  933. #credit a {
  934. letter-spacing: 0px;
  935. padding:3px;
  936. color:#8d0404;
  937. }
  938.  
  939. #credit a:hover {
  940. background:#e1e4e9;
  941. color:#fff;
  942. }
  943.  
  944.  
  945.  
  946.  
  947. {CustomCSS}
  948.  
  949. }
  950.  
  951. </style></head><body>
  952. <script src=“http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  953. <script src=“http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  954. <script>
  955. (function($){
  956. $(document).ready(function(){
  957. $("a[title]").style_my_tooltips({
  958. tip_follows_cursor:true,
  959. tip_delay_time:7,
  960. tip_fade_speed:7,
  961. attribute:"title"
  962. });
  963. });
  964. })(jQuery);
  965. </script>
  966.  
  967.  
  968. <!-- YOUR UPDATES TAB -->
  969. <div id="updates">
  970. <h2>look a pretty title</h2>
  971. Lorem ipsum dolor sit <i>amet</i>, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. <b>Suspendisse</b> sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
  972. <h3>look another title</h3>
  973. <pre>pre title it pretty</pre>
  974. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
  975. <HR WIDTH=35%>
  976. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
  977.  
  978. </div>
  979. <!-- END UPDATES TAB -->
  980.  
  981. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  982. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  983. <script>
  984.  
  985. (function($){
  986.  
  987. $(document).ready(function(){
  988.  
  989. $("a[title]").style_my_tooltips({
  990.  
  991. tip_follows_cursor:true,
  992.  
  993. tip_delay_time:50,
  994.  
  995. tip_fade_speed:600,
  996.  
  997. attribute:"title"
  998.  
  999. });
  1000.  
  1001. });
  1002.  
  1003. })(jQuery);
  1004.  
  1005. </script>
  1006.  
  1007.  
  1008.  
  1009.  
  1010. <div class="links">
  1011. <a href="/" title="HEADQUARTERS.">♥<a></div>
  1012.  
  1013. <div class="alinks">
  1014. <a href="#?w=500" title="INTERROGATION." rel="box1" class="poplight">♦</a>️</div>
  1015.  
  1016. <div class="blinks">
  1017. <a href="#?w=700" title="LAWS." rel="box2" class="poplight">♣</a></div>
  1018.  
  1019. <div class="clinks">
  1020. <a href="#?w=700" title="VERSES." rel="box3" class="poplight">♠</a></div>
  1021.  
  1022. <div class="dlinks">
  1023. <a href="#?w=700" title="NAVIGATION." rel="box4" class="poplight">♠</a></div>
  1024.  
  1025. <div class="elinks">
  1026. <a href="#?w=700" title="BIOGRAPHY." rel="box6" class="poplight">♦</a></div>
  1027.  
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039. </div>
  1040.  
  1041. <div id="description">{Description}</div>
  1042.  
  1043.  
  1044. <div id="pagination">
  1045. {block:Pagination}
  1046. {block:PreviousPage}
  1047. <a href="{PreviousPage}">back</a>
  1048. {/block:PreviousPage}
  1049.  
  1050.  
  1051. {block:NextPage}
  1052. <a href="{NextPage}">/ forth</a>
  1053. {/block:NextPage}
  1054. {/block:Pagination}
  1055. </div>
  1056.  
  1057.  
  1058.  
  1059. </div>
  1060.  
  1061.  
  1062. <div id="container">
  1063. <div id="content">
  1064.  
  1065. {block:Posts}<div id="post">
  1066.  
  1067. {block:Text}
  1068. {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
  1069. {Body}
  1070. {/block:Text}
  1071.  
  1072. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1073.  
  1074. <center>{block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}</center>
  1075.  
  1076. {block:Quote}
  1077. <h2>{Quote}</h2>
  1078. <h1>—{Source}</h1>
  1079. {/block:Quote}
  1080.  
  1081. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1082.  
  1083. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  1084.  
  1085. {block:AudioPlayer}
  1086. <div class="audiowrapper">
  1087. {block:AlbumArt}
  1088. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  1089. {/block:AlbumArt}
  1090.  
  1091. <div class="playerbuttonbg">
  1092. <div class="newplayerbutton">
  1093. <div class="playerbuttonhug">
  1094. {AudioPlayerWhite}
  1095. </div></div></div>
  1096.  
  1097. <div class="trackdetails">
  1098. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  1099. {block:Artist}{Artist}{/block:Artist}<br/>
  1100. {PlayCountWithLabel}
  1101. </div></div>
  1102. {block:Caption}{Caption}{/block:Caption}
  1103. {/block:AudioPlayer}
  1104.  
  1105. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1106.  
  1107. {block:Answer}
  1108.  
  1109. <div id="ask">{Asker}</div>
  1110. <div id="q">{Question}</div>
  1111. <br/>{Answer}{/block:Answer}
  1112.  
  1113. {block:Date}
  1114. <div id="info">
  1115. <a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero} - {TimeAgo}" style="position:absolute; font-size: 20px; margin-left:36px; margin-top:3px;-webkit-transform: rotate(-20deg);-ms-transform: rotate(-20deg);transform: rotate(-20deg);">✕</a>
  1116. <a href="{Permalink}" title="{NoteCountWithLabel}" style="position:absolute; margin-left:14px; margin-top:5px;font-size:15px;-webkit-transform: rotate(20deg);-ms-transform: rotate(20deg);transform: rotate(20deg);">✕</a>
  1117. <a href={ReblogURL} target=”_blank” class=”details” title="Reblog" style="position:absolute; margin-left:4px; margin-top:22px;font-size:19px;-webkit-transform: rotate(-50deg);-ms-transform: rotate(-50deg);transform: rotate(-50deg);">✕</a>
  1118. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  1119. <!-- {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  1120. </div>
  1121. {/block:Date}
  1122.  
  1123.  
  1124. {block:HasTags}
  1125. <div class="tags">
  1126. {block:Tags} <a href="{TagURL}" title="{Tag}">&nbsp;#{Tag}&nbsp;</a> {/block:Tags}</div>
  1127. {/block:HasTags}
  1128.  
  1129.  
  1130. <div class="postnote">
  1131. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1132. </div>
  1133. </div>
  1134. {/block:Posts}
  1135. </div>
  1136. </div>
  1137. </div>
  1138. </div></div>
  1139.  
  1140.  
  1141.  
  1142.  
  1143. </div></div></div></div>
  1144. </div>
  1145.  
  1146. <div id="credit"><a href="http://butscrewmefirst.tumblr.com" title="theme by manon"><big>Ⓜ</big></a></div>
  1147.  
  1148. </body>
  1149.  
  1150. <div id="box1" class="question_block">
  1151. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  1152. </div>
  1153. </div></div></div></div></div></div></div></div></div></div>
  1154.  
  1155. <div id="box3" class="popup_block">
  1156. <div id="heading">VERSES</div>
  1157. <div id="poptext">
  1158. <!-- to make another verse, copy from here... -->
  1159. <center><center><pre><a href="/tagged/LINK HERE" style="text-align:center;">VERSE TITLE HERE</a></pre></center>
  1160. verse info goes here a-yo.
  1161. <br>
  1162. </center>
  1163. <!-- to here, and then paste! -->
  1164.  
  1165. <!-- to make another verse, copy from here... -->
  1166. <center><center><pre><a href="/tagged/LINK HERE" style="text-align:center;">VERSE TITLE HERE</a></pre></center>
  1167. verse info goes here a-yo.
  1168. <br>
  1169. </center>
  1170. <!-- to here, and then paste! -->
  1171.  
  1172. <!-- to make another verse, copy from here... -->
  1173. <center><center><pre><a href="/tagged/LINK HERE" style="text-align:center;">VERSE TITLE HERE</a></pre></center>
  1174. verse info goes here a-yo.
  1175. <br>
  1176. </center>
  1177. <!-- to here, and then paste! -->
  1178.  
  1179. <!-- to make another verse, copy from here... -->
  1180. <center><center><pre><a href="/tagged/LINK HERE" style="text-align:center;">VERSE TITLE HERE</a></pre></center>
  1181. verse info goes here a-yo.
  1182. <br>
  1183. </center>
  1184. <!-- to here, and then paste! -->
  1185.  
  1186. <!-- to make another verse, copy from here... -->
  1187. <center><center><pre><a href="/tagged/LINK HERE" style="text-align:center;">VERSE TITLE HERE</a></pre></center>
  1188. verse info goes here a-yo.
  1189. <br>
  1190. </center>
  1191. <!-- to here, and then paste! -->
  1192.  
  1193. <!-- to make another verse, copy from here... -->
  1194. <center><center><pre><a href="/tagged/LINK HERE" style="text-align:center;">VERSE TITLE HERE</a></pre></center>
  1195. verse info goes here a-yo.
  1196. <br>
  1197. </center>
  1198. <!-- to here, and then paste! -->
  1199.  
  1200. <!-- to make another verse, copy from here... -->
  1201. <center><center><pre><a href="/tagged/LINK HERE" style="text-align:center;">VERSE TITLE HERE</a></pre></center>
  1202. verse info goes here a-yo.
  1203. <br>
  1204. </center>
  1205. <!-- to here, and then paste! -->
  1206.  
  1207. <!-- to make another verse, copy from here... -->
  1208. <center><center><pre><a href="/tagged/LINK HERE" style="text-align:center;">VERSE TITLE HERE</a></pre></center>
  1209. verse info goes here a-yo.
  1210. <br>
  1211. </center>
  1212. <!-- to here, and then paste! -->
  1213.  
  1214. <!-- to make another verse, copy from here... -->
  1215. <center><center><pre><a href="/tagged/LINK HERE" style="text-align:center;">VERSE TITLE HERE</a></pre></center>
  1216. verse info goes here a-yo.
  1217. <br>
  1218. </center>
  1219. <!-- to here, and then paste! -->
  1220.  
  1221. <!-- to make another verse, copy from here... -->
  1222. <center><center><pre><a href="/tagged/LINK HERE" style="text-align:center;">VERSE TITLE HERE</a></pre></center>
  1223. verse info goes here a-yo.
  1224. <br>
  1225. </center>
  1226. <!-- to here, and then paste! -->
  1227.  
  1228. </div>
  1229. </div>
  1230. </div>
  1231. </div></div></div></div></div></div></div></div></div></div>
  1232.  
  1233.  
  1234.  
  1235. <div id="box2" class="popup_block">
  1236. <div id="heading">GUIDELINES</div>
  1237. <div id="poptext">
  1238. Guidelines here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<br>
  1239. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<p>
  1240. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<p>
  1241. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<p>
  1242. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<p>
  1243.  
  1244.  
  1245.  
  1246. </div>
  1247. </div>
  1248.  
  1249. </div></div></div></div></div></div></div></div></div></div>
  1250.  
  1251. <div id="box4" class="popup_block">
  1252. <div id="heading">NAVIGATION</div>
  1253. <div id="poptext2">
  1254.  
  1255. <p><center><i>one title here</center></i>
  1256.  
  1257. <!-- copy from here... -->
  1258. <div id="navi">
  1259. <a href="/link here" class="buttons">link title</a><br>
  1260. <a href="/link here" class="buttons">link title</a><br>
  1261. <a href="/link here" class="buttons">link title</a><br>
  1262. <a href="/link here" class="buttons">link title</a><br>
  1263.  
  1264. </div>
  1265. <!--to here if you need another column of links!-->
  1266.  
  1267. <!-- copy from here... -->
  1268. <div id="navi">
  1269. <a href="/link here" class="buttons">link title</a><br>
  1270. <a href="/link here" class="buttons">link title</a><br>
  1271. <a href="/link here" class="buttons">link title</a><br>
  1272. <a href="/link here" class="buttons">link title</a><br>
  1273. </div>
  1274. <!--to here if you need another column of links!-->
  1275.  
  1276. <br>
  1277. <p><center><i>eyy another title</center></i>
  1278.  
  1279. <!-- copy from here... -->
  1280. <div id="navi">
  1281. <a href="/link here" class="buttons">link title</a><br>
  1282. <a href="/link here" class="buttons">link title</a><br>
  1283. <a href="/link here" class="buttons">link title</a><br>
  1284. <a href="/link here" class="buttons">link title</a><br>
  1285.  
  1286. </div>
  1287. <!--to here if you need another column of links!-->
  1288.  
  1289. <!-- copy from here... -->
  1290. <div id="navi">
  1291. <a href="/link here" class="buttons">link title</a><br>
  1292. <a href="/link here" class="buttons">link title</a><br>
  1293. <a href="/link here" class="buttons">link title</a><br>
  1294. <a href="/link here" class="buttons">link title</a><br>
  1295.  
  1296. </div>
  1297. <!--to here if you need another column of links!-->
  1298. <br>
  1299. <p><center><i>title title</center></i>
  1300.  
  1301. <!-- copy from here... -->
  1302. <div id="navi">
  1303. <a href="/link here" class="buttons">link title</a><br>
  1304. <a href="/link here" class="buttons">link title</a><br>
  1305. <a href="/link here" class="buttons">link title</a><br>
  1306. <a href="/link here" class="buttons">link title</a><br>
  1307.  
  1308. </div>
  1309. <!--to here if you need another column of links!-->
  1310.  
  1311. <!-- copy from here... -->
  1312. <div id="navi">
  1313. <a href="/link here" class="buttons">link title</a><br>
  1314. <a href="/link here" class="buttons">link title</a><br>
  1315. <a href="/link here" class="buttons">link title</a><br>
  1316. <a href="/link here" class="buttons">link title</a><br>
  1317.  
  1318. </div>
  1319. <!--to here if you need another column of links!-->
  1320.  
  1321. </div>
  1322. </div>
  1323.  
  1324. </div></div></div></div></div></div></div></div></div></div>
  1325.  
  1326.  
  1327. <div id="box6" class="popup_block">
  1328. <div id="heading">BIOGRAPHY</div>
  1329. <div id="poptext">
  1330. About mun here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<br>
  1331. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<p>
  1332. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<p>
  1333. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<p>
  1334. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<p>
  1335.  
  1336. </div>
  1337. </div>
  1338. </div>
  1339.  
  1340. </div></div></div></div></div></div></div></div></div></div>
  1341.  
  1342.  
  1343.  
  1344.  
  1345. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement