tiffxny21

blue2 ★

Apr 1st, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.63 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}
  7. <meta name="description" content="{MetaDescription}" />
  8. {/block:Description}
  9. </head>
  10.  
  11. <!-- ~ V A R A D E R O T H E M E
  12. ~ code created by AWOKENHOPE.TUMBLR.COM
  13. ~ do not steal this code
  14. ~ do not use as a base code for new codes
  15. ~ feel free to ask any questions -->
  16.  
  17. <!---------------------POPUP------------------->
  18.  
  19. <script type="text/javascript"
  20. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  21. <script>
  22. $(document).ready(function() {
  23. //
  24. $('a.poplight[href^=#]').click(function() {
  25. var popID = $(this).attr('rel'); //Get Popup Name
  26. var popURL = $(this).attr('href'); //Get Popup href to define size
  27. var query= popURL.split('?');
  28. var dim= query[1].split('&');
  29. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  30. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  31. var popMargTop = ($('#' + popID).height() + 80) / 2;
  32. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  33. //Apply Margin to Popup
  34. $('#' + popID).css({
  35. 'margin-top' : -popMargTop,
  36. 'margin-left' : -popMargLeft
  37. });
  38. $('body').append('<div id="fade"></div>');
  39. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  40. return false;
  41. });
  42. $('a.close, #fade').live('click', function() {
  43. $('#fade , .popup_block').fadeOut(function() {
  44. $('#fade, a.close').remove(); //fade them both out
  45. });
  46. return false;
  47. });
  48. });
  49. </script>
  50.  
  51. <!--------------------- FONT AWESOME --------------------->
  52.  
  53. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  54.  
  55. <!---------------------TOOLTIP------------------->
  56.  
  57. </script><!--START TOOLTIP BY MALIHU--><script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script><script>
  58. (function($){
  59. $(document).ready(function(){
  60. $("a[title]").style_my_tooltips({
  61. tip_follows_cursor:true,
  62. tip_delay_time:90,
  63. tip_fade_speed:600,
  64. attribute:"title"
  65. });
  66. });
  67. })(jQuery);
  68.  
  69. </script>
  70.  
  71. <!---------------------TABBED POP UP------------------->
  72.  
  73. <script>
  74.  
  75. $(document).ready(function(){
  76. $("ul#tabs li").click(function(e){
  77. if (!$(this).hasClass("active")) {
  78. var tabNum = $(this).index();
  79. var nthChild = tabNum+1;
  80. $("ul#tabs li.active").removeClass("active");
  81. $(this).addClass("active");
  82. $("ul#tab li.active").removeClass("active");
  83. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  84. }
  85. });
  86. });
  87. </script>
  88.  
  89. <!---------------------DROP DOWN VERSES ------------------->
  90.  
  91. <script type="text/javascript" src="https://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  92. <script type="text/javascript">
  93. $(document).ready(function(){
  94. $(".links_body").hide();
  95. $(".links_head").click(function(){
  96. $(this).next(".links_body").slideToggle('fast');
  97. }); }); </script>
  98.  
  99.  
  100. <!---------------------GOOGLE FONTS ------------------->
  101.  
  102. <!--font-family: 'Karma', serif; -->
  103. <link href="https://fonts.googleapis.com/css?family=Karma" rel="stylesheet">
  104.  
  105. <!--font-family: 'Abel', sans-serif; -->
  106. <link href="https://fonts.googleapis.com/css?family=Abel" rel="stylesheet">
  107.  
  108. <!--font-family: 'Lovers Quarrel', cursive; -->
  109. <link href="https://fonts.googleapis.com/css?family=Lovers+Quarrel" rel="stylesheet">
  110.  
  111. <!--font-family: 'Parisienne', cursive; -->
  112. <link href="https://fonts.googleapis.com/css?family=Parisienne" rel="stylesheet">
  113.  
  114.  
  115.  
  116.  
  117. <style type="text/css">
  118.  
  119. /* --------------------SCROLLBAR------------------ */
  120.  
  121. ::-webkit-scrollbar-thumb{
  122. background-color: transparent;
  123. border: 1px solid transparent;
  124. height:0px; }
  125.  
  126. ::-webkit-scrollbar {
  127. height:0px;
  128. width: 0px;
  129. background-color: transparent; }
  130.  
  131. /* --------------------BODY------------------ */
  132.  
  133. body {
  134. background-color:#000;
  135. background-image:url('https://static.tumblr.com/w5acv5l/eI7p5xa0a/veradero_bg.png');
  136. background-repeat:no-repeat;
  137. background-position:fixed;
  138. background-attachment:fixed;
  139. font-family:'Karma', serif;
  140. text-align:justify;
  141. font-size:11px;
  142. color:#aeaeae;
  143. font-weight:100%; }
  144.  
  145.  
  146. /* --------------------SMALL/SUB/SUP------------------ */
  147.  
  148. small, sub, sup {
  149. font-size:100%;
  150. }
  151.  
  152.  
  153. /* --------------------CONTAINER------------------ */
  154.  
  155. #container {
  156. position:absolute;
  157. background:transparent;
  158. left:357px;
  159. top:147px;
  160. height:450px;
  161. width:348px;
  162. text-align:justify;
  163. line-height:200%;
  164. word-spacing:3px;
  165. margin:auto;
  166. position:fixed;
  167. overflow-y:scroll;
  168. overflow-x:hidden;
  169. -webkit-mask-image: -webkit-gradient( /* GRADIENT ON THE BOTTOM */
  170. linear, center 75%, center bottom,
  171. from(rgba(0,0,0,20)),
  172. to(rgba(20,0,0,0)));
  173. opacity:1; }
  174.  
  175.  
  176. /* --------------------POSTS------------------ */
  177.  
  178. .posts {
  179. width:330px;
  180. background-color:transparent;
  181. padding:10px;
  182. padding-top:20px;
  183. margin-bottom:30px; }
  184.  
  185. img {
  186. max-width:100%;
  187. border:none; }
  188.  
  189. .caption img {
  190. max-width:100%;
  191. height:auto; }
  192.  
  193. .posts img {
  194. max-width:100%;
  195. margin-top:5px;
  196. margin-bottom:5px;}
  197.  
  198.  
  199. /* --------------------LINKS IN POSTS------------------ */
  200.  
  201. a {
  202. text-decoration:none;
  203. font-family: 'Abel', sans-serif;
  204. font-size:14px;
  205. text-transform:none;
  206. outline:none;
  207. -moz-outline-style:none;
  208. color:#00aac4;
  209. text-shadow:1px 1px 1px #000;
  210. -moz-transition-duration:0.7s;
  211. -webkit-transition-duration:0.7s;
  212. -o-transition-duration:0.7s; }
  213.  
  214. a:hover {
  215. text-decoration:none;
  216. outline:none;
  217. -moz-outline-style:none;
  218. color:#000;
  219. text-shadow: #fff 0 0 3px;
  220. text-decoration:none; }
  221.  
  222. /* --------------------BOLD/ITALIC/BIG------------------ */
  223.  
  224. b, strong, u {
  225. font-size:14px;
  226. font-family: 'Abel', sans-serif;
  227. text-transform:uppercase;
  228. color:#00aac4;
  229. text-shadow: 1px 1px 1px #aeaeae; }
  230.  
  231. i, em {
  232. color:#fff;
  233. text-transform:lowercase;
  234. font-family: 'Parisienne', cursive;
  235. font-size:20px;
  236. line-height:120%;
  237. text-shadow: 1px 1px 1px #aeaeae; }
  238.  
  239. big {
  240. font-size:14px;
  241. text-transform:uppercase;
  242. letter-spacing:2px;
  243. font-family: 'Karma', serif;
  244. color:#aeaeae; }
  245.  
  246. /* --------------------BLOCKQUOTE------------------ */
  247.  
  248. blockquote {
  249. padding:5px;
  250. margin:1px 1px 1px 1px;
  251. border-left:1px solid #aeaeae; }
  252.  
  253. blockquote img {
  254. max-width:100%;
  255. height:auto; }
  256.  
  257. /* --------------------HEADERS------------------ */
  258.  
  259. h1 {
  260. font-weight:normal;
  261. font-size:22px;
  262. text-align:center;
  263. font-family: 'Abel', sans-serif;
  264. color:#aeaeae;
  265. line-height:18px;
  266. text-transform:uppercase;
  267. line-height:110%;
  268. text-shadow: 1px 1px 1px #000; }
  269.  
  270. h2 {
  271. font-weight:normal;
  272. font-size:15px;
  273. text-align:center;
  274. font-family: 'Abel', sans-serif;
  275. line-height:18px;
  276. text-transform:uppercase;}
  277.  
  278. /* --------------------INFO & TAGS------------------ */
  279.  
  280. #info {
  281. width:auto;
  282. height:25px;
  283. padding: 5px 5px 8px 5px;
  284. font-family: 'Abel', sans-serif; /* FONT FOR INFO */
  285. background-color:transparent; /* INFO BACKGROUND COLOR */
  286. background-image:url('https://static.tumblr.com/b2tj7wo/MZfpadsdk/veradero_plain.png'); /* INFO BACKGROUND */
  287. background-repeat:repeat;
  288. background-attachment:fixed;
  289. border:solid 1px #aeaeae; /* INFO BORDER */
  290. text-transform:uppercase;
  291. text-align:center;
  292. overflow-y:scroll;
  293. word-spacing:10px;
  294. font-size:12px;
  295. position:relative;, }
  296.  
  297. #info a {
  298. color:#fff;
  299. font-style:normal;}
  300.  
  301.  
  302. #info a:hover {
  303. color:#000;
  304. transition-duration:0.9s;
  305. -webkit-transition-duration:0.9s;
  306. -o-transition-duration:0.9s;}
  307.  
  308. .infooutline {
  309. width:auto;
  310. height:auto;
  311. padding:2px 2px;
  312. border:1px dashed #aeaeae;
  313. background:#fff;
  314. background-attachment:fixed;
  315. background-color:transparent;
  316. background-repeat:repeat;
  317. font-style:normal;
  318. line-height:120%;
  319. font-size:10px;
  320. opacity:1;
  321. text-align:right;
  322. -moz-transition-duration:0.5s;
  323. -webkit-transition-duration:0.5s;
  324. -o-transition-duration:0.5s;}
  325.  
  326. .tags {
  327. background:transparent;
  328. text-align:right;
  329. font-family: 'Abel', sans-serif;
  330. font-size:8px;
  331. padding-top:5px;
  332. padding-bottom:5px;
  333. word-spacing:3px;
  334. height:auto;
  335. width:auto; }
  336.  
  337.  
  338. .tags a{
  339. font-size:10px;
  340. font-family: 'Abel', sans-serif;
  341. text-transform:none;
  342. color:#fff;
  343. text-shadow: 1px 1px 1px #000;
  344. -moz-transition-duration:0.2s;
  345. -webkit-transition-duration:0.2s;
  346. -o-transition-duration:0.2s; }
  347.  
  348. .tags a:hover{
  349. color:#fff;
  350. text-decoration:none;
  351. -moz-transition-duration:0.2s;
  352. -webkit-transition-duration:0.2s;
  353. -o-transition-duration:0.2s; }
  354.  
  355.  
  356. /* --------------------LINK ANIMATIONS------------------ */
  357.  
  358. .link2animated{
  359. -webkit-animation-name: scalex1;
  360. -webkit-animation-duration:2s;
  361. -webkit-animation-iteration-count:infinite;
  362. -webkit-animation-timing-function:ease-in-out;
  363. -moz-animation-name: scale;
  364. -moz-animation-duration:2s;
  365. -moz-animation-iteration-count:infinite;
  366. -moz-animation-timing-function:ease-in-out;
  367. }
  368.  
  369. @-webkit-keyframes scalex1{
  370. from {-webkit-transform: scale(3);}
  371. 45% {-webkit-transform: scale(2.5);}
  372. to {-webkit-transform: scale(3);}
  373. }
  374.  
  375. @-moz-keyframes scale1{
  376. from {-webkit-transform: scale(0);}
  377. 45% {-webkit-transform: scale(0);}
  378. to {-webkit-transform: scale(0);}
  379. }
  380.  
  381. .link3animated{
  382. -webkit-animation-name:scalex2;
  383. -webkit-animation-duration:3s;
  384. -webkit-animation-iteration-count:infinite;
  385. -webkit-animation-timing-function:ease-in-out;
  386. -moz-animation-name: scale;
  387. -moz-animation-duration:3s;
  388. -moz-animation-iteration-count:infinite;
  389. -moz-animation-timing-function:ease-in-out;
  390. }
  391.  
  392. @-webkit-keyframes scalex2{
  393. from {-webkit-transform: scale(2);}
  394. 45% {-webkit-transform: scale(3);}
  395. to {-webkit-transform: scale(2);}
  396. }
  397.  
  398. @-moz-keyframes scale2{
  399. from {-webkit-transform: scale(0);}
  400. 45% {-webkit-transform: scale(0);}
  401. to {-webkit-transform: scale(0);}
  402. }
  403.  
  404. .link4animated{
  405. -webkit-animation-name: scalex4;
  406. -webkit-animation-duration:4s;
  407. -webkit-animation-iteration-count:infinite;
  408. -webkit-animation-timing-function:ease-in-out;
  409. -moz-animation-name: scale;
  410. -moz-animation-duration:4s;
  411. -moz-animation-iteration-count:infinite;
  412. -moz-animation-timing-function:ease-in-out;
  413. }
  414.  
  415. @-webkit-keyframes scalex4{
  416. from {-webkit-transform: scale(3);}
  417. 45% {-webkit-transform: scale(2.5);}
  418. to {-webkit-transform: scale(3);}
  419. }
  420.  
  421. @-moz-keyframes scale4{
  422. from {-webkit-transform: scale(0);}
  423. 45% {-webkit-transform: scale(0);}
  424. to {-webkit-transform: scale(0);}
  425. }
  426.  
  427. .link5animated{
  428. -webkit-animation-name: scalex5;
  429. -webkit-animation-duration:3s;
  430. -webkit-animation-iteration-count:infinite;
  431. -webkit-animation-timing-function:ease-in-out;
  432. -moz-animation-name: scale;
  433. -moz-animation-duration:3s;
  434. -moz-animation-iteration-count:infinite;
  435. -moz-animation-timing-function:ease-in-out;
  436. }
  437.  
  438. @-webkit-keyframes scalex5{
  439. from {-webkit-transform: scale(1);}
  440. 45% {-webkit-transform: scale(.75);}
  441. to {-webkit-transform: scale(1);}
  442. }
  443.  
  444. @-moz-keyframes scale5{
  445. from {-webkit-transform: scale(0);}
  446. 45% {-webkit-transform: scale(0);}
  447. to {-webkit-transform: scale(0);}
  448. }
  449.  
  450. /* --------------------MOVEABLE LINKS------------------ */
  451.  
  452. #home { /*THIS IS YOUR REFRESH AKA THE TEXT AT THE TOP OF THE CONTAINERS */
  453. position:fixed;
  454. width:500px;
  455. top:5px;
  456. left:350px;
  457. text-transform:lowercase;
  458. text-align:none;
  459. font-style:none;
  460. line-height:80%;
  461. z-index:9999999; }
  462.  
  463. #home a{
  464. font-family:'Lovers Quarrel';
  465. font-size:80px;
  466. line-height:80%;
  467. padding:1px;
  468. margin-top:1px;
  469. margin-left:6px;
  470. color:#aeaeae;
  471. text-shadow: 1px 1px 1px #000;
  472. -webkit-filter:blur(0px);
  473. -moz-transition-duration:.7s;
  474. -webkit-transition-duration:.7s;
  475. -o-transition-duration:.7s;}
  476.  
  477. #home a:hover {
  478. color:#fff;
  479. text-shadow:2px 1px 2px #000;
  480. -webkit-filter:blur(0px);
  481. -webkit-transition: all 0.3s ease-in-out;
  482. -moz-transition: all 0.3s ease-in-out;
  483. -o-transition: all 0.3s ease-in-out;
  484. -ms-transition: all 0.3s ease-in-out;
  485. transition: all 0.3s ease-in-out; }
  486.  
  487. #asklink {
  488. position:fixed;
  489. top:500px;
  490. left:130px;
  491. text-shadow:2px 1px 2px transparent;
  492. text-transform:lowercase;
  493. text-align:none;
  494. font-style:none;
  495. font-family:'Karma', serif;
  496. font-size:40px;
  497. line-height:0%;
  498. transform: rotate(20deg); }
  499.  
  500. #asklink a{
  501. margin-right:0px;
  502. color:#d0d0d0;
  503. text-shadow:2px 1px 2px transparent;
  504. -webkit-filter:blur(0px);
  505. -moz-transition-duration:.7s;
  506. -webkit-transition-duration:.7s;
  507. -o-transition-duration:.7s; }
  508.  
  509. #asklink a:hover {
  510. color: transparent;
  511. text-shadow: #d0d0d0 0 0 0px;
  512. -webkit-filter:blur(0px);
  513. -moz-transition-duration:1s;
  514. -webkit-transition-duration:1s;
  515. -o-transition-duration:1s; }
  516.  
  517.  
  518. #law {
  519. position:fixed;
  520. top:530px;
  521. left:205px;
  522. text-shadow:2px 1px 2px transparent;
  523. text-transform:lowercase;
  524. text-align:none;
  525. font-style:none;
  526. font-family:'Karma', serif;
  527. font-size:35px;
  528. line-height:0%;
  529. transform: rotate(0deg); }
  530.  
  531. #law a{
  532. margin-right:0px;
  533. color:#d0d0d0;
  534. text-shadow:2px 1px 2px transparent;
  535. -webkit-filter:blur(0px);
  536. -moz-transition-duration:.7s;
  537. -webkit-transition-duration:.7s;
  538. -o-transition-duration:.7s; }
  539.  
  540. #law a:hover {
  541. color: transparent;
  542. text-shadow: #d0d0d0 0 0 0px;
  543. -webkit-filter:blur(0px);
  544. -moz-transition-duration:1s;
  545. -webkit-transition-duration:1s;
  546. -o-transition-duration:1s; }
  547.  
  548. #nav {
  549. position:fixed;
  550. top:500px;
  551. left:290px;
  552. text-shadow:2px 1px 2px transparent;
  553. text-transform:lowercase;
  554. text-align:none;
  555. font-style:none;
  556. font-family:'Karma', serif;
  557. font-size:30px;
  558. line-height:0%;
  559. transform: rotate(-20deg); }
  560.  
  561. #nav a{
  562. margin-right:0px;
  563. color:#d0d0d0;
  564. text-shadow:2px 1px 2px transparent;
  565. -webkit-filter:blur(px);
  566. -moz-transition-duration:.7s;
  567. -webkit-transition-duration:.7s;
  568. -o-transition-duration:.7s; }
  569.  
  570. #nav a:hover {
  571. color:#d0d0d0;
  572. text-shadow:2px 1px 2px transparent;
  573. -webkit-filter:blur(0px);
  574. -moz-transition-duration:1s;
  575. -webkit-transition-duration:1s;
  576. -o-transition-duration:1s; }
  577.  
  578.  
  579. #credit {
  580. position:absolute;
  581. position:fixed;
  582. font-family: Abel', sans-serif;
  583. text-transform:bold;
  584. width:auto;
  585. height:auto;
  586. bottom:25px;
  587. right:10px;
  588. padding: 2px 2px 2px;
  589. font-size:20px;
  590. line-height:100%;
  591. z-index:99999999;
  592. letter-spacing: 1px;}
  593.  
  594. /* --------------------CREDIT------------------ */
  595.  
  596. #credit a {
  597. width:30px;
  598. line-height:100%;
  599. margin-bottom:10px;
  600. opacity:1;
  601. color:#aeaeae;
  602. letter-spacing:0px;
  603. text-decoration:none; }
  604.  
  605. #credit a:hover {
  606. color: #696969;
  607. width:60px;
  608. text-shadow: 0 0 5px #eee;
  609. -webkit-filter: blur(1px) ;
  610. -webkit-transition: 0.7s ease-in;
  611. -moz-transition: }
  612.  
  613.  
  614. /* --------------------PAGINATION------------------ */
  615.  
  616. #pagination {
  617. position:fixed;
  618. font-size:40px;
  619. top:540px;
  620. left:250px;
  621. -webkit-transform: rotate(-75deg);}
  622.  
  623. #pagination a {
  624. width:140px;
  625. line-height:100%;
  626. color:#fff;
  627. font-size:30px;
  628. text-shadow:1px 1px 3px #aeaeae,
  629. text-decoration:none; }
  630.  
  631. #pagination a:hover {
  632. text-align:center;
  633. color:#8a8e91;
  634. width:40px;
  635. -moz-transition-duration:.9s;
  636. -webkit-transition-duration:.9s;
  637. -o-transition-duration:.9s; }
  638.  
  639. #paginationb {
  640. position:fixed;
  641. font-size:30px;
  642. top:540px;
  643. left:155px;
  644. -webkit-transform: rotate(-25deg);}
  645.  
  646. #paginationb a {
  647. width:140px;
  648. line-height:100%;
  649. color:#fff;
  650. font-size:30px;
  651. text-shadow:1px 1px 3px #aeaeae,
  652. text-decoration:none; }
  653.  
  654. #paginationb a:hover {
  655. text-align:center;
  656. color:#8a8e91;
  657. width:40px;
  658. -moz-transition-duration:.9s;
  659. -webkit-transition-duration:.9s;
  660. -o-transition-duration:.9s; }
  661.  
  662. /* --------------------ASKS------------------ */
  663.  
  664.  
  665. .ask {
  666. margin-top:10px;
  667. background-image:url('https://static.tumblr.com/b2tj7wo/MZfpadsdk/veradero_plain.png'); /* ASK BACKGROUND */
  668. background-repeat:repeat;
  669. background-attachment: fixed;
  670. border-top:solid 1px #aeaeae; }
  671.  
  672. .askerurl {
  673. height:15px;
  674. text-align:right;
  675. margin-top:-20px;}
  676.  
  677. .askerurl a {
  678. font-family: 'Lovers Quarrel', cursive;
  679. font-size:40px;
  680. text-transform:bold;
  681. letter-spacing:1px;
  682. color:#00aac4;
  683. text-align:right;
  684. text-shadow:1px 1px 3px #aeaeae, }
  685.  
  686. .askerurl a:hover {
  687. color:#000;
  688. text-shadow: #000 2px 0px 2px;
  689. letter-spacing: 1px;
  690. -moz-transition-duration:.9s;
  691. -webkit-transition-duration:.9s;
  692. -o-transition-duration:.9s; }
  693.  
  694. .question {
  695. text-align:right;
  696. height:35px;
  697. overflow-y:scroll;
  698. background-color:transparent;
  699. padding:5px 5px;
  700. letter-spacing: 2px;
  701. color:#fff; /* COLOR OF TEXT INSIDE ASK */
  702. text-shadow:1px 1px 1px #000;
  703. opacity: 1;
  704. padding-top:5px;
  705. margin-top:10px;
  706. margin-bottom:20px;
  707. border-bottom:solid center 1px #fff; }
  708.  
  709. /* --------------------QUOTES------------------ */
  710.  
  711. .quote {
  712. font-size:14px;
  713. letter-spacing:2px;
  714. text-align:center;
  715. border-bottom:solid 1px transparent;
  716. border-radius:25px;
  717. margin-bottom:5px;
  718. padding-bottom:5px; }
  719.  
  720. .quotesource {
  721. font-size:12px;
  722. letter-spacing:4px;
  723. text-align:right;
  724. margin-top:5px;
  725. margin-bottom:5px;
  726. text-transform:uppercase;
  727. font-style:bold;
  728. font-family: 'Karma', serif; }
  729.  
  730.  
  731. /* --------------------TABBED NAVIATION------------------ */
  732.  
  733. #tabbedpop {
  734. position:fixed;
  735. font-family: 'Abel', sans-serif;
  736. font-size:9px;
  737. margin-top:75px;
  738. margin-left:330px;
  739. width:200px;
  740. height:200px;
  741. color:#aeaeae;
  742. text-align:justify;
  743. opacity:1;
  744. padding: 5px 5px 5px;
  745. opacity:1;}
  746.  
  747. /* --------------------INFORMATION BOX------------------ */
  748.  
  749. #descriptionbox {
  750. background:transparent;
  751. top:54px;
  752. left:357px;
  753. position:fixed;
  754. font-family:'Abel', serif;
  755. font-size:12px;
  756. width:338px;
  757. height:62px;
  758. color:#aeaeae;
  759. text-align:center;
  760. opacity:1;
  761. overflow-y:scroll;
  762. padding: 5px 5px 5px;
  763. -moz-transition-duration:0.5s;
  764. -webkit-transition-duration:0.5s;
  765. -o-transition-duration:0.5s;}
  766.  
  767. #descriptionbox:hover {
  768. opacity:1;}
  769.  
  770. .descoutline {
  771. background:#fff;
  772. margin-top:40px;
  773. margin-left:40px;
  774. width:212px;
  775. height:162;
  776. padding:2px 2px;
  777. border:1px dashed #aeaeae;
  778. background:#fff;
  779. background-attachment:fixed;
  780. background-color:transparent;
  781. background-repeat:repeat;
  782. font-style:normal;
  783. line-height:120%;
  784. font-size:10px;
  785. opacity:1;
  786. text-align:right;
  787. -moz-transition-duration:0.5s;
  788. -webkit-transition-duration:0.5s;
  789. -o-transition-duration:0.5s;}
  790.  
  791. .descoutline:hover {
  792. opacity:1; }
  793.  
  794. /* --------------------TITLES------------------ */
  795.  
  796. #titles {
  797. font-family: 'Abel', sans-serif;
  798. height:auto;
  799. font-size:14px;
  800. padding: 3px 3px;
  801. margin: 5px 0px 0px;
  802. letter-spacing: 1px;
  803. text-shadow: 1px 1px 1px #000;
  804. background: url('https://static.tumblr.com/b2tj7wo/MZfpadsdk/veradero_plain.png');
  805. background-repeat:repeat;
  806. background-attachment:fixed;
  807. border:1px solid #aeaeae;
  808. line-height: normal;
  809. text-transform: uppercase;
  810. color: #fff;
  811. text-align: center;
  812. width:auto;
  813. z-index:9999 }
  814.  
  815. #asktitle {
  816. font-family: 'Abel', sans-serif;
  817. font-size: 16px;
  818. padding: 3px 3px;
  819. margin: 5px 0px 0px;
  820. letter-spacing: 1px;
  821. text-shadow: 1px 1px 1px #000;
  822. background: url('https://static.tumblr.com/b2tj7wo/MZfpadsdk/veradero_plain.png');
  823. background-repeat:repeat;
  824. background-attachment:fixed;
  825. border:1px solid #aeaeae;
  826. line-height: normal;
  827. text-transform: uppercase;
  828. color:#fff;
  829. text-align: center;
  830. width:auto; }
  831.  
  832. /* --------------------PRE WRAP------------------ */
  833.  
  834. pre {
  835. font-family: 'Karma', serif;
  836. text-transform:uppercase;
  837. font-style:normal;
  838. white-space: pre-wrap;
  839. white-space: -moz-pre-wrap;
  840. white-space: -pre-wrap;
  841. white-space: -o-pre-wrap;
  842. word-wrap: break-word;
  843. }
  844.  
  845.  
  846. /* --------------------TOOL TIP------------------ */
  847.  
  848. #s-m-t-tooltip {
  849. max-width: 500px;
  850. padding: 5px 8px;
  851. margin: 10px;
  852. font-size: 10px;
  853. letter-spacing: 1px;
  854. font-family: 'Nightingale';
  855. text-transform:lowercase;
  856. background-repeat:repeat;
  857. background-attachment:fixed;
  858. color:#fff;
  859. z-index:9999999;
  860. transition: 0.5s ease-in-out;
  861. -webkit-transition: 0.5s ease-in-out;
  862. -moz-transition: 0.5s ease-in-out;
  863. -ms-transition: 0.5s ease-in-out;
  864. -o-transition: 0.5s ease-in-out; }
  865.  
  866.  
  867. /* --------------------POP UP BLOCK------------------ */
  868.  
  869. .popup_block{
  870. display:none;
  871. background:#000000;
  872. padding:20px;
  873. height:426px;
  874. width:288px;
  875. position:fixed;
  876. z-index:99999;
  877. top:401px;
  878. left:561px;
  879. overflow-y:scroll;
  880. overflow-x:hidden;
  881. font-family:'Karma', serif;
  882. font-size:12px;
  883. text-transform:lowercase;
  884. padding:10px;
  885. overflow-x:hidden;
  886. overflow-x:hidden;
  887. -webkit-box-shadow: 0px 0px 0px #000;
  888. -moz-box-shadow: 0px 0px 0px #000;
  889. box-shadow: 0px 0px 0px #000; }
  890.  
  891. *html #fade {position: absolute;}
  892. *html .popup_block {position: absolute;}
  893. #fade {
  894. display:none;
  895. position:fixed;
  896. left:0px;
  897. top:0px;
  898. background:transparent;
  899. width:100%;
  900. height:100%; }
  901.  
  902.  
  903. /* --------------------TABBED TITLES ON POP UP------------------ */
  904.  
  905. ul#tabs {
  906. list-style-type: none;
  907. text-align:justify;
  908. font-size:11px;
  909. font-family: 'Abel', sans-serif;
  910. letter-spacing:1px; }
  911.  
  912. ul#tabs li {
  913. background:#000;
  914. background-image:url('');
  915. background-repeat:repeat;
  916. background-attachment:fixed;
  917. border:1px solid #aeaeae;
  918. width:75px;
  919. height:15px;
  920. display:inline-block;
  921. cursor: pointer;
  922. padding:5px 5px 5px;
  923. font-size:9px;
  924. font-family: 'Abel', sans-serif;
  925. text-transform:uppercase;
  926. text-align:center;
  927. line-height:200%;
  928. margin-bottom:5px;
  929. color:#fff;
  930. text-shadow: 1px 1px 1px #000; }
  931.  
  932. ul#tabs li:hover {
  933. background-color:#00aac4;
  934. border:1px solid #000;
  935. color:#fff; }
  936.  
  937. ul#tabs li.active {
  938. background:#00aac4;
  939. background-repeat:repeat;
  940. background-attachment:fixed;
  941. border:1px solid #000;
  942. color:#fff;
  943. display: inline-block;
  944. padding: 5px 5px 5px;
  945. font-size:9px;
  946. text-transform:uppercase; }
  947.  
  948. ul#tab {
  949. list-style-type: none;
  950. margin: 0;
  951. padding: 0; }
  952.  
  953. ul#tab li {
  954. display: none; }
  955.  
  956. ul#tab li.active {
  957. display: block; }
  958.  
  959. /* --------------------NAVIGATION LINKS------------------ */
  960.  
  961. .popuptags {
  962. padding-top:5px;
  963. text-align:center; }
  964.  
  965. .popuptags a {
  966. display:inline-block;
  967. width:75px;
  968. height:15px;
  969. margin:2px;
  970. padding:4px 2px 2px;
  971. text-align:center;
  972. background:transparent;
  973. background-position:fixed;
  974. background-repeat:repeat;
  975. background-image: url('');
  976. border:1px solid #aeaeae;
  977. font-size:9px;
  978. font-family: 'Abel', sans-serif;
  979. text-transform:uppercase; }
  980.  
  981.  
  982. .popuptags a:hover {
  983. background-color:transparent;
  984. color:#fff; }
  985.  
  986. /* --------------------DROP DOWN VERSE------------------ */
  987.  
  988. .links_list {
  989. margin:0px;
  990. padding:0px;
  991. width:100%; }
  992.  
  993. .links_head {
  994. font-family: 'Abel', sans-serif;
  995. height:auto;
  996. font-size:14px;
  997. padding: 3px 3px;
  998. margin: 5px 0px 0px;
  999. letter-spacing: 1px;
  1000. text-shadow: 1px 1px 1px #000;
  1001. background: url('https://static.tumblr.com/b2tj7wo/MZfpadsdk/veradero_plain.png');
  1002. background-repeat:repeat;
  1003. background-attachment:fixed;
  1004. border:1px solid #aeaeae;
  1005. line-height: normal;
  1006. text-transform: uppercase;
  1007. color:#fff;
  1008. text-align: center;
  1009. width:auto; }
  1010.  
  1011. .links_body {
  1012. padding:10px;
  1013. text-align:left;
  1014. display:none; }
  1015.  
  1016. /* --------------------FONT FACE------------------ */
  1017.  
  1018. @font-face {
  1019. font-family: 'Nightingale';
  1020. src: url('https://static.tumblr.com/b2tj7wo/77Dp47rtw/nightingale_sample.ttf');
  1021. }
  1022.  
  1023. @font-face {
  1024. font-family: 'fontface';
  1025. src: url(data:font/ttf;base64,[https://static.tumblr.com/b2tj7wo/VPWp47rsw/nightingale.css]) format('truetype');
  1026. font-weight: normal;
  1027. font-style: normal;
  1028. }
  1029.  
  1030. </style>
  1031.  
  1032. <body>
  1033.  
  1034. <!-- THIS IS THE INFORMATION IN THE HOVER TEXT BOX -->
  1035.  
  1036. <div id="descriptionbox">
  1037. selective & private<br>
  1038. <b>CHARACTER NAME</b><br>
  1039. of <b>franchise</b>
  1040.  
  1041. <div id="titles"> </div><br>
  1042. written by <i>name</i><br>
  1043. est: date<p>
  1044. please read <b>RULES & ABOUT</b> before approaching<p>
  1045. <div id="titles">updates</div><p>
  1046. <b>threads:</b> 0 <br>
  1047. <b>starters:</b> 0 <br>
  1048. <b>inbox:</b> 0 <p><p>
  1049.  
  1050. </div></div></div>
  1051.  
  1052.  
  1053. <div id="askbox" class="popup_block">
  1054. <div id="asktitle">ASK PHRASE HERE</div><p>
  1055. <iframe frameborder="0" height="270" id="ask_form" scrolling="yes" src="https://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  1056. </div>
  1057.  
  1058.  
  1059. <div id="rules" class="popup_block">
  1060. <div id="titles">RULES</div><p>
  1061.  
  1062. RULES CAN BE WRITTEN IN HERE
  1063.  
  1064.  
  1065. </div></div>
  1066.  
  1067. <!-- NAVIGATION / OR SECOND POP UP W/ TABS -->
  1068.  
  1069. <div id="navigation" class="popup_block">
  1070. <div id="tabbedpop"><p>
  1071. <ul id="tabs">
  1072.  
  1073. <li class="active">ABOUT.</li>
  1074.  
  1075. <li>VERSES.</li>
  1076.  
  1077. <li>LINKS.</li>
  1078.  
  1079. <li>MAINS.</li>
  1080.  
  1081. <li>MUN.</li>
  1082. </ul>
  1083. </div>
  1084.  
  1085. <ul id="tab">
  1086. <li class="active">
  1087.  
  1088. <!-- THIRD/ABOUT TAB STARTS HERE -->
  1089.  
  1090. <div id="titles">BASICS</div><p>
  1091. <p><strong>FULL NAME:&nbsp;</strong>NAME</br>
  1092. <strong>NICKNAME[S]:</strong></b>NICKNAME <br>
  1093. <strong>BIRTH DATE:</strong>&nbsp;DATE<br>
  1094. <strong>ZODIAC:</strong>ZODIAC<br>
  1095. <strong>AGE:</strong>&nbsp;AGE</br>
  1096. <strong>ETHNICITY:</strong>&nbsp;ETHNICITY</br>
  1097. <strong>SPECIES:&nbsp;</strong>SPECIES</br>
  1098. <strong>GENDER:</strong>&nbsp;GENDER</br>
  1099. <strong>SEXUAL ORIENTATION:</strong>&nbsp;SEXUAL ORIENTATION</br>
  1100. <strong>ROMANTIC ORIENTATION:</strong>&nbsp;ROMANTIC ORIENTATION</br>
  1101. <strong>SPOKEN LANGUAGE:</strong>&nbsp;LANGUAGE </br>
  1102. <strong>OCCUPATION:</strong>&nbsp;JOB</br>
  1103. <strong>AFFILIATIONS:</strong>&nbsp; CLUBS</br>
  1104.  
  1105. <p><div id="titles">RELATIONSHIPS</div><p>
  1106. <p><strong>PARENTS:&nbsp;</strong>NAME (Mother), NAME </br>
  1107. <strong>SIBLINGS:&nbsp;</strong>NAMES</br>
  1108. <strong>SIGNIFICANT OTHER:</strong>&nbsp;VERSE DEPENDENT</br>
  1109.  
  1110. <p><div id="titles">PHYSICAL TRAITS</div><p>
  1111. <strong>EYE COLOUR:&nbsp;</strong>COLOUR</br>
  1112. <strong>HAIR COLOUR:</strong>&nbsp;COLOUR</br>
  1113. <strong>HEIGHT:</strong>&nbsp;HEIGHT</br>
  1114.  
  1115. <p><div id="titles">BIOGRAPHY</div><p>
  1116.  
  1117. <h1>CHILDHOOD</h1><p>
  1118. <p>whatever you want here
  1119.  
  1120. <h1>YOU CAN DO MULTIPLE THINGS</h1><p>
  1121.  
  1122. <p>to make your bio more organized </p>
  1123.  
  1124.  
  1125. <div id="titles">SKILLS &amp;&amp; ABILITIES</div><p>
  1126. <center>
  1127. skills can be written</br>
  1128. here or any abilities</br>
  1129. </center>
  1130. <p>
  1131.  
  1132.  
  1133. <div id="titles">PERSONALITY</div><p>
  1134. write about your characters personality!!</p>
  1135.  
  1136. </li>
  1137. <!-- THIRD/ABOUT TAB ENDS HERE -->
  1138.  
  1139.  
  1140. <!--FIFTH TAB/VERSES STARTS HERE -->
  1141.  
  1142. <li>
  1143. <p><p><p>
  1144. <div class="links_list">
  1145. <div class="links_head">MAIN VERSE</div>
  1146. <div class="links_body">
  1147. <center>
  1148. <a href="/VERSE TAG"><big>NAME OF VERSE.</big></a></center><p><blockquote>
  1149.  
  1150. GIVE YOUR VERSE A DESCRIPTION
  1151.  
  1152. </blockquote><br>
  1153. <p><p><p></div>
  1154.  
  1155. <p>
  1156.  
  1157. <p>
  1158. </li>
  1159.  
  1160. <!--FIFTH TAB/VERSES ENDS HERE -->
  1161.  
  1162. <!--SIXTH TAB/LINKS STARTS HERE -->
  1163.  
  1164. <li>
  1165. <div class="popuptags">
  1166. <div class="popuptags">
  1167. <div id="titles">LINKS</div><p><p><p>
  1168. <a href="LINK">LINK.</a>
  1169. <a href="LINK">LINK.</a>
  1170. <a href="LINK">LINK.</a></br>
  1171. <a href="LINK">LINK.</a>
  1172. <a href="LINK">LINK.</a>
  1173. <a href="LINK">LINK.</a><br>
  1174.  
  1175.  
  1176. </li>
  1177.  
  1178. <!-- SIXTH TAB/LINKS ENDS HERE -->
  1179.  
  1180. <!-- SEVENTH TAB / MUN PAGE STARTS HERE -->
  1181. <li>
  1182. <div id="titles">MAINS</div>
  1183. <p><p>
  1184. <img src="https://78.media.tumblr.com/db9afbec73ed6b5c5354c6b0695db7bd/tumblr_inline_p57hec1unw1vdv5k7_540.png" align="left" style="height:70px;width:70px;padding-right:5px;padding-bottom:0px;">
  1185.  
  1186. <big><a href="LINK HERE">NAME.</a></big>
  1187.  
  1188. <br><br>
  1189.  
  1190. <b>RELATIONSHIP:</b>TBA <br>
  1191. <b>VERSE:</b> TBA
  1192.  
  1193. <br><br><br>
  1194.  
  1195.  
  1196. <div id="titles">EXCLUSIVES</div>
  1197. <p><p>
  1198. <img src="https://78.media.tumblr.com/db9afbec73ed6b5c5354c6b0695db7bd/tumblr_inline_p57hec1unw1vdv5k7_540.png" align="left" style="height:70px;width:70px;padding-right:5px;padding-bottom:0px;">
  1199. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">TBA.</a></big>
  1200.  
  1201. <br><br>
  1202.  
  1203. woah hey look an empy spot....maybe you can fill it ;)
  1204.  
  1205. <br><br>
  1206.  
  1207. <div id="titles">SHIP EXCLUSIVE</div>
  1208. <p><p>
  1209. <img src="https://78.media.tumblr.com/db9afbec73ed6b5c5354c6b0695db7bd/tumblr_inline_p57hec1unw1vdv5k7_540.png" align="left" style="height:70px;width:70px;padding-right:5px;padding-bottom:0px;">
  1210. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">TBA.</a></big>
  1211.  
  1212. <br><br>
  1213.  
  1214. woah hey look an empy spot....maybe you can fill it ;)
  1215.  
  1216. <br><br>
  1217.  
  1218. </li>
  1219.  
  1220. <!--SEVENTH TAB / MUN PAGE ENDS HERE -->
  1221.  
  1222. <li>
  1223. <div id="titles">MUN</div><p><p>
  1224. HERE YOU CAN WRITE A LITTLE ABOUT YOURSELF
  1225. <p>
  1226.  
  1227. </li>
  1228.  
  1229. </div></div></div></div></div></div></div></div></div></div>
  1230.  
  1231.  
  1232.  
  1233.  
  1234.  
  1235. <div id="home"><a href="/" title="castle of lions.">water guardian</a></div>
  1236. <div id="asklink"><div class="link2animated"><a href="#?w=328" rel="askbox" class="poplight" title="comms.">★️</a></div></div>
  1237. <div id="law"><div class="link3animated"><a href="#?w=328" rel="rules" class="poplight" title="laws.">★️</a></div></div>
  1238. <div id="nav"><div class="link4animated"><a href="#?w=328" rel="navigation" class="poplight" title="atlas.">★</a></div></div>
  1239. <div id="credit"><a href="https://awokenhope.tumblr.com/" title="THEME BY AWOKENHOPE.">𝒶</a></div>
  1240. </a></div>
  1241.  
  1242. <div id="pagination">{block:Pagination}
  1243. {block:NextPage}<a class="forward"> <a href="{NextPage}" title="Next Page">⇲</a>{/block:NextPage}{/block:Pagination}
  1244. </div>
  1245.  
  1246. <div id="paginationb">{block:Pagination}
  1247. {block:PreviousPage}<a class="back"> <a href="{PreviousPage}" title"Previous Page">⇱</a>{/block:PreviousPage}{/block:Pagination}</a></a>
  1248. </div>
  1249.  
  1250. <div id="container">
  1251. {block:Posts}
  1252. <div class="posts">
  1253.  
  1254. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  1255.  
  1256. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="270px">{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1257. {block:Photoset}<center>{Photoset}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1258.  
  1259.  
  1260. {block:Quote}<div class="quote">❛ {Quote} ❜</div>{block:Source}<div class="quotesource">-{Source}</div>{/block:Source}{/block:Quote}
  1261.  
  1262. {block:Link}<a href="{URL}" class="link" {Target}>{Name}</a>{block:Description}{Description}{/block:Description}{/block:Link}
  1263.  
  1264. {block:Chat}{block:Title}{Title}</a>{/block:Title}
  1265. {block:Lines}<li>{block:Label}{Label}{/block:Label}{Line}</li>{/block:Lines}{/block:Chat}
  1266.  
  1267. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1268.  
  1269. {block:Audio}{AudioEmbed}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  1270.  
  1271.  
  1272. {block:Answer}
  1273.  
  1274. <div class="askpost">
  1275.  
  1276.  
  1277. <div class="ask">
  1278. <div class="askerurl">
  1279. <a href="{AskerURL}">{AskerName}</a>
  1280. </div>
  1281. <div class="question">
  1282. {Question}
  1283. </div>
  1284. </div>
  1285.  
  1286. {Answer}
  1287.  
  1288. </div>
  1289.  
  1290. {/block:Answer}
  1291.  
  1292.  
  1293. {block:Date}
  1294. <p>
  1295. <div class="infooutline">
  1296. <div id="info">
  1297. <a href="{Permalink}" title="{ShortMonth} {DayOfMonth}"> ★ </a>
  1298. <a href="{Permalink}" title="{NoteCount} notes"> ★ </a>
  1299. <a href='{ReblogParentURL}' title="via{ReblogParentURL}"> ★ </a>
  1300. <a href='{ReblogRootURL}' title="source{ReblogRootURL}"> ★ </a>
  1301. <a href='{ReblogURL}' title="Reblog"> ★ </a>
  1302. <div class="tags">
  1303. {block:HasTags}
  1304. {block:Tags} <a href="{TagURL}" title="{Tag}" data-tooltip="{Tag}" > {Tag} &nbsp; </a> {/block:Tags}
  1305. {/block:HasTags}</div></div>
  1306. {/block:Date}
  1307. </div>
  1308. </div>
  1309.  
  1310.  
  1311. <!-- {block:NoRebloggedFrom}
  1312. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  1313. {/block:NoRebloggedFrom} -->
  1314.  
  1315. {block:ContentSource}<!-- {SourceURL}
  1316. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  1317. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1318. {/block:ContentSource}
  1319.  
  1320. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1321. {/block:Posts}
  1322.  
  1323. </body>
  1324. </html>
Add Comment
Please, Sign In to add comment