Advertisement
littlemisswhoever

Theme: Passing the Torch (by iniziare)

May 8th, 2018
2,681
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.80 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!-- (BASE) THEME BY INIZIARE -->
  4.  
  5.  
  6.  
  7.  
  8. <html>
  9. <head>
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}
  14. <meta name="description" content="{MetaDescription}" />
  15. {/block:Description}
  16. </head>
  17.  
  18.  
  19. <!-- SCRIPT: TOOLTIP -->
  20.  
  21.  
  22. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  23. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  24. <script>
  25. (function($){
  26. $(document).ready(function(){
  27. $("a[title]").style_my_tooltips({
  28. tip_follows_cursor:true,
  29. tip_delay_time:90,
  30. tip_fade_speed:600,
  31. attribute:"title"
  32. });
  33. });
  34. })(jQuery);
  35. </script>
  36.  
  37.  
  38.  
  39. <!-- SCRIPT: POPUPS -->
  40.  
  41. <script type="text/javascript"
  42. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  43. <script>
  44. $(document).ready(function() {
  45. //
  46. $('a.poplight[href^=#]').click(function() {
  47. var popID = $(this).attr('rel'); //Get Popup Name
  48. var popURL = $(this).attr('href'); //Get Popup href to define size
  49. var query= popURL.split('?');
  50. var dim= query[1].split('&');
  51. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  52. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  53. var popMargTop = ($('#' + popID).height() + 80) / 2;
  54. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  55. //Apply Margin to Popup
  56. $('#' + popID).css({
  57. 'margin-top' : -popMargTop,
  58. 'margin-left' : -popMargLeft
  59. });
  60. $('body').append('<div id="fade"></div>');
  61. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  62. return false;
  63. });
  64. $('a.close, #fade').live('click', function() {
  65. $('#fade , .popup_block').fadeOut(function() {
  66. $('#fade, a.close').remove(); //fade them both out
  67. });
  68. return false;
  69. });
  70. });
  71. </script>
  72.  
  73.  
  74. <!-- SCRIPT: jQuery -->
  75.  
  76. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  77.  
  78.  
  79.  
  80. <!-- SCRIPT: AUDIO PLAYER -->
  81.  
  82. <script>
  83. $(document).ready(function() {
  84. $('iframe.tumblr_audio_player').load( function() {
  85. $('iframe.tumblr_audio_player').contents().find("head")
  86. .append($("<style type='text/css'> .audio-player{background:#000000 !important; color:#ffffff !important;} </style>"));
  87. });
  88. });
  89. </script>
  90.  
  91.  
  92.  
  93. <!-- SCRIPT: POPUP TABS -->
  94.  
  95. <script>$(document).ready(function(){
  96. $("ul#tabs li").click(function(e){
  97. if (!$(this).hasClass("active")) {
  98. var tabNum = $(this).index();
  99. var nthChild = tabNum+1;
  100. $("ul#tabs li.active").removeClass("active");
  101. $(this).addClass("active");
  102. $("ul#tab li.active").removeClass("active");
  103. $("ul#tab li:nth-child("+nthChild+")").addClass("active");}});});</script>
  104.  
  105.  
  106.  
  107.  
  108. <!-- CUSTOM FONTS -->
  109.  
  110. <link href="https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre" rel="stylesheet">
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118. <!-- META LINES -->
  119.  
  120.  
  121. <meta name="image:Background" content="httpss://static.tumblr.com/ebrrv1n/cbppkqdwo/passing-the-torch---bg.png"/>
  122.  
  123. <meta name="text:Custom Capitals Font" content="'customfonthere'">
  124.  
  125. <meta name="color:Body Text" content="#c6c6c6" />
  126. <meta name="color:Bold" content="#515151" />
  127. <meta name="color:Italic" content="#ffffff" />
  128. <meta name="color:Links" content="#ffffff" />
  129. <meta name="color:Links Hover" content="#ffffff" />
  130.  
  131.  
  132.  
  133. <meta name="if:Text Wrapping" content="0"/>
  134. <meta name="if:Boxed Blockquotes" content="1"/>
  135. <meta name="if:First Letter Styling" content="1"/>
  136. <meta name="if:Icon Borders" content="1"/>
  137. <meta name="if:Icon Curved Corners" content="0"/>
  138. <meta name="if:Bigger Tags on Hover" content="0"/>
  139.  
  140.  
  141. <meta name="text:Description Header" content="Description Header"/>
  142.  
  143.  
  144.  
  145. <meta name="text:Popup Page ASK Header" content="This is ASK's header"/>
  146.  
  147. <meta name="text:Popup Page GDL Header" content="This is GDL's header"/>
  148. <meta name="text:Popup Page GDL Content" content="This is a popup page that appears as 'GDL' in the navigation at the bottom of the description box on the left-hand side. Recommendation would be to use this for your rules/guidelines, but it's entirely up to you as to how you want to use this. Go wild! <3"/>
  149.  
  150. <meta name="text:Popup Page BIO Header" content="This is BIO's header"/>
  151. <meta name="text:Popup Page BIO Content" content="This is a popup page that appears as 'BIO' in the navigation at the bottom of the description box on the left-hand side. Suggested use for this would be for your muse's about/biography, but it's entirely up to you as to how you want to use this. Go wild! <3"/>
  152.  
  153. <meta name="text:Popup Page NAV Header" content="This is NAV's header"/>
  154.  
  155.  
  156. <meta name="text:Navigation 1 Title" content="Title 1"/>
  157. <meta name="text:Navigation 1 Link" content="Link/URL 1"/>
  158.  
  159. <meta name="text:Navigation 2 Title" content="Title 2"/>
  160. <meta name="text:Navigation 2 Link" content="Link/URL 2"/>
  161.  
  162. <meta name="text:Navigation 3 Title" content="Title 3"/>
  163. <meta name="text:Navigation 3 Link" content="Link/URL 3"/>
  164.  
  165. <meta name="text:Navigation 4 Title" content="Title 4"/>
  166. <meta name="text:Navigation 4 Link" content="Link/URL 4"/>
  167.  
  168. <meta name="text:Navigation 5 Title" content="Title 5"/>
  169. <meta name="text:Navigation 5 Link" content="Link/URL 5"/>
  170.  
  171. <meta name="text:Navigation 6 Title" content="Title 6"/>
  172. <meta name="text:Navigation 6 Link" content="Link/URL 6"/>
  173.  
  174. <meta name="text:Navigation 7 Title" content="Title 7"/>
  175. <meta name="text:Navigation 7 Link" content="Link/URL 7"/>
  176.  
  177. <meta name="text:Navigation 8 Title" content="Title 8"/>
  178. <meta name="text:Navigation 8 Link" content="Link/URL 8"/>
  179.  
  180. <meta name="text:Navigation 9 Title" content="Title 9"/>
  181. <meta name="text:Navigation 9 Link" content="Link/URL 9"/>
  182.  
  183. <meta name="text:Navigation 10 Title" content="Title 10"/>
  184. <meta name="text:Navigation 10 Link" content="Link/URL 10"/>
  185.  
  186. <meta name="text:Navigation 11 Title" content="Title 11"/>
  187. <meta name="text:Navigation 11 Link" content="Link/URL 11"/>
  188.  
  189. <meta name="text:Navigation 12 Title" content="Title 12"/>
  190. <meta name="text:Navigation 12 Link" content="Link/URL 12"/>
  191.  
  192.  
  193.  
  194.  
  195. <style type="text/css">
  196.  
  197.  
  198.  
  199.  
  200.  
  201. /* SCROLLBAR */
  202.  
  203. ::-webkit-scrollbar {
  204. background:transparent;
  205. height: 0px;
  206. display:none;
  207. width: 0px; /* remove scrollbar space */
  208. -ms-overflow-style: none; // IE 10+
  209. overflow: -moz-scrollbars-none; // Firefox
  210. }
  211.  
  212.  
  213. ::-webkit-scrollbar-thumb {
  214. background:transparent;
  215. }
  216.  
  217.  
  218. /* TEXT SELECTION */
  219.  
  220. ::selection {background: #000000; color:#ffffff;}
  221. ::-moz-selection {background: #000000; color:#ffffff;}
  222.  
  223.  
  224. /* TOOLTIP */
  225.  
  226.  
  227. #s-m-t-tooltip {
  228. z-index:999999;
  229. max-width:350px;
  230. margin-left:10px;
  231. margin-top:10px;
  232. font-weight:lighter;
  233. background-color:#000000;
  234. background:rgba(0,0,0,1);
  235. border:1px solid #1a1a1a;
  236. padding-top:6px;
  237. padding-bottom:6px;
  238. padding-left:16px;
  239. padding-right:16px;
  240. font-family:calibri;
  241. font-style:normal;
  242. font-weight:700;
  243. font-size:10px;
  244. text-shadow: 0px 0px 1px #000;
  245. color: #e8e8e8;
  246. text-transform:uppercase;
  247. letter-spacing:0px;
  248. -webkit-box-shadow: 0px 1px 19px 4px rgba(0,0,0,0.75);
  249. -moz-box-shadow: 0px 1px 19px 4px rgba(0,0,0,0.75);
  250. box-shadow: 0px 1px 19px 4px rgba(0,0,0,0.75);
  251. }
  252.  
  253.  
  254.  
  255. /* FOUNDATION */
  256.  
  257.  
  258. body {
  259. background-image:url('{image:Background}');
  260. background-attachment:fixed;
  261. background-repeat:no-repeat;
  262. background-position:top left;
  263. background-color:#000000;
  264. color:{color:Body Text};
  265. font-size:10px;
  266. line-height:15px;
  267. word-spacing:-0.5px;
  268. color:{color:Body Text};
  269. font-family:'Frank Ruhl Libre';
  270. word-wrap: break-word;
  271. }
  272.  
  273.  
  274. body a {
  275. font-size:12px;
  276. color:{color:links};
  277. font-weight:bold;
  278. text-decoration:none!important;
  279. -moz-transition-duration:0.6s;
  280. -webkit-transition-duration:0.6s;
  281. -o-transition-duration:0.6s;
  282. }
  283.  
  284.  
  285.  
  286.  
  287. /* BLOCKQUOTES */
  288.  
  289.  
  290. {block:IfBoxedBlockquotes}
  291.  
  292. blockquote {
  293. background-color:#000000!important;
  294. padding-left:24px;
  295. padding-right:24px;
  296. padding-top:12px;
  297. padding-bottom:12px;
  298. margin-top:12px;
  299. margin-bottom:24px;
  300. text-align:justify;
  301. margin-left:0px;
  302. margin-right:0px;
  303. border:1px solid #151515;
  304. word-wrap: break-word!important;
  305. }
  306.  
  307.  
  308.  
  309. blockquote blockquote {
  310. border-left:1px solid #151515!important;
  311. border-top:0px!important;
  312. border-bottom:0px!important;
  313. border-right:0px!important;
  314. outline:0px solid transparent;
  315. padding-left:24px;
  316. padding-right:0px;
  317. padding-top:0px;
  318. padding-bottom:0px;
  319. margin-top:12px!important;
  320. margin-bottom:0px!important;
  321. }
  322. {/block:IfBoxedBlockquotes}
  323.  
  324.  
  325.  
  326.  
  327. {block:IfNotBoxedBlockquotes}
  328. blockquote {
  329. padding-left:24px;
  330. margin-top:12px;
  331. margin-left:0px;
  332. margin-right:0px;
  333. text-align:justify;
  334. margin-bottom:24px;
  335. padding-top:12px;
  336. border-left:1px solid #141414;
  337. background-color:transparent;
  338. word-wrap: break-word!important;
  339. }
  340.  
  341.  
  342.  
  343. blockquote blockquote {
  344. margin-top:15px;
  345. margin-bottom:15px;
  346. }
  347.  
  348.  
  349. {/block:IfNotBoxedBlockquotes}
  350.  
  351.  
  352.  
  353.  
  354. /* FONT-RELATED */
  355.  
  356.  
  357. small, sub, sub {
  358. font-size:10px!important;
  359. }
  360.  
  361.  
  362. big {
  363. font-size:120%;
  364. }
  365.  
  366.  
  367. b, bold, strong {
  368. font-size:10px;
  369. text-transform:uppercase;
  370. font-family: calibri;
  371. font-weight:bold;
  372. color:{color:Bold};
  373. padding-right:1px;
  374. padding-left:1px;
  375. text-shadow:1px 1px 0 #000;
  376. }
  377.  
  378.  
  379.  
  380. em, i, italic {
  381. font-family:calibri;
  382. font-style:italic;
  383. font-weight:700;
  384. font-size:10px;
  385. line-height:10px;
  386. text-shadow: 0px 0px 1px #000;
  387. color: {color:Italic};
  388. text-transform:uppercase;
  389. }
  390.  
  391.  
  392. {block:ifFirstLetterStyling}
  393. u, u a {
  394. background-color: #000000;
  395. border: 1px solid #151515;
  396. font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
  397. color:{color:first letter};!important;
  398. text-decoration:none!important;
  399. font-style:normal!important;
  400. font-weight:lighter!important;
  401. text-transform:uppercase!important;
  402. float:left;
  403. margin-top:2px;
  404. height:53px;
  405. width:53px;
  406. font-size: 40px;
  407. margin-right: 15px;
  408. position: relative;
  409. text-align: center;
  410. vertical-align: middle;
  411. line-height: 56px;
  412. }
  413. {/block:ifFirstLetterStyling}
  414.  
  415.  
  416.  
  417.  
  418. pre {
  419. font-weight:lighter;
  420. text-transform:uppercase;
  421. color: #d1d1d1;
  422. line-height:155%;
  423. font-family: calibri, sans-serif;
  424. font-weight:lighter!important;
  425. color:#e6e6e6;
  426. font-size:8.6px;
  427. letter-spacing:0.6px;
  428. white-space: pre-wrap;
  429. white-space: -moz-pre-wrap;
  430. white-space: -pre-wrap;
  431. white-space: -o-pre-wrap;
  432. word-wrap: break-word;
  433. }
  434.  
  435.  
  436. pre a {
  437. color:{color:links};
  438. -moz-transition-duration:0.6s;
  439. -webkit-transition-duration:0.6s;
  440. -o-transition-duration:0.6s;
  441. }
  442.  
  443.  
  444. h1 {
  445. {block:IfAnimatedSparkleBG}
  446. background-image:
  447. url('https://static.tumblr.com/lb10yte/HSfona8ku/date.gif');
  448. {/block:IfAnimatedSparkleBG}
  449. border: 1px solid #141414;
  450. background-color:#000000;
  451. letter-spacing:0px;
  452. word-spacing:-0.5px;
  453. font-size:11px;
  454. color: #ffffff;
  455. padding-bottom:9px;
  456. padding-top:9px;
  457. margin-top:0px;
  458. font-weight:lighter;
  459. margin-bottom:15px;
  460. padding-left:10px;
  461. padding-right:10px;
  462. text-align:center!important;
  463. text-transform:uppercase;
  464. z-index:9999999;
  465. }
  466.  
  467.  
  468. h1 a {
  469. font-weight:bold;
  470. color: #d1d1d1!important;
  471. text-align:right!important;
  472. }
  473.  
  474.  
  475. h2 {
  476. font-family:calibri;
  477. font-size:12px;
  478. text-transform:uppercase!important;
  479. font-weight:bold;
  480. letter-spacing:-0.2px;
  481. color: #ffffff;
  482. }
  483.  
  484.  
  485. h2 a {
  486. font-size:12px;
  487. text-transform:uppercase!important;
  488. font-weight:bold;
  489. color: #ffffff;
  490. }
  491.  
  492.  
  493.  
  494. h4 {
  495. background-image:url('');
  496. background-repeat:repeat;
  497. background-attachment:fixed;
  498. border:1px solid #151515;
  499. margin-bottom:12px;
  500. text-align:center;
  501. font-family:calibri;
  502. font-style:normal;
  503. font-weight:700;
  504. font-size:10px;
  505. height:24px;
  506. line-height:24px;
  507. color: #e8e8e8;
  508. text-transform:uppercase;
  509. }
  510.  
  511.  
  512.  
  513. h4 a {
  514. font-family:calibri;
  515. font-style:normal;
  516. font-weight:700;
  517. font-size:10px;
  518. line-height:10px;
  519. text-shadow: 0px 0px 1px #000;
  520. color: #e8e8e8;
  521. }
  522.  
  523.  
  524.  
  525.  
  526. header {
  527. border: 1px solid #141414;
  528. background-color:#000000;
  529. font-family:calibri;
  530. font-style:normal;
  531. font-weight:700;
  532. font-size:11px;
  533. height:24px;
  534. line-height:24px;
  535. letter-spacing:0px;
  536. word-spacing:-0.5px;
  537. color: #ffffff;
  538. margin-top:0px;
  539. margin-bottom:15px;
  540. padding-right:0px;
  541. padding-right:0px;
  542. text-align:center!important;
  543. text-transform:uppercase;
  544. z-index:9999999;
  545. }
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552. /* IMAGES */
  553.  
  554.  
  555. img {
  556. -webkit-filter: brightness(.85) contrast(1.1) saturate(0.75);
  557. -webkit-transition: all 0.9s ease-in-out;
  558. -moz-transition: all 0.9s ease-in-out;
  559. -o-transition: all 0.9s ease-in-out;
  560. -ms-transition: all 0.9s ease-in-out;
  561. transition: all 0.9s ease-in-out;
  562. height:auto;
  563. padding:0px;
  564. background-color:#000000;
  565. border:0px double #3d3d3d;
  566. }
  567.  
  568.  
  569.  
  570. img:hover {
  571. -webkit-filter: brightness(.85) contrast(1.1) saturate(0.75);
  572. -webkit-transition: all 0.9s ease-in-out;
  573. -moz-transition: all 0.9s ease-in-out;
  574. -o-transition: all 0.9s ease-in-out;
  575. -ms-transition: all 0.9s ease-in-out;
  576. transition: all 0.9s ease-in-out;
  577. }
  578.  
  579.  
  580.  
  581. .html_photoset {
  582. -webkit-filter: brightness(.85) contrast(1.1) saturate(0.75);
  583. -webkit-transition: all 0.9s ease-in-out;
  584. -moz-transition: all 0.9s ease-in-out;
  585. -o-transition: all 0.9s ease-in-out;
  586. -ms-transition: all 0.9s ease-in-out;
  587. transition: all 0.9s ease-in-out;
  588. }
  589.  
  590.  
  591.  
  592. .html_photoset:hover {
  593. -webkit-filter: brightness(.85) contrast(1.1) saturate(0.75);
  594. }
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601. /* SIDEBAR */
  602.  
  603. #sidebar {
  604. position: fixed;
  605. color:{color:Body Text};
  606. font-size:10px;
  607. line-height:14px;
  608. background:transparent;
  609. color: {color:Body Text};
  610. width:112px;
  611. left: 92px;
  612. top: 96px;
  613. }
  614.  
  615.  
  616. #sidelinks a {
  617. color:{color:links}!important;
  618. font-family:calibri;
  619. font-style:normal;
  620. font-weight:700;
  621. font-size:10px;
  622. text-shadow: 0px 0px 1px #000;
  623. text-transform:uppercase;
  624. -moz-transition-duration:0.6s;
  625. -webkit-transition-duration:0.6s;
  626. -o-transition-duration:0.6s;
  627. }
  628.  
  629.  
  630. #sidelinks a:hover {
  631. font-style:normal;
  632. color:{color:links hover}!important;
  633. -moz-transition-duration:0.6s;
  634. -webkit-transition-duration:0.6s;
  635. -o-transition-duration:0.6s;
  636. }
  637.  
  638.  
  639.  
  640. #description {
  641. position:relative;
  642. height:336px;
  643. text-align:justify;
  644. overflow:scroll;
  645. border-top:14px solid #000000;
  646. border-bottom:24px solid #000000;
  647. padding:0px;
  648. margin:0px;
  649. }
  650.  
  651.  
  652.  
  653. {block:ifFirstLetterStyling}
  654. #description:first-letter {
  655. background-color: #000000;
  656. border: 1px solid #151515;
  657. font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
  658. color: #cecece;
  659. text-decoration:none!important;
  660. font-style:normal!important;
  661. font-weight:100!important;
  662. text-transform:uppercase!important;
  663. float: left;
  664. font-size: 36px;
  665. margin-right: 11px;
  666. margin-top: 0px;
  667. padding-right: 14px;
  668. padding-top:16px;
  669. padding-bottom:16px;
  670. padding-left:14px;
  671. }
  672. {/block:ifFirstLetterStyling}
  673.  
  674.  
  675.  
  676.  
  677. #pagination {
  678. position:relative;
  679. z-index:999;
  680. font-family:calibri;
  681. font-size:10px;
  682. height:24px;
  683. border:1px solid #151515;
  684. background-color:#000000;
  685. text-align: center;
  686. line-height:23px;
  687. margin-left:-1px;
  688. margin-top:0px!important;
  689. overflow:hidden;
  690. font-family:calibri!important;
  691. text-shadow: 0px 0px 1px rgba(69, 64, 64, 0.08);
  692. -webkit-user-select: none; /* Chrome all / Safari all */
  693. -moz-user-select: none; /* Firefox all */
  694. -ms-user-select: none; /* IE 10+ */
  695. user-select: none; /* Likely future */
  696. }
  697.  
  698. #pagination a {
  699. margin-right:8px;
  700. font-size:10px!important;
  701. color:#ffffff!important;
  702. }
  703.  
  704.  
  705. #pagination a:last-child {
  706. margin-right:0px!important;
  707. }
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715. /* POPUPS: GENERAL */
  716.  
  717.  
  718. .popup_block {
  719. display:none;
  720. background-color:#000000;
  721. height:504px!important;
  722. top:377px;
  723. left:510px!important;
  724. opacity:1;
  725. position:fixed;
  726. z-index:9999999;
  727. padding-left:24px!important;
  728. padding-right:24px!important;
  729. outline:1px solid #151515;
  730. border-bottom:24px solid #000000;
  731. border-top:24px solid #000000!important;
  732. overflow-y:scroll;
  733. text-align:justify;
  734. overflow-x:hidden;
  735. }
  736.  
  737.  
  738.  
  739.  
  740. .popup_block a {
  741. margin-right:0px;
  742. vertical-align:top;
  743. font-family: calibri, sans-serif;
  744. font-size:9px;
  745. color:#ffffff;
  746. font-weight:lighter!important;
  747. padding-bottom:3px;
  748. position: relative;
  749. text-decoration:none;
  750. text-transform:uppercase;
  751. }
  752.  
  753.  
  754.  
  755.  
  756. *html #fade {
  757. position: absolute;
  758. }
  759.  
  760.  
  761.  
  762. *html .popup_block {
  763. position: absolute;
  764. }
  765.  
  766.  
  767.  
  768. #fade {
  769. display:none;
  770. position:fixed;
  771. left:0px;
  772. top:0px;
  773. width:100%;
  774. height:100%;
  775. z-index:9;
  776. background:transparent;
  777. opacity:0;
  778. }
  779.  
  780.  
  781.  
  782.  
  783. /* POPUPS: TABS */
  784.  
  785.  
  786.  
  787. ul#tabs {
  788. text-align: center;
  789. margin-top:0px!important;
  790. margin-bottom:12px!important;
  791. }
  792.  
  793.  
  794.  
  795. ul#tabs li {
  796. display: inline-block;
  797. background-repeat:repeat;
  798. background-attachment:fixed;
  799. border:1px solid #171717; /* INACTIVE TAB */
  800. width:190px;
  801. font-weight:bold;
  802. text-align:center;
  803. font-family:calibri;
  804. font-style:normal;
  805. font-weight:700;
  806. font-size:10px;
  807. line-height:10px;
  808. text-shadow: 0px 0px 1px #000;
  809. padding: 10px 10px;
  810. margin-bottom: 4px;
  811. cursor:pointer;
  812. }
  813.  
  814.  
  815.  
  816. ul#tabs li.active {
  817. display: inline-block;
  818. padding:9px;
  819. text-align:center;
  820. font-family:calibri;
  821. font-style:normal;
  822. font-weight:700;
  823. font-size:10px;
  824. line-height:10px;
  825. text-shadow: 0px 0px 1px #000;
  826. background:#000000;
  827. font-weight:bold;
  828. font-size:10px;
  829. border:1px solid #171717; /* ACTIVE TAB */
  830. color:#e6e6e6;
  831. padding: 10px 10px;
  832. margin-bottom: 4px;
  833. cursor:pointer;
  834. }
  835.  
  836. ul#tab, ul#tabs{
  837. list-style-type:none;
  838. margin:0px;padding:0px;
  839. }
  840.  
  841. ul#tab li.active {
  842. display: block;
  843. }
  844.  
  845. ul#tab li {
  846. display: none;
  847. }
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856. /* POPUPS: NAVIGATION */
  857.  
  858.  
  859. #nvbar {
  860. width:434px;
  861. }
  862.  
  863.  
  864.  
  865. .nvlinks {
  866. margin-left:-1px;
  867. padding-top:0px;
  868. padding-bottom:0px;
  869. text-align:center;
  870. }
  871.  
  872.  
  873.  
  874. .nvlinks a {
  875. display:inline-block;
  876. font-family: calibri, sans-serif;
  877. font-weight:lighter!important;
  878. width: 210px;
  879. height:18px!important;
  880. line-height:18px;
  881. margin-right:4px;
  882. margin-bottom:6px;
  883. text-align:center;
  884. background:#000000;
  885. border: 1px solid #151515;
  886. color:#e6e6e6;
  887. font-size:8.5px;
  888. letter-spacing:0.4px;
  889. cursor: pointer;
  890. z-index:2;
  891. -moz-transition-duration:1s;
  892. -webkit-transition-duration:1s;
  893. -o-transition-duration:1s;
  894. }
  895.  
  896.  
  897. .nvlinks a:nth-last-child(2) {
  898. margin-bottom:0px!important;
  899. }
  900.  
  901.  
  902. .nvlinks a:last-child {
  903. margin-bottom:0px!important;
  904. }
  905.  
  906.  
  907. .nvlinks a:hover {
  908. background-color: rgba(21, 21, 21, .33)!important;
  909. -moz-transition-duration:1s;
  910. -webkit-transition-duration:1s;
  911. -o-transition-duration:1s;
  912. }
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919. /* POSTS: GENERAL */
  920.  
  921. #container {
  922. position:fixed;
  923. height:500px;
  924. width:463px;
  925. left:759px;
  926. top:88px;
  927. background-color:transparent;
  928. overflow-y:scroll;
  929. z-index:9999;
  930. border:24px solid #000000;
  931. }
  932.  
  933.  
  934.  
  935. #posts {
  936. word-wrap: break-word;
  937. line-height:15px;
  938. margin:0px;
  939. text-align:justify;
  940. overflow-y:scroll;
  941. z-index:9999;
  942. }
  943.  
  944.  
  945. #posts a {
  946. font-family:calibri;
  947. font-style:normal;
  948. font-weight:700;
  949. font-size:10px;
  950. text-shadow: 0px 0px 1px #000;
  951. color:{color:links};
  952. text-transform:uppercase;
  953. -moz-transition-duration:0.6s;
  954. -webkit-transition-duration:0.6s;
  955. -o-transition-duration:0.6s;
  956. }
  957.  
  958. #posts a:hover {
  959. color:{color:links hover};
  960. -moz-transition-duration:0.6s;
  961. -webkit-transition-duration:0.6s;
  962. -o-transition-duration:0.6s;
  963. }
  964.  
  965.  
  966.  
  967. #posts img {
  968. max-width: -webkit-calc(100% - 20px);
  969. max-width: -moz-calc(100% - 20px);
  970. max-width: calc(100% - 20px);
  971. height:auto;
  972. {block:ificonborders}
  973. padding:10px;
  974. border: 1px solid {color:Borders};
  975. {/block:ificonborders}
  976. }
  977.  
  978.  
  979.  
  980. /* TEXT-WRAPPING AROUND ICONS/IMAGES */
  981.  
  982.  
  983.  
  984. #wrap img {
  985. padding-right:3px;
  986. padding-bottom:3px;
  987. {block:IfTextWrapping}
  988. float:left;
  989. margin-right:14px;
  990. {/block:IfTextWrapping}
  991. {block:ificonborders}
  992. padding:8px;
  993. border:1px solid #151515;
  994. {/block:ificonborders}
  995. {block:ificoncurvedcorners}
  996. border-radius: 20px 20px 20px 20px;
  997. -moz-border-radius: 20px 20px 20px 20px;
  998. -webkit-border-radius: 20px 20px 20px 20px;
  999. {/block:ificoncurvedcorners}
  1000. -webkit-filter: brightness(1) contrast(1) saturate(1);
  1001. }
  1002.  
  1003.  
  1004. {block:IfTextWrapping}
  1005. #wrap blockquote img {
  1006. margin-top:12px!important;
  1007. margin-bottom:0px!important;
  1008. margin-left:12px;
  1009. margin-right:0px!important;
  1010. float:right;
  1011. }
  1012. {/block:IfTextWrapping}
  1013.  
  1014.  
  1015. /* POSTS: QUOTE */
  1016.  
  1017. #quote {
  1018. text-align:left;
  1019. font-size:14px;
  1020. font-style:italic;
  1021. border:1px solid #141414;
  1022. padding:20px;
  1023. padding-bottom:20px;
  1024. line-height:165%;
  1025. letter-spacing:-0.6px;
  1026. }
  1027.  
  1028. .source {
  1029. font-family:calibri;
  1030. font-style:italic;
  1031. font-weight:700;
  1032. font-size:10px;
  1033. text-shadow: 0px 0px 1px #000;
  1034. color: #e8e8e8;
  1035. text-transform:uppercase;
  1036. }
  1037.  
  1038.  
  1039.  
  1040.  
  1041. /* POSTS: ASK */
  1042.  
  1043. #ask {
  1044. background-color:#000000;
  1045. color:#cacaca6;
  1046. font-size:9px;
  1047. text-align:justify;
  1048. font-family: calibri;
  1049. font-size:8.6px;
  1050. line-height:15px!important;
  1051. letter-spacing:0.6px;
  1052. text-transform: uppercase;
  1053. word-wrap: break-word;
  1054. padding-left:18px;
  1055. padding-right:18px;
  1056. padding-top:20px;
  1057. padding-bottom:20px;
  1058. border:solid 1px #151515;
  1059. }
  1060.  
  1061.  
  1062. #asker {
  1063. font-size:19px;
  1064. line-height:11px;
  1065. padding-right:20px;
  1066. margin-top:-6px;
  1067. margin-bottom:30px!important;
  1068. text-align:right;
  1069. text-transform:uppercase;
  1070. font-family: 'Frank Ruhl Libre', sans-serif;
  1071. font-weight:lighter;
  1072. color: #515151!important;
  1073. }
  1074.  
  1075.  
  1076. #asker a {
  1077. font-size:19px;
  1078. text-align:right;
  1079. text-transform:uppercase;
  1080. font-family: 'Frank Ruhl Libre', sans-serif;
  1081. font-weight:lighter;
  1082. color:{color:links}!important;
  1083. -moz-transition-duration:0.6s;
  1084. -webkit-transition-duration:0.6s;
  1085. -o-transition-duration:0.6s;
  1086. }
  1087.  
  1088. #asker a:hover {
  1089. color:{color:links hover}!important;
  1090. -moz-transition-duration:0.2s;
  1091. -webkit-transition-duration:0.2s;
  1092. -o-transition-duration:0.2s;
  1093. }
  1094.  
  1095.  
  1096.  
  1097. /* POSTS: CHAT */
  1098.  
  1099. #odd b, #even b, #audio b {
  1100. color:#555;
  1101. }
  1102.  
  1103. #odd, #even {
  1104. padding-bottom:10px;
  1105. padding-left:10px;
  1106. padding-top:10px;
  1107. margin-bottom:px;
  1108. border-bottom:1px solid #141414;
  1109. }
  1110.  
  1111. #odd {
  1112. background:#050505;
  1113. }
  1114.  
  1115. #even {
  1116. background:#000000;
  1117. }
  1118.  
  1119.  
  1120.  
  1121. /* POSTS: AUDIO */
  1122.  
  1123.  
  1124. #audio {
  1125. margin-top:0;
  1126. width: 462px;
  1127. height:48px;
  1128. border:1px solid #2d2d2d;
  1129. }
  1130.  
  1131. .player {
  1132. opacity: 1;
  1133. position: absolute;
  1134. z-index: 1;
  1135. width: 50px;
  1136. height: 36px;
  1137. margin-top: 4px;
  1138. margin-left: 0px;
  1139. display: block;
  1140. color:#000000;
  1141. background-color:transparent!important;
  1142. }
  1143.  
  1144. .audioplayer {
  1145. width: 24px;
  1146. height: 24px;
  1147. margin-top: 1px;
  1148. margin-left: 15px;
  1149. overflow: hidden;
  1150. padding: 3px;
  1151. color:#000000!important;
  1152. background-color:transparent!important;
  1153. }
  1154.  
  1155. .audioinfo {
  1156. font-family:calibri;
  1157. margin-left: 0px;
  1158. margin-top: 11px;
  1159. padding-left: 0px;
  1160. padding-top: 5px;
  1161. display: block;
  1162. font-weight:bold;
  1163. text-transform: uppercase;
  1164. text-align: center;
  1165. letter-spacing:0px;
  1166. word-spacing:-0.5px;
  1167. font-size:11px;
  1168. color: #ffffff;
  1169. background: rgba(0, 0, 0, 1);
  1170. }
  1171.  
  1172.  
  1173.  
  1174. /* POSTS: VIDEO */
  1175.  
  1176. .video-container {
  1177. position: relative;
  1178. padding-bottom: 56.25%;
  1179. padding-top: 30px;
  1180. height: 0;
  1181. overflow: hidden;
  1182. }
  1183.  
  1184. .video-container iframe,
  1185. .video-container object,
  1186. .video-container embed {
  1187. position: absolute;
  1188. top: 0;
  1189. left: 0;
  1190. width: 100%;
  1191. height: 100%;
  1192. }
  1193.  
  1194.  
  1195.  
  1196.  
  1197. /* POST INFORMATION */
  1198.  
  1199. .permalinkbar {
  1200. margin-top:24px;
  1201. height:24px;
  1202. background-color:#000000;
  1203. border:1px solid #151515;
  1204. text-transform:uppercase;
  1205. color:{color:link};
  1206. }
  1207.  
  1208.  
  1209. .permalinkbuttons {
  1210. text-align:center;
  1211. margin: auto;
  1212. font-size:10px!important;
  1213. }
  1214.  
  1215.  
  1216. .permalinkbuttons a {
  1217. text-align:center;
  1218. display:inline-block;
  1219. margin-right:75px;
  1220. margin-top:9px;
  1221. height:6px;
  1222. width:6px;
  1223. background-color:#252525;
  1224. font-size:13px;
  1225. color:#151515;
  1226. -moz-transition-duration:2s;
  1227. -webkit-transition-duration:2s;
  1228. -o-transition-duration:2s;
  1229. }
  1230.  
  1231.  
  1232. .permalinkbuttons a:hover {
  1233. color:{color:links hover}!important;
  1234. background-color:{color:links hover}!important;
  1235. -moz-transition-duration:2s;
  1236. -webkit-transition-duration:2s;
  1237. -o-transition-duration:2s;
  1238. }
  1239.  
  1240.  
  1241. .tags {
  1242. font-family: calibri!important;
  1243. font-weight:bold!important;
  1244. background-color:#000000;
  1245. color:#39352d;
  1246. text-transform:uppercase!important;
  1247. font-style:normal;
  1248. border:1px solid #151515;
  1249. line-height:130%!important;
  1250. margin-bottom:65px;
  1251. font-size:8.6px;
  1252. text-align:justify;
  1253. text-align-last: center;
  1254. -moz-text-align-last: center;
  1255. margin-top:-1px;
  1256. padding-top:12px;
  1257. padding-bottom:12px;
  1258. padding-left:20px;
  1259. padding-right:20px;
  1260. -moz-transition-duration:2s;
  1261. -webkit-transition-duration:0.2
  1262. }
  1263.  
  1264.  
  1265. .tags a {
  1266. font-weight:bold!important;
  1267. font-size:8.6px!important;
  1268. text-transform:uppercase!important;
  1269. font-family: calibri!important;
  1270. color:#151515!important;
  1271. -moz-transition-duration:0.8s;
  1272. -webkit-transition-duration:0.8;
  1273. }
  1274.  
  1275.  
  1276. .tags a:hover {
  1277. {block:ifBiggerTagsonHover}
  1278. font-size:10px!important;
  1279. {block:ifBiggerTagsonHover}
  1280. color:#ffffff!important;
  1281. -moz-transition-duration:0.8s;
  1282. -webkit-transition-duration:0.8;
  1283. }
  1284.  
  1285.  
  1286. /* PERMAPAGE NOTES */
  1287.  
  1288.  
  1289. .notes {
  1290. text-transform:normal;
  1291. font-style:normal;
  1292. font-size: 10px;
  1293. letter-spacing:-0.20px;
  1294. text-align:left;
  1295. margin-left:-63px;
  1296. }
  1297.  
  1298.  
  1299. .note li {
  1300. opacity:.9;
  1301. list-style-type:none;
  1302. border-bottom:0px solid {color:border};
  1303. padding:10px 25px 10px 25px;
  1304. border-bottom:1px solid #151515;
  1305. text-align:left;
  1306. margin:0px;
  1307. -moz-transition-duration:0.5s;
  1308. -webkit-transition-duration:0.5s;
  1309. -o-transition-duration:0.5s;
  1310. }
  1311.  
  1312. .note blockquote {
  1313. padding-top:3px;
  1314. padding-bottom:3px;
  1315. padding-left:10px;
  1316. padding-right:10px;
  1317. width:100%;
  1318. margin-top:9px;
  1319. margin-bottom:4px;
  1320. }
  1321.  
  1322.  
  1323. .note img.avatar {
  1324. width: 0px;
  1325. height: 0px;
  1326. }
  1327.  
  1328.  
  1329. .note li a {
  1330. font-family:calibri!important;
  1331. font-size:10px!important;
  1332. padding-right:2px;
  1333. font-weight:bold;
  1334. text-transform:uppercase;
  1335. letter-spacing:0px;
  1336. color: #ffffff;
  1337. }
  1338.  
  1339.  
  1340.  
  1341. /* CREDITS */
  1342.  
  1343. #credit {
  1344. z-index:999;
  1345. position:fixed;
  1346. bottom:50px;
  1347. right:50px;
  1348. width:10px;
  1349. height:13px;
  1350. word-wrap:break-word;
  1351. overflow:hidden;
  1352. -webkit-transition:all 1s ease;
  1353. -moz-transition:all 1s ease;
  1354. -o-transition:all 1s ease;
  1355. transition:all 1s ease-in-out;
  1356. }
  1357.  
  1358. #credit a {
  1359. font-family:calibri;
  1360. color:{color:body text};
  1361. text-transform:uppercase;
  1362. font-size:10px;
  1363. }
  1364.  
  1365. #credit:hover {width:84px;}
  1366.  
  1367. #credit span {
  1368. font-family:calibri;
  1369. text-shadow:1px 1px .2px #000;
  1370. color:{color:bold};
  1371. margin-right:5px;
  1372. font-size:11px;
  1373. }
  1374.  
  1375.  
  1376.  
  1377.  
  1378. </style>
  1379.  
  1380. </head>
  1381.  
  1382. <body>
  1383.  
  1384.  
  1385. <div id="sidebar">
  1386.  
  1387. <h4>
  1388. <a href="/">EXPLORATION</a>
  1389. </h4>
  1390.  
  1391. <div id="sidelinks">
  1392. <a href="/">IND.</a>
  1393. <a href="#?w=430" rel="pageASK" class="poplight">ASK.</a>
  1394. <a href="#?w=430" rel="pageGDL" class="poplight">GDL.</a>
  1395. <a href="#?w=430" rel="pageBIO" class="poplight">BIO.</a>
  1396. <a href="#?w=430" rel="pageNAV" class="poplight">NAV.</a>
  1397. </div id="sidelinks">
  1398.  
  1399.  
  1400. <h4><a href="/">{text:Description Header}</a></h4>
  1401.  
  1402.  
  1403. <div id="description">
  1404.  
  1405. {Description}
  1406.  
  1407. </div id="description">
  1408.  
  1409.  
  1410.  
  1411. <div id="pagination">
  1412. {block:IndexPage}
  1413. {block:PreviousPage}
  1414. <a href="{PreviousPage}" title="Previous Page">LAST PAGE</a>
  1415. {/block:PreviousPage}
  1416.  
  1417.  
  1418. {block:NextPage}
  1419. <a href="{NextPage}" title="Next Page">NEXT PAGE</a>
  1420. {/block:NextPage}
  1421. {/block:IndexPage}
  1422.  
  1423.  
  1424. {block:PermalinkPagination}
  1425. {block:PreviousPost}
  1426. <a href="{PreviousPost}" title="Previous Post">LAST POST</a>
  1427. {/block:PreviousPost}
  1428.  
  1429.  
  1430. {block:NextPost}
  1431. <a href="{NextPost}" title="Next Post">NEXT POST</a>
  1432. {/block:NextPost}
  1433. {/block:PermalinkPagination}
  1434. </div id="pagination">
  1435.  
  1436.  
  1437. </div id="sidebar">
  1438.  
  1439.  
  1440.  
  1441.  
  1442. <div id="container">
  1443. <div id="posts">
  1444.  
  1445. {block:Posts}
  1446.  
  1447.  
  1448.  
  1449. <!-- POSTS: TEXT -->
  1450.  
  1451. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  1452. {block:Text}<div id="wrap">{Body}
  1453. <div style="clear:both"></div></div>{/block:Text}
  1454.  
  1455.  
  1456.  
  1457.  
  1458. <!-- POSTS: PHOTO/SET -->
  1459.  
  1460. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-HighRes}"></center>{LinkCloseTag}<p>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1461. {block:Photoset}<center>{Photoset}</center><p>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1462.  
  1463.  
  1464.  
  1465.  
  1466. <!-- POSTS: QUOTE -->
  1467.  
  1468. {block:Quote}<div id="quote">“{Quote}”<div class="source">{Source}</div></div>{/block:Quote}
  1469.  
  1470.  
  1471.  
  1472.  
  1473. <!-- POSTS: LINK -->
  1474.  
  1475. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  1476. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  1477.  
  1478.  
  1479.  
  1480.  
  1481. <!-- POSTS: CHAT -->
  1482.  
  1483. {block:Chat}
  1484.  
  1485. <div id="content"><div style="border:0px solid #141414; width:398px;">{block:Lines}<div id="{Alt}"> {block:Label}<b>{Label}</b>{/block:Label} {Line}
  1486. </div>{/block:Lines}</div></div>
  1487.  
  1488. {/block:Chat}
  1489.  
  1490.  
  1491.  
  1492. <!-- POSTS: AUDIO -->
  1493.  
  1494. {block:Audio}
  1495. <div style="width:400px;
  1496. -webkit-filter:grayscale(1) contrast(1.3); height:45px; padding: 10px 0; background-size:100%; background-image:url(''); background-position:center;">
  1497.  
  1498. <div id="audio">
  1499. <div class="player">
  1500.  
  1501. <div class="audioplayer">
  1502. {AudioPlayerWhite}
  1503.  
  1504. </div></div>
  1505.  
  1506. <div class="audioinfo">
  1507. {block:TrackName}{TrackName}{/block:TrackName} — {block:Artist}{Artist}{/block:Artist}&nbsp; </div><br>
  1508.  
  1509. <br></div></div>
  1510.  
  1511. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  1512. {/block:Audio}
  1513.  
  1514.  
  1515.  
  1516.  
  1517.  
  1518. <!-- POSTS: VIDEO -->
  1519.  
  1520. {block:Video}
  1521. <div class="video-container">
  1522. {Video-400}
  1523. {block:Caption}{Caption}{/block:Caption}
  1524. </div class="video-container">
  1525. {/block:Video}
  1526.  
  1527.  
  1528.  
  1529. <!-- POSTS: ASK -->
  1530.  
  1531.  
  1532. {block:Answer}<div id="ask">{Question}</div><div id="asker">{Asker}</div>
  1533. <div id="wrap">{Answer}<div style="clear:both"></div></div>{/block:Answer}
  1534.  
  1535.  
  1536.  
  1537. <!-- POST INFORMATION -->
  1538.  
  1539.  
  1540. {block:Date}
  1541. <div class="permalinkbar">
  1542. <div class="permalinkbuttons">
  1543.  
  1544. <a href="{Permalink}" title="Posted: {TimeAgo}"></a>
  1545. <a href="{Permalink}" title="Notes: {NoteCount}"></a>
  1546. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="Reblogged via: {ReblogParentName}"></a>{/block:RebloggedFrom}
  1547. {block:ContentSource}<a href="{ReblogRootURL}" title="Source: {SourceTitle}"></a>{/block:ContentSource}
  1548. <a href="{ReblogURL}" title="Reblog" target="_blank" class="details" style="margin-right:0px!important;"></a>
  1549.  
  1550. </div class="permalinkbuttons">
  1551. </div class="permalinkbar">
  1552.  
  1553. <div class="tags">
  1554. {block:HasTags}{block:Tags}
  1555. <a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>
  1556. {/block:Tags}
  1557. {/block:HasTags}
  1558. </div class="tags">
  1559. {/block:Date}
  1560.  
  1561.  
  1562.  
  1563. <div class="note">
  1564. {block:PostNotes}
  1565. {PostNotes}
  1566. {/block:PostNotes}
  1567. </div class="note">
  1568.  
  1569. {/block:Posts}
  1570.  
  1571.  
  1572.  
  1573. {block:ContentSource}
  1574. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  1575. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1576. {/block:SourceLogo}
  1577. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1578. {/block:ContentSource}
  1579.  
  1580. </div id="posts">
  1581. </div id="container">
  1582. </body>
  1583.  
  1584.  
  1585.  
  1586.  
  1587.  
  1588. <!-- POPUP PAGE: ASK -->
  1589.  
  1590. <!-- TAB ONE -->
  1591.  
  1592. <div id="pageASK" class="popup_block">
  1593.  
  1594.  
  1595. <header>{text:Popup Page ASK Header}</header>
  1596.  
  1597.  
  1598. <ul id="tabs"><li class="active">QUESTIONS</li>
  1599. &nbsp;&nbsp;<li>SUBMISSIONS</li>
  1600. </ul>
  1601. <ul id="tab">
  1602. <li class="active">
  1603.  
  1604.  
  1605. <iframe frameborder="0" allowtransparency="true" scrolling="no" width="404px" src="https://www.tumblr.com/ask_form/YOURURLHERE.tumblr.com" style="background-color:#000000!important; padding:12px; overflow:hidden;border:1px solid #151515;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
  1606.  
  1607. </li class="active">
  1608.  
  1609.  
  1610.  
  1611. <!-- TAB TWO -->
  1612.  
  1613. <li>
  1614.  
  1615. <iframe frameborder="0" scrolling="no" width="404px" id="submit_form" src="https://www.tumblr.com/submit_form/YOURURLHERE.tumblr.com" style="background-color:#000000!important; padding:12px; overflow:hidden;border:1px solid #151515;"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('submit_form').allowTransparency=true;</script><![endif]--></p>
  1616.  
  1617. </li>
  1618. </ul id="tab">
  1619.  
  1620. </div id="pageASK" class="popup_block">
  1621.  
  1622.  
  1623.  
  1624.  
  1625.  
  1626.  
  1627. <!-- POPUP PAGE: GDL -->
  1628.  
  1629.  
  1630. <div id="pageGDL" class="popup_block">
  1631.  
  1632.  
  1633.  
  1634. <header>{text:Popup Page GDL Header}</header>
  1635.  
  1636.  
  1637. {text:Popup Page GDL Content}
  1638.  
  1639.  
  1640. </div id="pageGDL" class="popup_block">
  1641.  
  1642.  
  1643.  
  1644.  
  1645.  
  1646.  
  1647.  
  1648. <!-- POPUP PAGE: BIO -->
  1649.  
  1650.  
  1651. <div id="pageBIO" class="popup_block">
  1652.  
  1653. <header>{text:Popup Page BIO Header}</header>
  1654.  
  1655.  
  1656.  
  1657. {text:Popup Page BIO Content}
  1658.  
  1659.  
  1660. </div id="pageBIO" class="popup_block">
  1661.  
  1662.  
  1663.  
  1664.  
  1665.  
  1666.  
  1667. <!-- POPUP PAGE: NAV -->
  1668.  
  1669.  
  1670. <div id="pageNAV" class="popup_block">
  1671.  
  1672.  
  1673. <header>{text:Popup Page NAV Header}</header>
  1674.  
  1675. <div id="nvbar" class="nvlinks">
  1676.  
  1677. <a href="{text:Navigation 1 Link}">{text:Navigation 1 Title}</a>
  1678. <a href="{text:Navigation 2 Link}">{text:Navigation 2 Title}</a>
  1679. <a href="{text:Navigation 3 Link}">{text:Navigation 3 Title}</a>
  1680. <a href="{text:Navigation 4 Link}">{text:Navigation 4 Title}</a>
  1681. <a href="{text:Navigation 5 Link}">{text:Navigation 5 Title}</a>
  1682. <a href="{text:Navigation 6 Link}">{text:Navigation 6 Title}</a>
  1683.  
  1684. <a href="{text:Navigation 7 Link}">{text:Navigation 7 Title}</a>
  1685. <a href="{text:Navigation 8 Link}">{text:Navigation 8 Title}</a>
  1686. <a href="{text:Navigation 9 Link}">{text:Navigation 9 Title}</a>
  1687. <a href="{text:Navigation 10 Link}">{text:Navigation 10 Title}</a>
  1688. <a href="{text:Navigation 11 Link}">{text:Navigation 11 Title}</a>
  1689. <a href="{text:Navigation 12 Link}">{text:Navigation 12 Title}</a>
  1690.  
  1691.  
  1692. </div id="nvbar" class="nvlinks">
  1693.  
  1694.  
  1695. </div>
  1696.  
  1697.  
  1698. <!-- CREDIT -->
  1699.  
  1700. <div id="credit"><div style="width:105px;margin-right:10px;">
  1701. <a href="http://iniziarearchive.tumblr.com/post/165418274362/updated-january-3rd-2019-base-theme-passing" target="blank">
  1702. <span>S.</span>MADE BY SAE.</a>
  1703. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement