Advertisement
manon15

scriptorus theme code

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