Advertisement
vaultofoao

hyaciiintho

Sep 17th, 2019
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.60 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="https://static.tumblr.com/j0nrc4i/aYSpxu3fa/favicon.png">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}
  7. <meta name="description" content="{MetaDescription}" />
  8. {/block:Description}
  9. </head>
  10.  
  11. <!--- Coded with love by Scheherazade. Please do not steal or take parts. If you have questions about my theme please message me and I will do my best to help! --->
  12.  
  13. <!--- RIGHT CLICK DISABLING -->
  14.  
  15. <script language=JavaScript>
  16. <!--
  17.  
  18. //Disable right mouse click Script
  19. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  20. //For full source code, visit http://www.dynamicdrive.com
  21.  
  22. var message="Hey!";
  23.  
  24. ///////////////////////////////////
  25. function clickIE4(){
  26. if (event.button==2){
  27. alert(message);
  28. return false;
  29. }
  30. }
  31.  
  32. function clickNS4(e){
  33. if (document.layers||document.getElementById&&!document.all){
  34. if (e.which==2||e.which==3){
  35. alert(message);
  36. return false;
  37. }
  38. }
  39. }
  40.  
  41. if (document.layers){
  42. document.captureEvents(Event.MOUSEDOWN);
  43. document.onmousedown=clickNS4;
  44. }
  45. else if (document.all&&!document.getElementById){
  46. document.onmousedown=clickIE4;
  47. }
  48.  
  49. document.oncontextmenu=new Function("alert(message);return false")
  50. </script>
  51.  
  52.  
  53. <!--- POPUP --->
  54.  
  55. <script type="text/javascript"
  56. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  57. <script>
  58. $(document).ready(function() {
  59. //
  60. $('a.poplight[href^=#]').click(function() {
  61. var popID = $(this).attr('rel'); //Get Popup Name
  62. var popURL = $(this).attr('href'); //Get Popup href to define size
  63. var query= popURL.split('?');
  64. var dim= query[1].split('&');
  65. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  66. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  67. var popMargTop = ($('#' + popID).height() + 80) / 2;
  68. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  69. //Apply Margin to Popup
  70. $('#' + popID).css({
  71. 'margin-top' : -popMargTop,
  72. 'margin-left' : -popMargLeft
  73. });
  74. $('body').append('<div id="fade"></div>');
  75. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  76. return false;
  77. });
  78. $('a.close, #fade').live('click', function() {
  79. $('#fade , .popup_block').fadeOut(function() {
  80. $('#fade, a.close').remove(); //fade them both out
  81. });
  82. return false;
  83. });
  84. });
  85. </script>
  86.  
  87. <!--- POPUP TABS --->
  88.  
  89. <script>
  90. $(document).ready(function(){
  91. $("ul#tabs li").click(function(e){
  92. if (!$(this).hasClass("active")) {
  93. var tabNum = $(this).index();
  94. var nthChild = tabNum+1;
  95. $("ul#tabs li.active").removeClass("active");
  96. $(this).addClass("active");
  97. $("ul#tab li.active").removeClass("active");
  98. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  99. }
  100. });
  101. });
  102.  
  103. </script>
  104.  
  105. <!--- DROPDOWN --->
  106.  
  107. <script type="text/javascript" src="https://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  108. <script type="text/javascript">
  109. $(document).ready(function(){
  110. $(".links_body").hide();
  111. $(".links_head").click(function(){
  112. $(this).next(".links_body").slideToggle('fast');
  113. }); }); </script>
  114. <style type="text/css">
  115. .links_list { margin:0px; padding:0px; width:100%;}
  116. .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
  117. .links_body { padding:10px; text-align:left; display:none;}
  118. </style>
  119.  
  120. <!--- TOOLTIPS --->
  121.  
  122. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  123.  
  124. <script src="https://static.tumblr.com/uopakca/GVcnvdwbq/jquery.style-my-tooltips.js"></script>
  125.  
  126. <script>
  127. (function($){
  128. $(document).ready(function(){
  129. $("a[title]").style_my_tooltips({
  130. tip_follows_cursor:true,
  131. tip_delay_time:0,
  132. tip_fade_speed:0,
  133. attribute:"title"
  134. });
  135. });
  136. })(jQuery);
  137. </script>
  138.  
  139. <!--- FONT --->
  140.  
  141. <link href="https://fonts.googleapis.com/css?family=IM+Fell+DW+Pica&display=swap" rel="stylesheet">
  142.  
  143. <link href="https://fonts.googleapis.com/css?family=IM+Fell+French+Canon+SC&display=swap" rel="stylesheet">
  144.  
  145. <link href="https://fonts.googleapis.com/css?family=IM+Fell+English+SC&display=swap" rel="stylesheet">
  146.  
  147. <link href="https://fonts.googleapis.com/css?family=Cormorant+Unicase&display=swap" rel="stylesheet">
  148.  
  149. <link href="https://fonts.googleapis.com/css?family=Eagle+Lake&display=swap" rel="stylesheet">
  150.  
  151. <link href="https://fonts.googleapis.com/css?family=Liu+Jian+Mao+Cao&display=swap" rel="stylesheet">
  152.  
  153. <!--- CREDIT FONT --->
  154.  
  155. <link href="https://fonts.googleapis.com/css?family=Caveat" rel="stylesheet">
  156.  
  157. <!--- META DATA DO NOT TOUCH --->
  158.  
  159. <meta name="image:background image" content="https://static.tumblr.com/5f31b6f98c501ec49c3a9340fd2e343a/j0nrc4i/drJpxu312/tumblr_static_dqndjcvl968skwgso4kk884k4.png"/>
  160. <meta name="image:side header background" content="https://static.tumblr.com/43c640df82c0044f2dea1656e4f44727/j0nrc4i/tlOpxu3rq/tumblr_static_1av9cihz8flwks0wc4c8w48c4.gif"/>
  161. <meta name="image:tags h3 ask background" content="https://static.tumblr.com/828f94b35077cd57d1b9071674077b76/j0nrc4i/M1vpxu3wq/tumblr_static_c91utja5yfwwco4ckkoc84cc4.png"/>
  162.  
  163. <meta name="color:background" content="#f0d2ca"/>
  164. <meta name="color:posts" content="#e0bdae"/>
  165. <meta name="color:postborder" content="#d16e4f"/>
  166. <meta name="color:pagination" content="#ceaba0"/>
  167. <meta name="color:text" content="#66483f"/>
  168. <meta name="color:bold" content="#a5281d"/>
  169. <meta name="color:bold border" content="#d65f54"/>
  170. <meta name="color:italics border" content="#d3b39d"/>
  171. <meta name="color:links" content="#c5540e"/>
  172. <meta name="color:links border" content="#f1734d"/>
  173. <meta name="color:links hover" content="#f1c392"/>
  174. <meta name="color:blockquote" content="#ad350a"/>
  175. <meta name="color:border" content="#99664c"/>
  176. <meta name="color:refresh" content="#d8a78a"/>
  177. <meta name="color:refresh border" content="#57140a"/>
  178. <meta name="color:permalinks" content="#624732"/>
  179. <meta name="color:navigation links" content="#efae7f"/>
  180. <meta name="color:navigation links border" content="#57140a"/>
  181.  
  182. <meta name="text:sect 1 title" content="Header 1."/>
  183. <meta name="text:sidebar sect 1" content="/"/>
  184. <meta name="text:sect 2 title" content="Header 2."/>
  185. <meta name="text:sidebar sect 2" content="/"/>
  186. <meta name="text:sect 3 title" content="Header 3."/>
  187. <meta name="text:sidebar sect 3" content="/"/>
  188.  
  189. <meta name="text:refresh title" content="Hero of Time."/>
  190. <meta name="text:refresh size" content="30px"/>
  191. <meta name="text:refresh horizontal" content="1050px"/>
  192. <meta name="text:refresh vertical" content="5px"/>
  193. <meta name="text:refresh tooltip" content="Turn back."/>
  194.  
  195. <meta name="text:ask symbol" content="❁"/>
  196. <meta name="text:ask url" content="/"/>
  197. <meta name="text:ask size" content="50px"/>
  198. <meta name="text:ask title" content="Listen!"/>
  199. <meta name="text:ask horizontal" content="125px"/>
  200. <meta name="text:ask vertical" content="100px"/>
  201.  
  202. <meta name="text:submit symbol" content="❁"/>
  203. <meta name="text:submit url" content="/"/>
  204. <meta name="text:submit size" content="45px"/>
  205. <meta name="text:submit title" content="Bestow."/>
  206. <meta name="text:submit horizontal" content="175px"/>
  207. <meta name="text:submit vertical" content="125px"/>
  208.  
  209. <meta name="text:rules symbol" content="❁"/>
  210. <meta name="text:rules url" content="/"/>
  211. <meta name="text:rules size" content="100px"/>
  212. <meta name="text:rules title" content="Promise."/>
  213. <meta name="text:rules horizontal" content="150px"/>
  214. <meta name="text:rules vertical" content="200px"/>
  215.  
  216. <meta name="text:about symbol" content="❁"/>
  217. <meta name="text:about url" content="/"/>
  218. <meta name="text:about size" content="125px"/>
  219. <meta name="text:about title" content="Hero of Time."/>
  220. <meta name="text:about horizontal" content="25px"/>
  221. <meta name="text:about vertical" content="250px"/>
  222.  
  223. <meta name="text:verses symbol" content="❁"/>
  224. <meta name="text:verses url" content="/"/>
  225. <meta name="text:verses size" content="75px"/>
  226. <meta name="text:verses title" content="Timeline."/>
  227. <meta name="text:verses horizontal" content="50px"/>
  228. <meta name="text:verses vertical" content="150px"/>
  229.  
  230. <meta name="text:navigation symbol" content="❁"/>
  231. <meta name="text:navigation url" content="/"/>
  232. <meta name="text:navigation size" content="50px"/>
  233. <meta name="text:navigation title" content="Items."/>
  234. <meta name="text:navigation horizontal" content="170px"/>
  235. <meta name="text:navigation vertical" content="50px"/>
  236.  
  237. <meta name="text:mun symbol" content="❁"/>
  238. <meta name="text:mun url" content="/"/>
  239. <meta name="text:mun size" content="40px"/>
  240. <meta name="text:mun title" content="Historian."/>
  241. <meta name="text:mun horizontal" content="225px"/>
  242. <meta name="text:mun vertical" content="25px"/>
  243.  
  244. <style type="text/css">
  245.  
  246. @font-face{font-family:"satisfaction";src:url('https://static.tumblr.com/it5srtk/Q8Uorwwt2/satisfaction.ttf');}
  247.  
  248. /*-Popup settings -*/
  249.  
  250. .popup_block {
  251. display:none;
  252. height:auto;
  253. padding:20px;
  254. background-color:{color:posts};
  255. outline: 1px dashed {color:border};
  256. outline-offset: 2px;
  257. border: 2px solid {color:blockquote};
  258. overflow-y: scroll;
  259. overflow-x: hidden;
  260. float: left;
  261. position: fixed;
  262. top: 53%;
  263. left: 50%;
  264. z-index: 99999;
  265. }
  266.  
  267. *html #fade {position: fixed;}
  268. *html .popup_block {position: fixed;}
  269. #fade {
  270. display:none;
  271. position:fixed;
  272. left:0px;
  273. top:0px;
  274. width:100%;
  275. height:100%;
  276. z-index:9999;
  277. background:{color:background}; /* change to #fff for solid white */
  278. opacity:0.5; /* change to opacity:1; */
  279. }
  280.  
  281. #text {
  282. top:50%;
  283. left:50%;
  284. width:250px;
  285. height:auto;
  286. overflow-y:scroll;
  287. overflow-x:hidden;
  288. text-align:center;
  289. padding-right:15px;
  290. }
  291.  
  292. /*- Highlight -*/
  293.  
  294. ::selection {background: #8d0000; color:#fff;}
  295. ::-moz-selection {background: #8d0000; color:#fff; }
  296.  
  297. /*- Scrollbar -*/
  298.  
  299. ::-webkit-scrollbar {
  300. height: 1px;
  301. width: 5px;
  302. }
  303.  
  304. ::-webkit-scrollbar-thumb {
  305. background:{color:border};
  306. }
  307.  
  308. /*- Tooltips -*/
  309.  
  310. #s-m-t-tooltip {
  311. padding:6px;
  312. margin-left:10px;
  313. margin-top:-7px;
  314. text-align: center;
  315. text-shadow: 1px 0 0 {color:background}, -1px 0 0 {color:background}, 0 1px 0 {color:background}, 0 -1px 0 {color:background}, 1px 1px {color:background}, -1px -1px 0 {color:background}, 1px -1px 0 {color:background}, -1px 1px 0 {color:background};
  316. font-size:35px;
  317. line-height:10px;
  318. z-index:999999999;
  319. position: absolute;
  320. font-family: 'Eagle Lake', cursive;
  321. }
  322.  
  323. /*- Format -*/
  324.  
  325. body {
  326. background-color:{color:background};
  327. background-image:url('{image:background image}');
  328. font-size: 13px;
  329. color:{color:text};
  330. background-position: top left;
  331. background-repeat:no-repeat;
  332. background-attachment:fixed;
  333. font-family: 'IM Fell DW Pica', serif;
  334. }
  335.  
  336. #maingraphic {
  337. position:relative;
  338. }
  339.  
  340. #maingraphic img{
  341. position:fixed;
  342. margin-top:-5px;
  343. margin-left:25px;
  344. }
  345.  
  346. small, sup, sub {
  347. font-size:12px;
  348. }
  349.  
  350. a {
  351. text-decoration:none;
  352. color:{color:links};
  353. text-shadow: {color:links border} 0px 0px 4px;
  354. -webkit-transition: all 0.7s ease;
  355. -moz-transition: all 0.7s ease;
  356. -o-transition: all 0.7s ease;
  357. }
  358.  
  359. a:hover {
  360. color:{color:links hover};
  361. }
  362.  
  363. b, strong {
  364. color:{color:bold};
  365. text-shadow:{color:bold border} 0px 0px 3px;
  366. font-size:15px;
  367. font-family: 'IM Fell French Canon SC', serif;
  368. }
  369.  
  370. i, em {
  371. color:{color:text};
  372. text-shadow:{color:italics border} 0px 0px 3px;
  373. font-size:14px;
  374. font-family:georgia;
  375. }
  376.  
  377. blockquote {
  378. padding:10px 8px 10px 20px;
  379. margin:3px 0px 3px 8px;
  380. border-left:3px solid {color:blockquote};
  381. border-radius: 30px;
  382. }
  383.  
  384. blockquote img {
  385. max-width:100%;
  386. height:auto;
  387. }
  388.  
  389. img {
  390. max-width: 100%;
  391. }
  392.  
  393. h1 {
  394. color:{color:bold};
  395. font-size:35px;
  396. line-height:110%;
  397. text-align:center;
  398. padding:10px;
  399. text-shadow:0px 0px 4px {color:bold border};
  400. font-family: 'Cormorant Unicase', serif;
  401. font-weight:normal;
  402. }
  403.  
  404. h2 {
  405. color:{color:bold};
  406. font-size:28px;
  407. line-height:110%;
  408. text-align:center;
  409. padding:10px;
  410. text-shadow:0px 0px 4px {color:bold border};
  411. font-family: 'Cormorant Unicase', serif;
  412. font-weight:normal;
  413. }
  414.  
  415. h3 {
  416. background-image: url('{image:tags h3 ask background}');
  417. background-size:cover;
  418. color:{color:text};
  419. border-left:2px solid {color:border};
  420. border-right:2px solid {color:border};
  421. padding:5px;
  422. height:auto;
  423. font-size:30px;
  424. font-style:normal;
  425. text-align:right;
  426. border-radius: 40px 0px 40px 0px;
  427. -moz-border-radius: 40px 0px 40px 0px;
  428. -webkit-border-radius: 40px 0px 40px 0px;
  429. text-shadow: 1px 0 0 {color:background}, -1px 0 0 {color:background}, 0 1px 0 {color:background}, 0 -1px 0 {color:background}, 1px 1px {color:background}, -1px -1px 0 {color:background}, 1px -1px 0 {color:background}, -1px 1px 0 {color:background};
  430. font-weight:normal;
  431. }
  432.  
  433. /*- Posts and Container -*/
  434.  
  435. #container {
  436. position:absolute;
  437. top:0px;
  438. left:547.5px;
  439. width:483px;
  440. }
  441.  
  442. .posts {
  443. width:450px;
  444. padding:10px 10px 10px 10px;
  445. margin-bottom:10px;
  446. margin-top:10px;
  447. background-color:{color:posts};
  448. border-top:5px double {color:postborder};
  449. border-bottom:2.5px dotted {color:postborder};
  450. }
  451.  
  452. .permalinks {
  453. padding:5px;
  454. height:12px;
  455. margin-bottom:-2px;
  456. text-shadow: 2px 0 0 {color:background}, -2px 0 0 {color:background}, 0 2px 0 {color:background}, 0 -2px 0 {color:background}, 2px 2px {color:background}, -2px -2px 0 {color:background}, 2px -2px 0 {color:background}, -2px 2px 0 {color:background};
  457. text-align:center;
  458. font-family: 'Eagle Lake', cursive;
  459. }
  460.  
  461. .permalinks a {
  462. text-decoration:none;
  463. font-size: 20px;
  464. color:{color:permalinks};
  465. text-shadow: 2px 0 0 {color:background}, -2px 0 0 {color:background}, 0 2px 0 {color:background}, 0 -2px 0 {color:background}, 2px 2px {color:background}, -2px -2px 0 {color:background}, 2px -2px 0 {color:background}, -2px 2px 0 {color:background};
  466. }
  467.  
  468. .permalinks a:hover {
  469. color:{color:links hover};
  470. }
  471.  
  472. #reblogsymbol {
  473. font-size:50px;
  474. position: absolute;
  475. margin-top:-10px;
  476. }
  477.  
  478. #reblogsymbol a:hover{
  479. -webkit-filter:blur(4px);
  480. }
  481.  
  482. .tags {
  483. height:auto;
  484. width:473px;
  485. padding-top:15px;
  486. padding-bottom:15px;
  487. margin-bottom:50px;
  488. text-align:center;
  489. border-top:5px double {color:border};
  490. border-bottom:2.5px dotted {color:border};
  491. border-radius: 30px 0px 30px 0px;
  492. -moz-border-radius: 30px 0px 30px 0px;
  493. -webkit-border-radius: 30px 0px 30px 0px;
  494. background-image:url('{image:tags h3 ask background}');
  495. background-repeat:none;
  496. background-size:cover;
  497. text-shadow: 1px 0 0 {color:background}, -1px 0 0 {color:background}, 0 1px 0 {color:background}, 0 -1px 0 {color:background}, 1px 1px {color:background}, -1px -1px 0 {color:background}, 1px -1px 0 {color:background}, -1px 1px 0 {color:background};
  498. font-family: 'IM Fell English SC', serif;
  499. }
  500.  
  501. .tags a {
  502. text-decoration:none;
  503. font-size: 12px;
  504. text-shadow: 1px 0 0 {color:background}, -1px 0 0 {color:background}, 0 1px 0 {color:background}, 0 -1px 0 {color:background}, 1px 1px {color:background}, -1px -1px 0 {color:background}, 1px -1px 0 {color:background}, -1px 1px 0 {color:background};
  505. }
  506.  
  507. /*- Refresh Title link -*/
  508.  
  509. #refresh {
  510. position:fixed;
  511. left:{text:refresh horizontal};
  512. top:{text:refresh vertical};
  513. font-size:{text:refresh size};
  514. padding:10px;
  515. font-family:"satisfaction";
  516. }
  517.  
  518. #refresh a {
  519. color:{color:refresh};
  520. text-shadow: 1px 0 0 {color:refresh border}, -1px 0 0 {color:refresh border}, 0 1px 0 {color:refresh border}, 0 -1px 0 {color:refresh border}, 1px 1px {color:refresh border}, -1px -1px 0 {color:refresh border}, 1px -1px 0 {color:refresh border}, -1px 1px 0 {color:refresh border};
  521. -webkit-transition: all 0.7s ease;
  522. -moz-transition: all 0.7s ease;
  523. -o-transition: all 0.7s ease;
  524. }
  525.  
  526. #refresh a:hover {
  527. color:{color:links hover};
  528. }
  529.  
  530. /*- Navi Links settings -*/
  531.  
  532. #links {
  533. position:fixed;
  534. line-height:20px;
  535. }
  536.  
  537. #links a {
  538. color:{color:navigation links};
  539. text-shadow: 1px 0 0 {color:navigation links border}, -1px 0 0 {color:navigation links border}, 0 1px 0 {color:navigation links border}, 0 -1px 0 {color:navigation links border}, 1px 1px {color:navigation links border}, -1px -1px 0 {color:navigation links border}, 1px -1px 0 {color:navigation links border}, -1px 1px 0 {color:navigation links border};
  540. -webkit-transition: all 0.7s ease;
  541. -moz-transition: all 0.7s ease;
  542. -o-transition: all 0.7s ease;
  543. }
  544.  
  545. #links a:hover {
  546. -webkit-filter:blur(4px);
  547. color:{color:links hover};
  548. }
  549.  
  550. #link1 {
  551. position:fixed;
  552. font-size:{text:ask size};
  553. margin-left:{text:ask horizontal};
  554. margin-top:{text:ask vertical};
  555. transform: rotate({text:ask rotation}deg);
  556. -ms-transform: rotate({text:ask rotation}deg);
  557. -webkit-transform: rotate({text:ask rotation}deg);
  558. -o-transform: rotate({text:ask rotation}deg);
  559. -moz-transform: rotate({text:ask rotation}deg);
  560. }
  561.  
  562. #link2 {
  563. position:fixed;
  564. font-size:{text:submit size};
  565. margin-left:{text:submit horizontal};
  566. margin-top:{text:submit vertical};
  567. transform: rotate({text:submit rotation}deg);
  568. -ms-transform: rotate({text:submit rotation}deg);
  569. -webkit-transform: rotate({text:submit rotation}deg);
  570. -o-transform: rotate({text:submit rotation}deg);
  571. -moz-transform: rotate({text:submit rotation}deg);
  572. }
  573.  
  574. #link3 {
  575. position:fixed;
  576. font-size:{text:rules size};
  577. margin-left:{text:rules horizontal};
  578. margin-top:{text:rules vertical};
  579. transform: rotate({text:rules rotation}deg);
  580. -ms-transform: rotate({text:rules rotation}deg);
  581. -webkit-transform: rotate({text:rules rotation}deg);
  582. -o-transform: rotate({text:rules rotation}deg);
  583. -moz-transform: rotate({text:rules rotation}deg);
  584. }
  585.  
  586. #link4 {
  587. position:fixed;
  588. font-size:{text:about size};
  589. margin-left:{text:about horizontal};
  590. margin-top:{text:about vertical};
  591. transform: rotate({text:about rotation}deg);
  592. -ms-transform: rotate({text:about rotation}deg);
  593. -webkit-transform: rotate({text:about rotation}deg);
  594. -o-transform: rotate({text:about rotation}deg);
  595. -moz-transform: rotate({text:about rotation}deg);
  596. }
  597.  
  598. #link5 {
  599. position:fixed;
  600. font-size:{text:verses size};
  601. margin-left:{text:verses horizontal};
  602. margin-top:{text:verses vertical};
  603. transform: rotate({text:verses rotation}deg);
  604. -ms-transform: rotate({text:verses rotation}deg);
  605. -webkit-transform: rotate({text:verses rotation}deg);
  606. -o-transform: rotate({text:verses rotation}deg);
  607. -moz-transform: rotate({text:verses rotation}deg);
  608. }
  609.  
  610. #link6 {
  611. position:fixed;
  612. font-size:{text:navigation size};
  613. margin-left:{text:navigation horizontal};
  614. margin-top:{text:navigation vertical};
  615. transform: rotate({text:navigation rotation}deg);
  616. -ms-transform: rotate({text:navigation rotation}deg);
  617. -webkit-transform: rotate({text:navigation rotation}deg);
  618. -o-transform: rotate({text:navigation rotation}deg);
  619. -moz-transform: rotate({text:navigation rotation}deg);
  620. }
  621.  
  622.  
  623. #link7 {
  624. position:fixed;
  625. font-size:{text:mun size};
  626. margin-left:{text:mun horizontal};
  627. margin-top:{text:mun vertical};
  628. transform: rotate({text:mun rotation}deg);
  629. -ms-transform: rotate({text:mun rotation}deg);
  630. -webkit-transform: rotate({text:mun rotation}deg);
  631. -o-transform: rotate({text:mun rotation}deg);
  632. -moz-transform: rotate({text:mun rotation}deg);
  633. }
  634.  
  635. /*- Pagination settings -*/
  636.  
  637. #pagiframe {
  638. position:fixed;
  639. width:100%;
  640. height:20px;
  641. left:0px;
  642. bottom:0px;
  643. padding-top:5px;
  644. padding-bottom:2px;
  645. font-size:13px;
  646. z-index:9999;
  647. background-color:{color:pagination};
  648. text-align:center;
  649. letter-spacing:3px;
  650. }
  651.  
  652. .jump_page {
  653. color:{color:links};
  654. text-decoration:none;
  655. margin-top:-5px;
  656. }
  657.  
  658. .jump_page:hover {
  659. background-color:{color:bold};
  660. color: {color:pagination};
  661. padding: 4px 8px;
  662. }
  663.  
  664. .current_page {
  665. color:{color:bold};
  666. font-size:13px;
  667. text-decoration:none;
  668. }
  669.  
  670. /*- ask posts -*/
  671.  
  672. .asker {
  673. font-size:40px;
  674. margin-bottom:5px;
  675. padding-bottom:3px;
  676. margin:-35px 0px 0px 30px;
  677. font-family:"satisfaction";
  678. line-height:100%;
  679. }
  680.  
  681. .asker a{
  682. font-size:40px;
  683. margin-bottom:5px;
  684. padding-bottom:3px;
  685. margin:-35px 0px 0px 0px;
  686. }
  687.  
  688. .asker:first-letter {
  689. text-transform:uppercase;
  690. }
  691.  
  692. .question {
  693. width:auto;
  694. height:auto;
  695. padding:15px 25px;
  696. margin-top:10px;
  697. margin-bottom:10px;
  698. border-top:5px double {color:border};
  699. border-bottom:2px solid {color:border};
  700. border-radius: 20px 0px 20px 0px;
  701. -moz-border-radius: 20px 0px 20px 0px;
  702. -webkit-border-radius: 20px 0px 20px 0px;
  703. background-image:url('{image:tags h3 ask background}');
  704. background-repeat:none;
  705. background-size:cover;
  706. text-shadow: 1px 0 0 {color:background}, -1px 0 0 {color:background}, 0 1px 0 {color:background}, 0 -1px 0 {color:background}, 1px 1px {color:background}, -1px -1px 0 {color:background}, 1px -1px 0 {color:background}, -1px 1px 0 {color:background};
  707. }
  708.  
  709. /*- Audio Post -*/
  710.  
  711. #player {
  712. width:30px;
  713. height:30px;
  714. overflow:hidden;
  715. position:absolute;
  716. margin-top:65px;
  717. margin-left:60px;
  718. -moz-border-radius: 30px;
  719. -webkit-border-radius: 30px;
  720. border-radius: 30px;
  721. opacity: 0.5;
  722. filter:alpha(opacity=50);
  723. -moz-opacity: 0.5;
  724. -khtml-opacity: 0.5;
  725. }
  726.  
  727. #audiowrap {
  728. padding:5px;
  729. position:relative;
  730. }
  731.  
  732. #trackposition {
  733. margin-left:175px;
  734. margin-top:-125px;
  735. height:115px;
  736. }
  737.  
  738. #songtitle {
  739. letter-spacing:2px;
  740. position:relative;
  741. }
  742.  
  743. #chat {
  744. line-height:20px;
  745. list-style:none;
  746. margin-bottom:2px;
  747. padding:10px;
  748. }
  749.  
  750. /*- quote -*/
  751.  
  752. .quote {
  753. font-size:23px;
  754. letter-spacing:1px;
  755. text-align:center;
  756. margin-bottom:5px;
  757. padding-bottom:3px;
  758. line-height:110%;
  759. font-family: 'Liu Jian Mao Cao', cursive;
  760. }
  761.  
  762. .quote:first-letter {
  763. font-size:42px;
  764. color:{color:bold};
  765. text-shadow:{color:bold border} 0px 0px 3px;
  766. text-shadow:0px 0px 5px ;
  767. }
  768.  
  769. .quotesource {
  770. text-align:right;
  771. margin-bottom:5px;
  772. }
  773.  
  774. /*- notes -*/
  775.  
  776. .notes {
  777. background:{color:posts};
  778. color:{color:text};
  779. font-style:normal;
  780. letter-spacing:0px;
  781. text-align:left;
  782. line-height:100%;
  783. width:430px;
  784. }
  785.  
  786. .notes li {
  787. list-style-type:none;
  788. padding:10px 25px 10px 25px;
  789. text-align:left;
  790. -moz-transition-duration:0.5s;
  791. -webkit-transition-duration:0.5s;
  792. -o-transition-duration:0.5s;}
  793.  
  794. .notes img.avatar {
  795. margin-right: 10px;
  796. border-radius: 15px
  797. -moz-border-radius: 15px;
  798. -webkit-border-radius: 15px;
  799. }
  800.  
  801. /*- sidebar -*/
  802.  
  803. #sidedesc {
  804. font-size:12px; /*– font size. change numbers if you want it bigger or smaller or remove this line if you want it to match with the entire blog’s font size –*/
  805. background:{color:posts}; /*– the color of your sidebar’s background. –*/
  806. border-top:5px double {color:border};
  807. border-bottom:2.5px dotted {color:border};
  808. border-radius:10px;
  809. height:auto;
  810. width:160px;
  811. margin-left:1055px;
  812. margin-top:25px;
  813. outline-offset:2px;
  814. padding:15px;
  815. text-align:center;
  816. line-height:100%;
  817. position:fixed;
  818. opacity:0.5;
  819. transition: opacity .7s ease-in-out;
  820. -moz-transition: opacity .7s ease-in-out;
  821. -webkit-transition: opacity .7s ease-in-out;
  822. overflow-y:hidden;
  823. overflow-x:hidden;
  824. }
  825.  
  826. #sidedesc:hover {
  827. opacity:1;
  828. transition: opacity .7s ease-in-out;
  829. -moz-transition: opacity .7s ease-in-out;
  830. -webkit-transition: opacity .7s ease-in-out;}
  831.  
  832. #sideheader {
  833. font-size:15px;
  834. color:{color:bold};
  835. text-align:center;
  836. background-image: url('{image:side header background}');
  837. text-shadow:0px 0px 4px {color:bold border};
  838. border-top:3px double {color:blockquote};
  839. border-bottom:3px double {color:blockquote};
  840. background-repeat:repeat;
  841. background-attachment:fixed;
  842. padding-top:3px;
  843. padding-bottom:3px;
  844. font-family: 'IM Fell English SC', serif;
  845. }
  846.  
  847. /*- credit DO NOT TOUCH -*/
  848.  
  849. #credit {
  850. z-index:999999;
  851. bottom:20px;
  852. right:10px;
  853. position:fixed;
  854. font-family: 'Caveat', cursive;
  855. font-size:40px;
  856. }
  857.  
  858. </style>
  859.  
  860. <body>
  861.  
  862. <div id="sidedesc">
  863. <div id="sideheader">{text:sect 1 title}</div>
  864. </p>
  865. {text:sidebar sect 1}</p>
  866.  
  867. <div id="sideheader">{text:sect 2 title}</div>
  868. </p>
  869. {text:sidebar sect 2}</p>
  870. <div id="sideheader">{text:sect 3 title}</div>
  871. </p>
  872. {text:sidebar sect 3}</p>
  873.  
  874. </div></div>
  875.  
  876. <div id="refresh"><a href="/" title="{text:refresh tooltip}">{text:refresh title}</a></div>
  877.  
  878. <div id="links">
  879. <div id="link1"><a href="{text:ask url}" title="{text:ask title}">{text:ask symbol}</a></div>
  880. <div id="link2"><a href="{text:submit url}" title="{text:submit title}">{text:submit symbol}</a></div>
  881. <div id="link3"><a href="{text:rules url}" title="{text:rules title}">{text:rules symbol}</a></div>
  882. <div id="link4"><a href="{text:about url}" title="{text:about title}">{text:about symbol}</a></div>
  883. <div id="link5"><a href="{text:verses url}" title="{text:verses title}">{text:verses symbol}</a></div>
  884. <div id="link6"><a href="{text:navigation url}" title="{text:navigation title}">{text:navigation symbol}</a></div>
  885. <div id="link7"><a href="{text:mun url}" title="{text:mun title}">{text:mun symbol}</a></div>
  886. </div>
  887.  
  888. </div>
  889.  
  890. <div id="container">
  891.  
  892. {block:Posts}
  893.  
  894. <div class="posts">
  895.  
  896. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  897.  
  898. {block:Photo}
  899. <div class="media">{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="100%">{LinkCloseTag}</div>
  900. {caption}{/block:Photo}
  901.  
  902. {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
  903.  
  904. {block:Photoset}{Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  905.  
  906. {block:Quote}<div class="quote">{Quote}</div>{block:Source}<div class="quotesource">{Source}</div>{/block:Source}{/block:Quote}
  907.  
  908. {block:Link}<h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  909.  
  910. {block:Chat}{block:Title}<h1>{Title}</h1></a>{/block:Title}
  911. <div id="chat">{block:Lines}<li>{block:Label}<b>{Label}</b> {/block:Label}{Line}</li>{/block:Lines}</div>{/block:Chat}
  912.  
  913. {block:Video}<center>{Video-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  914.  
  915. {block:Audio}
  916. <div id="audiowrap"><div id="player">{AudioPlayerWhite}</div>
  917. {block:AlbumArt}<img src="{AlbumArtURL}" width="150">{/block:AlbumArt}</p></div>
  918. <div id="trackposition">
  919. <div id="songtitle">{block:TrackName}<b>{TrackName}</b>{/block:TrackName}</div>
  920. {block:Artist}<i>{Artist}</i>{/block:Artist}</div>
  921. {block:caption}<div class="caption">{caption}</div>{/block:caption}
  922. {/block:Audio}
  923.  
  924. {block:Answer}
  925. <div id="askheader"><img src="https://static.tumblr.com/j0nrc4i/Qzqpxxa1a/ask.png" draggable="false"><div class="asker">{Asker}</div><span style="font-size:20px;margin-left:25px;letter-spacing:2px;font-family: 'IM Fell French Canon SC', serif;">Cries to the Goddess of Courage....</span>
  926. <div class="question">{Question}</div></div>
  927. {Answer}
  928. {/block:Answer}
  929.  
  930. </div>
  931.  
  932. <div id="reblogsymbol">
  933. <a href="{ReblogURL}" title="Scatter."><img src="https://static.tumblr.com/j0nrc4i/XxYpxu3da/reblog.png" draggable="false"></a>
  934. </div>
  935.  
  936. <div class="permalinks">
  937.  
  938. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">Via</a> •{/block:RebloggedFrom}
  939.  
  940. {block:ContentSource} <a href="{SourceURL}" title="{SourceTitle}">Source</a> •{/block:ContentSource}
  941.  
  942. {block:Date}<a href="{Permalink}" title="{DayofMonth}{DayofMonthSuffix} {Month} {Year}">{TimeAgo}</a>{/block:Date} {block:NoteCount}• <a href="{Permalink}">{NoteCountWithLabel}</a>
  943. {/block:NoteCount}
  944.  
  945. </div>
  946.  
  947. <div class="tags">{block:HasTags}{block:Tags}✿ <a href="{TagUrl}"> {Tag}</a>{/block:Tags}{/block:HasTags}</div>
  948.  
  949. {block:PostNotes}
  950. <div class="notes">
  951. {PostNotes-16}
  952. </div>
  953. {/block:PostNotes}
  954.  
  955. {/block:Posts}
  956.  
  957. </div>
  958.  
  959. <div id="pagiframe">
  960. {block:Pagination}
  961. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  962. {block:JumpPagination length="5"}
  963. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  964. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  965. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  966. {/block:Pagination}
  967. </div>
  968.  
  969. <div id="credit"><a href="#?w=250" rel="cr" class="poplight" title="Storyteller Codeweaving">oAo</a></div>
  970.  
  971. </body>
  972.  
  973. <div id="cr" class="popup_block">
  974. <div id="text">
  975.  
  976. Theme code <i>&</i> graphics by <b>Storyteller Creations</b>. If you are interested in ordering a theme from me, please visit my commissions blog <b><a href="https://storytellercreations.tumblr.com">storytellercreations</a></b>. Thank you for your interest and hope to see you soon as a client<i>!</i></p>
  977.  
  978. Artwork used in theme from <b>Bandai-Namco</b>.</p>
  979.  
  980. This theme is authorized only for <b>Adriel</b>'s use. <i>Please do not steal or directly copy the code for yourself</i>.
  981. </div></div></div></div></div></div></div></div></div></div>
  982.  
  983. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement