Advertisement
manon15

hawkinsjournalist nancy theme

Dec 28th, 2023
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.73 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--╰☆╮BACKGROUND & CODE BY MANON / BUTSCREWMEFIRST / MANONCOMMS╰☆╮
  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.  
  12. for commissions for yourself, just contact me @butscrewmefirst.tumblr.com
  13. -->
  14.  
  15. <head>
  16.  
  17.  
  18. <title>{Title}</title>
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}<meta name="description" cmontent="{MetaDescription}" />{/block:Description}
  22.  
  23.  
  24. <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">
  25.  
  26. <link href="https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre|Josefin+Sans" rel="stylesheet">
  27.  
  28. <link href="https://fonts.googleapis.com/css?family=Dancing+Script|Engagement|Great+Vibes|Parisienne|Qwigley|Rouge+Script" rel="stylesheet">
  29.  
  30.  
  31. <link href="https://fonts.googleapis.com/css?family=Prata" rel="stylesheet">
  32.  
  33. <link rel="preconnect" href="https://fonts.googleapis.com">
  34. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  35. <link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap" rel="stylesheet">
  36.  
  37. <link rel="preconnect" href="https://fonts.googleapis.com">
  38. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  39. <link href="https://fonts.googleapis.com/css2?family=Caveat&family=Parisienne&display=swap" rel="stylesheet">
  40.  
  41.  
  42.  
  43. <script type="text/javascript"
  44. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  45. <script>
  46. $(document).ready(function() {
  47. //
  48. $('a.poplight[href^=#]').click(function() {
  49. var popID = $(this).attr('rel'); //Get Popup Name
  50. var popURL = $(this).attr('href'); //Get Popup href to define size
  51. var query= popURL.split('?');
  52. var dim= query[1].split('&');
  53. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  54. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  55. var popMargTop = ($('#' + popID).height() + 80) / 2;
  56. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  57. //Apply Margin to Popup
  58. $('#' + popID).css({
  59. 'margin-top' : -popMargTop,
  60. 'margin-left' : -popMargLeft
  61. });
  62. $('body').append('<div id="fade"></div>');
  63. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  64. return false;
  65. });
  66. $('a.close, #fade').live('click', function() {
  67. $('#fade , .popup_block, .popup_block2, .popup_block3, .popup_block4, .question_block').fadeOut(function() {
  68. $('#fade, a.close').remove(); //fade them both out
  69. });
  70. return false;
  71. });
  72. });
  73. </script>
  74.  
  75. <!--tabs two script-->
  76. <script type="text/javascript" src="https://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  77. <script type="text/javascript">
  78. $(document).ready(function(){
  79. $(".links_body").hide();
  80. $(".links_head").click(function(){
  81. $(this).next(".links_body").slideToggle("fast");
  82. }); }); </script>
  83. <style type="text/css">
  84. .links_list { margin:0px; padding:0px; width:100%;}
  85. .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
  86. .links_body { padding:10px; text-align:left; display:none;}
  87. </style>
  88.  
  89. <!-- verses script -->
  90. <script src="https://static.tumblr.com/dxh5xq2/v6Gn8ju1e/tabs.js"></script>
  91.  
  92. <!-- Start of StatCounter Code for Tumblr -->
  93. <script type="text/javascript">
  94. var sc_project=10802541;
  95. var sc_invisible=1;
  96. var sc_security="4fab9bff";
  97. var scJsHost = (("https:" == document.location.protocol) ?
  98. "https://secure." : "https://www.");
  99. document.write("<sc"+"ript type='text/javascript' src='" +
  100. scJsHost+
  101. "statcounter.com/counter/counter.js'></"+"script>");
  102. </script>
  103. <noscript><div class="statcounter"><a title="tumblr
  104. statistics" href="https://statcounter.com/tumblr/"
  105. target="_blank"><img class="statcounter"
  106. src="https://c.statcounter.com/10802541/0/4fab9bff/1/"
  107. alt="tumblr statistics"></a></div></noscript>
  108. <!-- End of StatCounter Code for Tumblr -->
  109.  
  110. <style type="text/css">
  111.  
  112.  
  113. .popup_block{
  114. display:none;
  115. float:left;
  116. background-image: url('https://i.imgur.com/bsRfyd6.png');
  117. background-color: #fff;
  118. height:500px;
  119. position:fixed;
  120. top:50%; left: 50%;
  121. z-index:9999999999999;
  122. opacity:1;
  123. }
  124.  
  125.  
  126. *html #fade {position: absolute;}
  127. *html .popup_block {position: absolute;}
  128. #fade {
  129. display:none;
  130. position:fixed;
  131. left:0px;
  132. top:0px;
  133. width:100%;
  134. height:100%;
  135. z-index:999999;
  136. background:#000001;
  137. opacity:.5;
  138. }
  139.  
  140. .popup_block2{
  141. display:none;
  142. float:left;
  143. background-image: url('https://i.imgur.com/6QEws6x.png');
  144. background-color: #fff;
  145. height:500px;
  146. position:fixed;
  147. top:50%; left: 50%;
  148. z-index:9999999999999;
  149. opacity:1;
  150. }
  151.  
  152.  
  153. *html #fade {position: absolute;}
  154. *html .popup_block2 {position: absolute;}
  155. #fade {
  156. display:none;
  157. position:fixed;
  158. left:0px;
  159. top:0px;
  160. width:100%;
  161. height:100%;
  162. z-index:999999;
  163. background:#000001;
  164. opacity:.5;
  165. }
  166.  
  167. .popup_block3{
  168. display:none;
  169. float:left;
  170. background-image: url('https://i.imgur.com/frNAGhO.png');
  171. background-color: #fff;
  172. height:500px;
  173. position:fixed;
  174. top:50%; left: 50%;
  175. z-index:9999999999999;
  176. opacity:1;
  177. }
  178.  
  179.  
  180. *html #fade {position: absolute;}
  181. *html .popup_block3 {position: absolute;}
  182. #fade {
  183. display:none;
  184. position:fixed;
  185. left:0px;
  186. top:0px;
  187. width:100%;
  188. height:100%;
  189. z-index:999999;
  190. background:#000001;
  191. opacity:.5;
  192. }
  193.  
  194.  
  195. #text {
  196. top:50%;
  197. left:50%;
  198. margin-top:50px;
  199. margin-left:450px;
  200. width:270px;
  201. height:200px;
  202. overflow:scroll;
  203. text-align:justify;
  204. font-family:calibri;
  205. font-size:10px;
  206. color:#000;
  207. background:transparent;
  208. }
  209.  
  210. #heading {
  211. top:50%;
  212. left:50%;
  213. margin-top:3px;
  214. text-align:left;
  215. margin-left:20px;
  216. font-family:"prata";
  217. font-size:40px;
  218. color:#000;
  219. background:transparent;
  220. text-shadow: 0px 0px 14px #fff;
  221. }
  222.  
  223. #heading2 {
  224. top:60%;
  225. left:25%;
  226. margin-top:3px;
  227. text-align:left;
  228. margin-left:20px;
  229. font-family:"prata";
  230. font-size:40px;
  231. color:#000;
  232. background:transparent;
  233. text-shadow: 0px 0px 14px #fff;
  234. }
  235.  
  236. #heading3 {
  237. position
  238. top:50%;
  239. left:50%;
  240. margin-top:3px;
  241. text-align:left;
  242. margin-left:20px;
  243. font-family:"prata";
  244. font-size:40px;
  245. color:#000;
  246. background:transparent;
  247. text-shadow: 0px 0px 14px #fff;
  248. }
  249.  
  250. .question_block{
  251. height:300px;
  252. display: none;
  253. float: left;
  254. position: fixed;
  255. top: 50%; left: 50%;
  256. z-index: 999999999999;
  257. }
  258.  
  259.  
  260.  
  261. #headerbar{
  262. left:50%;
  263. top:50%;
  264. margin-left:-150px;
  265. margin-top:13px;
  266. width:400px;
  267. overflow:auto;
  268. text-align:justify;
  269. color:#3d2f1d;
  270. font-family:"calibri";
  271. font-size:12px;
  272. }
  273.  
  274. #tabbar{
  275. left:50%;
  276. top:50%;
  277. margin-left:1px;
  278. margin-top:07px;
  279. width:300px;
  280. height:340px;
  281. overflow: auto;
  282. text-align:justify;
  283. color:#3d2f1d;
  284. font-family:"calibri";
  285. font-size:12px;
  286. }
  287.  
  288. ul#tab, ul#tabs{
  289. list-style-type:none;
  290.  
  291. }
  292. ul#tab li.active {
  293. display:inline-block;
  294. text-align:left;
  295.  
  296. }
  297. ul#tab li {
  298. display:none;
  299. overflow:hidden;
  300.  
  301. }
  302.  
  303. #sidelinks {
  304. z-index: 999999999999999;
  305. width:190px;
  306. top:1px;
  307. left:245px;
  308. position:fixed;
  309. text-align:left;
  310.  
  311. }
  312. ul#tabs li:first {
  313. display:inline-block;
  314. padding:3px;
  315. cursor:pointer;
  316. text-align:right;
  317.  
  318. }
  319. ul#tabs li {
  320. font-family:"calibri";
  321. font-weight:bold;
  322. font-size:8px;
  323. margin-bottom:1px;
  324. z-index: 999999999999;
  325. padding:3px;
  326. width:auto;
  327. cursor:pointer;
  328.  
  329. }
  330.  
  331. .rules {
  332. height:500px;
  333. width:700px;
  334. position:fixed;
  335. background-image:url('');
  336. background-repeat:no-repeat;
  337. top:1px;
  338. left:300px;
  339. text-align:center;
  340.  
  341. }
  342. .muselist {
  343. height:500px;
  344. width:700px;
  345. position:fixed;
  346. background-image:url('');
  347. background-repeat:no-repeat;
  348. top:50px;
  349. left:300px;
  350. text-align:center;
  351.  
  352. }
  353. .verses {
  354. height:500px;
  355. width:700px;
  356. position:fixed;
  357. background-image:url('');
  358. background-repeat:no-repeat;
  359. top:50px;
  360. left:300px;
  361. text-align:center;
  362.  
  363. }
  364. .relations {
  365. height:500px;
  366. width:700px;
  367. position:fixed;
  368. background-image:url('');
  369. background-repeat:no-repeat;
  370. top:50px;
  371. left:300px;
  372. text-align:center;
  373.  
  374. }
  375. .navigation {
  376. height:500px;
  377. width:700px;
  378. position:fixed;
  379. background-image:url('');
  380. background-repeat:no-repeat;
  381. top:50px;
  382. left:300px;
  383. text-align:center;
  384.  
  385. }
  386. .askbox {
  387. height:420px;
  388. width:400px;
  389. position:fixed;
  390. background-repeat:no-repeat;
  391. top:0px;
  392. left:0px;
  393. text-align:center;
  394.  
  395. }
  396.  
  397. /*for 1 popup with all sections*/
  398. .poptext {
  399. float: left;
  400. position:absolute;
  401. overflow-x:hidden;
  402. overflow-y:scroll #3d2f1d;
  403. font-family:"roboto";
  404. text-align:left;
  405. font-size:12px;
  406. background-color:#d2bda7;
  407. top:63px;
  408. left:700px;
  409. width:378px;
  410. height:519px;
  411. padding:15px;
  412.  
  413. }
  414.  
  415. #text {
  416. top:50%;
  417. left:50%;
  418. float: left;
  419. position:absolute;
  420. margin-top:50px;
  421. margin-left:447px;
  422. width:270px;
  423. height:200px;
  424. overflow:scroll;
  425. text-align:center;
  426. font-family:"calibri";
  427. font-size:10px;
  428. color:#fff;
  429. background:#d2bda7;
  430. }
  431.  
  432. #heading {
  433. position:fixed;
  434. top:60%;
  435. left:50%;
  436. margin-top:-20px;
  437. text-align:left;
  438. margin-left:0px;
  439. font-family:"prata";
  440. font-size:40px;
  441. color:#000;
  442. background:#d2bda7;
  443. text-shadow: 0px 0px 14px #fff;
  444. }
  445.  
  446. #heading2 {
  447. position:fixed;
  448. top:60%;
  449. left:25%;
  450. margin-top:-20px;
  451. text-align:left;
  452. margin-left:0px;
  453. font-family:"prata";
  454. font-size:40px;
  455. color:#fff;
  456. background:#d2bda7;
  457. text-shadow: 0px 0px 14px #fff;
  458. }
  459.  
  460. #heading3 {
  461. position:fixed;
  462. top:50%;
  463. left:50%;
  464. margin-top:-20px;
  465. text-align:left;
  466. margin-left:0px;
  467. font-family:"prata";
  468. font-size:40px;
  469. color:#fff;
  470. background:#d2bda7;
  471. text-shadow: 0px 0px 14px #fff;
  472. }
  473.  
  474. /*FOR SINGULAR POPUPS; BIO & GUIDELINES*/
  475. #poptext {
  476. float: left;
  477. position:absolute;
  478. color:#fff;
  479. overflow-x:hidden;
  480. overflow-y:scroll;
  481. margin-top:52px;
  482. margin-left:85px;
  483. width:280px;
  484. height:398px;
  485. font-family:'calibri';
  486. font-size:14px;
  487. text-align:JUSTIFY;
  488. background-color:;
  489. opacity:.8;
  490. background-image:url('');
  491. }
  492.  
  493. /*FOR SINGULAR POPUPS; NAVIGATION*/
  494. #poptext2 {
  495. float: left;
  496. position:absolute;
  497. overflow-x:hidden;
  498. overflow-y:scroll;
  499. margin-top:52px;
  500. margin-left:70px;
  501. width:280px;
  502. height:398px;
  503. font-family:'calibri';
  504. color:#fff;
  505. font-size:14px;
  506. text-align:JUSTIFY;
  507. background-color:;
  508. opacity:.8;
  509. background-image:url('');
  510. }
  511.  
  512.  
  513. /** guidelines **/
  514. #butts1 {
  515. font-size:12px;
  516. margin-left:-250px;
  517. margin-top:415px;
  518. position:fixed;
  519. border:1px solid #d5b09b;
  520. background-color:#3d2f1d;
  521. background-image:url('');
  522. padding:3px;
  523. transform: rotate(0deg);
  524. -webkit-transform: rotate(0deg);
  525. text-shadow:0px 0px 6px #2d2936;
  526. }
  527.  
  528. #butts1:hover {
  529. text-shadow:0px 0px 6px #2d2936;
  530. -webkit-transition: all 0.8s ease-out;
  531. -moz-transition: all 0.8s ease-out;
  532. transition: all 0.8s ease-out;
  533. -webkit-filter:blur(.8px);
  534. }
  535.  
  536. /** biography or character page **/
  537. #butts2 {
  538. font-size:12px;
  539. margin-left:-250px;
  540. margin-top:445px;
  541. position:fixed;
  542. background-color:#3d2f1d;
  543. border:1px solid #d5b09b;
  544. background-image:url('');
  545. padding:3px;
  546. transform: rotate(0deg);
  547. -webkit-transform: rotate(0deg);
  548. text-shadow:0px 0px 6px #2d2936;
  549. }
  550.  
  551. #butts2:hover {
  552. text-shadow:0px 0px 6px #2d2936;
  553. -webkit-transition: all 0.8s ease-out;
  554. -moz-transition: all 0.8s ease-out;
  555. transition: all 0.8s ease-out;
  556. -webkit-filter:blur(.8px);
  557. }
  558.  
  559. /** verses **/
  560. #butts3 {
  561. font-size:12px;
  562. margin-left:-170px;
  563. margin-top:360px;
  564. position:fixed;
  565. background-color:#3d2f1d;
  566. border:1px solid #d5b09b;
  567. background-image:url('');
  568. padding:3px;
  569. transform: rotate(0deg);
  570. -webkit-transform: rotate(0deg);
  571. text-shadow:0px 0px 6px #2d2936;
  572. }
  573.  
  574. #butts3:hover {
  575. text-shadow:0px 0px 6px #2d2936;
  576. -webkit-transition: all 0.8s ease-out;
  577. -moz-transition: all 0.8s ease-out;
  578. transition: all 0.8s ease-out;
  579. -webkit-filter:blur(.8px);
  580. }
  581.  
  582. /** relations / mains **/
  583. #butts4 {
  584. font-size:12px;
  585. margin-left:-120px;
  586. margin-top:394px;
  587. position:fixed;
  588. background-color:#3d2f1d;
  589. border:1px solid #d5b09b;
  590. background-image:url('');
  591. padding:3px;
  592. transform: rotate(0deg);
  593. -webkit-transform: rotate(0deg);
  594. text-shadow:0px 0px 6px #2d2936;
  595. }
  596.  
  597. #butts4:hover {
  598. text-shadow:0px 0px 6px #2d2936;
  599. -webkit-transition: all 0.8s ease-out;
  600. -moz-transition: all 0.8s ease-out;
  601. transition: all 0.8s ease-out;
  602. -webkit-filter:blur(.8px);
  603. }
  604.  
  605. /** navigation **/
  606. #butts5 {
  607. font-size:12px;
  608. margin-left:-120px;
  609. margin-top:424px;
  610. position:fixed;
  611. background-color:#3d2f1d;
  612. border:1px solid #d5b09b;
  613. background-image:url('');
  614. padding:3px;
  615. transform: rotate(0deg);
  616. -webkit-transform: rotate(0deg);
  617. text-shadow:0px 0px 6px #2d2936;
  618. }
  619.  
  620. #butts5:hover {
  621. text-shadow:0px 0px 6px #2d2936;
  622. -webkit-transition: all 0.8s ease-out;
  623. -moz-transition: all 0.8s ease-out;
  624. transition: all 0.8s ease-out;
  625. -webkit-filter:blur(.8px);
  626. }
  627.  
  628. #box, ul#tabs li, a {
  629. font-size:15px;
  630. text-transform:uppercase;
  631. transition: 0.5s ease;
  632. -o-transition: 0.5s ease;
  633. -moz-transition: 0.5s ease;
  634. -webkit-transition: 0.5s ease;}
  635.  
  636.  
  637.  
  638. #linksys1 {
  639. font-size:40px;
  640. text-shadow:0px 0px 4px #000;
  641. }
  642.  
  643. #linksys1:hover {
  644. text-shadow:0px 0px 4px #000;
  645. }
  646.  
  647.  
  648. #linksys2 {
  649. font-size:40px;
  650. text-shadow:0px 0px 4px #000;
  651. }
  652.  
  653. #linksys2:hover {
  654. text-shadow:0px 0px 4px #000;
  655. }
  656.  
  657.  
  658. .buttons {
  659. display:inline-block;
  660. width:100px;
  661. font-size:13px;
  662. text-decoration: underline;
  663. border:1px solid #000;
  664. margin:12px;
  665. margin-left:42px;
  666. padding:-15px;
  667. text-align:center;
  668. text-decoration:none;
  669. }
  670.  
  671. .buttons:hover {
  672. background:url('https://i.imgur.com/Dv31fAH.png');
  673. color:#fff;
  674. text-decoration:underline;
  675.  
  676. }
  677.  
  678.  
  679.  
  680. .question_block{
  681. height:300px;
  682. display: none;
  683. float: left;
  684. position: fixed;
  685. top: 50%; left: 50%;
  686. z-index: 999999999999;
  687. }
  688.  
  689. para {
  690. font-family: 'Prata', serif;
  691. color:#d5ccc0;
  692. text-shadow:0 0 2px #fff;
  693. font-size:15px;
  694.  
  695. }
  696.  
  697. /*edit scrollbar*/
  698.  
  699. ::-webkit-scrollbar {
  700. width:1px;
  701. }
  702.  
  703. ::-webkit-scrollbar-track {
  704. background:#3d2f1d;
  705. }
  706.  
  707. ::-webkit-scrollbar-thumb {
  708. background:#3d2f1d;
  709. width:3px;
  710. }
  711.  
  712.  
  713. /*edit the body this is what post text looks like, background color, etc.*/
  714.  
  715. body {
  716. background-image:url("https://i.imgur.com/CL0Tv1U.png");
  717. background-position:top left;
  718. background-attachment:fixed;
  719. background-repeat:no-repeat;
  720. margin:0px;
  721. background-color:#350d27;
  722. color:#fff;
  723. font-family:"Oswald",serif;
  724. font-size:22px;
  725. line-height:120%;
  726. overflow-x:hidden;
  727. overflow-y:hidden #d6c7ae;
  728. }
  729.  
  730.  
  731. /*edit links*/
  732.  
  733. /*title*/
  734. h1 {
  735. width:397px;
  736. font-size:22px;
  737. text-align:center;
  738. font-family:"Calibri",serif;
  739. padding-left:0px;
  740. line-height:110%;
  741. letter-spacing:2px;
  742. color:#70999a;
  743. text-transform:UPPERCASE;
  744. }
  745.  
  746. /*for quotes*/
  747. h2 {
  748. width:397px;
  749. padding-left:0px;
  750. margin-left:4px;
  751. font-size:25px;
  752. text-align:center;
  753. font-family:"Engagement", cursive;
  754. text-transform:lowercase;
  755. line-height:110%;
  756. letter-spacing:2px;
  757. color:#7f7561;
  758. text-shadow: 1px 1px 1px #000;
  759. font-weight:bold;
  760. }
  761.  
  762. /*ask popup font*/
  763. h6 {
  764. font-size:22px;
  765. font-family:"Calibri", cursive;
  766. border-bottom:1px solid #6a7667;
  767. text-align:center;
  768. margin-top:0px;
  769. margin-bottom:0px;
  770. line-height:115%;
  771. letter-spacing:2px;
  772. color:#6a7667;
  773. }
  774.  
  775. /*person/entity who said quote*/
  776. h3 {
  777. font-size:18px;
  778. text-align:center;
  779. font-family:"Oswald", serif;
  780. color:#6f94a2;
  781. line-height:110%;
  782. letter-spacing:2px;
  783. }
  784.  
  785. /*links on blog to diff pages*/
  786. h4 {
  787. font-size:18px;
  788. font-family:"roboto";
  789. text-transform:uppercase;
  790. text-align:center;
  791. line-height:105%;
  792. letter-spacing:2px;
  793. color:#7f7561;
  794. }
  795.  
  796. /*a links*/
  797. h5 {
  798. font-size:24px;
  799. font-family:"Oswald",serif;
  800. text-transform:uppercase;
  801. text-align:center;
  802. line-height:105%;
  803. letter-spacing:2px;
  804. color:#18696c;
  805. }
  806. /*for popup titles*/
  807. h7 {
  808. font-size:60px;
  809. font-family:"Rouge Script";
  810. text-transform:none;
  811. text-align:center;
  812. line-height:105%;
  813. letter-spacing:2px;
  814. color:#000;
  815. }
  816.  
  817. a {
  818.  
  819. text-decoration:none;
  820. outline:none;
  821. font-size:15px;
  822. font-family:"Calibri",serif;
  823. -moz-outline-style:none;
  824. color:#70999a;
  825. -moz-transition-duration:0.8s;
  826. -webkit-transition-duration:0.8s;
  827. -o-transition-duration:0.8s;
  828. text-transform:uppercase;
  829. }
  830.  
  831. p {
  832. font-size:14px;
  833. color:#fff;
  834. }
  835.  
  836. /*edit link hover*/
  837.  
  838. a:hover {
  839. color:#000;
  840. outline:none;
  841. -moz-outline--tyle:none;
  842. text-decoration:none;
  843. border-radius: 20px 20px 20px 20px #fff;
  844. -webkit-filter: blur(0px);
  845. }
  846.  
  847.  
  848. img {
  849. opacity:1;
  850. -webkit-filter: Grayscale(50%);
  851. -webkit-transition-duration: 0.8s;
  852. -moz-transition-duration:0.8s;
  853. transition-duration:0.8s;
  854. -o-transition-duration:0.8s;
  855. -webkit-filter: blur(0px);
  856. border-radius: 20px 20px 20px 20px #000;
  857. }
  858.  
  859. img:hover {
  860. opacity:1;
  861. -webkit-filter: Grayscale(0%);
  862. -webkit-transition: all 0.8s ease-out;
  863. -moz-transition: all 0.8s ease-out;
  864. transition: all 0.8s ease-out;
  865. -webkit-filter: blur(0px);
  866. border-radius: 20px 20px 20px 20px #000;
  867.  
  868. }
  869.  
  870. pre {
  871. width:auto;
  872. letter-spacing:1px;
  873. text-align:center;
  874. text-transform:uppercase;
  875. padding:2px;
  876. border-radius:2px;
  877. color:#fff;
  878. font-family:"roboto";
  879. font-size:12px;
  880. background-image:url('https://i.imgur.com/Dv31fAH.png');
  881. border:1px solid #83becd;
  882. outline:1px dashed #83becd;
  883. outline-offset:1.5px;
  884. }
  885.  
  886. hr {
  887. border: 0;
  888. height: 1px;
  889. background-image: linear-gradient(to right, rgba(85, 85, 85, 0), rgba(85, 85, 85, 0.75), rgba(85, 85, 85, 0));
  890. margin-bottom:2px;
  891. }
  892.  
  893.  
  894.  
  895. #title {
  896. color:#821d21;
  897. font-family:"oswald", serif;
  898. font-size:16px;
  899. text-transform:lowercase;
  900. font-weight:bold;
  901. letter-spacing:0px;
  902. padding:4px;
  903. margin-top:-20px;
  904. margin-left:-14px;
  905. position:fixed;
  906. text-align:left;
  907. }
  908.  
  909.  
  910. #navi {
  911. float:left;
  912. width:115px;
  913. padding:3px;
  914. }
  915.  
  916. #muses {
  917. width:125px;
  918. float:left;
  919. overflow:auto;
  920. margin:1px 2px;
  921. }
  922.  
  923. .muses text {
  924. height:50px;
  925. overflow:scroll;
  926. }
  927.  
  928.  
  929. @-webkit-keyframes sally{
  930. from {-webkit-filter: blur(0px);}
  931. 60% {-webkit-filter: blur(2px);}
  932. to {-webkit-filter: blur(0px);}
  933. }
  934.  
  935. @-webkit-keyframes countess{
  936. from { -webkit-transform: rotate(0deg)}
  937. to {-webkit-transform: rotate(360deg);}
  938. }
  939.  
  940. /*sidebar links*/
  941.  
  942. .links {
  943. position: fixed;
  944. font-style:none;
  945. font-size:300px;
  946. margin-top:322px;
  947. margin-left:126px;
  948. line-height:100%;
  949. text-align: center;
  950. width:0px;
  951. opacity:1;
  952. margin-right: auto;
  953. transform: rotate(0deg);
  954. -webkit-transform: rotate(0deg);
  955.  
  956. }
  957.  
  958. .links a {
  959. -webkit-filter:blur(0px);
  960. opacity:1;
  961. letter-spacing: 1px;
  962. padding:3px;
  963.  
  964. }
  965.  
  966. .links a:hover {
  967. opacity:1;
  968. }
  969.  
  970. .alinks {
  971. position: fixed;
  972. font-style:bold;
  973. font-size:300px;
  974. margin-top:-109px;
  975. margin-left:280px;
  976. line-height:100%;
  977. text-align: center;
  978. width:0px;
  979. opacity:1;
  980. margin-right: auto;
  981. transform: rotate(0deg);
  982. -webkit-transform: rotate(0deg);
  983.  
  984. }
  985.  
  986. .alinks a {
  987. -webkit-filter:blur(0px);
  988. opacity:1;
  989. font-style:bold;
  990. letter-spacing: 1px;
  991. padding:3px;
  992.  
  993. }
  994.  
  995. .alinks a:hover {
  996. opacity:1;
  997. }
  998.  
  999. .blinks {
  1000. position: fixed;
  1001. font-style:none;
  1002. font-size:300px;
  1003. margin-top:322px;
  1004. margin-left:362px;
  1005. word-spacing:2px;
  1006. line-height: 100%;
  1007. text-align: center;
  1008. width:0px;
  1009. margin-right: auto;
  1010. opacity:1;
  1011. transform: rotate(0deg);
  1012. -webkit-transform: rotate(0deg);
  1013.  
  1014. }
  1015.  
  1016. .blinks a {
  1017. -webkit-filter:blur(0px);
  1018. letter-spacing: 1px;
  1019. padding:3px;
  1020.  
  1021. }
  1022.  
  1023. .blinks a:hover {
  1024. opacity:1;
  1025. }
  1026.  
  1027. .dlinks {
  1028. position: fixed;
  1029. font-style:none;
  1030. font-size:300px;
  1031. margin-top:322px;
  1032. margin-left:500px;
  1033. word-spacing:2px;
  1034. line-height: 100%;
  1035. text-align: center;
  1036. width:0px;
  1037. opacity:1;
  1038. margin-right: auto;
  1039. transform: rotate(0deg);
  1040. -webkit-transform: rotate(0deg);
  1041.  
  1042. }
  1043.  
  1044. .dlinks a {
  1045. -webkit-filter:blur(0px);
  1046. letter-spacing: 1px;
  1047. padding:3px;
  1048. }
  1049.  
  1050. .dlinks a:hover {
  1051. opacity:1;
  1052. }
  1053.  
  1054.  
  1055. .elinks {
  1056. position: fixed;
  1057. font-style:none;
  1058. font-size:300px;
  1059. margin-top:322px;
  1060. margin-left:640px;
  1061. word-spacing:2px;
  1062. line-height: 100%;
  1063. text-align: center;
  1064. width:0px;
  1065. opacity:1;
  1066. margin-right: auto;
  1067. transform: rotate(0deg);
  1068. -webkit-transform: rotate(0deg);
  1069.  
  1070. }
  1071.  
  1072. .elinks a {
  1073. -webkit-filter:blur(0px);
  1074. letter-spacing: 1px;
  1075. padding:3px;
  1076. }
  1077.  
  1078. .elinks a:hover {
  1079. opacity:1;
  1080. }
  1081.  
  1082.  
  1083. /* this is the box that comes up when you hover over something with a title*/
  1084.  
  1085. #s-m-t-tooltip {
  1086. max-height:250px;
  1087. letter-spacing:0px;
  1088. margin:4px 0px 0px 8px;
  1089. font-family:"calibri";
  1090. text-transform:auto;
  1091. font-size:11px;
  1092. text-transform:none;
  1093. color:#fff;
  1094. background-color:#f1dada;
  1095. background-image:url('https://i.imgur.com/Dv31fAH.png');
  1096. border:1px solid #83becd;
  1097. outline:1px solid #83becd;
  1098. outline-offset:1.2px;
  1099. padding: 3px;
  1100. z-index:999999999999999999;
  1101. -webkit-transition:all 1.5s;
  1102. -moz-transition:all 1.5s;
  1103. -ms-transition:all 1.5s;
  1104. -o-transition:all 1.5s;
  1105. transition:all 1.5s;
  1106. }
  1107.  
  1108. /*next page and previous page*/
  1109.  
  1110. #pagination {
  1111. -ms-transform: rotate(0deg); /* IE 9 */
  1112. -webkit-transform: rotate(0deg); /* Safari */
  1113. transform: rotate(0deg)
  1114.  
  1115.  
  1116. }
  1117.  
  1118. #pagination a {
  1119. -webkit-filter: Grayscale(0%);
  1120. -webkit-transition: all 0.8s ease-out;
  1121. -moz-transition: all 0.8s ease-out;
  1122. transition: all 0.8s ease-out;
  1123. -webkit-filter: blur(0px)
  1124.  
  1125. }
  1126.  
  1127. #pagination a:hover {
  1128. color:#cca489;
  1129. opacity:1;
  1130. -webkit-transition: all 0.8s ease-out;
  1131. -moz-transition: all 0.8s ease-out;
  1132. transition: all 0.8s ease-out;
  1133. -webkit-filter:blur(0px);
  1134. }
  1135.  
  1136.  
  1137. #container {
  1138. position:fixed;
  1139. width:405px;
  1140. height:348.5px;
  1141. top:394.5px;
  1142. margin-left:859px;
  1143. background-color:#350d27;
  1144. text-align:left;
  1145. opacity:1;
  1146. overflow-x:hidden;
  1147. overflow-y:scroll #d6c7ae;
  1148. /*-webkit-mask-image: -webkit-linear-gradient(bottom, rgba(0,0,0,1)70%, rgba(0,0,0,0));*/
  1149. }
  1150.  
  1151.  
  1152. #post {
  1153. width:404px;
  1154. font-size:15px;
  1155. color:#fff;
  1156. font-family:"roboto";
  1157. background-color:#350d27;
  1158. line-height:110%;
  1159. padding-top:10px;
  1160. margin-top:20px;
  1161. margin-left:auto;
  1162. margin-right:auto;
  1163. opacity:1;
  1164. -webkit-filter: grayscale(0%);
  1165. filter: grayscale(0%);
  1166. -webkit-transition: all .5s ease-in-out;
  1167. -moz-transition: all .5s ease-in-out;
  1168. -o-transition: all .5s ease-in-out;
  1169. transition: all .5s ease-in-out;
  1170. }
  1171.  
  1172. #post:hover{
  1173. opacity:1;
  1174. -webkit-transition: all .5s ease-in-out;
  1175. -moz-transition: all .5s ease-in-out;
  1176. -o-transition: all .5s ease-in-out;
  1177. transition: all .5s ease-in-out;
  1178. -webkit-filter: grayscale(0);
  1179. filter: grayscale(0);
  1180. }
  1181.  
  1182. #post blockquote {
  1183. padding-left:5px;
  1184. margin-right:0px;
  1185. margin-left:5px;
  1186. margin-top:2px;
  1187. border-left:1px solid #83becd;
  1188. border-radius:3px;
  1189.  
  1190. }
  1191.  
  1192. #post blockquote blockquote {
  1193. padding-left:10px;
  1194. margin-top:2px;
  1195. margin-right:0px;
  1196. margin-left:5px;
  1197. border-left:1px solid #83becd;
  1198. border-radius:3px;
  1199.  
  1200. }
  1201.  
  1202. /*italics and bold stuffs. here is where you can put new fonts, many i have already supplied you with!*/
  1203.  
  1204. b, strong {
  1205. font-size:20px;
  1206. letter-spacing:2px;
  1207. font-family:"Josefin Sans";
  1208. text-transform:uppercase;
  1209. line-height:108%;
  1210. color:#89abab;
  1211. }
  1212.  
  1213. i, em, italics {
  1214. font-size:18px;
  1215. font-family:"Nothing You Could Do";
  1216. padding-left:1px;
  1217. letter-spacing:2px;
  1218. text-transform:none;
  1219. font-weight:bold;
  1220. color:#8e5b53;
  1221. }
  1222.  
  1223. sup, sub, small {
  1224. font-size:15px;
  1225. font-family:"Playball";
  1226. color:#fff;
  1227. }
  1228.  
  1229.  
  1230. /*time posted, note count, via and source*/
  1231.  
  1232. #info {
  1233. font-size:16px;
  1234. padding:4px 0px 1px 0px;
  1235. margin:0px 0px 50px 10px;
  1236. letter-spacing:4px;
  1237. font-size:22px;
  1238. color:#70999a;
  1239. text-transform:none;
  1240. }
  1241.  
  1242. #info a {
  1243. color:#70999a;
  1244. text-transform:none;
  1245. }
  1246.  
  1247. #info a:hover {
  1248. color:#fff;
  1249. }
  1250.  
  1251. #forward {
  1252. opacity:1;
  1253. font-weight:bold;
  1254. font-size:18px;
  1255. color:#fff;
  1256. top:622px;
  1257. margin-left:1210px;
  1258. position: fixed;
  1259. font-family:"calibri", sans-serif;
  1260. text-align: left;
  1261. letter-spacing:2px;
  1262. word-spacing:2px;
  1263. transform: rotate(0deg);
  1264. }
  1265.  
  1266. #forward:hover {
  1267. opacity: 1;
  1268. color:#821d21;
  1269. text-shadow:0px 1px 1px #171b31;
  1270. -webkit-transition: all 0.8s ease-out;
  1271. -moz-transition: all 0.8s ease-out;
  1272. transition: all 0.8s ease-out;
  1273. -webkit-filter:blur(.8px);
  1274. }
  1275.  
  1276. #backward {
  1277. opacity:1;
  1278. font-weight:bold;
  1279. font-size:18px;
  1280. color:#fff;
  1281. top:622px;
  1282. margin-left:1015px;
  1283. position: fixed;
  1284. font-family:"calibri", sans-serif;
  1285. text-align: left;
  1286. letter-spacing:2px;
  1287. word-spacing:2px;
  1288. transform: rotate(0deg);
  1289. }
  1290.  
  1291. #backward:hover {
  1292. opacity: 1;
  1293. color:#821d21;
  1294. text-shadow:0px 3px 2px #171b31;
  1295. -webkit-transition: all 0.8s ease-out;
  1296. -moz-transition: all 0.8s ease-out;
  1297. transition: all 0.8s ease-out;
  1298. -webkit-filter:blur(.8px);
  1299. }
  1300.  
  1301.  
  1302.  
  1303. /*tags*/
  1304.  
  1305. .tags {
  1306. width:331px;
  1307. margin:-52px 0px 0px 55px;
  1308. line-height:115%;
  1309. padding:5px;
  1310. font-size:9px;
  1311. word-break:keep-all;
  1312. text-align:center;
  1313. font-family:"roboto";
  1314. background-color:#d2bda7;
  1315. background-image:url('https://i.imgur.com/Dv31fAH.png');
  1316. border-top:4px solid #83becd;
  1317. border-left:4px solid #83becd;
  1318. border-bottom:4px solid #83becd;
  1319. outline: 1px dashed #83becd;
  1320. outline-offset:2.5px;
  1321. letter-spacing:1px;
  1322. }
  1323.  
  1324. .tags a {
  1325. font-size:11px;
  1326. color:#fff;
  1327. text-shadow:1px 1px 6px #000;
  1328. }
  1329.  
  1330. .tags a:hover {
  1331. color:#523230;
  1332. text-shadow:1px 1px 6px #000;
  1333. letter-spacing:2px;
  1334. }
  1335.  
  1336. .postnote {
  1337. width:275px;
  1338. margin-top:40px;
  1339. font-family:"Oswald",serif;
  1340. text-transform:none;
  1341. font-style:normal;
  1342. letter-spacing:0px;
  1343. font-size:10px;
  1344. text-align:left;
  1345. }
  1346.  
  1347. .verses img {
  1348. float:center;
  1349. -webkit-filter: grayscale(0%);
  1350. width:260px;
  1351. height:100px;
  1352. }
  1353.  
  1354. .pic img {
  1355. float: center;
  1356. padding: 0px;
  1357. margin-right: 10px;
  1358. width: 100px;
  1359. height: 100px;
  1360. }
  1361.  
  1362. img {
  1363. -webkit-filter: grayscale(0%);}
  1364.  
  1365. img:hover {
  1366. -webkit-filter: grayscale(0%);}
  1367.  
  1368.  
  1369.  
  1370. /*here go asks*/
  1371.  
  1372. #ask {
  1373. width:400px;
  1374. margin-left:0px;
  1375. margin-top:20px;
  1376. margin-bottom:10px;
  1377. font-size:40px;
  1378. text-align:center;
  1379. font-family:"Dancing Script", cursive;
  1380. font-style:none;
  1381. text-transform:lowercase;
  1382. line-height:90%;
  1383. color:#70999a;
  1384. }
  1385.  
  1386. #ask a {
  1387. color:#70999a;
  1388. text-shadow:0px 1px 1px #000;
  1389. font-size:40px;
  1390. font-family:"Dancing Script", cursive;
  1391. text-transform:lowercase;
  1392. }
  1393.  
  1394. #ask a:hover {
  1395. color:#b2b2b2;
  1396. letter-spacing:3px;
  1397. }
  1398.  
  1399. #askheader {
  1400. position:absolute;
  1401. margin-left:28px;
  1402. margin-top:-22px;
  1403. }
  1404.  
  1405. #q {
  1406. width:364px;
  1407. margin-left:5px;
  1408. margin-top:3px;
  1409. padding:10px;
  1410. text-align:center;
  1411. color:#fff;
  1412. font-family:"calibri";
  1413. font-size:14px;
  1414. background-color:#d2bda7;
  1415. background-image:url('https://i.imgur.com/Dv31fAH.png');
  1416. border:1px solid #83becd;
  1417. outline:1px dashed #83becd;
  1418. outline-offset:1.5px;
  1419. }
  1420.  
  1421. #ans {
  1422. text-align:justify;
  1423. margin-top:5px;
  1424. padding:5px;
  1425. }
  1426.  
  1427.  
  1428.  
  1429.  
  1430. .playerbuttonbg {
  1431. position: absolute;
  1432. left: 10px;
  1433. top: 10px;
  1434. width: 18px;
  1435. height: 18px;
  1436. background-color:#fff;
  1437. padding: 10px;
  1438. -webkit-border-radius: 40px;
  1439. -moz-border-radius: 40px;
  1440. border-radius: 40px;
  1441. opacity: .4;
  1442. filter: alpha(opacity=40);
  1443. -moz-opacity: 0.4;
  1444. -khtml-opacity: 0.4;
  1445. transition: opacity .7s ease-in-out;
  1446. -moz-transition: opacity .7s ease-in-out;
  1447. -webkit-transition: opacity .7s ease-in-out;
  1448. }
  1449.  
  1450. .playerbuttonbg:hover {
  1451. opacity: 1;
  1452. filter: alpha(opacity=100);
  1453. -moz-opacity: 1;
  1454. -khtml-opacity: 1;
  1455. }
  1456.  
  1457. .newplayerbutton {
  1458. position: relative;
  1459. width: 19px;height: 19px;
  1460. overflow: hidden;
  1461. }
  1462.  
  1463. .playerbuttonhug {
  1464. position: absolute;
  1465. top: -18px;left: -7px;
  1466. }
  1467.  
  1468. .tumblr_audio_player {
  1469. border:none;
  1470. height: 50px;
  1471. width: 240px;
  1472. margin-left:3px;
  1473. margin-top:3px;
  1474. }
  1475.  
  1476. .audioimgwrapper {
  1477. position: absolute;
  1478. left: 0px;
  1479. top: 0px;
  1480. overflow: hidden;
  1481. width: 60px;
  1482. height: 60px;
  1483. }
  1484.  
  1485. .audioimgwrapper img {
  1486. width: 100%;
  1487. height: auto;
  1488. }
  1489. .trackdetails {
  1490. width: auto;
  1491. display:inline-block;
  1492. margin-left: 90px;
  1493. min-height: 85px;
  1494. }
  1495.  
  1496. .audiowrapper {
  1497. position: relative;
  1498. display:inline-block;
  1499. }
  1500.  
  1501.  
  1502.  
  1503. /* --- UPDATES ---*/
  1504.  
  1505. #updates {
  1506. position:fixed;
  1507. font-size:14px;
  1508. color:#fff;
  1509. background-color:#350d27;
  1510. font-family: "Frank Ruhl Libre";
  1511. outline-offset:1px;
  1512. width:395px;
  1513. height:62px;
  1514. top:756px;
  1515. margin-left:859px;
  1516. letter-spacing:.5px;
  1517. padding:5px;
  1518. overflow:auto;
  1519. text-align:center;
  1520. opacity:1;
  1521. }
  1522.  
  1523. #updates:hover{
  1524. -webkit-transition: all 0.5s ease-in-out;
  1525. -moz-transition: all 0.5s ease-in-out;
  1526. transition: all 0.5s ease-in-out;
  1527. opacity:1;
  1528.  
  1529. }
  1530.  
  1531.  
  1532. /*credit. only change this if you actually make the code your own*/
  1533.  
  1534. #credit {
  1535. position:fixed;
  1536. font-size:14px;
  1537. color:#9d0d0d;
  1538. font-weight:none;
  1539. line-height:150%;
  1540. letter-spacing:2px;
  1541. right:20px;
  1542. bottom:7px;
  1543. text-transform:none;
  1544. text-align:center;
  1545. -webkit-transition: all 0.5s ease-in-out;
  1546. -moz-transition: all 0.5s ease-in-out;
  1547. -o-transition: all 0.5s ease-in-out;
  1548. }
  1549.  
  1550. #credit a {
  1551. letter-spacing:2px;
  1552. padding:3px;
  1553. font-family:"Great Vibes", cursive;
  1554. text-transform:none;
  1555. color:#fff;
  1556. }
  1557.  
  1558. #credit a:hover {
  1559. background:#350d27;
  1560. color:#000;
  1561. }
  1562.  
  1563.  
  1564.  
  1565.  
  1566. {CustomCSS}
  1567.  
  1568. }
  1569.  
  1570. </style></head><body>
  1571. <script src=“https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  1572. <script src=“https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  1573. <script>
  1574. (function($){
  1575. $(document).ready(function(){
  1576. $("a[title]").style_my_tooltips({
  1577. tip_follows_cursor:true,
  1578. tip_delay_time:7,
  1579. tip_fade_speed:7,
  1580. attribute:"title"
  1581. });
  1582. });
  1583. })(jQuery);
  1584. </script>
  1585.  
  1586.  
  1587. <!-- begin updates tab -->
  1588.  
  1589. <div id="updates">
  1590. <b>ur name eyooo</b>
  1591. <hr width="70%">
  1592. semi selective yada yada.
  1593. <hr width="70%">
  1594. <i>penned by blah blah</i><br>
  1595. mun & muse: 18+<p>
  1596. Give me a shot to remember
  1597. And you can take all the <i>pain</i> away from me<br>
  1598. <hr width="70%">
  1599. Your kiss and I will <b>surrender</b>
  1600. The sharpest lives are the <pre>deadliest to lead</pre>
  1601. A light to <h3>burn all the empires</h3>
  1602. So bright the sun is <br><i>ashamed to rise and be</i>
  1603.  
  1604.  
  1605.  
  1606.  
  1607. </center>
  1608.  
  1609.  
  1610.  
  1611. </div>
  1612.  
  1613. <!-- end updates tab -->
  1614.  
  1615.  
  1616.  
  1617. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  1618. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1619. <script>
  1620.  
  1621. (function($){
  1622.  
  1623. $(document).ready(function(){
  1624.  
  1625. $("a[title]").style_my_tooltips({
  1626.  
  1627. tip_follows_cursor:true,
  1628.  
  1629. tip_delay_time:50,
  1630.  
  1631. tip_fade_speed:600,
  1632.  
  1633. attribute:"title"
  1634.  
  1635. });
  1636.  
  1637. });
  1638.  
  1639. })(jQuery);
  1640.  
  1641. </script>
  1642.  
  1643.  
  1644.  
  1645. <div class="links">
  1646. <h5><a href="/" title="REFRESH.">HEADQUARTERS<a></h5></div>
  1647.  
  1648. <div class="alinks">
  1649. <h5><a href="#?w=500" title="TIP BOX." rel="box1" class="poplight">TIPS</a></h5>️</div>
  1650.  
  1651. <div class="blinks">
  1652. <h5><a href="#?w=800" title="GUIDELINES." rel="box2" class="poplight">GUIDELINES</a></h5></div>
  1653.  
  1654. <div class="dlinks">
  1655. <h5><a href="#?w=800" title="NAVIGATION." rel="box4" class="poplight">NAVIGATION</a></h5></div>
  1656.  
  1657. <div class="elinks">
  1658. <h5><a href="#?w=800" title="BIOGRAPHY." rel="box6" class="poplight">BIOGRAPHY</a></h5></div>
  1659.  
  1660.  
  1661.  
  1662. </div>
  1663.  
  1664.  
  1665. <div id="pagination">
  1666. {block:Pagination}
  1667. {block:PreviousPage}
  1668. <a href="{PreviousPage}"><div id="backward">back</div></a>
  1669. {/block:PreviousPage}
  1670.  
  1671.  
  1672. {block:NextPage}
  1673. <a href="{NextPage}"><div id="forward">next</div></a>
  1674. {/block:NextPage}
  1675. {/block:Pagination}
  1676. </div>
  1677.  
  1678.  
  1679.  
  1680.  
  1681. </div>
  1682.  
  1683.  
  1684. <div id="container">
  1685. <div id="content">
  1686.  
  1687.  
  1688. {block:Posts}<div id="post">
  1689.  
  1690. {block:Text}
  1691. {block:Title}<h1>{Title}</h1>{/block:Title}
  1692. {Body}
  1693. {/block:Text}
  1694.  
  1695. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1696.  
  1697. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1698.  
  1699. {block:Quote}
  1700. <h2><div style="position:absolute; margin-left:-2px; margin-top:-5px;font-size:35px;-webkit-transform: rotate(30deg);-ms-transform: rotate(30deg);transform: rotate(30deg);">❛&nbsp;</div>{Quote}</h2>
  1701. <h3>—&nbsp;{Source}</h3>
  1702. {/block:Quote}
  1703.  
  1704. {block:Link}<a href="{URL}" {Target}>{Name}</a><{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1705.  
  1706. {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}
  1707.  
  1708. {block:AudioPlayer}
  1709. <div class="audiowrapper">
  1710. {block:AlbumArt}
  1711. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  1712. {/block:AlbumArt}
  1713.  
  1714. <div class="playerbuttonbg">
  1715. <div class="newplayerbutton">
  1716. <div class="playerbuttonhug">
  1717. {AudioPlayerWhite}
  1718. </div></div></div>
  1719.  
  1720. <div class="trackdetails">
  1721. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  1722. {block:Artist}{Artist}{/block:Artist}<br/>
  1723. {PlayCountWithLabel}
  1724. </div></div>
  1725. {block:Caption}{Caption}{/block:Caption}
  1726. {/block:AudioPlayer}
  1727.  
  1728. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1729.  
  1730. {block:Answer}
  1731. <div id="askheader"></div>
  1732. <div id="ask">{Asker}</div>
  1733. <span style="color:#fff;font-size:16px;letter-spacing:2px;f"><center>I N Q U I R E D:</center></span>
  1734. <h2><div id="q">{Question}</div></h2>
  1735. <div id="ans">{Answer}</div>
  1736. {/block:Answer}
  1737.  
  1738. {block:Date}
  1739. <div id="info">
  1740. <a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero} - {TimeAgo}" style="position:absolute; margin-left:-2px;font-size:15px; margin-top:2px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);">I.</a>
  1741. <a href="{Permalink}" title="{NoteCountWithLabel}" style="position:absolute; margin-left:16px; margin-top:2px;font-size:15px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);">II.</a>
  1742. <a href={ReblogURL} target=”_blank” class=”details” title="reblog" style="position:absolute; margin-left:3px; margin-top:21px;font-size:15px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);">III.</a>
  1743. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  1744. <!-- {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  1745. </div>
  1746. {/block:Date}
  1747.  
  1748.  
  1749. {block:HasTags}
  1750. <div class="tags">
  1751. {block:Tags}<a href="{TagURL}" title="{Tag}">&nbsp;#&nbsp;{Tag}&nbsp;</a> {/block:Tags}</div>
  1752. {/block:HasTags}
  1753.  
  1754.  
  1755. <div class="postnote">
  1756. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1757. </div>
  1758. </div>
  1759. {/block:Posts}
  1760. </div>
  1761. </div>
  1762. </div>
  1763. </div></div>
  1764.  
  1765.  
  1766.  
  1767.  
  1768. </div></div></div></div>
  1769. </div>
  1770.  
  1771. <div id="credit"><a href="https://manoncomms.tumblr.com" title="CODE & IMAGE BY MANONCOMMS / BUTSCREWMEFIRST"><big><big>M</big></big></a></div>
  1772.  
  1773. </body>
  1774.  
  1775. <div id="box1" class="question_block">
  1776. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="https://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  1777. </div>
  1778. </div></div></div></div></div></div></div></div></div></div>
  1779.  
  1780.  
  1781. <div id="box2" class="popup_block">
  1782. <div id="heading3">GUIDELINES</div>
  1783. <div id="poptext">
  1784. <b>1.</b> first rule.<br>
  1785. <b>2.</b> second rule.<br>
  1786. <b>3.</b> so forth.<br>
  1787. <b>4.</b> so forth.<br>
  1788. <b>5.</b> so forth.<br>
  1789. <b>6.</b> so forth.<br>
  1790. <b>7.</b> so forth.<br>
  1791. <b>8.</b> so forth.<br>
  1792. <b>9.</b> so forth.<br>
  1793. <b>10.</b> so forth.<br>
  1794. <b>11.</b> so forth.<br>
  1795. <b>12.</b> so forth.<br>
  1796. <b>13.</b> so forth.<br>
  1797. <b>14.</b> so forth.<br>
  1798. <b>15.</b> so forth.<br>
  1799. <b>16.</b> so forth.<br>
  1800. <b>17.</b> so forth.<br>
  1801. <b>18.</b> so forth.<br>
  1802. <b>19.</b> so forth.<br>
  1803.  
  1804. </div>
  1805. </div>
  1806.  
  1807. </div></div></div></div></div></div></div></div></div></div>
  1808.  
  1809. <div id="box4" class="popup_block2">
  1810. <div id="heading">NAVIGATION</div>
  1811. <div id="poptext2">
  1812. <!-- copy from here...-->
  1813. <div id="navi">
  1814. <a href="/tagged/" class="buttons">LINK TITLE</a><br>
  1815. <a href="/tagged/" class="buttons">LINK TITLE</a><br>
  1816. <a href="/tagged/" class="buttons">LINK TITLE</a><br>
  1817. <a href="/tagged/" class="buttons">LINK TITLE</a><br>
  1818. <a href="/tagged/" class="buttons">LINK TITLE</a><br>
  1819. <a href="/tagged/" class="buttons">LINK TITLE</a><br>
  1820. <a href="/tagged/" class="buttons">LINK TITLE</a><br>
  1821. <a href="/tagged/" class="buttons">LINK TITLE</a><br>
  1822. <a href="/tagged/" class="buttons">LINK TITLE</a><br>
  1823. <a href="/tagged/" class="buttons">LINK TITLE</a><br>
  1824. <a href="/tagged/" class="buttons">LINK TITLE</a><br>
  1825. <a href="/tagged/" class="buttons">LINK TITLE</a><br>
  1826.  
  1827. </div>
  1828. <!--to here if you need another column of links!-->
  1829.  
  1830. <div id="navi">
  1831. <a href="/tagged/" class="buttons">LINK TITLE</a><br>
  1832. <a href="/tagged/" class="buttons">LINK TITLE</a><br>
  1833. <a href="/tagged/" class="buttons">LINK TITLE</a><br>
  1834. <a href="/tagged/" class="buttons">LINK TITLE</a><br>
  1835. <a href="/tagged/" class="buttons">LINK TITLE</a><br>
  1836. <a href="/tagged/" class="buttons">LINK TITLE</a><br>
  1837. <a href="/tagged/" class="buttons">LINK TITLE</a><br>
  1838. <a href="/tagged/" class="buttons">LINK TITLE</a><br>
  1839. <a href="/tagged/" class="buttons">LINK TITLE</a><br>
  1840. <a href="/tagged/" class="buttons">LINK TITLE</a><br>
  1841. <a href="/tagged/" class="buttons">LINK TITLE</a><br>
  1842. <a href="/tagged/" class="buttons">LINK TITLE</a><br>
  1843.  
  1844. </div>
  1845.  
  1846.  
  1847. </div>
  1848. </div>
  1849.  
  1850. </div></div></div></div></div></div></div></div></div></div>
  1851.  
  1852.  
  1853. <div id="box6" class="popup_block3">
  1854. <div id="heading">BIOGRAPHY</div>
  1855. <div id="poptext">
  1856. What is Lorem Ipsum?
  1857. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<br>
  1858.  
  1859. Why do we use it?
  1860. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).<br>
  1861.  
  1862.  
  1863. Where does it come from?
  1864. Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.<br>
  1865.  
  1866. The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.
  1867.  
  1868.  
  1869. </div>
  1870. </div>
  1871. </div>
  1872.  
  1873. </div></div></div></div></div></div></div></div></div></div>
  1874.  
  1875.  
  1876.  
  1877. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement