Advertisement
manon15

bentcriminal theme code

Mar 11th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.57 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--╰☆╮BACKGROUND & CODE BY MANON / BUTSCREWMEFIRST╰☆╮
  5. DO NOT:
  6. -claim as your own.
  7. -steal.
  8. -use on another blog without asking.
  9. -take parts of this theme to use in your own.
  10. I AM ALWAYS WILLING TO HELP, SO YOU NEED ONLY ASK!
  11. for commissions for yourself, just contact me @butscrewmefirst.tumblr.com
  12. -->
  13.  
  14. <head>
  15.  
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" cmontent="{MetaDescription}" />{/block:Description}
  21.  
  22.  
  23. <link href="https://fonts.googleapis.com/css?family=Caveat|Clicker+Script|Cookie|Creepster|Damion|Dancing+Script|Finger+Paint|Fredericka+the+Great|Great+Vibes|Homemade+Apple|Kaushan+Script|Knewave|Marck+Script|Mr+Dafoe|Nothing+You+Could+Do|Pacifico|Permanent+Marker|Playball|Reenie+Beanie|Rock+Salt|Sacramento|Satisfy|Tangerine|Walter+Turncoat|Yellowtail" rel="stylesheet">
  24. <link href="https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre|Josefin+Sans" rel="stylesheet">
  25.  
  26. <link href="https://fonts.googleapis.com/css?family=Dancing+Script|Engagement|Great+Vibes|Parisienne|Qwigley|Rouge+Script" rel="stylesheet">
  27.  
  28. <link href="https://fonts.googleapis.com/css?family=Oswald|Yellowtail" rel="stylesheet">
  29.  
  30.  
  31. <link href="https://fonts.googleapis.com/css?family=Prata" rel="stylesheet">
  32.  
  33.  
  34. <script type="text/javascript"
  35. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  36. <script>
  37. $(document).ready(function() {
  38. //
  39. $('a.poplight[href^=#]').click(function() {
  40. var popID = $(this).attr('rel'); //Get Popup Name
  41. var popURL = $(this).attr('href'); //Get Popup href to define size
  42. var query= popURL.split('?');
  43. var dim= query[1].split('&');
  44. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  45. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  46. var popMargTop = ($('#' + popID).height() + 80) / 2;
  47. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  48. //Apply Margin to Popup
  49. $('#' + popID).css({
  50. 'margin-top' : -popMargTop,
  51. 'margin-left' : -popMargLeft
  52. });
  53. $('body').append('<div id="fade"></div>');
  54. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  55. return false;
  56. });
  57. $('a.close, #fade').live('click', function() {
  58. $('#fade , .popup_block, .question_block').fadeOut(function() {
  59. $('#fade, a.close').remove(); //fade them both out
  60. });
  61. return false;
  62. });
  63. });
  64. </script>
  65.  
  66. <!--tabs two script-->
  67. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  68. <script type="text/javascript">
  69. $(document).ready(function(){
  70. $(".links_body").hide();
  71. $(".links_head").click(function(){
  72. $(this).next(".links_body").slideToggle("fast");
  73. }); }); </script>
  74. <style type="text/css">
  75. .links_list { margin:0px; padding:0px; width:100%;}
  76. .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
  77. .links_body { padding:10px; text-align:left; display:none;}
  78. </style>
  79.  
  80. <!-- verses script -->
  81. <script src="http://static.tumblr.com/dxh5xq2/v6Gn8ju1e/tabs.js"></script>
  82.  
  83. <!-- Start of StatCounter Code for Tumblr -->
  84. <script type="text/javascript">
  85. var sc_project=10802541;
  86. var sc_invisible=1;
  87. var sc_security="4fab9bff";
  88. var scJsHost = (("https:" == document.location.protocol) ?
  89. "https://secure." : "http://www.");
  90. document.write("<sc"+"ript type='text/javascript' src='" +
  91. scJsHost+
  92. "statcounter.com/counter/counter.js'></"+"script>");
  93. </script>
  94. <noscript><div class="statcounter"><a title="tumblr
  95. statistics" href="http://statcounter.com/tumblr/"
  96. target="_blank"><img class="statcounter"
  97. src="http://c.statcounter.com/10802541/0/4fab9bff/1/"
  98. alt="tumblr statistics"></a></div></noscript>
  99. <!-- End of StatCounter Code for Tumblr -->
  100.  
  101. <style type="text/css">
  102.  
  103.  
  104. .popup_block {
  105. display:none;
  106. text-align:justify;
  107. position:fixed;
  108. top:20%; left: 94%;
  109. z-index:9999999999999;
  110. opacity:1;
  111. }
  112.  
  113. .popcont {
  114. left:149px;
  115. top:55px;
  116. width:194px;
  117. height:492px;
  118. padding-right:900px;
  119. position:fixed;
  120. overflow-y:scroll;
  121. overflow-x:hidden;
  122. }
  123.  
  124. *html #fade {position: absolute;}
  125. *html .popup_block {position: absolute;}
  126. #fade {
  127. display:none;
  128. position:fixed;
  129. left:0px;
  130. top:0px;
  131. width:100%;
  132. height:100%;
  133. z-index:999999;
  134. background:#000;
  135. opacity:.9;
  136. }
  137.  
  138. #headerbar{
  139. left:50%;
  140. top:50%;
  141. margin-left:-50px;
  142. margin-top:13px;
  143. width:400px;
  144. overflow:auto;
  145. text-align:justify;
  146. color:#000;
  147. font-family:"calibri";
  148. font-size:12px;
  149. }
  150.  
  151. #tabbar{
  152. left:50%;
  153. top:50%;
  154. margin-left:1px;
  155. margin-top:07px;
  156. width:300px;
  157. height:340px;
  158. overflow: auto;
  159. text-align:justify;
  160. color:#9d8903;
  161. font-family:"calibri";
  162. font-size:12px;
  163. }
  164.  
  165. ul#tab, ul#tabs{
  166. list-style-type:none;
  167.  
  168. }
  169. ul#tab li.active {
  170. display:inline-block;
  171. text-align:left;
  172.  
  173. }
  174. ul#tab li {
  175. display:none;
  176. overflow:hidden;
  177.  
  178. }
  179.  
  180. #sidelinks {
  181. z-index: 999999999999999;
  182. width:190px;
  183. top:140px;
  184. left:245px;
  185. position:fixed;
  186. text-align:left;
  187.  
  188. }
  189. ul#tabs li:first {
  190. display:inline-block;
  191. padding:3px;
  192. cursor:pointer;
  193. text-align:right;
  194.  
  195. }
  196. ul#tabs li {
  197. font-family:"calibri";
  198. font-weight:bold;
  199. font-size:8px;
  200. margin-bottom:1px;
  201. z-index: 999999999999;
  202. padding:3px;
  203. width:auto;
  204. cursor:pointer;
  205.  
  206. }
  207. .rules {
  208. height:350px;
  209. width:550px;
  210. position:fixed;
  211. background-image:url('https://i.imgur.com/VLT0xO1.png');
  212. background-repeat:no-repeat;
  213. top:190px;
  214. left:521px;
  215. text-align:center;
  216.  
  217. }
  218. .dossier {
  219. height:350px;
  220. width:550px;
  221. position:fixed;
  222. background-image:url('https://i.imgur.com/VLT0xO1.png');
  223. background-repeat:no-repeat;
  224. top:190px;
  225. left:521px;
  226. text-align:center;
  227.  
  228. }
  229. .verses {
  230. height:350px;
  231. width:550px;
  232. position:fixed;
  233. background-image:url('https://i.imgur.com/VLT0xO1.png');
  234. background-repeat:no-repeat;
  235. top:190px;
  236. left:521px;
  237. text-align:center;
  238.  
  239. }
  240. .relations {
  241. height:350px;
  242. width:550px;
  243. position:fixed;
  244. background-image:url('https://i.imgur.com/VLT0xO1.png');
  245. background-repeat:no-repeat;
  246. top:190px;
  247. left:521px;
  248. text-align:center;
  249.  
  250. }
  251. .navigation {
  252. height:350px;
  253. width:550px;
  254. position:fixed;
  255. background-image:url('https://i.imgur.com/VLT0xO1.png');
  256. background-repeat:no-repeat;
  257. top:190px;
  258. left:521px;
  259. text-align:center;
  260.  
  261. }
  262. .askbox {
  263. height:420px;
  264. width:400px;
  265. position:fixed;
  266. background-repeat:no-repeat;
  267. top:0px;
  268. left:0px;
  269. text-align:center;
  270.  
  271. }
  272. .poptext {
  273. position:fixed;
  274. overflow-x:hidden;
  275. overflow-y:scroll;
  276. font-family:"roboto";
  277. text-align:left;
  278. font-size:12px;
  279. top:256px;
  280. left:586px;
  281. width:395px;
  282. height:185px;
  283. padding:15px;
  284.  
  285. }
  286.  
  287. /** guidelines **/
  288. #butts1 {
  289. font-size:12px;
  290. margin-left:292px;
  291. margin-top:390px;
  292. position:fixed;
  293. background-image:url('https://i.imgur.com/V2tz1JI.png');
  294. border:1px solid #0b2341;
  295. outline:1px solid #0b2341;
  296. outline-offset:2px;
  297. padding:3px;
  298. transform: rotate(0deg);
  299. -webkit-transform: rotate(0deg);
  300. text-shadow:0px 0px 6px #2d2936;
  301. }
  302.  
  303. #butts1:hover {
  304. text-shadow:0px 0px 6px #2d2936;
  305. -webkit-transition: all 0.8s ease-out;
  306. -moz-transition: all 0.8s ease-out;
  307. transition: all 0.8s ease-out;
  308. -webkit-filter:blur(.8px);
  309. }
  310.  
  311. /** biography **/
  312. #butts2 {
  313. font-size:12px;
  314. margin-left:373px;
  315. margin-top:384px;
  316. position:fixed;
  317. background-image:url('https://i.imgur.com/V2tz1JI.png');
  318. border:1px solid #0b2341;
  319. outline:1px solid #0b2341;
  320. outline-offset:2px;
  321. padding:3px;
  322. transform: rotate(0deg);
  323. -webkit-transform: rotate(0deg);
  324. text-shadow:0px 0px 6px #2d2936;
  325. }
  326.  
  327. #butts2:hover {
  328. text-shadow:0px 0px 6px #2d2936;
  329. -webkit-transition: all 0.8s ease-out;
  330. -moz-transition: all 0.8s ease-out;
  331. transition: all 0.8s ease-out;
  332. -webkit-filter:blur(.8px);
  333. }
  334.  
  335. /** verses **/
  336. #butts3 {
  337. font-size:12px;
  338. margin-left:456px;
  339. margin-top:378px;
  340. position:fixed;
  341. background-image:url('https://i.imgur.com/V2tz1JI.png');
  342. border:1px solid #0b2341;
  343. outline:1px solid #0b2341;
  344. outline-offset:2px;
  345. padding:3px;
  346. transform: rotate(0deg);
  347. -webkit-transform: rotate(0deg);
  348. text-shadow:0px 0px 6px #2d2936;
  349. }
  350.  
  351. #butts3:hover {
  352. text-shadow:0px 0px 6px #2d2936;
  353. -webkit-transition: all 0.8s ease-out;
  354. -moz-transition: all 0.8s ease-out;
  355. transition: all 0.8s ease-out;
  356. -webkit-filter:blur(.8px);
  357. }
  358.  
  359. /** relations / mains **/
  360. #butts4 {
  361. font-size:12px;
  362. margin-left:519px;
  363. margin-top:371px;
  364. position:fixed;
  365. background-image:url('https://i.imgur.com/V2tz1JI.png');
  366. border:1px solid #0b2341;
  367. outline:1px solid #0b2341;
  368. outline-offset:2px;
  369. padding:3px;
  370. transform: rotate(0deg);
  371. -webkit-transform: rotate(0deg);
  372. text-shadow:0px 0px 6px #2d2936;
  373. }
  374.  
  375. #butts4:hover {
  376. text-shadow:0px 0px 6px #2d2936;
  377. -webkit-transition: all 0.8s ease-out;
  378. -moz-transition: all 0.8s ease-out;
  379. transition: all 0.8s ease-out;
  380. -webkit-filter:blur(.8px);
  381. }
  382.  
  383. /** navigation **/
  384. #butts5 {
  385. font-size:12px;
  386. margin-left:630px;
  387. margin-top:364px;
  388. position:fixed;
  389. background-image:url('https://i.imgur.com/V2tz1JI.png');
  390. border:1px solid #0b2341;
  391. outline:1px solid #0b2341;
  392. outline-offset:2px;
  393. padding:3px;
  394. transform: rotate(0deg);
  395. -webkit-transform: rotate(0deg);
  396. text-shadow:0px 0px 6px #2d2936;
  397. }
  398.  
  399. #butts5:hover {
  400. text-shadow:0px 0px 6px #2d2936;
  401. -webkit-transition: all 0.8s ease-out;
  402. -moz-transition: all 0.8s ease-out;
  403. transition: all 0.8s ease-out;
  404. -webkit-filter:blur(.8px);
  405. }
  406.  
  407. #box, ul#tabs li, a {
  408. transition: 0.5s ease;
  409. -o-transition: 0.5s ease;
  410. -moz-transition: 0.5s ease;
  411. -webkit-transition: 0.5s ease;}
  412.  
  413.  
  414.  
  415. #linksys1 {
  416. font-size:25px;
  417. text-shadow:0px 0px 4px #c09dad;
  418. }
  419.  
  420. #linksys1:hover {
  421. text-shadow:0px 0px 4px #c09dad;
  422. }
  423.  
  424.  
  425. #linksys2 {
  426. font-size:25px;
  427. text-shadow:0px 0px 4px #c09dad;
  428. }
  429.  
  430. #linksys2:hover {
  431. text-shadow:0px 0px 4px #c09dad;
  432. }
  433.  
  434.  
  435. .buttons {
  436. background-color: #000;
  437. border:1px solid #880808;
  438. font-family:"roboto";
  439. text-align:center;
  440. font-weight:bold;
  441. display:inline-block;
  442. font-size:10px;
  443. margin:2px;
  444. padding:2px;
  445. width:100px;
  446. }
  447. .buttons:hover {
  448. background-color:#000;
  449. color:#c70202;
  450. }
  451. .buttons:active {
  452. position:relative;
  453. top:1px;
  454. }
  455.  
  456.  
  457. .question_block{
  458. height:300px;
  459. display: none;
  460. float: left;
  461. position: fixed;
  462. top: 50%; left: 50%;
  463. z-index: 999999999999;
  464. }
  465.  
  466. para {
  467. font-family: 'Prata', serif;
  468. color:#000;
  469. text-shadow:0 0 2px #fff;
  470. font-size:15px;
  471.  
  472. }
  473.  
  474. /*edit scrollbar*/
  475.  
  476. ::-webkit-scrollbar-thumb {
  477. height:auto;
  478. }
  479.  
  480. ::-webkit-scrollbar {
  481. height:4px;
  482. width:3px;
  483. padding-right:2px;
  484. }
  485. /*edit the body this is what post text looks like, background color, etc.*/
  486.  
  487. body {
  488. background-image:url("https://i.imgur.com/9CD2MSr.png");
  489. background-position:top left;
  490. background-attachment:fixed;
  491. background-repeat:no-repeat;
  492. margin:0px;
  493. background-color:#000;
  494. color:#fff;
  495. font-family:"roboto";
  496. font-size:16px;
  497. line-height:120%;
  498. overflow-x:hidden;
  499. overflow-y:hidden;
  500. }
  501.  
  502.  
  503. /*edit links*/
  504.  
  505. a {
  506. text-decoration:none;
  507. outline:none;
  508. -moz-outline-style:none;
  509. color:#fff;
  510. -moz-transition-duration:0.8s;
  511. -webkit-transition-duration:0.8s;
  512. -o-transition-duration:0.8s;
  513. text-transform:lowercase;
  514. }
  515.  
  516. /*edit link hover*/
  517.  
  518. a:hover {
  519. color:#880808;
  520. outline:none;
  521. -moz-outline--tyle:none;
  522. text-decoration:none;
  523. border-radius: 20px 20px 20px 20px #fff;
  524. -webkit-filter: blur(0px);
  525. }
  526.  
  527. img {
  528. opacity:1;
  529. -webkit-filter: Grayscale(50%);
  530. -webkit-transition-duration: 0.8s;
  531. -moz-transition-duration:0.8s;
  532. transition-duration:0.8s;
  533. -o-transition-duration:0.8s;
  534. -webkit-filter: blur(0px);
  535. border-radius: 20px 20px 20px 20px #000;
  536. }
  537.  
  538. img:hover {
  539. opacity:1;
  540. -webkit-filter: Grayscale(0%);
  541. -webkit-transition: all 0.8s ease-out;
  542. -moz-transition: all 0.8s ease-out;
  543. transition: all 0.8s ease-out;
  544. -webkit-filter: blur(0px);
  545. border-radius: 20px 20px 20px 20px #000;
  546.  
  547. }
  548.  
  549. h1 {
  550. width:397px;
  551. font-size:28px;
  552. text-align:center;
  553. font-family:"Qwigley";
  554. padding-left:0px;
  555. line-height:102%;
  556. letter-spacing:2px;
  557. color:#c70202;
  558. text-transform:lowercase;
  559. }
  560.  
  561. h2 {
  562. width:397px;
  563. padding-left:0px;
  564. margin-left:4px;
  565. font-size:15px;
  566. text-align:center;
  567. font-family:"Frank Ruhl Libre", cursive;
  568. text-transform:lowercase;
  569. line-height:110%;
  570. letter-spacing:2px;
  571. color:#880808;
  572. }
  573.  
  574. h5 {
  575. font-size:15px;
  576. font-family:"Playball", cursive;
  577. text-transform:lowercase;
  578. text-align:center;
  579. margin-top:0px;
  580. margin-bottom:0px;
  581. letter-spacing:2px;
  582. color:#fff;
  583. }
  584.  
  585. h6 {
  586. font-size:14px;
  587. font-family:"Josefin Sans";
  588. border-bottom:1px solid #a20e09;
  589. text-align:center;
  590. margin-top:0px;
  591. margin-bottom:0px;
  592. letter-spacing:2px;
  593. color:#880808;
  594. }
  595.  
  596. h3 {
  597. font-size:15px;
  598. text-align:center;
  599. line-height:110%;
  600. letter-spacing:2px;
  601. text-shadow:0px 0px 1px #151515;
  602. color:#151515;
  603. }
  604.  
  605. h4 {
  606. font-size:15px;
  607. font-family:"Satisfy", cursive;
  608. text-align:center;
  609. line-height:105%;
  610. letter-spacing:2px;
  611. color:#595959;
  612. }
  613.  
  614. pre {
  615. width:auto;
  616. letter-spacing:1px;
  617. text-align:center;
  618. text-transform:uppercase;
  619. padding:2px;
  620. border-radius:2px;
  621. color:#fff;
  622. font-family:"oswald";
  623. font-size:12px;
  624. background-color:#000;
  625. background-image:url('https://i.imgur.com/V2tz1JI.png');
  626. border:1px solid #151515;
  627. outline:1px solid #151515;
  628. outline-offset:2px;
  629. text-shadow:0px 0px 5px #fff;
  630. }
  631.  
  632. hr {
  633. border: 0;
  634. height: 1px;
  635. background-image: linear-gradient(to right, rgba(85, 85, 85, 0), rgba(85, 85, 85, 0.75), rgba(85, 85, 85, 0));
  636. margin-bottom:2px;
  637. }
  638.  
  639.  
  640.  
  641. #title {
  642. color:#fff;
  643. font-family:arial;
  644. font-size:16px;
  645. text-transform:lowercase;
  646. font-weight:bold;
  647. letter-spacing:0px;
  648. padding:4px;
  649. margin-top:-20px;
  650. margin-left:-14px;
  651. position:fixed;
  652. text-align:left;
  653. }
  654.  
  655.  
  656. #navi {
  657. float:left;
  658. width:115px;
  659. padding:3px;
  660. }
  661.  
  662. #muses {
  663. width:125px;
  664. float:left;
  665. overflow:auto;
  666. margin:1px 2px;
  667. }
  668.  
  669. .muses text {
  670. height:50px;
  671. overflow:scroll;
  672. }
  673.  
  674.  
  675. @-webkit-keyframes sally{
  676. from {-webkit-filter: blur(0px);}
  677. 60% {-webkit-filter: blur(2px);}
  678. to {-webkit-filter: blur(0px);}
  679. }
  680.  
  681. @-webkit-keyframes countess{
  682. from { -webkit-transform: rotate(0deg)}
  683. to {-webkit-transform: rotate(360deg);}
  684. }
  685.  
  686. /*sidebar links*/
  687.  
  688. .links {
  689. position: fixed;
  690. font-style:none;
  691. font-size:50px;
  692. margin-top:25px;
  693. margin-left:950px;
  694. line-height: 100%;
  695. text-align: center;
  696. width:0px;
  697. opacity:1;
  698. margin-right: auto;
  699. transform: rotate(10deg);
  700. -webkit-transform: rotate(10deg);
  701.  
  702. }
  703.  
  704. .links a {
  705. -webkit-filter:blur(0px);
  706. opacity:1;
  707. letter-spacing: 1px;
  708. padding:3px;
  709.  
  710. }
  711.  
  712. .links a:hover {
  713. color:#151515;
  714. opacity:1;
  715. -webkit-transition: all 0.8s ease-out;
  716. -moz-transition: all 0.8s ease-out;
  717. transition: all 0.8s ease-out;
  718. -webkit-filter:blur(3px);
  719. }
  720.  
  721. .alinks {
  722. position: fixed;
  723. font-style:none;
  724. font-size:50px;
  725. margin-top:250px;
  726. margin-left:1050px;
  727. word-spacing:2px;
  728. line-height: 100%;
  729. text-align: center;
  730. width:0px;
  731. margin-right: auto;
  732. opacity:1;
  733. transform: rotate(0deg);
  734. -webkit-transform: rotate(0deg);
  735.  
  736. }
  737.  
  738. .alinks a {
  739. -webkit-filter:blur(0px);
  740. letter-spacing: 1px;
  741. padding:3px;
  742.  
  743. }
  744.  
  745. .alinks a:hover {
  746. color:#151515;
  747. opacity:1;
  748. -webkit-transition: all 0.8s ease-out;
  749. -moz-transition: all 0.8s ease-out;
  750. transition: all 0.8s ease-out;
  751. -webkit-filter:blur(3px);
  752. }
  753.  
  754. .dlinks {
  755. position: fixed;
  756. font-style:none;
  757. font-size:50px;
  758. margin-top:500px;
  759. margin-left:900px;
  760. word-spacing:2px;
  761. line-height: 100%;
  762. text-align: center;
  763. width:0px;
  764. opacity:1;
  765. margin-right: auto;
  766. transform: rotate(20deg);
  767. -webkit-transform: rotate(20deg);
  768.  
  769. }
  770.  
  771. .dlinks a {
  772. -webkit-filter:blur(0px);
  773. letter-spacing: 1px;
  774. padding:3px;
  775. }
  776.  
  777. .dlinks a:hover {
  778. color:#151515;
  779. opacity:1;
  780. -webkit-transition: all 0.8s ease-out;
  781. -moz-transition: all 0.8s ease-out;
  782. transition: all 0.8s ease-out;
  783. -webkit-filter:blur(3px);
  784. }
  785.  
  786.  
  787. /* this is the box that comes up when you hover over something with a title*/
  788.  
  789. #s-m-t-tooltip {
  790. margin-left:15px;
  791. margin-top:-21px;
  792. letter-spacing:0px;
  793. font-family:"roboto";
  794. text-transform:auto;
  795. font-size:10px;
  796. text-transform:none;
  797. color:#fff;
  798. background-color:#000;
  799. background-image:url('https://i.imgur.com/V2tz1JI.png');
  800. border:1px solid #0b2341;
  801. outline:1px solid #0b2341;
  802. outline-offset:2px;
  803. padding: 3px;
  804. z-index:999999999999999999;
  805. -webkit-transition:all 1.5s;
  806. -moz-transition:all 1.5s;
  807. -ms-transition:all 1.5s;
  808. -o-transition:all 1.5s;
  809. transition:all 1.5s;
  810. }
  811.  
  812. /*next page and previous page*/
  813.  
  814. #pagination {
  815. -ms-transform: rotate(0deg); /* IE 9 */
  816. -webkit-transform: rotate(0deg); /* Safari */
  817. transform: rotate(0deg)
  818.  
  819.  
  820. }
  821.  
  822. #pagination a {
  823. -webkit-filter: Grayscale(0%);
  824. -webkit-transition: all 0.8s ease-out;
  825. -moz-transition: all 0.8s ease-out;
  826. transition: all 0.8s ease-out;
  827. -webkit-filter: blur(0px)
  828.  
  829. }
  830.  
  831. #pagination a:hover {
  832. color:#2d2936;
  833. opacity:1;
  834. -webkit-transition: all 0.8s ease-out;
  835. -moz-transition: all 0.8s ease-out;
  836. transition: all 0.8s ease-out;
  837. -webkit-filter:blur(0px);
  838. }
  839.  
  840.  
  841. #container {
  842. position:fixed;
  843. width:405px;
  844. height:478px;
  845. top:10px;
  846. margin-left:432px;
  847. background-color:transparent;
  848. text-align:left;
  849. opacity:1;
  850. overflow: auto;
  851. -webkit-mask-image: -webkit-linear-gradient(bottom, rgba(0,0,0,1)70%, rgba(0,0,0,0));
  852. }
  853.  
  854. #container:hover {
  855. overflow:auto;
  856. }
  857.  
  858. #post {
  859. width:400px;
  860. font-size:12px;
  861. line-height:110%;
  862. padding-top:10px;
  863. margin-top:20px;
  864. margin-left:auto;
  865. margin-right:auto;
  866. opacity:1;
  867. -webkit-filter: grayscale(0%);
  868. filter: grayscale(0%);
  869. -webkit-transition: all .5s ease-in-out;
  870. -moz-transition: all .5s ease-in-out;
  871. -o-transition: all .5s ease-in-out;
  872. transition: all .5s ease-in-out;
  873. }
  874.  
  875. #post:hover{
  876. opacity:1;
  877. -webkit-transition: all .5s ease-in-out;
  878. -moz-transition: all .5s ease-in-out;
  879. -o-transition: all .5s ease-in-out;
  880. transition: all .5s ease-in-out;
  881. -webkit-filter: grayscale(0);
  882. filter: grayscale(0);
  883. }
  884.  
  885. #post blockquote {
  886. padding-left:5px;
  887. margin-right:0px;
  888. margin-left:5px;
  889. margin-top:2px;
  890. border-left:1px solid #c70202;
  891. border-radius:3px;
  892.  
  893. }
  894.  
  895. #post blockquote blockquote {
  896. padding-left:10px;
  897. margin-top:2px;
  898. margin-right:0px;
  899. margin-left:5px;
  900. border-left:1px solid #c70202;
  901. border-radius:3px;
  902.  
  903. }
  904.  
  905. /*italics and bold stuffs. here is where you can put new fonts, many i have already supplied you with!*/
  906.  
  907. b, strong {
  908. font-size:12px;
  909. letter-spacing:2px;
  910. font-family:"oswald";
  911. text-transform:uppercase;
  912. color:#fff;
  913. text-shadow:0px 0px 2px #fff;
  914. }
  915.  
  916. i, em, italics {
  917. font-size:14px;
  918. font-family:"Pacifico", cursive;
  919. padding-left:1px;
  920. text-transform:none;
  921. color:#1164b0;
  922. }
  923.  
  924. sup, sub, small {
  925. font-size:12px;
  926. color:#fff;
  927. }
  928.  
  929.  
  930. /*time posted, note count, via and source*/
  931.  
  932. #info {
  933. font-size:16px;
  934. padding:4px 0px 1px 0px;
  935. margin:0px 0px 50px 10px;
  936. letter-spacing:4px;
  937. font-size:22px;
  938. color:#a20e09;
  939. text-transform:none;
  940. }
  941.  
  942. #info a {
  943. color:#a20e09;
  944. text-shadow:none;
  945. text-transform:none;
  946. }
  947.  
  948. #info a:hover {
  949. color:#151515;
  950. }
  951.  
  952. #forward {
  953. opacity:1;
  954. font-weight:bold;
  955. font-size:40px;
  956. color:#9f0000;
  957. top:555px;
  958. margin-left:835px;
  959. position: fixed;
  960. font-family:"calibri", sans-serif;
  961. text-align: left;
  962. letter-spacing:2px;
  963. word-spacing:2px;
  964. transform: rotate(0deg);
  965. }
  966.  
  967. #forward:hover {
  968. opacity: 1;
  969. color:#cfa184;
  970. -webkit-transition: all 0.8s ease-out;
  971. -moz-transition: all 0.8s ease-out;
  972. transition: all 0.8s ease-out;
  973. -webkit-filter:blur(.8px);
  974. }
  975.  
  976. #backward {
  977. opacity:1;
  978. font-weight:bold;
  979. font-size:40px;
  980. color:#9f0000;
  981. top:555px;
  982. margin-left:407px;
  983. position: fixed;
  984. font-family:"calibri", sans-serif;
  985. text-align: left;
  986. letter-spacing:2px;
  987. word-spacing:2px;
  988. transform: rotate(0deg);
  989. }
  990.  
  991. #backward:hover {
  992. opacity: 1;
  993. color:#cfa184;
  994. -webkit-transition: all 0.8s ease-out;
  995. -moz-transition: all 0.8s ease-out;
  996. transition: all 0.8s ease-out;
  997. -webkit-filter:blur(.8px);
  998. }
  999.  
  1000.  
  1001.  
  1002. /*tags*/
  1003.  
  1004. .tags {
  1005. width:310px;
  1006. margin:-52px 0px 0px 55px;
  1007. line-height:115%;
  1008. padding:5px;
  1009. font-size:9px;
  1010. word-break:keep-all;
  1011. text-align:center;
  1012. font-family:"roboto";
  1013. background-image:url('https://i.imgur.com/V2tz1JI.png');
  1014. border:1px solid #0b2341;
  1015. outline:1px solid #0b2341;
  1016. outline-offset:2px;
  1017. letter-spacing:1px;
  1018. }
  1019.  
  1020. .tags a {
  1021. color:#fff;
  1022. text-shadow:0px 0px 4px #000;
  1023. }
  1024.  
  1025. .tags a:hover {
  1026. color:#151515;
  1027. text-shadow:0px 0px 1px #000;
  1028. letter-spacing:2px;
  1029. }
  1030.  
  1031. .postnote {
  1032. width:375px;
  1033. margin-top:40px;
  1034. font-family:arial;
  1035. text-transform:lowercase;
  1036. font-style:normal;
  1037. letter-spacing:0px;
  1038. font-size:10px;
  1039. text-align:left;
  1040. }
  1041.  
  1042. img {
  1043. -webkit-filter: grayscale(0%);}
  1044.  
  1045. img:hover {
  1046. -webkit-filter: grayscale(0%);}
  1047.  
  1048.  
  1049.  
  1050. /*here go asks*/
  1051.  
  1052. #ask {
  1053. width:400px;
  1054. margin-left:0px;
  1055. margin-top:20px;
  1056. margin-bottom:10px;
  1057. font-size:30px;
  1058. text-align:center;
  1059. font-family:"permanent marker";
  1060. font-style:none;
  1061. text-transform:lowercase;
  1062. color:#0b2e57;
  1063. }
  1064.  
  1065. #ask a {
  1066. color:#0b2e57;
  1067. text-transform:lowercase;
  1068. }
  1069.  
  1070. #ask a:hover {
  1071. color:#fff;
  1072. letter-spacing:1px;
  1073. }
  1074.  
  1075. #askheader {
  1076. position:absolute;
  1077. margin-left:28px;
  1078. margin-top:-22px;
  1079. }
  1080.  
  1081. #q {
  1082. width:366px;
  1083. margin-left:5px;
  1084. margin-top:3px;
  1085. padding:10px;
  1086. text-align:center;
  1087. color:#fff;
  1088. font-family:"roboto";
  1089. font-size:12px;
  1090. background-color:#000;
  1091. background-image:url('https://i.imgur.com/V2tz1JI.png');
  1092. border:1px solid #0b2341;
  1093. outline:1px solid #0b2341;
  1094. outline-offset:2px;
  1095. text-shadow:0px 0px 5px #999;
  1096. }
  1097.  
  1098. #ans {
  1099. text-align:justify;
  1100. margin-top:5px;
  1101. padding:5px;
  1102. }
  1103.  
  1104.  
  1105.  
  1106.  
  1107. .playerbuttonbg {
  1108. position: absolute;
  1109. left: 10px;
  1110. top: 10px;
  1111. width: 18px;
  1112. height: 18px;
  1113. background-color:#fff;
  1114. padding: 10px;
  1115. -webkit-border-radius: 40px;
  1116. -moz-border-radius: 40px;
  1117. border-radius: 40px;
  1118. opacity: .4;
  1119. filter: alpha(opacity=40);
  1120. -moz-opacity: 0.4;
  1121. -khtml-opacity: 0.4;
  1122. transition: opacity .7s ease-in-out;
  1123. -moz-transition: opacity .7s ease-in-out;
  1124. -webkit-transition: opacity .7s ease-in-out;
  1125. }
  1126.  
  1127. .playerbuttonbg:hover {
  1128. opacity: 1;
  1129. filter: alpha(opacity=100);
  1130. -moz-opacity: 1;
  1131. -khtml-opacity: 1;
  1132. }
  1133.  
  1134. .newplayerbutton {
  1135. position: relative;
  1136. width: 19px;height: 19px;
  1137. overflow: hidden;
  1138. }
  1139.  
  1140. .playerbuttonhug {
  1141. position: absolute;
  1142. top: -18px;left: -7px;
  1143. }
  1144.  
  1145. .tumblr_audio_player {
  1146. border:none;
  1147. height: 50px;
  1148. width: 240px;
  1149. margin-left:3px;
  1150. margin-top:3px;
  1151. }
  1152.  
  1153. .audioimgwrapper {
  1154. position: absolute;
  1155. left: 0px;
  1156. top: 0px;
  1157. overflow: hidden;
  1158. width: 60px;
  1159. height: 60px;
  1160. }
  1161.  
  1162. .audioimgwrapper img {
  1163. width: 100%;
  1164. height: auto;
  1165. }
  1166. .trackdetails {
  1167. width: auto;
  1168. display:inline-block;
  1169. margin-left: 90px;
  1170. min-height: 85px;
  1171. }
  1172.  
  1173. .audiowrapper {
  1174. position: relative;
  1175. display:inline-block;
  1176. }
  1177.  
  1178.  
  1179.  
  1180. /* --- UPDATES ---*/
  1181.  
  1182. #updates {
  1183. position:fixed;
  1184. font-size:16px;
  1185. width:285px;
  1186. height:115px;
  1187. top:468px;
  1188. margin-left:106px;
  1189. font-size:9px;
  1190. padding:5px;
  1191. overflow:auto;
  1192. text-align:center;
  1193. opacity:1;
  1194. -webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,1)60%, rgba(0,0,0,0));
  1195. }
  1196.  
  1197. #updates:hover{
  1198. -webkit-transition: all 0.5s ease-in-out;
  1199. -moz-transition: all 0.5s ease-in-out;
  1200. transition: all 0.5s ease-in-out;
  1201. opacity:1;
  1202.  
  1203. }
  1204.  
  1205.  
  1206. /*credit. only change this if you actually make the code your own*/
  1207.  
  1208. #credit {
  1209. position:fixed;
  1210. font-size:18px;
  1211. color:#a7a5a1;
  1212. font-weight:none;
  1213. line-height:50%;
  1214. letter-spacing:2px;
  1215. font-family:'prata';
  1216. right:20px;
  1217. bottom:7px;
  1218. text-transform:none;
  1219. text-align:left;
  1220. -webkit-transition: all 0.5s ease-in-out;
  1221. -moz-transition: all 0.5s ease-in-out;
  1222. -o-transition: all 0.5s ease-in-out;
  1223. }
  1224.  
  1225. #credit a {
  1226. letter-spacing: 0px;
  1227. padding:3px;
  1228. color:#9f0000;
  1229. }
  1230.  
  1231. #credit a:hover {
  1232. background:#000;
  1233. color:#fff;
  1234. }
  1235.  
  1236.  
  1237.  
  1238.  
  1239. {CustomCSS}
  1240.  
  1241. }
  1242.  
  1243. </style></head><body>
  1244. <script src=“http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  1245. <script src=“http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  1246. <script>
  1247. (function($){
  1248. $(document).ready(function(){
  1249. $("a[title]").style_my_tooltips({
  1250. tip_follows_cursor:true,
  1251. tip_delay_time:7,
  1252. tip_fade_speed:7,
  1253. attribute:"title"
  1254. });
  1255. });
  1256. })(jQuery);
  1257. </script>
  1258.  
  1259.  
  1260. <!-- begin updates tab -->
  1261.  
  1262. <div id="updates">
  1263. <center><b>a cool font tbh</b><br>
  1264. smaller font<br>
  1265. <hr width="60%">
  1266. here's some more stuff. gonna copy and paste a bunch of randomness tho so it can take space.
  1267. <hr width="60%">
  1268. <pre>look pre text fun fun</pre>
  1269. waffles and syrup waffles and syrup waffles and syrup waffles and syrup waffles and syrup waffles and syrup waffles and syrup waffles and syrup waffles and syrup waffles and syrup waffles and syrup waffles and syrup waffles and syrup waffles and syrup waffles and syrup waffles and syrup
  1270.  
  1271.  
  1272.  
  1273.  
  1274. </center>
  1275.  
  1276.  
  1277.  
  1278. </div>
  1279.  
  1280. <!-- end updates tab -->
  1281.  
  1282.  
  1283.  
  1284. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  1285. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1286. <script>
  1287.  
  1288. (function($){
  1289.  
  1290. $(document).ready(function(){
  1291.  
  1292. $("a[title]").style_my_tooltips({
  1293.  
  1294. tip_follows_cursor:true,
  1295.  
  1296. tip_delay_time:50,
  1297.  
  1298. tip_fade_speed:600,
  1299.  
  1300. attribute:"title"
  1301.  
  1302. });
  1303.  
  1304. });
  1305.  
  1306. })(jQuery);
  1307.  
  1308. </script>
  1309.  
  1310.  
  1311.  
  1312. <div class="links">
  1313. <a href="/" title="refresh."><div id="linksys1">⚡</div></a></div>
  1314.  
  1315. <div class="alinks">
  1316. <a href="#?w=500" title="ask." rel="box1" class="poplight"><div id="linksys2">⚡</div></a></div>
  1317.  
  1318. <div class="dlinks">
  1319. <a href="#?w=700" title="navigation." rel="box3" class="poplight"><div id="linksys2">⚡</div></a></div>
  1320.  
  1321.  
  1322.  
  1323. </div>
  1324.  
  1325.  
  1326. <div id="pagination">
  1327. {block:Pagination}
  1328. {block:PreviousPage}
  1329. <a href="{PreviousPage}"><div id="backward">«</div></a>
  1330. {/block:PreviousPage}
  1331.  
  1332.  
  1333. {block:NextPage}
  1334. <a href="{NextPage}"><div id="forward">»</div></a>
  1335. {/block:NextPage}
  1336. {/block:Pagination}
  1337. </div>
  1338.  
  1339.  
  1340.  
  1341.  
  1342. </div>
  1343.  
  1344.  
  1345. <div id="container">
  1346. <div id="content">
  1347.  
  1348.  
  1349. {block:Posts}<div id="post">
  1350.  
  1351. {block:Text}
  1352. {block:Title}<h1>{Title}</h1>{/block:Title}
  1353. {Body}
  1354. {/block:Text}
  1355.  
  1356. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1357.  
  1358. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1359.  
  1360. {block:Quote}
  1361. <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);">❛</div>{Quote}</h2>
  1362. <h3>—{Source}</h3>
  1363. {/block:Quote}
  1364.  
  1365. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1366.  
  1367. {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}
  1368.  
  1369. {block:AudioPlayer}
  1370. <div class="audiowrapper">
  1371. {block:AlbumArt}
  1372. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  1373. {/block:AlbumArt}
  1374.  
  1375. <div class="playerbuttonbg">
  1376. <div class="newplayerbutton">
  1377. <div class="playerbuttonhug">
  1378. {AudioPlayerWhite}
  1379. </div></div></div>
  1380.  
  1381. <div class="trackdetails">
  1382. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  1383. {block:Artist}{Artist}{/block:Artist}<br/>
  1384. {PlayCountWithLabel}
  1385. </div></div>
  1386. {block:Caption}{Caption}{/block:Caption}
  1387. {/block:AudioPlayer}
  1388.  
  1389. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1390.  
  1391. {block:Answer}
  1392. <div id="askheader"></div>
  1393. <div id="ask">{Asker}</div>
  1394. <span style="color:#fff;font-size:10px;letter-spacing:2px;"><center>ASKED:</center></span>
  1395. <div id="q">{Question}</div>
  1396. <div id="ans">{Answer}</div>
  1397. {/block:Answer}
  1398.  
  1399. {block:Date}
  1400. <div id="info">
  1401. <a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero} - {TimeAgo}" style="position:absolute; margin-left:20px;font-size:15px; margin-top:26px;-webkit-transform: rotate(10deg);-ms-transform: rotate(10deg);transform: rotate(10deg);text-shadow:0px 0px 6px #2d2936;">⚡</a>
  1402. <a href="{Permalink}" title="{NoteCountWithLabel}" style="position:absolute; margin-left:11px; margin-top:3px;font-size:15px;-webkit-transform: rotate(20deg);-ms-transform: rotate(20deg);transform: rotate(20deg);text-shadow:0px 0px 6px #2d2936;">⚡</a>
  1403. <a href={ReblogURL} target=”_blank” class=”details” title="reblog" style="position:absolute; margin-left:-9px; margin-top:17px;font-size:15px;-webkit-transform: rotate(-10deg);-ms-transform: rotate(-10deg);transform: rotate(-10deg);text-shadow:0px 0px 6px #2d2936;">⚡</a>
  1404. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  1405. <!-- {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  1406. </div>
  1407. {/block:Date}
  1408.  
  1409.  
  1410. {block:HasTags}
  1411. <div class="tags">
  1412. {block:Tags}<a href="{TagURL}" title="{Tag}">&nbsp;#&nbsp;{Tag}&nbsp;</a> {/block:Tags}</div>
  1413. {/block:HasTags}
  1414.  
  1415.  
  1416. <div class="postnote">
  1417. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1418. </div>
  1419. </div>
  1420. {/block:Posts}
  1421. </div>
  1422. </div>
  1423. </div>
  1424. </div></div>
  1425.  
  1426.  
  1427.  
  1428.  
  1429. </div></div></div></div>
  1430. </div>
  1431.  
  1432. <div id="credit"><a href="http://butscrewmefirst.tumblr.com" title="code & image by manon"><big><big>ᶬ</big></big></a></div>
  1433.  
  1434. </body>
  1435.  
  1436. </div></div></div></div></div></div></div></div></div></div>
  1437.  
  1438.  
  1439. <div id="box1" class="question_block">
  1440. <div class="askbox"><div class="poptext">
  1441. <p><center><h6>A S K S&nbsp;&nbsp;&nbsp;H E R E</h6></center>
  1442. <p><iframe frameborder="0" border="0" scrolling="yes" width="100%" height="275px" allowtransparency="true" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;"></iframe>
  1443. </div></div></div>
  1444. </div></div></div></div></div></div></div></div></div></div>
  1445.  
  1446.  
  1447. <div id="box3" class="popup_block">
  1448. <div id="sidelinks">
  1449. <ul id="tabs">
  1450. <li class="active"><div id="butts1">guidelines</div></li><li><div id="butts2">biography</div></li><li><div id="butts3">verses</div></li><li><div id="butts4">mains/relations</div></li><li><div id="butts5">navigation</div></li></ul></div>
  1451. <ul id="tab"><li class="active"><div class="rules">
  1452. <div class="poptext">
  1453. <center>
  1454. <pre>LOOK A PRETTY RULE TITLE!</pre>
  1455. then you can elaborate more here.
  1456. <hr>
  1457.  
  1458. <pre>ANOTHER PRETTY RULE TITLE!</pre>
  1459. doesn't matter how big you make this part tbh. can be short, can be long. it's all up 2 u.
  1460.  
  1461. <hr>
  1462. <pre>MORE RULES.</pre>
  1463. honestly just copy and paste tbh to add more.
  1464.  
  1465. <!-- start copy here -->
  1466. <hr>
  1467. <pre>title can't be too long since it's a pre font</pre>
  1468. more text here ayyyy.
  1469. <!-- end copy here -->
  1470. </center>
  1471.  
  1472. </li>
  1473.  
  1474. <li><div class="dossier">
  1475. <div class="poptext">
  1476. <center><pre>name of character here?</pre>
  1477. <p><strong>NAME:</strong> <br />
  1478. <strong>DOB:</strong> <br />
  1479. <strong>PLACE OF BIRTH:</strong> <br />
  1480. <strong>PLACE OF RESIDENCY:</strong> <br />
  1481. <strong>NICKNAME(S):</strong><br /></p>
  1482. </center>
  1483.  
  1484. </li>
  1485.  
  1486. <li>
  1487.  
  1488. <div class="verses">
  1489. <div class="poptext">
  1490. <pre>MAIN UNIVERSES:</pre>
  1491. <!-- VERSE START -->
  1492. <center><img src="http://i.imgur.com/3MXL3vI.png"><br>
  1493. <b><a href="/tagged/add tag here">ADD TITLE HERE.</a></center></b>
  1494. ( MAIN AND DEFAULT VERSE ) this verse follows any and all of the events in the show, from start to finish. most interactions will be placed in this verse, unless otherwise discussed.
  1495. <hr><br>
  1496. <!-- VERSE END -->
  1497.  
  1498. <!-- VERSE START -->
  1499. <center><img src="http://i.imgur.com/3MXL3vI.png"><br>
  1500. <b><a href="/tagged/add tag here">ADD TITLE HERE.</a></center></b>
  1501. ( MAIN AND DEFAULT VERSE ) this verse follows any and all of the events in the show, from start to finish. most interactions will be placed in this verse, unless otherwise discussed.
  1502. <hr><br>
  1503. <!-- VERSE END -->
  1504.  
  1505. <pre>ALTERNATE UNIVERSES:</pre>
  1506.  
  1507. <!-- VERSE START -->
  1508. <center><img src="http://i.imgur.com/3MXL3vI.png"><br>
  1509. <b><a href="/tagged/add tag here">ADD TITLE HERE.</a></center></b>
  1510. ( MAIN AND DEFAULT VERSE ) this verse follows any and all of the events in the show, from start to finish. most interactions will be placed in this verse, unless otherwise discussed.
  1511. <hr><br>
  1512. <!-- VERSE END -->
  1513.  
  1514. <!-- VERSE START -->
  1515. <center><img src="http://i.imgur.com/3MXL3vI.png"><br>
  1516. <b><a href="/tagged/add tag here">ADD TITLE HERE.</a></center></b>
  1517. ( MAIN AND DEFAULT VERSE ) this verse follows any and all of the events in the show, from start to finish. most interactions will be placed in this verse, unless otherwise discussed.
  1518. <hr><br>
  1519. <!-- VERSE END -->
  1520.  
  1521. <br><br><br><br>
  1522.  
  1523. </li>
  1524.  
  1525. <li>
  1526.  
  1527. <div class="relations">
  1528. <div class="poptext">
  1529.  
  1530. <p><img src="https://i.imgur.com/EACcmiD.png" align="left" style="width:75px;height:75px;">
  1531. <p> <a href="http://link here.tumblr.com"><b>donovan.</b></a>
  1532. <br>&nbsp; &nbsp; main.
  1533. <p>&nbsp;
  1534.  
  1535. <div align="right">
  1536. <img src="https://i.imgur.com/EACcmiD.png" align="right" style="width:75px;height:75px;">
  1537. <p><a href="http://link here.tumblr.com"> <b>donovan.</b></a>
  1538.  
  1539. <br>exclusive.&nbsp; &nbsp;
  1540. <p>&nbsp;
  1541. </div>
  1542.  
  1543. <img src="https://i.imgur.com/EACcmiD.png" align="left" style="width:75px;height:75px;">
  1544. <p> <a href="http://link here.tumblr.com"><b>donovan.</b></a>
  1545.  
  1546. <br>&nbsp; &nbsp; exclusive.
  1547. <p>&nbsp;
  1548.  
  1549. <div align="right">
  1550.  
  1551. <img src="https://i.imgur.com/EACcmiD.png" align="right" style="width:75px;height:75px;">
  1552. <p><a href="http://link here.tumblr.com"> <b>donovan.</b></a>
  1553.  
  1554. <br>exclusive.&nbsp; &nbsp;
  1555. <p>&nbsp;
  1556. </div>
  1557.  
  1558. <img src="https://i.imgur.com/EACcmiD.png" align="left" style="width:75px;height:75px;">
  1559. <p> <a href="http://link here.tumblr.com"><b>donovan.</b></a>
  1560.  
  1561. <br>&nbsp; &nbsp; exclusive.
  1562. <p>&nbsp;
  1563.  
  1564. </li>
  1565.  
  1566. <li>
  1567.  
  1568. <!-- copy from here... -->
  1569. <div class="navigation">
  1570. <div class="poptext">
  1571. <pre>maybe a title?</pre>
  1572. <center><a href="/link here" class="buttons">link title</a>
  1573. <a href="/link here" class="buttons">link title</a>
  1574. <a href="/link here" class="buttons">link title</a>
  1575. <a href="/link here" class="buttons">link title</a>
  1576. <a href="/link here" class="buttons">link title</a>
  1577. <a href="/link here" class="buttons">link title</a></center>
  1578. <pre>maybe a title?</pre>
  1579. <center><a href="/link here" class="buttons">link title</a>
  1580. <a href="/link here" class="buttons">link title</a>
  1581. <a href="/link here" class="buttons">link title</a>
  1582. <a href="/link here" class="buttons">link title</a>
  1583. <a href="/link here" class="buttons">link title</a>
  1584. <a href="/link here" class="buttons">link title</a></center>
  1585. <pre>maybe a title?</pre>
  1586. <center><a href="/link here" class="buttons">link title</a>
  1587. <a href="/link here" class="buttons">link title</a>
  1588. <a href="/link here" class="buttons">link title</a>
  1589. <a href="/link here" class="buttons">link title</a>
  1590. <a href="/link here" class="buttons">link title</a>
  1591. <a href="/link here" class="buttons">link title</a></center>
  1592. <pre>maybe a title?</pre>
  1593. <center><a href="/link here" class="buttons">link title</a>
  1594. <a href="/link here" class="buttons">link title</a>
  1595. <a href="/link here" class="buttons">link title</a>
  1596. <a href="/link here" class="buttons">link title</a>
  1597. <a href="/link here" class="buttons">link title</a>
  1598. <a href="/link here" class="buttons">link title</a></center>
  1599.  
  1600. </div>
  1601.  
  1602. </li>
  1603.  
  1604.  
  1605. </ul>
  1606. </div></div></div></div></div></div></div></div></div></div></div></div>
  1607.  
  1608.  
  1609.  
  1610.  
  1611.  
  1612.  
  1613.  
  1614.  
  1615.  
  1616. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement