Advertisement
Guest User

blubberbagstheme

a guest
Apr 17th, 2019
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.92 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.  
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head>
  7.  
  8. <!--
  9. TOOLTIP STYLING SCRIPT
  10. -->
  11.  
  12.  
  13. <link href="https://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  14. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  15. <script src="https://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  16. <script>
  17. (function($){
  18. $(document).ready(function(){
  19. $("[title]").style_my_tooltips({
  20. tip_follows_cursor:true,
  21. tip_delay_time:200,
  22. tip_fade_speed:500
  23. });
  24. });
  25. })(jQuery);
  26. </script>
  27.  
  28.  
  29. <script type="text/javascript" src="https://static.tumblr.com/iuggpng/bGqm4yfv9/jquery-1.7.2.js"></script>
  30. <script type="text/javascript"
  31. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  32. <script>
  33. $(document).ready(function() {
  34. //
  35. $('a.poplight[href^=#]').click(function() {
  36. var popID = $(this).attr('rel'); //Get Popup Name
  37. var popURL = $(this).attr('href'); //Get Popup href to define size
  38. var query= popURL.split('?');
  39. var dim= query[1].split('&');
  40. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  41. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('');
  42. var popMargTop = ($('#' + popID).height() + 20) / 2;
  43. var popMargLeft = ($('#' + popID).width() + 20) / 2;
  44. //Apply Margin to Popup
  45. $('#' + popID).css({
  46. 'margin-top' : 42,
  47. 'margin-left' : 0
  48. });
  49. $('body').append('<div id="fade"></div>');
  50. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  51. return false;
  52. });
  53. $('a.close, #fade').live('click', function() {
  54. $('#fade , .popup_block').fadeOut(function() {
  55. $('#fade, a.close').remove(); //fade them both out
  56. });
  57. return false;
  58. });
  59. });
  60. </script>
  61.  
  62. <title>{Title}</title>
  63. <link rel="shortcut icon" href="https://i.imgur.com/oSKRILL.png">
  64. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  65. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  66.  
  67. <!--
  68. CUSTOM FONTS
  69. -->
  70.  
  71.  
  72. <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
  73.  
  74. <link href="https://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet">
  75.  
  76.  
  77. <link href="https://fonts.googleapis.com/css?family=Bad+Script" rel="stylesheet">
  78.  
  79.  
  80. <style type="text/css">
  81.  
  82.  
  83.  
  84.  
  85. /* SELECTION FONT AND BACKGROUND */
  86.  
  87.  
  88. ::selection {
  89. background: #c2c2c2;
  90. color:#fff; }
  91.  
  92.  
  93. ::-moz-selection {
  94. background: #c2c2c2;
  95. color:#fff; }
  96.  
  97.  
  98.  
  99. /* SCROLLBAR DETAILS */
  100.  
  101.  
  102.  
  103. ::-webkit-scrollbar {
  104. height: 0px;
  105. width: 2px;
  106. background:transparent;
  107. border-left:0px solid transparent;
  108. border-right:0px solid transparent;}
  109.  
  110.  
  111. ::-webkit-scrollbar-thumb {
  112. background:transparent;}
  113.  
  114.  
  115.  
  116.  
  117.  
  118. /* GENERAL LOOK AND BACKGROUND */
  119.  
  120.  
  121. body {
  122. background: #CCC698;
  123. background-image:url('https://i.imgur.com/vfbr4cW.png');
  124. background-attachment: fixed;
  125. background-repeat: no-repeat;
  126. background-position: right top;
  127. color:#CCC698;
  128. font-family: calibri;
  129. text-align:justify;
  130. font-size: 10px;
  131. letter-spacing:1px;
  132. line-height:135%;
  133.  
  134.  
  135. }
  136.  
  137. @-webkit-keyframes Pulsex{
  138. from {-webkit-transform:translate(0, 0px);}
  139. 45% {-webkit-transform:translate(0, 2px);}
  140. to {-webkit-transform: translate(0, -0px); }
  141. }
  142.  
  143. @-moz-keyframes pulse{
  144. from {-moz-transform:translate(0, 0px);}
  145. 65% {-moz-transform:translate(0, 30px);}
  146. to {-moz-transform: translate(0, -0px);}
  147. }
  148.  
  149.  
  150. @-webkit-keyframes pulse2x{
  151. from {-webkit-transform:translate(0, 0px);}
  152. 65% {-webkit-transform:translate(0, 15px);}
  153. to {-webkit-transform: translate(0, -0px); }
  154. }
  155.  
  156. @-moz-keyframes pulse2{
  157. from {-moz-transform:translate(0, 0px);}
  158. 65% {-moz-transform:translate(0, 50px);}
  159. to {-moz-transform: translate(0, -0px);}
  160. }
  161.  
  162.  
  163.  
  164.  
  165. /* LINKS */
  166.  
  167.  
  168. a:link, a:active, a:visited {
  169. text-decoration: none;
  170. color: #201717;
  171. -moz-transition-duration:.6s;
  172. -webkit-transition-duration:.6s;
  173. -o-transition-duration:.6s;
  174. -webkit-filter: blur(0px);}
  175.  
  176. a:hover {
  177. color: #EFEAD5;
  178. -moz-transition-duration:.6s;
  179. -webkit-transition-duration:.6s;
  180. -o-transition-duration:.6s;
  181. -webkit-filter: blur(1px);}
  182.  
  183.  
  184.  
  185. #links a {
  186. padding:5px;
  187. margin-right:0px;
  188. text-shadow: 2px 0px 2px #201717;
  189. }
  190.  
  191.  
  192. #links a:hover {
  193. padding:5px;
  194. margin-right:0px;
  195. text-shadow: 2px 0px 10px #201717;
  196. -moz-transition-duration:0.6s;
  197. -webkit-transition-duration:0.6s;
  198. -o-transition-duration:0.6s;
  199. }
  200.  
  201.  
  202.  
  203.  
  204. /* OTHER TEXT STUFF */
  205.  
  206.  
  207. h1 {
  208. background-color: transparent;
  209. font-family: 'Josefin Sans', sans-serif;
  210. font-size: 16px;
  211. line-height: 20px;
  212. letter-spacing: 2px;
  213. text-align: center;
  214. text-transform:uppercase;
  215. color: #78676a;
  216. }
  217.  
  218.  
  219. h2 {
  220. background-color: transparent;
  221. font-family: 'Josefin Sans', sans-serif;
  222. font-size: 15px;
  223. line-height: 16px;
  224. letter-spacing: 2px;
  225. text-align: left;
  226. text-transform:uppercase;
  227. color: #78676a;
  228. }
  229.  
  230.  
  231.  
  232. h3 {
  233. background-image: url('https://i.imgur.com/JUaZKSi.png');
  234. background-repeat: repeat;
  235. background-attachment:fixed;
  236. border-bottom:solid 1px #F3F5DD;
  237. border-top:solid 1px #F3F5DD;
  238. border-left:solid 1px #F3F5DD;
  239. border-right:solid 1px #F3F5DD;
  240. padding:2px;
  241. color:#e6e6e6;
  242. text-shadow:1px 1px 0px #000,
  243. 1px -1px 0px #000,
  244. -1px -1px 0px #000,
  245. -1px 1px 0px #000,
  246. 0px 1px 0px #000,
  247. 0px -1px 0px #000,
  248. 1px 0px 0px #000,
  249. -1px 0px 0px #000;
  250. font-size:12px;
  251. font-family:calibri;
  252. text-transform:uppercase;
  253. letter-spacing:1px;
  254. text-align:center;}
  255.  
  256.  
  257.  
  258.  
  259. h4 {
  260. background-image: url('https://i.imgur.com/JUaZKSi.png');
  261. background-repeat:repeat;
  262. background-attachment:fixed;
  263. border-left: double 3px #EFEAD5;
  264. border-top: double 3px #EFEAD5;
  265. border-right: double 3px #EFEAD5;
  266. border-bottom: double 3px #EFEAD5;
  267. padding:2px;
  268. color:#e6e6e6;
  269. text-shadow:1px 1px 0px #000,
  270. 1px -1px 0px #000,
  271. -1px -1px 0px #000,
  272. -1px 1px 0px #000,
  273. 0px 1px 0px #000,
  274. 0px -1px 0px #000,
  275. 1px 0px 0px #000,
  276. -1px 0px 0px #000;
  277. font-size:12px;
  278. font-family:calibri;
  279. text-transform:uppercase;
  280. letter-spacing:1px;
  281. text-align:center;}
  282.  
  283.  
  284. h5 {
  285. background-image: url('https://i.imgur.com/JUaZKSi.png');
  286. background-repeat:repeat;
  287. background-attachment:fixed;
  288. border-left: double 3px #EFEAD5;
  289. border-top: double 3px #EFEAD5;
  290. border-right: double 3px #EFEAD5;
  291. border-bottom: double 3px #EFEAD5;
  292. padding:2px;
  293. color:#e6e6e6;
  294. text-shadow:1px 1px 0px #000,
  295. 1px -1px 0px #000,
  296. -1px -1px 0px #000,
  297. -1px 1px 0px #000,
  298. 0px 1px 0px #000,
  299. 0px -1px 0px #000,
  300. 1px 0px 0px #000,
  301. -1px 0px 0px #000;
  302. font-size:12px;
  303. font-family:calibri;
  304. text-transform:uppercase;
  305. letter-spacing:1px;
  306. text-align:center;}
  307.  
  308.  
  309. hr {
  310. color:#818181;
  311. display: block;
  312. margin-top: 0.5em;
  313. margin-bottom: 0.5em;
  314. margin-left: auto;
  315. margin-right: auto;
  316. border-style: inset;
  317. border-width: 1px;
  318. }
  319.  
  320.  
  321.  
  322.  
  323. quotetext {
  324. background-color: transparent;
  325. font-family: times;
  326. font-size: 16px;
  327. line-height: 20px;
  328. letter-spacing: 2px;
  329. text-align: center;
  330. text-transform:uppercase;
  331. color: #91a3ac;
  332. }
  333.  
  334.  
  335.  
  336. blockquote {
  337. word-wrap: break-word;
  338. padding:2px 7px;
  339. margin:3px 0 3px 10px;
  340. border-left:0px solid {color:border};
  341. background-color:transparent;}
  342.  
  343.  
  344. blockquote img{
  345. max-width:100%;
  346. height:auto;
  347. }
  348.  
  349. blockquote blockquote img{
  350. max-width:100%;
  351. height:auto;
  352. }
  353.  
  354.  
  355.  
  356.  
  357. b, bold {
  358. font-size:10px;
  359. text-transform:uppercase;
  360. letter-spacing:1px;
  361. font-family: 'Josefin Sans', sans-serif;
  362. color: white;
  363. text-shadow:1px 1px 0 #78676a;
  364. }
  365.  
  366.  
  367.  
  368. i, italic {
  369. font-size:13px;
  370. color: red;
  371. font-family: 'Bad Script', cursive;
  372. text-shadow: 0px 0px 2px #5a5a5a;
  373. letter-spacing:1px;
  374. text-transform:lowercase bold;
  375. }
  376.  
  377.  
  378.  
  379. p {
  380. margin-top:5px;
  381. margin-bottom:5px;}
  382.  
  383.  
  384. ol {
  385. list-style:normal;}
  386.  
  387.  
  388. ul {
  389. list-style:square;}
  390.  
  391.  
  392. small {
  393. font-size:10px}
  394.  
  395.  
  396. sup,sub {
  397. font-size:11px}
  398.  
  399.  
  400. pre {
  401. font-size: 10px;
  402. letter-spacing:3px;
  403. background-color:#000;
  404. font-family: "Times New Roman", Times, serif;
  405. font-style: none;
  406. text-align:center;
  407. white-space: pre-wrap; /* css-3 */
  408. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  409. white-space: -pre-wrap; /* Opera 4-6 */
  410. white-space: -o-pre-wrap; /* Opera 7 */
  411. word-wrap: break-word; /* Internet Explorer 5.5+ */ }
  412.  
  413.  
  414.  
  415. big {
  416. font-size:14px;
  417. text-transform:uppercase;
  418. letter-spacing:2px;
  419. font-family: "Times New Roman", Times, serif;
  420. color: #91a3ac;
  421. text-shadow: 0px 0px 2px #383838;
  422. }
  423.  
  424.  
  425.  
  426. /* IMAGES, PHOTOSETS AND WHATNOT */
  427.  
  428. /* CONTAINER AND POSTS */
  429.  
  430.  
  431.  
  432. #container {
  433. background-color:transparent;
  434. width:350px;
  435. height:620px;
  436. padding: 0px;
  437. top: 50px;
  438. right: 639px;
  439. position:fixed;
  440. overflow-y:scroll;
  441. overflow-x:hidden;
  442. -webkit-mask-image: -webkit-gradient(
  443. linear, center 75%, center bottom,
  444. from(rgba(0,0,0,20)),
  445. to(rgba(70,0,0,0)));
  446. border:1px solid transparent;}
  447.  
  448. #container img {
  449. height:auto;
  450. max-width:100%;
  451. opacity: 0.8;
  452. }
  453.  
  454. #content {
  455. margin-left:0px;
  456. width:345px;
  457. margin-top: 0px;
  458. }
  459.  
  460. #posts {
  461. width:345px;
  462. margin-top:20px;
  463. }
  464.  
  465.  
  466. #description {
  467. margin-left: 0px;
  468. margin-bottom: 0px;
  469. width:180px;
  470. color:transparent;}
  471.  
  472. #nav {}
  473.  
  474.  
  475. /* CUSTOM SIDEBAR SETTINGS */
  476.  
  477.  
  478.  
  479. #actualnews {
  480. font-family: calibri;
  481. font-size:10px;
  482. text-align:justify;
  483. background:transparent;
  484. color: #CDC698;
  485. width:130px;
  486. height:250px;
  487. padding-top:0px;
  488. border:0px solid #131313;
  489. right: 445px;
  490. top: 231px;
  491. position:absolute;
  492. -webkit-filter: blur(0px);
  493. -webkit-transition: 0.8s ease-in;
  494. -moz-transition: 1s ease-in;
  495. transition: 1s ease-in;
  496. opacity:1;
  497. -webkit-transition: all 0.6s ease-in-out;
  498. -moz-transition: all 0.6s ease-in-out;
  499. -o-transition: all 0.6s ease-in-out;
  500. -ms-transition: all 0.6s ease-in-out;
  501. transition: all 0.6s ease-in-out;
  502. }
  503.  
  504.  
  505.  
  506. #actualnews:hover {
  507. -webkit-filter:none;
  508. -webkit-transition: all 0.6s ease-in-out;
  509. opacity:1;
  510. -webkit-transition: all 0.6s ease-in-out;
  511. -moz-transition: all 0.6s ease-in-out;
  512. -o-transition: all 0.6s ease-in-out;
  513. -ms-transition: all 0.6s ease-in-out;
  514. transition: all 0.6s ease-in-out;
  515. }
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523. /* JUMBLED LINKS */
  524.  
  525.  
  526. .blinks {
  527. position:absolute;
  528. font-size:37px;
  529. text-shadow: 0px 0px 0px #000;
  530. right:1235px;
  531. top:500px;
  532. transform: rotate(10deg);}
  533.  
  534.  
  535. .blinks a{
  536. opacity:1;
  537. padding:10px;
  538. color:#fff;
  539. margin-right:0px;
  540. -webkit-filter: blur(0px);
  541. -webkit-transition: 0.8s ease-in;
  542. -moz-transition: 1s ease-in;
  543. transition: 1s ease-in;
  544. position:absolute;
  545. position:fixed;
  546. width:15px;
  547. line-height:220%;
  548. letter-spacing:1px;
  549. text-decoration:none;
  550. -webkit-animation-name: Pulsex;
  551. -webkit-animation-duration: 1.5s;
  552. -webkit-animation-iteration-count: infinite;
  553. -webkit-animation-timing-function: ease-in-out;
  554. -moz-animation-name: pulse;
  555. -moz-animation-duration: 1.5s;
  556. -moz-animation-iteration-count: infinite;
  557. -moz-animation-timing-function: ease-in-out;
  558. -moz-transition:all ease-in-out 0.7s;
  559. -webkit-transition:all ease-in-out 0.7s;
  560. -o-transition:all ease-in-out 0.7s;
  561. transition:all ease-in-out 0.7s;
  562. }
  563.  
  564. .blinks a:hover {
  565. opacity:1;
  566. -webkit-transform:rotate(-15deg);
  567. -webkit-filter: blur(3px);
  568. -webkit-transition: all 0.6s ease-in-out;
  569. -moz-transition: all 0.6s ease-in-out;
  570. -o-transition: all 0.6s ease-in-out;
  571. -ms-transition: all 0.6s ease-in-out;
  572. transition: all 0.6s ease-in-out;
  573. color: #c7c7c7;
  574. text-shadow: 3px 3px 3px #000;
  575. }
  576.  
  577.  
  578. .clinks {
  579. position:absolute;
  580. font-size:37px;
  581. text-shadow: 0px 0px 0px #000;
  582. right:1235px;
  583. top:500px;
  584. transform: rotate(10deg);}
  585.  
  586.  
  587. .clinks a{
  588. opacity:1;
  589. padding:10px;
  590. color:#fff;
  591. margin-right:0px;
  592. -webkit-filter: blur(0px);
  593. -webkit-transition: 0.8s ease-in;
  594. -moz-transition: 1s ease-in;
  595. transition: 1s ease-in;
  596. position:absolute;
  597. position:fixed;
  598. width:15px;
  599. line-height:220%;
  600. letter-spacing:1px;
  601. text-decoration:none;
  602. -webkit-animation-name: Pulsex;
  603. -webkit-animation-duration: 1.5s;
  604. -webkit-animation-iteration-count: infinite;
  605. -webkit-animation-timing-function: ease-in-out;
  606. -moz-animation-name: pulse;
  607. -moz-animation-duration: 1.5s;
  608. -moz-animation-iteration-count: infinite;
  609. -moz-animation-timing-function: ease-in-out;
  610. -moz-transition:all ease-in-out 0.7s;
  611. -webkit-transition:all ease-in-out 0.7s;
  612. -o-transition:all ease-in-out 0.7s;
  613. transition:all ease-in-out 0.7s;
  614. }
  615.  
  616. .clinks a:hover {
  617. opacity:1;
  618. -webkit-transform:rotate(-15deg);
  619. -webkit-filter: blur(3px);
  620. -webkit-transition: all 0.6s ease-in-out;
  621. -moz-transition: all 0.6s ease-in-out;
  622. -o-transition: all 0.6s ease-in-out;
  623. -ms-transition: all 0.6s ease-in-out;
  624. transition: all 0.6s ease-in-out;
  625. color: #c7c7c7;
  626. text-shadow: 3px 3px 3px #000;
  627. }
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634. .dlinks {
  635. position:fixed;
  636. font-size:37px;
  637. text-shadow: 0px 0px 0px #000;
  638. right:1300px;
  639. top:350px;
  640. transform: rotate(0deg);
  641. }
  642.  
  643. .dlinks a{
  644. opacity:1;
  645. padding:10px;
  646. color:#fff;
  647. margin-right:0px;
  648. -webkit-filter: blur(0px);
  649. -webkit-transition: 0.8s ease-in;
  650. -moz-transition: 1s ease-in;
  651. transition: 1s ease-in;
  652. position:absolute;
  653. position:fixed;
  654. width:15px;
  655. line-height:220%;
  656. letter-spacing:1px;
  657. text-decoration:none;
  658. -webkit-animation-name: Pulsex;
  659. -webkit-animation-duration: 1.5s;
  660. -webkit-animation-iteration-count: infinite;
  661. -webkit-animation-timing-function: ease-in-out;
  662. -moz-animation-name: pulse;
  663. -moz-animation-duration: 1.5s;
  664. -moz-animation-iteration-count: infinite;
  665. -moz-animation-timing-function: ease-in-out;
  666. -moz-transition:all ease-in-out 0.7s;
  667. -webkit-transition:all ease-in-out 0.7s;
  668. -o-transition:all ease-in-out 0.7s;
  669. transition:all ease-in-out 0.7s;
  670. }
  671.  
  672. .dlinks a:hover {
  673. opacity:1;
  674. -webkit-transform:rotate(-15deg);
  675. -webkit-filter: blur(3px);
  676. -webkit-transition: all 0.6s ease-in-out;
  677. -moz-transition: all 0.6s ease-in-out;
  678. -o-transition: all 0.6s ease-in-out;
  679. -ms-transition: all 0.6s ease-in-out;
  680. transition: all 0.6s ease-in-out;
  681. color: #c7c7c7;
  682. text-shadow: 3px 3px 3px #000;
  683. }
  684.  
  685.  
  686.  
  687.  
  688. .elinks {
  689. position:fixed;
  690. font-size:30px;
  691. text-shadow: 0px 0px 0px #000;
  692. right:1180px;
  693. top:160px;
  694. transform: rotate(20deg);
  695. }
  696.  
  697.  
  698. .elinks a{
  699. opacity:1;
  700. padding:10px;
  701. color:#fff;
  702. margin-right:0px;
  703. -webkit-filter: blur(0px);
  704. -webkit-transition: 0.8s ease-in;
  705. -moz-transition: 1s ease-in;
  706. transition: 1s ease-in;
  707. position:absolute;
  708. position:fixed;
  709. width:15px;
  710. line-height:220%;
  711. letter-spacing:1px;
  712. text-decoration:none;
  713. -webkit-animation-name: Pulsex;
  714. -webkit-animation-duration: 1.5s;
  715. -webkit-animation-iteration-count: infinite;
  716. -webkit-animation-timing-function: ease-in-out;
  717. -moz-animation-name: pulse;
  718. -moz-animation-duration: 1.5s;
  719. -moz-animation-iteration-count: infinite;
  720. -moz-animation-timing-function: ease-in-out;
  721. -moz-transition:all ease-in-out 0.7s;
  722. -webkit-transition:all ease-in-out 0.7s;
  723. -o-transition:all ease-in-out 0.7s;
  724. transition:all ease-in-out 0.7s;
  725. }
  726.  
  727. .elinks a:hover {
  728. opacity:1;
  729. -webkit-transform:rotate(-15deg);
  730. -webkit-filter: blur(3px);
  731. -webkit-transition: all 0.6s ease-in-out;
  732. -moz-transition: all 0.6s ease-in-out;
  733. -o-transition: all 0.6s ease-in-out;
  734. -ms-transition: all 0.6s ease-in-out;
  735. transition: all 0.6s ease-in-out;
  736. color: #c7c7c7;
  737. text-shadow: 3px 3px 3px #000;
  738. }
  739.  
  740.  
  741.  
  742.  
  743. /* PAGINATION */
  744.  
  745.  
  746. #pagination {
  747. position:fixed;
  748. font-family: 'Josefin Sans', sans-serif;
  749. width:370px;
  750. font-size:25px;
  751. bottom:110px;
  752. left:234px;
  753. letter-spacing:3px;
  754. text-align:center;
  755. z-index:999999999999;
  756. }
  757.  
  758. #pagination a {
  759. text-transform:uppercase;
  760. color:#EFEAD5;
  761. -webkit-filter: blur(0px);
  762. -webkit-transition: 0.8s ease-in;
  763. -moz-transition: 1s ease-in;
  764. transition: 1s ease-in;
  765. z-index:999999999999;
  766. }
  767.  
  768. #pagination a:hover {
  769. color:#fff;
  770. -webkit-filter: blur(1px);
  771. -webkit-transition: 0.2s ease-in;
  772. -moz-transition: 1s ease-in;
  773. transition: 1s ease-in;
  774. }
  775.  
  776.  
  777. /* MISC */
  778.  
  779.  
  780. .playbutton {
  781. position:relative;
  782. margin-top:45px;
  783. margin-left:44px;
  784. z-index:9;
  785. width:33px;
  786. height:30px;
  787. overflow:hidden;}
  788.  
  789. .albumart img {
  790. position:relative;
  791. margin-top:-75px;
  792. margin-left:0px
  793. height:120px;
  794. width:120px;
  795. -webkit-border-top-left-radius: 20px;
  796. -webkit-border-bottom-left-radius: 20px;
  797. -moz-border-radius-topleft: 20px;
  798. -moz-border-radius-bottomleft: 20px;
  799. border-top-left-radius: 20px;
  800. border-bottom-left-radius: 20px;}
  801.  
  802. .trackinfo {
  803. margin-bottom:10px;
  804. background:#000;
  805. color:#eee;
  806. top:-4px;
  807. position:relative;
  808. margin-left:120px;
  809. height:120px;
  810. margin-top:-120px;
  811. -webkit-border-top-right-radius: 20px;
  812. -webkit-border-bottom-right-radius: 20px;
  813. -moz-border-radius-topright: 20px;
  814. -moz-border-radius-bottomright: 20px;
  815. border-top-right-radius: 20px;
  816. border-bottom-right-radius: 20px;}
  817.  
  818. .trackname {
  819. position:relative;
  820. padding-top:30px;
  821. text-align:center;
  822. font-size:14px;
  823. text-transform:uppercase;
  824. font-weight: bold;
  825. letter-spacing:2px;}
  826.  
  827. .artist {
  828. text-align:center;
  829. font-size:12px;
  830. text-transform:uppercase;
  831. letter-spacing:4px;}
  832.  
  833. .album {
  834. text-align:center;
  835. font-style: italic;
  836. letter-spacing:4px;}
  837.  
  838. .playcount {
  839. font-weight: bold;
  840. margin-top:5px;
  841. text-align:center;
  842. letter-spacing:2px;}
  843.  
  844.  
  845.  
  846. /* QUESTIONS & ANSWERS DETAILS */
  847.  
  848.  
  849. #asker {
  850. font-family: 'Raleway', sans-serif;
  851. text-align:center;
  852. padding-top: 10px;
  853. margin-left:0px;
  854. text-transform:uppercase;
  855. color: #78676a;
  856. font-size:20px;
  857. padding:5px;
  858. letter-spacing:0px
  859. text-shadow:0 0 2px #aeaeae;
  860. }
  861.  
  862.  
  863. #asker a{
  864. font-family: 'Raleway', sans-serif;
  865. text-transform:uppercase;
  866. font-size:20px;
  867. letter-spacing: 0px;
  868. text-shadow: none;
  869. color: #5C4033;
  870. text-shadow:0 0 2px #1a1a1a;
  871. -webkit-filter: blur(0.5px);
  872. }
  873.  
  874.  
  875. #asker a:hover {
  876. color: #EFEAD5;
  877. letter-spacing: 2px;
  878. text-shadow:0 0 2px #000;
  879. -webkit-filter: blur(1px);
  880. -webkit-transition:all .5s ease-in-out;
  881. -moz-transition:all .5s ease-in-out;
  882. transition:all .5s ease-in-out;
  883. }
  884.  
  885.  
  886.  
  887. #ask {
  888. border-bottom:solid 1px #F3F5DD;
  889. border-top:solid 1px #F3F5DD;
  890. border-left:solid 1px #F3F5DD;
  891. border-right:solid 1px #F3F5DD;
  892. padding:2px;
  893. color:#F3F5DD;
  894. text-shadow:1px 1px 0px #000,
  895. 1px -1px 0px #000,
  896. -1px -1px 0px #000,
  897. -1px 1px 0px #000,
  898. 0px 1px 0px #000,
  899. 0px -1px 0px #000,
  900. 1px 0px 0px #000,
  901. -1px 0px 0px #000;
  902. font-size:7px;
  903. text-align:center;
  904. padding-top: 5px;
  905. margin-left:0px;
  906. text-transform:auto;
  907. letter-spacing:3px
  908. margin-top:-10px;
  909. width: 321px;
  910. padding:5px;
  911. background: #000;
  912. background: url("https://i.imgur.com/wtT5Qls.png");
  913. border-bottom-left-radius: 10px;
  914. border-bottom-right-radius: 10px;
  915. border-top-left-radius: 10px;
  916. border-top-right-radius: 10px;
  917. padding:10px;
  918. letter-spacing:2px;
  919. }
  920.  
  921.  
  922. .ans {
  923. text-align:center;
  924. padding:10px;
  925. }
  926.  
  927.  
  928.  
  929. /* POST INFO DETAILS */
  930.  
  931.  
  932. #info {
  933. background: url("https://i.imgur.com/wtT5Qls.png");
  934. background-repeat: repeat;
  935. border: 1px solid #F3F5DD;
  936. width:340px;
  937. height:25px;
  938. text-align:center;
  939. letter-spacing:10px;
  940. margin-top:5px;
  941. text-transform:uppercase;
  942. font-size:15px;
  943. font-style:none;
  944. text-shadow:0px 0px 2px #000;
  945. margin-bottom: 50px;
  946.  
  947. }
  948.  
  949.  
  950. #info a {
  951. font-family:calibri;
  952. font-size:8px;
  953. color:#EFEAD5;
  954. text-shadow: 0px 0px 3px #EFEAD5;
  955. padding:5px;
  956. font-style:normal;}
  957.  
  958.  
  959. #info a:hover {
  960. color:#eee;
  961. -webkit-filter: blur(0px);
  962. -moz-transition-duration:0.2s;
  963. -webkit-transition-duration:0.2s;
  964. -o-transition-duration:0.2s;}
  965.  
  966.  
  967. #tags {
  968. color:#EFEAD5;
  969. margin-top:15px;
  970. padding-left:15px;
  971. text-align:right;
  972. line-height:9px;
  973. text-transform:uppercase;
  974. font-size:9px;
  975. padding-right:10px;
  976. padding-bottom: 10px;
  977.  
  978. }
  979.  
  980. #tags a {
  981. font-family:calibri;
  982. color:#EFEAD5;
  983. letter-spacing: 5px;
  984. }
  985.  
  986. #tags a:hover {
  987. color:#eee;}
  988.  
  989.  
  990.  
  991. /* MISC 02. */
  992.  
  993.  
  994.  
  995. .note {
  996. text-transform:uppercase;
  997. font-style:normal;
  998. letter-spacing:0px;
  999. font-size: 10px;
  1000. text-align:left;
  1001. line-height:90%;
  1002. margin-left:-40px;}
  1003.  
  1004. .note li {
  1005. list-style-type:none;
  1006. border-bottom:0px solid {color:border};
  1007. padding:10px 25px 10px 25px;
  1008. text-align:left;
  1009. margin:0px;
  1010. -moz-transition-duration:0.5s;
  1011. -webkit-transition-duration:0.5s;
  1012. -o-transition-duration:0.5s;}
  1013.  
  1014.  
  1015.  
  1016.  
  1017. /* TOOLTIP DETAILS */
  1018.  
  1019. #s-m-t-tooltip{
  1020. max-width:370px;
  1021. margin:15px;
  1022. padding:2px 8px;
  1023. background: #0b0b0b;
  1024. background-image:url('https://i.imgur.com/JUaZKSi.png');
  1025. background-repeat:repeat;
  1026. background-attachment:fixed;
  1027. border-left: double 3px #000;
  1028. border-top: double 3px #000;
  1029. border-right: double 3px #000;
  1030. border-bottom: double 3px #000;
  1031. color:#e6e6e6;
  1032. text-shadow:1px 1px 0px #000,
  1033. 1px -1px 0px #000,
  1034. -1px -1px 0px #000,
  1035. -1px 1px 0px #000,
  1036. 0px 1px 0px #000,
  1037. 0px -1px 0px #000,
  1038. 1px 0px 0px #000,
  1039. -1px 0px 0px #000;
  1040. z-index:99999999999999999999;
  1041. font-size:9px;
  1042. letter-spacing:2px;
  1043. font-style:bold;
  1044. letter-spacing:2px;
  1045. font-family: calibri;
  1046. text-transform:uppercase;
  1047. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  1048.  
  1049. /***** POPUP *****/
  1050.  
  1051. .popup_block {
  1052. font-family: Calibri;
  1053. font-size: 12px;
  1054. color: #787776;
  1055. display: none;
  1056. background: transparent;
  1057. padding: 0px 30px 0px 30px;
  1058. position: fixed;
  1059. z-index: 999999999;
  1060. margin-right: auto;
  1061. margin-left: auto;}
  1062.  
  1063. *html #fade {
  1064. position: absolute; }
  1065.  
  1066. #fade {
  1067. display: none;
  1068. position: fixed;
  1069. left: 0;
  1070. top: 0;
  1071. width: 100%;
  1072. height: 100%;
  1073. z-index: 99999999;
  1074. background: transparent;}
  1075.  
  1076. *html .popup_block {
  1077. position: absolute; }
  1078.  
  1079. .popup_block h4 {
  1080. font-size: 16px;
  1081. font-family: 'Slabo 27px', serif;
  1082. color: #aaaaaa;
  1083. padding-bottom: 7px;
  1084. text-align: center; }
  1085.  
  1086. .askpop {
  1087. width: 490px;
  1088. margin-left: 350px;
  1089. margin-top:100px;}
  1090.  
  1091. .rulespop {
  1092. width:550px;
  1093. height: 400px;
  1094. background: #000;
  1095. opacity: .6;
  1096. text-align: justify;
  1097. overflow-y: scroll;
  1098. position: fixed;
  1099. padding: 10px;
  1100. margin-left: 320px;
  1101. margin-top:100px; }
  1102.  
  1103. .rulespop_text {
  1104. color: #f8f8f8;}
  1105.  
  1106. .aboutpop {
  1107. width:352px;
  1108. height: 618px;
  1109. background-image: url('https://66.media.tumblr.com/6f41239e7afab8e41ff4dffba7619bc0/tumblr_inline_pq3x8ai3TJ1v7ln93_540.png');
  1110. text-align: justify;
  1111. overflow-y: scroll;
  1112. position: absolute;
  1113. padding: 10px;
  1114. margin-left: 400px;
  1115. margin-top:-2px; }
  1116.  
  1117. .aboutpop_text {
  1118. color: #b6b5ae;}
  1119.  
  1120.  
  1121.  
  1122. </style>
  1123.  
  1124. </head>
  1125.  
  1126.  
  1127. <body>
  1128.  
  1129.  
  1130. <!-- Wikplayer https://www.wikplayer.com -->
  1131. <!-- Wikplayer https://www.wikplayer.com -->
  1132. <script type="text/javascript" src="https://www.wikplayer.com/code.js"
  1133. data-config="{'skin':'https://static.tumblr.com/wx6pget/hAinc7m11/.css','volume':56,'autoplay':false,'shuffle':false,'repeat':0,'showcomment':false,'marqueetexton':false,'placement':'bottom','showplaylist':false,'playlist':[{'title':' ','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dt17gEPAg54c'}]}" ></script>
  1134. <!-- Wikplayer code end -->
  1135.  
  1136. <!-- Wikplayer code end -->
  1137.  
  1138.  
  1139. <!--
  1140. ♛ The part below is basically the 'skeleton' of the theme, if that makes sense? I wouldn't recommend editing these parts ( EXCEPT THE CUSTOM LINKS AND POP UPS !!! ) unless you know what you're doing. If you spot a glitch in this part of the code, please let me know.
  1141. -->
  1142.  
  1143.  
  1144. <div id="content">
  1145.  
  1146. <div id="sidebar">
  1147.  
  1148.  
  1149.  
  1150. <div id="description">{description}</div>
  1151.  
  1152. </div>
  1153.  
  1154. <div id="pagination">
  1155. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  1156. </div>
  1157.  
  1158.  
  1159. <!--
  1160. ♛ CUSTOM LINKS
  1161. -->
  1162.  
  1163. <div id="links">
  1164.  
  1165. <div class="blinks">
  1166.  
  1167.  
  1168.  
  1169. </div>
  1170.  
  1171. </div>
  1172.  
  1173.  
  1174. <!--
  1175. ♛ CUSTOM LINKS ENDS
  1176. -->
  1177.  
  1178.  
  1179. <div class="popup_block" id="popup_message" style="height:190px; width:490px;"><div class="askpop">
  1180. <iframe frameborder="0" id="ask_form" scrolling="no" height="100%" width="100%" src="https://www.tumblr.com/ask_form/blubberbags.tumblr.com" >
  1181. </iframe>
  1182.  
  1183. </div>
  1184. </div>
  1185.  
  1186.  
  1187.  
  1188. <div class="popup_block" id="popup_g" style="width:400px;">
  1189. <div class="rulespop">
  1190. <div class="rulespop_text"><h1>GUIDELINES</h1>
  1191.  
  1192.  
  1193. There are a few things you should consider while roleplaying with Five. Please take the time to read over the guidelines beforehand. Thank you very much!<br><br>
  1194.  
  1195. 1.) This blog is private, and will only roleplay with mutuals. Please do not follow this blog with a non-RP blog if I am not already familiar with you. The only exception to this rule is if a roleplay blog I am mutuals with is a side blog. Please notify me if this is the case. Five is crossover friendly and open to roleplaying with muses from different fandoms. I may ask you a little bit more about your muse or franchise should independent research not provide me with enough basis, but if I've followed your muse back, I'm definitely interested in having our muses interact with one another!<br><br>
  1196.  
  1197. 2.) While I personally have no qualms with writing any dark or controversial themes should they arise in roleplay, out of consideration towards my followers sensitive to them, things such as NSFW or potentially disturbing content will be tagged or/and put under a Read More. Follower discretion is advised to those who are uncomfortable with such topics. Anything NSFW or on the threshold of controversial will only be written with consenting writers over the age of 18, and that is a hard boundary. <br><br>
  1198.  
  1199. 3.) If I have followed multiple blogs of the same muse, it means I’m open to interacting with different portrayals of that character unless exclusivity is earned later on.<br><br>
  1200.  
  1201. 4.) Post lengths vary. Sometimes I will want to get straight to the point of the post and cut out unnecessary imagery, while other times I may want to linger on details. Do not be alarmed if my posts are shorter or longer, and do not feel pressured to match my post length. Do what is most comfortable for you as a writer and I will do the same!<br><br>
  1202.  
  1203. 5.) I will reply at my own pace. There may be periods when I am especially active or inactive, but because this blog was made for personal use, my speeds of replying will vary depending on personal enthusiasm and availability.<br><br>
  1204.  
  1205. 6.) Multiple threads between the same muns are fine, though it may effect the speed of replies to certain threads due to one or two threads possibly being more “shiny” to me.<br><br>
  1206.  
  1207. 7.) Ship chemistry must occur naturally. As it stands, this blog is currently multi-ship. <br><br>
  1208.  
  1209. 8.) Please try to heed RP etiquette. Don’t powerplay or metagame! If you’re unsure as to if your next post might push these boundaries, feel free to talk to me out-of-character in order to get some clarity.<br><br>
  1210.  
  1211. 9.) Due to her unabashed nature, your muse may be subject to Five's constant, flirtatious prowl. Sexual language and some advances (though the extremity will be filtered to suit both writers' own comfort) are pretty much futile in regards to portraying this muse accurately, and so, I should warn those uncomfortable with that sort of content that it will likely be ever-present on this blog; it will always be accordingly tagged. Before we interact, let me know how you feel about Five potentially coming on to your muse.<br><br>
  1212.  
  1213. 10.) I may unfollow your blog if you flood my dashboard with too much OOC content, post either untagged or unhidden NSFW content, we’ve lost touch or I don’t think our characters are a good fit. This is just a matter of personal preference, so please do not take it personally if this blog unfollows you. You can always unfollow me as well in the case where it’s a vice versa scenario, I won’t be offended or ask you any questions about you unfollowing! In that respect, please do not question me if I have unfollowed you and we are not in contact outside of tumblr, it’s awkward.<br><br>
  1214.  
  1215. 11.) I have a zero tolerance policy for OOC drama. Blogs that propel conflict (whether it be by means of publishing invasive content online in hopes to damage someone’s reputation, drawing unaffiliated others into personal disputes etc.) will be removed promptly.<br><br>
  1216.  
  1217. 12.) All of my icons were cropped and edited by me, so please don’t use my icons on your own blog. Though I don’t own the characters depicted in said icons, I did dedicate a lot of time to making each of those icons one at a time and would find it upsetting if someone took them.<br><br>
  1218.  
  1219.  
  1220. Disclaimer: This theme’s base code is from agirlingrey.</div>
  1221. </div></div>
  1222.  
  1223.  
  1224. <div class="popup_block" id="popup_a" style="width:400px;">
  1225. <div class="aboutpop">
  1226. <div class="aboutpop_text"><h1>ABOUT</h1>
  1227.  
  1228.  
  1229. BASIC<br><br>
  1230.  
  1231. Name: Five (ファイブ)<br>
  1232. Species: Intoner<br>
  1233. Age: 2 (created by The Flower)<br>
  1234. Sex: Female<br>
  1235. Race: Undetermined<br>
  1236. Date of Birth: February, 998 A.D.<br>
  1237. Sexual Orientation: Pansexual<br><br><br>
  1238.  
  1239. PHYSICAL<br><br>
  1240.  
  1241. Height: 168cm (5'6") <br>
  1242. Weight: 56kg (123lbs) <br>
  1243. Blood Type: Unknown<br>
  1244. Bust: 97cm (38in)<br>
  1245. Waist: 60cm (24in)<br>
  1246. Hips: 97cm (38in)<br>
  1247. Hair Color: Blonde <br>
  1248. Eye Color: Gold<br>
  1249. Tattoos: None<br>
  1250. Piercings: None <br>
  1251. Character Voice: Shizuka Itou<br><br><br>
  1252.  
  1253. PERSONAL INFORMATION<br><br>
  1254.  
  1255. Zodiac: Aquarius or Pisces (Implied)<br>
  1256. Alignment: <br>
  1257. Myers-Briggs: <br>
  1258. Enneagram: <br>
  1259. The Four Temperaments: <br>
  1260. Pastimes: <br>
  1261. Favorite Movies/Literature: <br>
  1262. Favorite Food: <br>
  1263. Favorite Drink: <br>
  1264. Favorite Color: <br><br><br>
  1265.  
  1266. PERSONALITY<br><br>
  1267.  
  1268. General:<br>
  1269. Virtues: <br>
  1270. Vices: Greed<br>
  1271. Values: <br>
  1272. Fears: Boredom, Emptiness<br>
  1273. Temperament:<br>
  1274. </div>
  1275. </div></div>
  1276.  
  1277. <div id="container">
  1278.  
  1279. <div id="content"><div id="posts">
  1280. {block:Posts}
  1281.  
  1282.  
  1283. {block:Quote}<quotetext>"{Quote}"</quotetext>&nbsp; <br><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  1284. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}<br>
  1285. {block:Text}{Body}{/block:Text}
  1286.  
  1287. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  1288.  
  1289. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  1290.  
  1291. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="360px">{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1292. {block:Photoset}<center>{Photoset}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1293.  
  1294. {block:Chat}<ul class="chat"><BR>{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li><BR>{/block:Lines}</ul>{/block:Chat}
  1295.  
  1296. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1297.  
  1298.  
  1299. {block:Answer}<div id="asker" style="margin-left:-5px;width:350px; color:#91a3ac; text-shadow:0 0 2px #000; ">{Asker} <div id="ask"> <p><p><p><p><p>{Question}</div></span></div><font face="calibri"><span style="font-family:calibri;font-size:10px; marging-left:0px;">{Answer}</span>{/block:Answer}
  1300.  
  1301.  
  1302. {block:Audio}
  1303. {block:AudioPlayer}
  1304. <div class=“playbutton”>{AudioPlayerGrey}</div>
  1305. {block:AlbumArt}<div class=“albumart”><img src=“{AlbumArtURL}”></div>{/block:AlbumArt}
  1306. <div class=“trackinfo”>
  1307. <div class=“trackname”>
  1308. {block:TrackName}{TrackName}{/block:TrackName}
  1309. </div>
  1310. <div class=“artist”>
  1311. {block:Artist}{Artist}{/block:Artist}
  1312. </div>
  1313. <div class=“album”>
  1314. {block:Album}{Album}{/block:Album}
  1315. </div>
  1316. <div class=“playcount”>
  1317. {block:PlayCount}Played: {PlayCount} times{/block:PlayCount}
  1318. </div>
  1319. </div>
  1320. {block:Caption}{Caption}{/block:Caption}
  1321. {/block:AudioPlayer}
  1322. {/block:Audio}
  1323.  
  1324.  
  1325. <!--
  1326. ♛ INFO AND SYMBOLS
  1327. -->
  1328.  
  1329. <div id="info">
  1330. {block:Date}
  1331. <a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero} - {TimeAgo}" style="position:absolute; font-size:12px; margin-left:-90px; -webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;"> ✟ </a> {/block:Date}
  1332.  
  1333. {block:RebloggedFrom}
  1334. <a title="via. {ReblogParentName}" href="{ReblogParentURL}" style="position:absolute; font-size:12px; margin-left:-55px; -webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;"> ✟ </a>
  1335. {/block:RebloggedFrom}
  1336.  
  1337. {block:ContentSource}
  1338. <a title="src. {SourceTitle}" href="{SourceURL}" style="position:absolute; font-size:12px; margin-left:-20px; -webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;"> ✟ </a>
  1339. {/block:ContentSource}
  1340.  
  1341. {block:NoteCount}
  1342. <a href="{Permalink}" title="{NoteCount} notes" style="position:absolute; font-size:12px; margin-left:15px; -webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;"> ✟ </a>
  1343. {/block:NoteCount}
  1344.  
  1345. <a href="{ReblogURL}"target="_blank" title="reblog" style="position:absolute; font-size:12px; margin-left:50px; -webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;"> ✟ </a></br>
  1346. {/block:RebloggedFrom}
  1347.  
  1348.  
  1349.  
  1350. <!--
  1351. ♛ INFO AND SYMBOLS ENDS
  1352. -->
  1353.  
  1354.  
  1355. <div id="tags">{block:HasTags}{block:Tags} • <a href="{TagURL}" title="{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags}</div><br><br><br></div>
  1356.  
  1357. <div class="note">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  1358. {/block:Posts}
  1359. </div>
  1360. </div>
  1361. </div>
  1362.  
  1363.  
  1364.  
  1365. </body>
  1366.  
  1367. </center>
  1368.  
  1369. <br><br><br>
  1370.  
  1371.  
  1372. </div>
  1373. </div>
  1374. </div>
  1375.  
  1376.  
  1377.  
  1378.  
  1379.  
  1380.  
  1381. <!--
  1382. ♛ CUSTOM SIDEBAR TEXT
  1383. -->
  1384.  
  1385.  
  1386.  
  1387.  
  1388. <div id="actualnews">
  1389.  
  1390. <center>
  1391.  
  1392. <div style="width:auto;height:280px;overflow:scroll;padding:5px;">
  1393.  
  1394. <center>
  1395. <h3>Insatiable Desire</h3>
  1396. Independent <b>Five</b> of <br><i>Drakengard 3</i> <b>(ドラッグ オン ドラグーン3)</b>. <br>Private. Selective.
  1397. <img src="https://i.imgur.com/oSKRILL.png">
  1398.  
  1399.  
  1400. <br>
  1401.  
  1402. </center>
  1403.  
  1404. </div></div>
  1405.  
  1406.  
  1407. <div id="nav">
  1408. <div class="dlinks"><a href="#?w=500" class="poplight" rel="popup_message" title="message." style="margin-left: 850px; margin-top:-300px;"><img src="https://i.imgur.com/lPAUMZy.png" height="100%"></a></div>
  1409. <div class="clinks"><a href="#?w=400" class="poplight" rel="popup_g" title="guidelines."><img src="https://i.imgur.com/qMipYgj.png" height="100%"></a>
  1410. </div>
  1411. <div class="dlinks">
  1412. <a href="/verses" title="verses."><img src="https://i.imgur.com/wIeAxbU.png" height="100%"> </a>
  1413. </div>
  1414. <div class="elinks"><a href="#?w=400" class="poplight" rel="popup_a" title="about."><img src="https://i.imgur.com/MR43BLz.png" height="100%"></a></div></div>
  1415.  
  1416.  
  1417.  
  1418.  
  1419.  
  1420. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement