littlemisswhoever

Theme: Leuthros (by iniziare)

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