Guest User

Untitled

a guest
Jun 22nd, 2018
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 61.05 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head>
  5.  
  6. <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
  7. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  8. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  9. <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
  10. <link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet">
  11. <link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i" rel="stylesheet">
  12. <link href="https://fonts.googleapis.com/css?family=Abril+Fatface" rel="stylesheet">
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18. <meta name="color:background" content="#000000"/>
  19. <meta name="color:text" content="#7b7b7b"/>
  20. <meta name="color:borders" content="#0a0a0a"/>
  21. <meta name="color:title color" content="#999"/>
  22. <meta name="color:title shadow" content="#212121"/>
  23. <meta name="color:side links color" content="#7b7b7b"/>
  24. <meta name="color:nav links background" content="#999"/>
  25. <meta name="color:nav links" content="#000"/>
  26. <meta name="color:container background" content="#000"/>
  27. <meta name="image:container bg" content=""/>
  28. <meta name="image:outer bg" content=""/>
  29. <meta name="image:sidebar" content=""/>
  30. <meta name="image:tab image" content=""/>
  31. <meta name="if:dark" content="1"/>
  32. <meta name="if:light" content=""/>
  33. <meta name="if:sidebar path" content="1"/>
  34. <meta name="if:grayscale" content="1"/>
  35. <meta name="if:faq" content="1"/>
  36. <meta name="text:top title" content="egoist.">
  37. <meta name="text:desc" content="lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum ad est suscipit.">
  38. <meta name="text:navigation stats" content="mun or muse info. name & age, timezone.">
  39. <meta name="text:navigation big title" content="love myself today.">
  40. <meta name="text:navigation text box" content="from now on i’ll love myself instead of you, i’ll live on, take another step to hold myself, and give myself all. love myself today, let you go today. love myself today, let you go today.">
  41. <meta name="text:question 1" content="how do you feel about the moon?">
  42. <meta name="text:question 2" content="sweet! can i add another q?">
  43. <meta name="text:question 3" content="question or rule">
  44. <meta name="text:answer 1" content="wowie.">
  45. <meta name="text:answer 2" content="yeah son.">
  46. <meta name="text:answer 3" content="mmmm nomnomnom.">
  47. <meta name="text:tab 1" content="index">
  48. <meta name="text:tab 2" content="message">
  49. <meta name="text:tab 3" content="navigation">
  50. <meta name="text:tab 4" content="muses">
  51. <meta name="text:ask tab title" content="ask me anything">
  52. <meta name="text:muse tab title" content="meet the kids!">
  53. <meta name="text:nav link 1 url" content="">
  54. <meta name="text:nav link 1 title" content="">
  55. <meta name="text:nav link 2 url" content="">
  56. <meta name="text:nav link 2 title" content="">
  57. <meta name="text:nav link 3 url" content="">
  58. <meta name="text:nav link 3 title" content="">
  59. <meta name="text:nav link 4 url" content="">
  60. <meta name="text:nav link 4 title" content="">
  61. <meta name="text:nav link 5 url" content="">
  62. <meta name="text:nav link 5 title" content="">
  63. <meta name="text:nav link 6 url" content="">
  64. <meta name="text:nav link 6 title" content="">
  65.  
  66. <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200' rel='stylesheet' type='text/css'>
  67. <link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  68. <link href='https://fonts.googleapis.com/css?family=Libre+Franklin:200,200italic,400,400italic,600,600italic' rel='stylesheet' type='text/css'>
  69.  
  70. <script>
  71. function openAlytut(evt, alytutName) {
  72. var i, x, tablinks;
  73. x = document.getElementsByClassName("alytut");
  74. for (i = 0; i < x.length; i++) {
  75. x[i].style.display = "none";
  76. }
  77. tablinks = document.getElementsByClassName("tablink");
  78. for (i = 0; i < x.length; i++) {
  79. tablinks[i].className = tablinks[i].className.replace(" tabzact", "");
  80. }
  81. document.getElementById(alytutName).style.display = "block";
  82. evt.currentTarget.className += " tabzact";
  83. }
  84. </script>
  85.  
  86. <script type="text/javascript"
  87. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  88. <script>
  89. $(document).ready(function() {
  90. //
  91. $('a.poplight[href^=#]').click(function() {
  92. var popID = $(this).attr('rel'); //Get Popup Name
  93. var popURL = $(this).attr('href'); //Get Popup href to define size
  94. var query= popURL.split('?');
  95. var dim= query[1].split('&');
  96. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  97. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  98. var popMargTop = ($('#' + popID).height() + 80) / 2;
  99. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  100. //Apply Margin to Popup
  101. $('#' + popID).css({
  102. 'margin-top' : -popMargTop,
  103. 'margin-left' : -popMargLeft
  104. });
  105. $('body').append('<div id="fade"></div>');
  106. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  107. return false;
  108. });
  109. $('a.close, #fade').live('click', function() {
  110. $('#fade , .popup_block').fadeOut(function() {
  111. $('#fade, a.close').remove(); //fade them both out
  112. });
  113. return false;
  114. });
  115. });
  116. </script>
  117.  
  118. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  119.  
  120. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  121. <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  122. <script>
  123. (function($){
  124. $(document).ready(function(){
  125. $("[title]").style_my_tooltips();
  126. });
  127. })(jQuery);
  128. </script>
  129.  
  130. <style type="text/css">
  131.  
  132.  
  133.  
  134.  
  135.  
  136. /* TABS STYLING--
  137. BASE CODE BY ALYOFRP. DO NOT REMOVE THIS CREDIT!
  138. */
  139.  
  140. .tabz {
  141. margin-top:80px;
  142. margin-left:275px;
  143. padding:13px;
  144. padding-right:0px;
  145. padding-bottom:0px;
  146. margin-right:0px;
  147. width:23px;
  148. position:fixed;
  149. z-index:9999999999999999;
  150. height:137px;
  151. z-index:99999999999999999999999;
  152. }
  153.  
  154. .joo a{
  155. color:{color:side links color};
  156. background-color:transparent;
  157. display:inline;
  158. padding-right:3px;
  159. margin-left:0px;
  160. }
  161.  
  162. .tabz a {
  163. padding:0px;
  164. text-align:center;
  165. font-family:arial black;
  166. fill:{color:side links color};
  167. font-size:15px;
  168. display:inline-block;
  169. margin-left:0px;
  170. margin-top:0px;
  171. transition:.2s;
  172. margin-bottom:16px;
  173. border-radius:5px;
  174. border-bottom:2px solid transparent;
  175. -webkit-transition:.2s;
  176. -moz-transition:.2s;
  177. }
  178.  
  179. .tabz svg {
  180. padding:2px;
  181. margin-right:2px;
  182. width:12px;
  183. text-align:center;
  184. font-family:arial black;
  185. color:{color:side links color};
  186. font-size:14px;
  187. display:inline-block;
  188. margin-top:0px;
  189. transition:.2s;
  190. border-radius:5px;
  191. border-bottom:2px solid transparent;
  192. -webkit-transition:.2s;
  193. -moz-transition:.2s;
  194. }
  195.  
  196. .tabz a:hover {/* tablinks hover color */
  197. transition:.2s;
  198. -webkit-transition:.2s;
  199. -moz-transition:.2s;
  200. opacity:0.7;
  201. }
  202.  
  203. .tabzcon { /* tablinks content aka the box under the tablinks */
  204. margin-top:0px;
  205. height:342px;
  206. margin-left:15px;
  207. padding:10px;
  208. padding-top:5px;
  209. position:absolute;
  210. z-index:9999999999999999999999999999999999;
  211. width:300px;
  212. padding-left:10px;
  213. border-radius:10px;
  214. border:0px solid rgba(255,255,255,0.03);
  215. position:fixed;
  216. overflow:auto;
  217. overflow-x:hidden;
  218. padding-top:10px;
  219. padding-right:20px;
  220. }
  221.  
  222. #base { /* the box when no tabs are selected */
  223. margin-top:45px;
  224. margin-left:0px;
  225. position:fixed;
  226. padding:10px;
  227. width:205px;
  228. height:260px;
  229. background-color:#e1c9bf;
  230. }
  231.  
  232. .tabzclose { /* the close button, u prob dont need to touch this */
  233. text-transform:uppercase;
  234. font-weight:bold;
  235. font-size:8px;
  236. padding:3px;
  237. color:inherit;
  238. margin-top:-5px;
  239. margin-right:-7px;
  240. float:right;
  241. }
  242.  
  243. .tabzclose:hover {
  244. cursor:pointer;
  245. }
  246.  
  247. ::-webkit-scrollbar-thumb {
  248. height:auto;
  249. background-color:{color:Scrollbar};
  250. margin-left:1px;
  251. display:none;
  252. }
  253.  
  254. ::-webkit-scrollbar {
  255. height:9px;
  256. width:1px;
  257. background-color:transparent;
  258. }
  259.  
  260. ::-webkit-scrollbar-thumb {
  261. background:transparent;
  262. }
  263.  
  264. ::-webkit-scrollbar-corner {
  265. background:transparent;
  266. }
  267.  
  268. body {
  269. background:{color:background};
  270. margin-top:-20px;
  271. margin-left:-100px;
  272. color:{color:text};
  273. font-family: 'Quicksand', sans-serif;
  274. line-height:200%;
  275. font-size:8px;
  276. letter-spacing:1px;
  277. text-align:justify;
  278. background-image:url('{image:outer bg}');
  279. width:701px;
  280. height:385px;
  281. margin:auto;
  282. }
  283.  
  284. sup, sub {
  285. font-size:9px;
  286. }
  287.  
  288. a {
  289. text-decoration:none;
  290. outline:none;
  291. -moz-outline-style:none;
  292. color:{color:text};
  293. }
  294.  
  295. img {
  296. border:none;
  297. }
  298.  
  299. small{
  300. font-size:9px;
  301. }
  302.  
  303. .tumblr_blog {
  304. text-transform:uppercase;
  305. letter-spacing:2px;
  306. padding-left:5px;
  307. font-family: 'Quicksand', sans-serif;
  308. font-size:6.5px;
  309. border-bottom:0px solid #222;
  310. color:{color:text};
  311. }
  312.  
  313. h1, h2 {
  314. margin:0px; padding:12px; text-align:center; background-color:rgba(255,255,255,0.025); font-size:7px; text-transform:uppercase; letter-spacing:2px; border:0px solid #0d0d0d; border-radius:7px;margin-top:5px;margin-bottom:5px;
  315. }
  316.  
  317. h1, h2 small {
  318. font-size:7px;
  319. }
  320.  
  321. blockquote {
  322. border-left:1px solid {color:borders};
  323. padding-left:10px;
  324. margin-left:5px;
  325. width:93%;
  326. }
  327.  
  328. /*CONTAINER*/
  329.  
  330. #container {
  331. margin-top:4px;
  332. margin-left:342px;
  333. margin-right:auto;
  334. width:350px;
  335. max-height:346px;
  336. text-align:left;
  337. position:fixed;
  338. padding-left:0px;
  339. padding-top:0px;
  340. }
  341.  
  342. /*ENTRIES*/
  343.  
  344. #entries {
  345. position:fixed;
  346. height:385px;
  347. border:1px solid {color:borders};
  348. width:701px;
  349. margin-left:0px;
  350. margin-top:115px;
  351. background:{color:container background};
  352. box-shadow:0px 0px 0px #222;
  353. padding-top:0px;
  354. border-radius:10px;
  355. padding-top:55px;
  356. background-image:url('{image:container bg}');
  357. }
  358.  
  359. #post {
  360. width:300px;
  361. margin-left:-10px;
  362. margin-top:-10px;
  363. height: auto;
  364. border: 1px solid rgba(255,255,255,0.03);
  365. padding:10px;
  366. margin-bottom:43px;
  367. color: {color:text};
  368. letter-spacing:0px;
  369. line-height:200%;
  370. text-align:justify;
  371. text-transform:lowercase;
  372. border-radius:10px;
  373. font-family: 'Quicksand', sans-serif;
  374. font-size:8px;
  375. letter-spacing:1px;
  376. {block:ifDark}
  377. background:rgba(4, 4, 4, 0.6);
  378. {/block:ifDark}
  379. {block:ifLight}
  380. background:rgba(255, 255, 255, 0.6);
  381. {/block:ifLight}
  382. }
  383.  
  384. #post img {
  385. border-radius:10px;
  386. opacity:0.4;
  387. }
  388.  
  389. #post img:hover {
  390. {block:ifGrayscale}
  391. -webkit-filter: grayscale(25%);
  392. {/block:ifGrayscale}
  393. -webkit-transition: all 0.6s ease-in-out;
  394. -moz-transition: all 0.6s ease-in-out;
  395. -o-transition: all 0.6s ease-in-out;
  396. -ms-transition: all 0.6s ease-in-out;
  397. transition: all 0.6s ease-in-out;
  398. }
  399.  
  400. iframe {
  401. border-radius:10px;
  402. }
  403.  
  404. .media img, .media iframe {
  405. width:300px;
  406. display:block;
  407. border-radius:10px;
  408. {block:ifGrayscale}
  409. -webkit-filter: grayscale(100%);
  410. {/block:ifGrayscale}
  411. -webkit-transition: all 0.6s ease-in-out;
  412. -moz-transition: all 0.6s ease-in-out;
  413. -o-transition: all 0.6s ease-in-out;
  414. -ms-transition: all 0.6s ease-in-out;
  415. transition: all 0.6s ease-in-out;
  416. opacity:0.4;
  417. }
  418.  
  419. .media img:hover, .media iframe:hover {
  420. width:300px;
  421. display:block;
  422. border-radius:10px;
  423. -webkit-filter: grayscale(0%);
  424. -webkit-transition: all 0.6s ease-in-out;
  425. -moz-transition: all 0.6s ease-in-out;
  426. -o-transition: all 0.6s ease-in-out;
  427. -ms-transition: all 0.6s ease-in-out;
  428. transition: all 0.6s ease-in-out;
  429. opacity:0.4;
  430. }
  431.  
  432. #post sup{
  433. line-height:200%;
  434. font-size:9px;
  435. }
  436.  
  437. #post img {
  438. {block:ifGrayscale}
  439. -webkit-filter: grayscale(100%);
  440. {/block:ifGrayscale}
  441. -webkit-transition: all 0.6s ease-in-out;
  442. -moz-transition: all 0.6s ease-in-out;
  443. -o-transition: all 0.6s ease-in-out;
  444. -ms-transition: all 0.6s ease-in-out;
  445. transition: all 0.6s ease-in-out;
  446. }
  447.  
  448. #post img:hover{
  449. -webkit-filter: grayscale(0%);
  450. -webkit-transition: all 0.6s ease-in-out;
  451. -moz-transition: all 0.6s ease-in-out;
  452. -o-transition: all 0.6s ease-in-out;
  453. -ms-transition: all 0.6s ease-in-out;
  454. transition: all 0.6s ease-in-out;
  455. }
  456.  
  457. .html_photoset {
  458. {block:ifGrayscale}
  459. -webkit-filter: grayscale(100%);
  460. {/block:ifGrayscale}
  461. -webkit-transition: all 0.6s ease-in-out;
  462. -moz-transition: all 0.6s ease-in-out;
  463. -o-transition: all 0.6s ease-in-out;
  464. -ms-transition: all 0.6s ease-in-out;
  465. transition: all 0.6s ease-in-out;
  466. }
  467. .html_photoset:hover {
  468. -webkit-filter: grayscale(0%);
  469. {block:ifGrayscale}
  470. -webkit-filter: grayscale(90%);
  471. {/block:ifGrayscale}
  472. -webkit-transition: all 0.6s ease-in-out;
  473. -moz-transition: all 0.6s ease-in-out;
  474. -o-transition: all 0.6s ease-in-out;
  475. -ms-transition: all 0.6s ease-in-out;
  476. transition: all 0.6s ease-in-out;
  477. }
  478.  
  479. .answer span,.convo li{
  480. margin:0 0 10px;
  481. border-radius:10px;
  482. padding:.5em 10px;
  483. max-width:75%;
  484. clear:both;
  485. position:relative;
  486. }
  487.  
  488. .label {
  489. font-family:calibri;
  490. font-size:8px;
  491. text-transform:uppercase;
  492. letter-spacing:1px;
  493. margin-right:2px;
  494. }
  495.  
  496. .answer .them,.user_1,.user_3,.user_5,.user_7,.user_9,.user_11{
  497. float:left;background:rgba(255,255,255,0.04);
  498. color:{color:text}left:3px;
  499. }
  500.  
  501. .answer .me,.user_2,.user_4,.user_6,.user_8,.user_10,.user_12{
  502. right:3px;
  503. float:right;
  504. background-color:transparent;
  505. text-align:right;
  506. color:{color:text};
  507. }
  508.  
  509. .me p,.answer,.asked span{padding:0;margin:0}.answer{overflow:hidden}
  510. .asked p {
  511. text-align: left;
  512. margin: 0 0px 10px 0px;
  513. padding: 0;
  514. color:{color:text};
  515. font-size: 12px;
  516. line-height: 0px;
  517. }
  518. .footerright .viasrc {
  519. float: left;
  520. }
  521. .asked a {
  522. margin:0;padding:0;
  523. }
  524.  
  525. .user_4{
  526. background-color:rgba(255,255,255,0.03);
  527. color:{color:text};
  528. padding:10px;
  529. }
  530.  
  531. .user_4::after{
  532. border-color:{color:borders};
  533. padding:10px;
  534. }
  535.  
  536. .user_3{
  537. background-color:rgba(255,255,255,0.03);
  538. padding:10px;
  539. color:{color:text};
  540. }
  541.  
  542. .user_3::after{
  543. border-color:{color:borders};
  544. padding:10px;
  545. }
  546.  
  547. .convo {
  548. overflow: hidden;
  549. list-style-type: none;
  550. padding: 0;
  551. margin: 0;
  552. }
  553.  
  554. .quote {
  555. letter-spacing:2px;
  556. padding:10px;
  557. font-size:7px;
  558. background:{color:container background};
  559. border:0px solid #222;
  560. line-height:240%;
  561. text-align:justify;
  562. text-transform:uppercase;
  563. color:{color:text};
  564. border-radius:10px;
  565. }
  566.  
  567. .source {
  568. margin-top:20px;
  569. line-height:100%;
  570. text-transform:uppercase;
  571. font-family:courier;
  572. letter-spacing:1px;
  573. font-size:10px;
  574. opacity:0.2;
  575. margin-bottom:20px;
  576. text-align:center;
  577. color:#fff;
  578. display:none;
  579. }
  580.  
  581. .source a{
  582. font-family:courier;
  583. color:#fff;
  584. }
  585.  
  586. /*BLOG TITLE*/
  587.  
  588. .title{
  589. position:fixed;
  590. color:{color:text};
  591. padding:5px;
  592. width:432px;
  593. margin-top:150px;
  594. margin-left:480px;
  595. letter-spacing:1px;
  596. font-family:'consolas';
  597. text-align:center;
  598. text-transform:uppercase;
  599. border:1px solid {color:borders};
  600. background-color:{color:container background};
  601. }
  602.  
  603. /*SIDEBAR*/
  604.  
  605. #description {
  606. border-left:0px solid {color:borders};
  607. padding:15px;
  608. font-family:{text:descfont};
  609. position:fixed;
  610. width:140px;
  611. height:285px;
  612. overflow-y:scroll;
  613. font-size:6.5px;
  614. margin-top:5px;
  615. line-height:17px;
  616. padding-top:15px;
  617. letter-spacing:0px;
  618. color:{color:text};
  619. opacity:1;
  620. border-radius:10px;
  621. margin-left:100px;
  622. text-align:justify;
  623. text-transform:uppercase;
  624. background:transparent;
  625. font-family: 'Quicksand', sans-serif;
  626. letter-spacing:1px;
  627. {block:ifDark} background:rgba(10, 10, 10, 0.7); {/block:ifDark}
  628. {block:ifLight} background:rgba(255, 255, 255, 0.7); {/block:ifLight}
  629. }
  630.  
  631. .meow {
  632. text-align:center;
  633. z-index:99999999999999999;
  634. color:{color:text};
  635. font-family:quicksand;
  636. word-spacing:-1px;
  637. letter-spacing:2px;
  638. background:{color:container background};
  639. padding:9px;
  640. border-radius:10px;
  641. max-width:110px;
  642. margin-top:-20px;
  643. text-transform:uppercase;
  644. font-size:6px;
  645. border-bottom:1px solid {color:borders};
  646. float:left;
  647. }
  648.  
  649. .meow a {
  650. font-size:7px;
  651. padding:3px;
  652. border-radius:3px;
  653. }
  654.  
  655. .meow2 {
  656. text-align:center;
  657. z-index:99999999999999999;
  658. color:{color:text};
  659. font-family:quicksand;
  660. word-spacing:-1px;
  661. letter-spacing:2px;
  662. background:{color:container background};
  663. padding:9px;
  664. border-radius:10px;
  665. max-width:110px;
  666. margin-top:-20px;
  667. text-transform:uppercase;
  668. font-size:6px;
  669. border-bottom:1px solid {color:borders};
  670. float:right;
  671. }
  672.  
  673. .meow2 a {
  674. font-size:7px;
  675. padding:3px;
  676. border-radius:3px;
  677. }
  678.  
  679. #gay {
  680. font-size:8px;
  681. letter-spacing:3px;
  682. padding-bottom:8px;
  683. border-bottom:1px solid {color:borders};
  684. color:#fff;
  685. text-align:center;
  686. text-transform:uppercase;
  687. margin-top:13px;
  688. }
  689.  
  690. #description b{
  691. font-size:11px;
  692. font-style:italic;
  693. font-weight:600;
  694. }
  695.  
  696. #description small{
  697. font-size:8px;
  698. }
  699.  
  700. #q{
  701. font-size:47px;
  702. margin-left:-27px;
  703. padding-top:15px;
  704. z-index:1;
  705. position:fixed;
  706. border-right:0px solid #222;
  707. height:52px;
  708. padding-right:-5px;
  709. background:transparent;
  710. }
  711.  
  712. @font-face{ font-family:mint; src:url('http://static.tumblr.com/y3tw76x/82Joyt2hm/taken_by_vultures_alternates_demo.ttf');}
  713.  
  714. .tits {
  715. font-size:7px;
  716. text-transform:uppercase;
  717. width:150px;
  718. position:absolute;
  719. line-height:40%;
  720. margin-left:12px;
  721. margin-top:20px;
  722. font-weight:600;
  723. font-family:mint;
  724. font-family: 'Quicksand', sans-serif;
  725. text-align:center;
  726. box-align:center;
  727. opacity:0.7;
  728. line-height:200%;
  729. z-index:999999999999999999;
  730. letter-spacing:2px;
  731. display:none;
  732. color:{color:title color};
  733. }
  734.  
  735. .tits span {
  736. font-family:calibri;
  737. font-size:8px;
  738. text-transform:uppercase;
  739. letter-spacing:2px;
  740. margin-bottom:-10px;
  741. margin-left:0px;
  742. background:#111;
  743. font-weight:normal;
  744. padding:2px;
  745. padding-left:10px;
  746. padding-right:10px;
  747. position:relative;
  748. z-index:-1;
  749. word-spacing:0px;
  750. }
  751.  
  752. #bx {
  753. width:30px;
  754. margin-left:-7px;
  755. position:fixed;
  756. padding-top:0px;
  757. padding-bottom:5px;
  758. padding-right:5px;
  759. background:transparent;
  760. border-right:none;
  761. margin-top:45px;
  762. border-right:0px solid #222;
  763. line-height:38.5px;
  764. }
  765.  
  766. #bx a{
  767. padding-left:17px;
  768. }
  769.  
  770. #bx span{
  771. margin-top:20px;
  772. margin-bottom:19px;
  773. color:#aaa;
  774. z-index:1;
  775. }
  776.  
  777. #tt {
  778. color:{color:title color};
  779. position:absolute;
  780. font-family:coco;
  781. font-size:20px;
  782. text-transform:uppercase;
  783. text-align:right;
  784. word-spacing:-0px;
  785. margin-top:-43px;
  786. letter-spacing:3px;
  787. right:30px;
  788. padding-left:20px;
  789. line-height:40%;
  790. z-index:999999999999;
  791. background:{color:container background};
  792. text-shadow:2px 2px 0px {color:title shadow};
  793. }
  794.  
  795. #tt span {
  796. padding:5px;
  797. border-radius:7px;
  798. padding-left:102px;
  799. position:relative;
  800. display:none;
  801. padding-right:102px;
  802. padding-top:10px;
  803. padding-bottom:10px;
  804. background:#000;
  805. font-family:'Lato', sans-serif;
  806. font-size:6px;
  807. letter-spacing:3px;
  808. text-transform:uppercase;
  809. color:{color:text};
  810. word-spacing:0px;
  811. border:1px solid #111;
  812. z-index:-1;
  813. }
  814.  
  815. #box{
  816. padding:10px;
  817. padding-right:150px;
  818. z-index:-9999;
  819. position:fixed;
  820. margin-top:175px;
  821. background:transparent;
  822. font-size:10px;
  823. margin-left:20px;
  824. width:520px;
  825. height:2px;
  826. border:0px solid {color:borders};
  827. color:{color:text};
  828. border-radius:10px;
  829. font-family:'arial';
  830. color:{color:background};
  831. opacity:1;
  832. z-index:1;
  833. }
  834.  
  835. #box img {
  836. position:fixed;
  837. margin-left:-150px;
  838. margin-top:-10px;
  839. width:150px;
  840. height:356px;
  841. border:solid 0px {color:borders};
  842. border-top-left-radius:10px;
  843. border-bottom-left-radius:10px;
  844. {block:ifGrayscale}
  845. -webkit-filter: grayscale(100%);
  846. {/block:ifGrayscale}
  847. -webkit-transition: all 0.6s ease-in-out;
  848. -moz-transition: all 0.6s ease-in-out;
  849. -o-transition: all 0.6s ease-in-out;
  850. -ms-transition: all 0.6s ease-in-out;
  851. transition: all 0.6s ease-in-out;
  852. background-image:url('{image:container bg}');
  853. padding:0px;
  854. }
  855.  
  856. #boxy {
  857. position:fixed;
  858. margin-left:-30px;
  859. margin-top:-70px;
  860. border-top-left-radius:10px;
  861. border-bottom-left-radius:10px;
  862. height:442px;
  863. border:solid 0px {color:borders};
  864. {block:ifGrayscale}
  865. -webkit-filter: grayscale(100%);
  866. {/block:ifGrayscale}
  867. -webkit-transition: all 0.6s ease-in-out;
  868. -moz-transition: all 0.6s ease-in-out;
  869. -o-transition: all 0.6s ease-in-out;
  870. -ms-transition: all 0.6s ease-in-out;
  871. transition: all 0.6s ease-in-out;
  872. background-image:url('{image:sidebar}');
  873. padding:0px;
  874. width:215px;
  875. {block:ifSidebarPath}
  876. width:370px;
  877. -webkit-clip-path: polygon(60% 0, 46% 51%, 61% 100%, 0 100%, 0 0);
  878. clip-path: polygon(60% 0, 46% 51%, 61% 100%, 0 100%, 0 0);
  879. {/block:ifSidebarPath}
  880. }
  881.  
  882. #boxy:hover{
  883. -webkit-filter: grayscale(100%);
  884. -webkit-transition: all 0.6s ease-in-out;
  885. -moz-transition: all 0.6s ease-in-out;
  886. -o-transition: all 0.6s ease-in-out;
  887. -ms-transition: all 0.6s ease-in-out;
  888. transition: all 0.6s ease-in-out;
  889. }
  890.  
  891. /*POST INFO*/
  892.  
  893. #info {
  894. width:280px;
  895. margin-top:10px;
  896. padding:10px;
  897. padding-bottom:0px;
  898. border-top:1px solid #111;
  899. text-align:left;
  900. text-transform:uppercase;
  901. font-size:7px;
  902. letter-spacing:2px;
  903. color:{color:text};
  904. font-weight:normal;
  905. }
  906.  
  907. #info a{
  908. color:{color:text};
  909. }
  910.  
  911. #info a:hover {
  912. color:{color:text};
  913. }
  914.  
  915. #info2 {
  916. width:280px;
  917. margin-top:10px;
  918. padding:10px;
  919. padding-bottom:0px;
  920. border-top:1px solid rgba(255,255,255,0.04);
  921. text-align:left;
  922. text-transform:uppercase;
  923. font-size:7px;
  924. letter-spacing:2px;
  925. color:{color:text};
  926. font-weight:normal;
  927. }
  928.  
  929. #info2 a{
  930. color:{color:text};
  931. }
  932.  
  933. #info2 a:hover {
  934. color:{color:text};
  935. }
  936.  
  937. .tags {
  938. text-align:center;
  939. letter-spacing:0px;
  940. font-size:8px;
  941. font-style:normal;
  942. letter-spacing:2px;
  943. display:inline;
  944. text-transform:none;
  945. }
  946.  
  947. .tags a {
  948. margin:0px 10px 0px 0px;
  949. font-weight:normal;
  950. font:consolas;
  951. }
  952.  
  953. .tags a:hover {
  954. font-style:normal;
  955. }
  956.  
  957. /*AUDIO*/
  958.  
  959. .audio {
  960. height:60px;
  961. padding:5px;
  962. margin-bottom:0px;
  963. background:rgba(255,255,255,0.02);
  964. border-radius:10px;
  965. }
  966. .audio-album {
  967. position:absolute;
  968. width:60px;
  969. }
  970.  
  971. .player {
  972. opacity:0.6;
  973. opacity:60%;
  974. border:10px solid {color:borders};
  975. width:25px;
  976. height:25px;
  977. overflow:hidden;
  978. padding-right:3px;
  979. padding-bottom:3px;
  980. position:absolute;
  981. z-index:2;
  982. margin-left:6px;
  983. margin-top:6px;
  984. }
  985.  
  986. .audio-info {
  987. margin-top:-0px;
  988. position:relative;
  989. margin-left:70px;
  990. padding:8px;
  991. padding-top:14px;
  992. text-transform:uppercase;
  993. letter-spacing:1.5px;
  994. text-align:right;
  995. font-size:7px;
  996. }
  997.  
  998. /*QUESTION*/
  999.  
  1000. #question { margin:0px; padding:12px; text-align:center; background:rgba(255,255,255,0.02); font-size:7px; text-transform:uppercase; letter-spacing:1px; border:0px solid #0d0d0d; border-radius:10px;}
  1001. #question b { text-transform:uppercase; text-align:right; color:#aaa; }
  1002. #asker a { padding:0px; border-bottom:none; color:#ccc; }
  1003. #asker { padding:5px; text-align:center; background:none; font-size:6px; color:#aaa; border-bottom:1px solid #181818; text-transform:uppercase; padding-right:0px; letter-spacing:4px; border-radius:10px;}
  1004.  
  1005. /*PAGINATION*/
  1006.  
  1007. #pagination2{
  1008. position:fixed;
  1009. width:531px;
  1010. background-color:#000;
  1011. color:{color:text};
  1012. border:1px solid {color:borders};
  1013. margin-top:130px;
  1014. margin-left:480px;
  1015. font-weight:bold;
  1016. font-family:calibri;
  1017. padding:4px;
  1018. padding-top:16px;
  1019. padding-bottom:14px;
  1020. padding-right:10px;
  1021. font-size:10px;
  1022. text-align:left;
  1023. padding-left:10px;
  1024. text-transform:uppercase;
  1025. letter-spacing:2px;
  1026. box-shadow:0px 0px 0px #222;
  1027. border-top-left-radius:10px;
  1028. border-top-right-radius:10px;
  1029. }
  1030.  
  1031. #pagination2 img {
  1032. position:fixed;
  1033. margin-left:-47px;
  1034. margin-top:-9px;
  1035. border:1px solid {color:borders};
  1036. border-radius:100%;
  1037. -webkit-filter: grayscale(100%);
  1038. -webkit-transition: all 0.6s ease-in-out;
  1039. -moz-transition: all 0.6s ease-in-out;
  1040. -o-transition: all 0.6s ease-in-out;
  1041. -ms-transition: all 0.6s ease-in-out;
  1042. transition: all 0.6s ease-in-out;
  1043. }
  1044.  
  1045. #pagination2 img:hover {
  1046. -webkit-filter: grayscale(0%);
  1047. -webkit-transition: all 0.6s ease-in-out;
  1048. -moz-transition: all 0.6s ease-in-out;
  1049. -o-transition: all 0.6s ease-in-out;
  1050. -ms-transition: all 0.6s ease-in-out;
  1051. transition: all 0.6s ease-in-out;
  1052. }
  1053.  
  1054. #pagination2 a{
  1055. color:{color:side links color};
  1056. background-color:transparent;
  1057. display:inline;
  1058. padding-right:3px;
  1059. margin-left:8px;
  1060. }
  1061.  
  1062. .mint {
  1063. position:fixed;
  1064. text-transform:uppercase;
  1065. width:20px;
  1066. height:20px;
  1067. padding-left:6px;
  1068. padding-right:4px;
  1069. padding-top:10px;
  1070. padding-bottom:0px;
  1071. font-size:18px;
  1072. text-align:center;
  1073. bottom:10px;
  1074. right:10px;
  1075. color:{color:text};
  1076. letter-spacing:1px;
  1077. border-radius:100%;
  1078. border-bottom:2px solid {color:borders};
  1079. border-radius:5px;
  1080. }
  1081.  
  1082. .tabnav {
  1083. display:inline-block;
  1084. position:fixed;
  1085. width:20px;
  1086. height:200px;
  1087. line-height:200%;
  1088. margin-right:4px;
  1089. margin-top:-141px;
  1090. margin-left:126.5px;
  1091. }
  1092.  
  1093. .tabnav a {
  1094. width:16px;
  1095. height:17px;
  1096. padding:3px;
  1097. padding-top:5px;
  1098. padding-bottom:0px;
  1099. box-align:center;
  1100. text-align:center;
  1101. font-size:12px;
  1102. margin-bottom:12px;
  1103. border-radius:5px;
  1104. display:inline-block;
  1105. transition:.7s;
  1106. -webkit-transition:.7s;
  1107. -moz-transition:.7s;
  1108. }
  1109.  
  1110. .tabnav a:hover {
  1111. color: {color:text};
  1112. transition:.7s;
  1113. -webkit-transition:.7s;
  1114. -moz-transition:.7s;
  1115. }
  1116.  
  1117. .tabtext span {
  1118. background:{color:container background};
  1119. padding:3px;
  1120. border-radius:3px;
  1121. text-transform:uppercase;
  1122. font-size:7px;
  1123. letter-spacing:1px;
  1124. }
  1125.  
  1126. .tabimg img {
  1127. opacity:0.6;
  1128. transition:.7s;
  1129. -webkit-transition:.7s;
  1130. -moz-transition:.7s;
  1131. {block:ifGrayscale}
  1132. filter:grayscale(100%);
  1133. {/block:ifGrayscale}
  1134. }
  1135.  
  1136. .tabimg img:hover {
  1137. opacity:0.7;
  1138. filter:grayscale(0%);
  1139. {block:ifGrayscale}
  1140. filter:grayscale(25%);
  1141. {/block:ifGrayscale}
  1142. transition:.7s;
  1143. -webkit-transition:.7s;
  1144. -moz-transition:.7s;
  1145. }
  1146.  
  1147. @font-face { font-family: "stylish"; src: url('https://dl.dropboxusercontent.com/s/ljshs3r55gvaof9/StylishBrush-Regular.otf'); ;}
  1148. @font-face { font-family: "hijrnotes"; src: url('https://dl.dropboxusercontent.com/s/452lfychrbgdlb2/Hijrnotes_PERSONAL_USE_ONLY.ttf') }
  1149. @font-face { font-family: hs2; src: url('https://dl.dropboxusercontent.com/s/w7mzscx82b6ybhr/HelloSunshineMarker.otf') ;}
  1150. @font-face { font-family: "coco"; src: url('https://dl.dropboxusercontent.com/s/an7gqt732m1u90r/Cocogoose%20Pro-trial.ttf') ;}
  1151.  
  1152. .tabtitle {
  1153. text-align:center;
  1154. padding:30px;
  1155. padding-top:45px;
  1156. font-family:stylish;
  1157. margin-top:15px;
  1158. font-size:60px;
  1159. border-top:1px solid {color:borders};
  1160. border-bottom:1px solid {color:borders};
  1161. background:{color:nav title background};
  1162. border-radius:10px;
  1163. line-height:10%;
  1164. position:relative;
  1165. z-index:-1;
  1166. height:35px;
  1167. transition:.7s;
  1168. -webkit-transition:.7s;
  1169. -moz-transition:.7s;
  1170. }
  1171.  
  1172. .tabtitle:hover {
  1173. letter-spacing:1px;
  1174. transition:.7s;
  1175. -webkit-transition:.7s;
  1176. -moz-transition:.7s;
  1177. }
  1178.  
  1179. .tabtitle span {
  1180. font-family: 'Quicksand', sans-serif;
  1181. font-size:7px;
  1182. text-transform:uppercase;
  1183. letter-spacing:2px;
  1184. background:{color:container background};
  1185. padding:3px;
  1186. border-radius:3px;
  1187. position:relative;
  1188. z-index:-1;
  1189. transition:.7s;
  1190. -webkit-transition:.7s;
  1191. -moz-transition:.7s;
  1192. opacity:0.1;
  1193. filter: invert(100%);
  1194. color:#fff;
  1195. transition:.7s;
  1196. -webkit-transition:.7s;
  1197. -moz-transition:.7s;
  1198. }
  1199.  
  1200. .tabtitle:hover span {
  1201. letter-spacing:2px;
  1202. opacity:0.1;
  1203. filter: invert(100%);
  1204. color:#fff;
  1205. transition:.7s;
  1206. -webkit-transition:.7s;
  1207. -moz-transition:.7s;
  1208. }
  1209.  
  1210. .askq {
  1211. width:270px;
  1212. margin-top:10px;
  1213. text-align:justify;
  1214. line-height:300%;
  1215. }
  1216.  
  1217. .askq cute {
  1218. text-transform:uppercase;
  1219. font-size:7px;
  1220. letter-spacing:1px;
  1221. padding:5px;
  1222. width:290px;
  1223. background:rgba(255,255,255,0.03);
  1224. margin-right:5px;
  1225. border-radius:2px;
  1226. }
  1227.  
  1228. .askq span {
  1229. font-size:11px;
  1230. margin-right:5px;
  1231. }
  1232.  
  1233. #muses {
  1234. width:400px;
  1235. margin-top:0px;
  1236. margin-left:3px;
  1237. padding-top:15px;
  1238. max-height:322px;
  1239. overflow-y:auto;
  1240. }
  1241.  
  1242. #muses img {
  1243. width:70px;
  1244. height:70px;
  1245. opacity:0.7;
  1246. border-radius:10px;
  1247. margin-right:3px;
  1248. {block:ifGrayscale}
  1249. -webkit-filter: grayscale(100%);
  1250. {/block:ifGrayscale}
  1251. -webkit-transition: all 0.6s ease-in-out;
  1252. -moz-transition: all 0.6s ease-in-out;
  1253. -o-transition: all 0.6s ease-in-out;
  1254. -ms-transition: all 0.6s ease-in-out;
  1255. transition: all 0.6s ease-in-out;
  1256. }
  1257.  
  1258. #muses img:hover {
  1259. -webkit-filter: grayscale(0%);
  1260. opacity:1;
  1261. {block:ifGrayscale}
  1262. -webkit-filter: grayscale(100%);
  1263. {/block:ifGrayscale}
  1264. -webkit-transition: all 0.6s ease-in-out;
  1265. -moz-transition: all 0.6s ease-in-out;
  1266. -o-transition: all 0.6s ease-in-out;
  1267. -ms-transition: all 0.6s ease-in-out;
  1268. transition: all 0.6s ease-in-out;
  1269. }
  1270.  
  1271. .musebox { margin:4px; float:left; text-align:center; display:block; padding-right:0px; margin-bottom:15px; margin-top:3.5px; border-radius:10px; margin-right:0px;margin-left:0px;}
  1272. .musename {text-align:left;margin-top:-20px;position:absolute;font-family:kino; font-size:35px; color:#ccc; width:110px; text-align:center; opacity:1;text-transform:normal;color:#aaa; text-shadow:2px 2px 0px #493c3a; z-index:9999999999;}
  1273. .musename:after { content:'.'; font-family:calibri; }
  1274. .musebox img { z-index:9999;position:relative;margin-top:15px;opacity:1; margin-right:-10px; margin-left:-10px; }
  1275. .musebox a{ margin-bottom:0px; padding:1px; }
  1276. .musebox:hover .mname { opacity:1; transition:0.5s; }
  1277. .musebox i { color:#555; border:1px solid #050505; padding:4px; width:10px; border-radius:5px; background:#050505;
  1278. -webkit-transition: all 0.7s linear;
  1279. -moz-transition: all 0.7s linear;
  1280. transition: all 0.7s linear; }
  1281. .musebox a:hover i {
  1282. background:{color:title}; color:#aaa;
  1283. -webkit-transition: all 0.7s linear;
  1284. -moz-transition: all 0.7s linear;
  1285. transition: all 0.7s linear;
  1286. }
  1287.  
  1288. .mbg {
  1289. padding:3px;
  1290. border-top-left-radius:5px;
  1291. border-top-right-radius:5px;
  1292. background:{color:text};
  1293. opacity:0.5;
  1294. color:#000;
  1295. letter-spacing:2px;
  1296. text-transform:uppercase;
  1297. font-size:7px;
  1298. text-shadow:0px 0px 0px #111;
  1299. position:relative;
  1300. z-index:9;
  1301. padding-left:6px;
  1302. padding-right:6px;
  1303. font-family: 'Quicksand', sans-serif;
  1304. font-weight:normal;
  1305. }
  1306.  
  1307. .mdesc {
  1308. margin-top:-2px;
  1309. border-bottom-left-radius:10px;
  1310. border-bottom-right-radius: 10px;
  1311. width:88px;
  1312. padding:5px;
  1313. border:1px solid #111;
  1314. margin-left:5px;
  1315. }
  1316.  
  1317. @font-face { font-family: honeyguide; src: url('https://dl.dropboxusercontent.com/s/75g4g2sfiweydth/DK%20Honeyguide%20Caps.otf') ;}
  1318.  
  1319. .mname1 {
  1320. margin-left:0px;
  1321. margin-top:-30px;
  1322. font-family:kino;
  1323. font-weight:00;
  1324. text-transform:lowercase;
  1325. width:110px;
  1326. padding-top:10px;
  1327. padding-bottom:5px;
  1328. border-radius:10px;
  1329. line-height:120%;
  1330. color:{color:title};
  1331. font-size:22px;
  1332. text-align:center;
  1333. text-shadow:2px 2px 0px #151515;
  1334. }
  1335.  
  1336. ul li {
  1337. width:95%;
  1338. }
  1339.  
  1340. #question { margin:0px; padding:12px; text-align:center; background-color:rgba(10,10,10,0.7); font-size:7px; text-transform:uppercase; letter-spacing:1px; border:0px solid #0d0d0d; border-radius:10px;}
  1341. #question b { text-transform:uppercase; text-align:right; color:#aaa; }
  1342. #asker a { padding:0px; border-bottom:none; color:#ccc; }
  1343. #asker { padding:5px; text-align:center; background:none; font-size:6px; color:#aaa; border-bottom:1px solid #181818; text-transform:uppercase; padding-right:0px; letter-spacing:4px; border-radius:10px;}
  1344.  
  1345. #audioplayer { width:27px; height:27px; background:#000; border-radius:60px; overflow:hidden; position:absolute; padding:0px; margin-top:9px; margin-left:237px; opacity:0.7; -webkit-transition:0.5s; }
  1346. #audioplayer:hover { opacity:1; -webkit-transition:0.5s; }
  1347. #audioart { float:left; margin-top:-9px; margin-left:0px; padding-right:10px; }
  1348. #audioart img { border:6px solid {color:borders}; width:50px; border-radius:0px; }
  1349. #audioinfo { background:{color:container};height:57px; margin-left:0px; text-transform:uppercase; font-size:7px; text-align:left; padding-left:10px; top:0px; padding-top:17px; letter-spacing:1px; margin-bottom:5px; padding-bottom:5px; }
  1350. .notes { text-align:left; margin-top:0px; }
  1351. .notes img { margin-right:2px; width:10px; border-radius:100px; }
  1352. ol.notes, .notes li { width:300px; list-style:none; margin:3px; margin-left:8px; padding:0px; }
  1353. .notes li a { font-weight:bold; color:{color:link}; text-transform:uppercase; font-size:7px; letter-spacing:1px; }
  1354.  
  1355. #tags {text-align:left; font-size:7px; padding-left:0px; padding-top:7px; line-height:10px; font-family: 'Quicksand', sans-serif; border-right:0px solid #d3d3d3; margin-left:5px; margin-bottom:-5px; margin-top:-7px;}
  1356. #tags a { padding:0px; border-bottom:none; color:{color:text}; text-shadow:none; text-transform:uppercase; letter-spacing:1px; font-size:7px;}
  1357. #tags i { color:{color:bold}; }
  1358.  
  1359. .answer span,.convo li { margin:0 0 0px; border-radius:0.5em; padding:.7em 8px; clear:both; list-style-type:none;}
  1360. .answer .them,.user_1,.user_3,.user_5,.user_7,.user_9,.user_11,.user_13 { background-color:rgba(10,10,10,0.7); border-radius:10px;}
  1361. .label { font-weight:normal; text-transform:uppercase; font-family: 'Quicksand', sans-serif; font-size:8px; letter-spacing:1px; }
  1362.  
  1363. .them::after,.user_2::after,.user_4::after,.user_6::after,.user_8::after,.user_10::after,.user_12::after,.user_14::after { border-left:.5em solid {color:borders}; }
  1364. .convo { overflow:hidden; list-style-type:none; padding:0px; margin-top:-13px; list-style-type:none; margin-bottom:0px; }
  1365.  
  1366. .musebox img { {block:ifGrayscale} -webkit-filter:grayscale(100%); {/block:ifGrayscale}
  1367. -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; transition: all 0.8s linear;}
  1368.  
  1369. .musebox img:hover { {block:ifGrayscale}
  1370. -webkit-filter:grayscale(100%);
  1371. {/block:ifGrayscale}
  1372. -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; transition: all 0.8s linear;}
  1373.  
  1374. #sec img { -webkit-filter:grayscale({select:greyscale});
  1375. -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; transition: all 0.8s linear;}
  1376.  
  1377. #sec img:hover { -webkit-filter:grayscale(0%); -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; transition: all 0.8s linear;}
  1378.  
  1379. #posts img { -webkit-filter:grayscale({select:greyscale});
  1380. -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; transition: all 0.8s linear; opacity:0.5; border-radius:10px; }
  1381.  
  1382. iframe { opacity:0.5; border-radius:10px; }
  1383.  
  1384. #posts img:hover { -webkit-filter:grayscale(0%); -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; transition: all 0.8s linear; opacity:0.7; }
  1385.  
  1386. .html_photoset {
  1387. -webkit-filter: grayscale({select:greyscale});-webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; transition: all 0.8s linear;
  1388. }
  1389. .html_photoset:hover {
  1390. -webkit-filter: grayscale(0);-webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; transition: all 0.8s linear;
  1391. }
  1392. #admins { position:absolute; height:152px; width:182px; padding:10px;padding-top:3px;padding-bottom:13px;border-radius:5px; line-height:100%; text-align:center; text-transform:uppercase; font-size:6.5px; letter-spacing:2px;}
  1393. #admins img {margin-left:52px; margin-top:12px; border:0px solid {color:bold}; border-radius:10px; width:250px; height:127px; background:{color:title color};
  1394. {block:ifGrayscale}
  1395. filter:grayscale(100%);
  1396. {/block:ifGrayscale}
  1397. -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; transition: all 0.8s linear;
  1398. border-top-right-radius:0px;
  1399. border-bottom-right-radius:0px;
  1400. }
  1401.  
  1402. #admins img:hover {
  1403. filter:grayscale(100%);
  1404. -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; transition: all 0.8s linear;
  1405. }
  1406. #admins cute {
  1407. padding:5px;
  1408. {block:ifDark} background:rgba(10, 10, 10, 0.7); {/block:ifDark}
  1409. {block:ifLight} background:rgba(255, 255, 255, 0.7); {/block:ifLight}
  1410. text-align:center;
  1411. padding-left:17px;
  1412. padding-right:17px;
  1413. }
  1414.  
  1415. #admins cute2 {
  1416. padding:5px;
  1417. {block:ifDark} background:rgba(10, 10, 10, 0.7); {/block:ifDark}
  1418. {block:ifLight} background:rgba(255, 255, 255, 0.7); {/block:ifLight}
  1419. text-align:center;
  1420. padding-left:17px;
  1421. padding-right:17px;
  1422. margin-left:50px;
  1423. }
  1424.  
  1425. #admins .sf {
  1426. position:absolute;
  1427. font-size:13px;
  1428. margin-top:7px;
  1429. margin-left:10px;
  1430. }
  1431.  
  1432. #admins svg {
  1433. position:absolute;
  1434. font-size:13px;
  1435. margin-top:-62px;
  1436. margin-left:10px;
  1437. fill:white;
  1438. width:13px;
  1439. }
  1440.  
  1441. #admins cuter {
  1442. position:absolute;
  1443. margin-left:15px;
  1444. margin-top:0px;
  1445. }
  1446.  
  1447. .ego {
  1448. position:absolute;
  1449. font-family: 'Abril Fatface', cursive;
  1450. font-size:60px;
  1451. width:250px;
  1452. line-height:35px;
  1453. margin-left:5px;
  1454. color:{color:title color};
  1455. background:{color:container background};
  1456. z-index:999999999999999999999999999999;
  1457. background:transparent;
  1458. }
  1459.  
  1460. .olivia {
  1461. opacity:0.4;
  1462. text-transform:uppercase;
  1463. font-family:'Quicksand';
  1464. font-size:6.5px;
  1465. letter-spacing:1px;
  1466. }
  1467.  
  1468. .loona {
  1469. padding:10px;
  1470. padding-top:12px;
  1471. padding-bottom:12px;
  1472. background:rgba(255,255,255,0.02);
  1473. text-align:center;
  1474. border-radius:6px;
  1475. text-transform:uppercase;
  1476. letter-spacing:2px;
  1477. font-size:6.5px;
  1478. }
  1479.  
  1480. .bq { padding-left:10px;margin-left:-80px; width:100px;}
  1481. .bee { margin-top:15px; width:120px; margin-left:-38px; padding-left:5px; padding-right:5px; padding-bottom:5px; border-radius:5px; }
  1482.  
  1483. .bee a{ padding-top:9px; padding-bottom:4px; padding-right:0px; padding-left:30px; text-align:left; display:table; font-family: 'Quicksand', sans-serif; text-transform:uppercase; font-size:7px; letter-spacing:2px; border-radius:5px; margin-bottom:8px; display:block; font-weight:bold; -webkit-transition: all 0.4s linear; height:15px;
  1484. -moz-transition: all 0.4s linear;
  1485. transition: all 0.4s linear;font-family: 'Quicksand', sans-serif; margin-bottom:14px;}
  1486.  
  1487. .bee a:hover i { color:{color:title}; -webkit-transition: all 0.4s linear;
  1488. -moz-transition: all 0.4s linear;
  1489. transition: all 0.4s linear; border-right:1px solid #000; }
  1490. .bee i { padding:0px;color:{color:bold};text-align:left;margin-left:-15px; font-size:13px; position:absolute; background:transparent; color:#555; padding-top:5px; padding-bottom:10px; padding-left:5px; padding-right:5px; margin-top:-6px; float:left; margin-left:-30px; border-top-left-radius:3px;border-bottom-left-radius:3px;height:7px; border:1px solid #090909;border-radius:10%; border-top-right-radius:5px; border-bottom-right-radius:5px; border-bottom-left-radius:5px; border-top-left-radius:5px; -webkit-transition: all 0.4s linear; background:{color:nav links background};
  1491. -moz-transition: all 0.4s linear;
  1492. transition: all 0.4s linear;}
  1493. .bee span {
  1494. margin-left:5px;
  1495. }
  1496.  
  1497.  
  1498. .bee a:hover .sf { transform: scale(0.9);
  1499. transition:.2s;
  1500. -webkit-transition:.2s;
  1501. -moz-transition:.2s;
  1502.  
  1503. }
  1504. .bee .sf { padding:0px;color:{color:bold};text-align:left;margin-left:-15px; font-size:16px; position:absolute; background:transparent; color:#555; padding-top:7px; padding-bottom:12px; padding-left:7px; padding-right:5px; margin-top:-6px; float:left; margin-left:-30px; border-top-left-radius:3px;border-bottom-left-radius:3px;height:7px; border-radius:10%; border-top-right-radius:5px; border-bottom-right-radius:5px; border-bottom-left-radius:5px; border-top-left-radius:5px; -webkit-transition: all 0.4s linear; background:{color:nav links background}; color:{color:nav links};
  1505. -moz-transition: all 0.4s linear;
  1506. transition: all 0.4s linear;
  1507. border-radius:100px;
  1508. height:16px;
  1509. padding:10px;
  1510. width:16px;
  1511. margin-bottom:25px;
  1512. line-height:10px; }
  1513.  
  1514. .bee2 { margin-top:10px; width:120px; margin-left:213px; padding-left:5px; padding-right:5px; padding-bottom:5px; border-radius:5px; }
  1515.  
  1516. .bee2 a{ padding-top:9px; padding-bottom:4px; padding-right:0px; padding-left:30px; text-align:left; display:table; font-family: 'Quicksand', sans-serif; text-transform:uppercase; font-size:7px; letter-spacing:2px; border-radius:5px; margin-bottom:8px; display:block; font-weight:bold; -webkit-transition: all 0.4s linear; height:15px;
  1517. -moz-transition: all 0.4s linear;
  1518. transition: all 0.4s linear;font-family: 'Quicksand', sans-serif; margin-bottom:14px;}
  1519.  
  1520. .bee2 a:hover i { color:{color:title}; -webkit-transition: all 0.4s linear;
  1521. -moz-transition: all 0.4s linear;
  1522. transition: all 0.4s linear; border-right:1px solid #000; }
  1523. .bee2 i { padding:0px;color:{color:bold};text-align:left;margin-left:-15px; font-size:13px; position:absolute; background:transparent; color:#555; padding-top:5px; padding-bottom:10px; padding-left:5px; padding-right:5px; margin-top:-6px; float:left; margin-left:-30px; border-top-left-radius:3px;border-bottom-left-radius:3px;height:7px; border:1px solid #090909;border-radius:10%; border-top-right-radius:5px; border-bottom-right-radius:5px; border-bottom-left-radius:5px; border-top-left-radius:5px; -webkit-transition: all 0.4s linear; background:{color:nav links background};
  1524. -moz-transition: all 0.4s linear;
  1525. transition: all 0.4s linear;}
  1526. .bee2 span {
  1527. margin-left:5px;
  1528. }
  1529.  
  1530.  
  1531. .bee2 a:hover .sf { transform: scale(0.9);
  1532. transition:.2s;
  1533. -webkit-transition:.2s;
  1534. -moz-transition:.2s;
  1535.  
  1536. }
  1537. .bee2 .sf { padding:0px;color:{color:bold};text-align:left;margin-left:-15px; font-size:16px; position:absolute; background:transparent; color:#555; padding-top:7px; padding-bottom:12px; padding-left:7px; padding-right:5px; margin-top:-6px; float:left; margin-left:-30px; border-top-left-radius:3px;border-bottom-left-radius:3px;height:7px; border-radius:10%; border-top-right-radius:5px; border-bottom-right-radius:5px; border-bottom-left-radius:5px; border-top-left-radius:5px; -webkit-transition: all 0.4s linear; background:{color:nav links background}; color:{color:nav links};
  1538. -moz-transition: all 0.4s linear;
  1539. transition: all 0.4s linear;
  1540. background:#aaa;
  1541. color:#000;
  1542. border-radius:100px;
  1543. height:16px;
  1544. padding:10px;
  1545. width:16px;
  1546. margin-bottom:25px;
  1547. line-height:10px; }
  1548.  
  1549. #bo { margin-left:-210px; padding:10px; height:52px; width:195px; overflow:auto; padding:10px;padding-top:3px;padding-bottom:13px;background:#0a0a0a; border-radius:5px; line-height:170%; margin-top:5px;}
  1550. #bb { font-family:kino; font-size:60px; position:fixed;margin-left:-87px;margin-top:45px; -ms-transform: rotate(-10deg); -webkit-transform: rotate(-10deg); transform: rotate(-10deg); color:#ccc; text-shadow:1px 1px 0px #000;}
  1551. #updates { position:absolute; top:15px; right:14px; width:78px; height:160px; background:#ebebeb; font-family:'work sans'; line-height:12px; overflow:auto; }
  1552. .uptitle { text-align:center; text-transform:lowercase; font-family:kino; font-size:30px; padding-bottom:3px; }
  1553. #updates h3 { background:{color:bold}; padding:4px; text-align:center; text-transform:uppercase; font-family: 'Quicksand', sans-serif; font-size:8px; letter-spacing:1px; color:#fff;font-weight:normal; }
  1554. h3 { background:{color:bold}; padding:4px; text-align:center; text-transform:uppercase; font-family: 'Quicksand', sans-serif; font-size:8px; letter-spacing:1px; color:#fff;font-weight:normal; }
  1555.  
  1556. @font-face{ font-family:kino; src:url('https://dl.dropboxusercontent.com/s/b1en98qmx0gcarj/Gineva-Regular.ttf');}
  1557.  
  1558. #boy span {
  1559. border:1px solid #111;
  1560. background:#aaa;
  1561. color:#000;
  1562. border-radius:100%;
  1563. height:18px;
  1564. padding:10px;
  1565. width:18px;
  1566. margin-bottom:15px;
  1567. line-height:10px;
  1568. display:block;
  1569. }
  1570.  
  1571. #s-m-t-tooltip {
  1572. z-index: 9999;
  1573. background:{color:background};
  1574. font-size: 12px;
  1575. line-height: 13px;
  1576. font-family:'Quicksand', sans-serif;
  1577. letter-spacing: 2px;
  1578. text-transform:uppercase;
  1579. font-size:6.5px;
  1580. border:solid 1px {color:borders};
  1581. border-radius:3px;
  1582. -o-transition: all 0.3s ease-out;
  1583. -webkit-transition: all 0.3s ease-out;
  1584. -moz-transition: all 0.3s ease-out;
  1585. text-transform: normal;
  1586. color:{color:text};
  1587. max-width: 100px;
  1588. word-wrap: break-word;
  1589. padding: 2px 5px 2px 6px;
  1590. display: block;
  1591. margin: 24px 14px 7px 12px
  1592. }
  1593.  
  1594. {CustomCSS}
  1595.  
  1596. </style></head><body>
  1597. </div>
  1598. <div id="box">
  1599. <div id="tt"><a href="/">{text:top title}</a>
  1600. </div>
  1601. <div style="width:405px; border-top:1px solid {color:borders};position:fixed; margin-left:212px;margin-top:-43px;"></div>
  1602. <div id="boxy"></div>
  1603.  
  1604. <div id="bord" style="height:30px; width:100px;border-left:1px solid {color:borders}; position:fixed; margin-left:295px; margin-top:50px;"></div>
  1605. <div id="bord2" style="height:30px; width:100px;border-left:1px solid {color:borders}; position:fixed; margin-left:295px; margin-top:245px;"></div>
  1606. <div class="tabz">
  1607. <a href="javascript:void(0)" class="tablink tabzact" onclick="openAlytut(event, 'TabzOne');"style="font-family:'Consolas';"style="font-family:'Consolas';" title="{text:tab 1}">
  1608. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 361.095 361.095" style="enable-background:new 0 0 361.095 361.095;" xml:space="preserve"><g><g><path d="M182.595,325.678c-63.183,0-120.133-42.217-138.267-102.567c-2.833-9.067-12.183-14.167-21.25-11.333 c-9.067,2.833-14.167,12.183-11.333,21.25c22.95,75.933,91.517,126.65,170.85,126.65c98.317,0,178.5-80.183,178.5-178.5 s-80.183-178.5-178.5-178.5c-55.817,0-108.233,26.633-141.667,69.7l-7.083-56.1c-1.133-9.35-9.633-15.867-18.983-14.733 C5.511,2.678-1.005,11.178,0.128,20.528l13.317,103.7c1.133,8.5,8.5,14.733,16.717,14.733c0.567,0,1.417,0,1.983,0l102.567-11.617 c9.35-1.133,16.15-9.35,15.017-18.7s-9.35-16.15-18.7-15.017l-68.85,7.65c26.633-39.95,71.683-64.6,120.417-64.6 c79.617,0,144.5,64.883,144.5,144.5S262.211,325.678,182.595,325.678z"/></g></g></svg>
  1609. </a>
  1610. <a href="javascript:void(0)" class="tablink tabzact" onclick="openAlytut(event, 'TabzTwo');"style="font-family:'Consolas';"style="font-family:'Consolas';" title="{text:tab 2}">
  1611. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 475.433 475.433" style="enable-background:new 0 0 475.433 475.433;" xml:space="preserve"><g><g><path d="M237.717,17.425C106.533,17.425,0,101.008,0,203.575c0,52.983,28.333,102.567,77.917,137.983l-17,96.617 c-1.133,6.517,1.417,13.033,6.8,16.717c2.833,2.267,6.517,3.117,9.917,3.117c2.833,0,5.667-0.567,7.933-1.983l125.517-67.433 c9.067,0.85,17.85,1.133,26.633,1.133c131.183,0,237.717-83.583,237.717-186.15S368.9,17.425,237.717,17.425z M237.717,355.442 c-9.067,0-18.7-0.567-28.333-1.417c-3.4-0.283-6.8,0.283-9.917,1.983L100.3,409.275l12.75-72.817c1.133-6.8-1.7-13.6-7.65-17.283 c-45.617-29.183-71.683-71.117-71.683-115.6c0-83.867,91.517-152.15,203.717-152.15s203.717,68.283,203.717,152.15 S349.917,355.442,237.717,355.442z"/></g></g></svg>
  1612. </a>
  1613. <a href="javascript:void(0)" class="tablink" onclick="openAlytut(event, 'TabzThree');"style="font-family:'Consolas';" title="{text:tab 3}">
  1614. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 524.237 524.237" style="enable-background:new 0 0 524.237 524.237;" xml:space="preserve"><g><g><path d="M209.95,465.552c3.117,3.117,7.367,4.533,11.9,4.533h0.283c4.533,0,8.783-1.7,11.9-4.817l183.6-188.983 c6.517-6.8,6.517-17.283-0.283-23.8L220.15,55.569c-3.117-3.117-7.65-4.817-11.9-4.817l0,0L18.133,51.035 c-9.35,0-17,7.367-17,16.717L0,254.469c0,4.533,1.7,9.067,5.1,12.183L209.95,465.552z M35.133,84.752l166.033-0.567l180.2,180.2 l-160.083,164.9L34,247.385L35.133,84.752z"/><path d="M321.017,77.669c-6.8,6.517-6.8,17.283-0.283,24.083l162.633,165.467L311.383,444.585 c-6.517,6.8-6.233,17.567,0.283,24.083c3.4,3.117,7.65,4.817,11.9,4.817c4.533,0,8.783-1.7,12.183-5.1l183.6-189.267 c6.517-6.517,6.517-17.283,0-23.8L345.1,77.952C338.3,71.435,327.533,71.152,321.017,77.669z"/><circle cx="118.15" cy="163.235" r="6.233"/><path d="M118.15,140.002c-12.75,0-23.233,10.483-23.233,23.233s10.483,23.233,23.233,23.233s23.233-10.483,23.233-23.233 C141.1,150.485,130.9,140.002,118.15,140.002z M118.15,174.002c-5.95,0-10.767-4.817-10.767-10.767 c0-5.95,4.817-10.767,10.767-10.767c5.95,0,10.767,4.817,10.767,10.767C128.917,169.185,124.1,174.002,118.15,174.002z"/></g></g></svg>
  1615. </span></a>
  1616. <a href="javascript:void(0)" class="tablink" onclick="openAlytut(event, 'TabzFour');"style="font-family:'Consolas';" title="{text:tab 4}">
  1617. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 442.403 442.403" style="enable-background:new 0 0 442.403 442.403;" xml:space="preserve"><g><g><path d="M213.05,422.652c2.833,1.7,5.95,2.833,9.35,2.833c3.117,0,6.517-0.85,9.35-2.833c7.65-5.1,187.283-123.533,207.683-243.95 c10.483-62.333-8.783-100.867-26.633-122.117c-20.967-24.933-52.133-39.667-83.017-39.667c-10.2,0-20.117,1.7-28.9,5.1 c-43.067,16.15-72.25,44.767-88.117,64.317c-15.583-19.267-42.217-47.033-74.517-58.083c-9.917-3.4-20.683-5.1-32.017-5.1 c-28.9,0-56.383,11.9-75.367,32.867c-16.717,18.417-35.7,53.55-29.75,114.75C13.016,291.185,204.833,417.268,213.05,422.652z M56.083,78.685c17.283-18.983,38.817-21.817,50.15-21.817c7.367,0,14.45,1.133,20.967,3.4 c39.383,13.317,70.833,63.467,71.4,63.75c3.117,5.1,8.783,8.217,14.733,7.933c5.95,0,11.333-3.4,14.45-8.5 c0.283-0.567,28.617-48.733,85.283-69.983c4.817-1.7,10.767-2.833,16.717-2.833c20.967,0,42.217,10.483,56.95,27.767 c19.267,22.667,25.783,55.533,18.983,94.633c-7.367,43.067-42.5,94.633-101.717,149.317c-33.433,30.883-66.3,54.683-81.6,65.45 c-16.15-11.05-51-36.55-86.417-68.85C74.216,262.285,39.366,209.868,35.116,167.368C31.433,128.552,38.516,97.952,56.083,78.685z"/></g></g></svg>
  1618. </span></a>
  1619. </div>
  1620.  
  1621. <div id="description">
  1622.  
  1623.  
  1624. {text:desc}
  1625.  
  1626.  
  1627. </div>
  1628.  
  1629. </div>
  1630. </div></div>
  1631. <div id="entries">
  1632. <div id="container">
  1633.  
  1634. <!--
  1635.  
  1636. *TABS BASE CODE BY ALYOFRP. DO NOT REMOVE THIS CREDIT!
  1637.  
  1638. < tabs links >
  1639.  
  1640. -->
  1641. <!--
  1642.  
  1643.  
  1644. < tabs links >
  1645.  
  1646. -->
  1647.  
  1648. <!-- < tabs content >
  1649. -->
  1650.  
  1651. <div id="TabzTwo" class="tabzcon alytut" style="display:none;{block:ifDark}
  1652. background:rgba(4, 4, 4, 0.6);
  1653. border: 1px solid rgba(255,255,255,0.03);
  1654. {/block:ifDark}
  1655. {block:ifLight}
  1656. background:rgba(255, 255, 255, 0.6);
  1657. border: 1px solid rgba(255,255,255,0.03);
  1658. {/block:ifLight}; padding-right:10px;">
  1659.  
  1660. <h2>{text:ask tab title}</h2>
  1661.  
  1662. {block:ifFaq}
  1663.  
  1664. <blockquote>
  1665.  
  1666. <div class="askq">
  1667.  
  1668. <span class="lnr lnr-envelope"></span>
  1669. <cute>{text:question 1}</cute> {text:answer 1}<br>
  1670.  
  1671. <span class="lnr lnr-envelope"></span>
  1672. <cute>{text:question 2}</cute> {text:answer 2}<br>
  1673.  
  1674. <span class="lnr lnr-envelope"></span>
  1675. <cute>{text:question 3}</cute> {text:answer 3}
  1676.  
  1677. </div></blockquote>
  1678.  
  1679. {/block:ifFaq}
  1680.  
  1681. <div style="margin-top:10px">
  1682. <iframe frameborder="0" border="0" scrolling="no" width="300" height="190" allowtransparency="true" src="http://www.tumblr.com/ask_form/{name}.tumblr.com" style="background-color:transparent; overflow:hidden;"></iframe></div>
  1683. </div>
  1684.  
  1685. <div id="TabzThree" class="tabzcon alytut" style="display:none;{block:ifDark}
  1686. background:rgba(4, 4, 4, 0.6);
  1687. border: 1px solid rgba(255,255,255,0.03);
  1688. {/block:ifDark}
  1689. {block:ifLight}
  1690. background:rgba(255, 255, 255, 0.6);
  1691. border: 1px solid rgba(255,255,255,0.03);
  1692. {/block:ifLight}; padding-right:10px;">
  1693.  
  1694. <!-- admins information -->
  1695.  
  1696. <div style="width:85px; border-top:0px solid #111; margin-top:0px; margin-left:18px;"></div>
  1697.  
  1698. <div id="admins">
  1699.  
  1700. <img src="{image:tab image}">
  1701.  
  1702. </div>
  1703.  
  1704. <div style="width:350px;margin-left:0px; margin-top:155px;position:absolute;">
  1705.  
  1706. <div class="ego">
  1707. {text:navigation big title}
  1708. </div>
  1709. <div class="olivia" style="width:105px; margin-left:135px;margin-top:10px; text-align:justify; padding:0px; border-radius:0px; line-height:200%; height:117px; overflow-y:scroll; word-break:break-all; padding-left:5px;">
  1710. {text:navigation text box}
  1711. </div></div>
  1712.  
  1713.  
  1714. <!-- updates information, edit this here (: -->
  1715.  
  1716.  
  1717. <ul>
  1718. <div class="bee">
  1719. <a href="{text:nav link 1 url}" title="{text:nav link 1 title}"><span class="sf sf-cherry-o"></span></a>
  1720.  
  1721. <a href="{text:nav link 2 url}" title="{text:nav link 2 title}"><span class="sf sf-saturn"></span></a>
  1722.  
  1723. <a href="{text:nav link 3 url}" title="{text:nav link 3 title}"><span class="sf sf-peach-o"></span></a>
  1724. </div>
  1725.  
  1726. <div class="bee2">
  1727. <a href="{text:nav link 4 url}" title="{text:nav link 4 title}"><span class="sf sf-heart-2-o"></span></a>
  1728.  
  1729. <a href="{text:nav link 5 url}" title="{text:nav link 5 title}"><span class="sf sf-moon-1-o"></span></a>
  1730.  
  1731. <a href="{text:nav link 6 url}" title="{text:nav link 6 title}"><span class="sf sf-tag-o"></span></a>
  1732.  
  1733. </div>
  1734.  
  1735. </ul>
  1736.  
  1737. <div class="loona">
  1738. {text:navigation stats}
  1739. </div>
  1740.  
  1741. </div>
  1742.  
  1743. <div id="TabzFour" class="tabzcon alytut" style="display:none;{block:ifDark}
  1744. background:rgba(4, 4, 4, 0.6);
  1745. border: 1px solid rgba(255,255,255,0.03);
  1746. {/block:ifDark}
  1747. {block:ifLight}
  1748. background:rgba(255, 255, 255, 0.6);
  1749. border: 1px solid rgba(255,255,255,0.03);
  1750. {/block:ifLight}; padding-right:10px;">
  1751.  
  1752. <h2 style="margin-bottom:0px;">❛ ❪ ♡ ; the sinners 。 ❫</h2>
  1753.  
  1754. <div id="muses">
  1755. <a href="/muse."><img src="https://s15.postimg.cc/5nf9zroij/image.gif" title="muse name & age. occupation. sexuality."></a>
  1756. <a href="/muse."><img src="https://s15.postimg.cc/5nf9zroij/image.gif" title="muse name & age. occupation. sexuality."></a>
  1757. <a href="/muse."><img src="https://s15.postimg.cc/5nf9zroij/image.gif" title="muse name & age. occupation. sexuality."></a>
  1758. <a href="/muse."><img src="https://s15.postimg.cc/5nf9zroij/image.gif" title="muse name & age. occupation. sexuality."></a><br>
  1759. <a href="/muse."><img src="https://s15.postimg.cc/5nf9zroij/image.gif" title="muse name & age. occupation. sexuality."></a>
  1760. <a href="/muse."><img src="https://s15.postimg.cc/5nf9zroij/image.gif" title="muse name & age. occupation. sexuality."></a>
  1761. <a href="/muse."><img src="https://s15.postimg.cc/5nf9zroij/image.gif" title="muse name & age. occupation. sexuality."></a>
  1762. <a href="/muse."><img src="https://s15.postimg.cc/5nf9zroij/image.gif" title="muse name & age. occupation. sexuality."></a>
  1763.  
  1764. </div>
  1765.  
  1766. <h2 style="margin-bottom:0px;">❛ ❪ ♡ ; the saints 。 ❫</h2>
  1767.  
  1768. <div id="muses">
  1769. <a href="/muse."><img src="https://s15.postimg.cc/5nf9zroij/image.gif" title="muse name & age. occupation. sexuality."></a>
  1770. <a href="/muse."><img src="https://s15.postimg.cc/5nf9zroij/image.gif" title="muse name & age. occupation. sexuality."></a>
  1771. <a href="/muse."><img src="https://s15.postimg.cc/5nf9zroij/image.gif" title="muse name & age. occupation. sexuality."></a>
  1772. <a href="/muse."><img src="https://s15.postimg.cc/5nf9zroij/image.gif" title="muse name & age. occupation. sexuality."></a><br>
  1773. <a href="/muse."><img src="https://s15.postimg.cc/5nf9zroij/image.gif" title="muse name & age. occupation. sexuality."></a>
  1774. <a href="/muse."><img src="https://s15.postimg.cc/5nf9zroij/image.gif" title="muse name & age. occupation. sexuality."></a>
  1775. <a href="/muse."><img src="https://s15.postimg.cc/5nf9zroij/image.gif" title="muse name & age. occupation. sexuality."></a>
  1776. <a href="/muse."><img src="https://s15.postimg.cc/5nf9zroij/image.gif" title="muse name & age. occupation. sexuality."></a>
  1777.  
  1778. </div>
  1779.  
  1780. </div>
  1781.  
  1782.  
  1783. <!--
  1784.  
  1785. < *TABS END >
  1786.  
  1787. -->
  1788.  
  1789. <div id="TabzOne" class="tabzcon alytut" style="display:block">
  1790.  
  1791. {block:Posts}
  1792.  
  1793. <!-- {block:NoRebloggedFrom}
  1794. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  1795. {/block:NoRebloggedFrom} -->
  1796. {block:ContentSource}<!-- {SourceURL}
  1797. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  1798. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1799. {/block:ContentSource}
  1800.  
  1801. <div id="post">
  1802.  
  1803. {block:Text}
  1804. {block:Title}<h1>{Title}</h1>{/block:Title}
  1805. {Body}{/block:Text}
  1806.  
  1807. {block:Photo}
  1808. <div class="media"><a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></a> </div> {block:Caption}{Caption}
  1809. {/block:Caption}
  1810. {/block:Photo}
  1811.  
  1812. {block:Photoset}<div class="media">{photoset}</div> {block:Caption}{Caption}
  1813. {/block:Caption}{/block:Photoset}
  1814.  
  1815. {block:Quote}<div class="quote">&#8220;{Quote}&#8221; </div><div class="source">— {block:Source}{Source}{/block:Source}</div> {/block:Quote}
  1816.  
  1817. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  1818.  
  1819. {block:Chat}
  1820. {block:Title}
  1821. <h2>{Title}</h2>{/block:Title}<br>
  1822. <ul class="convo">{block:Lines}<li class="line_{Alt} user_{UserNumber}">{block:Label}<span class="label"><strong>{Label}</strong></span>{/block:Label}
  1823. {Line}</li>{/block:Lines}</ul>
  1824. {/block:Chat}
  1825.  
  1826. {block:Audio}<div class="audio">{block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}<div class="audio-player">{block:AudioPlayer}<div class="player">{AudioPlayerWhite}</div>{/block:AudioPlayer}</div><div class="audio-info">{block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}</div></div>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Audio}
  1827.  
  1828. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1829.  
  1830. {block:Answer}<div id="question"> ❛ {Question} ❜ </div>
  1831. <div id="asker">{Asker} </div>
  1832. {Answer}{/block:Answer}
  1833.  
  1834. {block:Date}
  1835. <div id="info">
  1836. <a href="{Permalink}" title="{Month} {DayOfMonth}{DayOfMonthSuffix}, {Year} at {12Hour}:{Minutes}{AmPm}.">{TimeAgo}</a>{/block:Date}{block:NoteCount}
  1837.  
  1838. <span style="float:right;"><a href="{Permalink}"><i class="fa fa-heart-o" aria-hidden="true"></i> {NoteCount}</a>&nbsp; <span style="float:right;"> {block:rebloggedfrom}<a href="{reblogparenturl}" title="reblogged from"><i class="fa fa-bookmark-o"></i></a>
  1839. {/block:rebloggedfrom}{block:contentsource} <a href="{sourceurl}" title="original post" target=blank>&nbsp;<i class="fa fa-folder-o"></i></a>{/block:contentsource} | <a href="{ReblogURL}" title="reblog" target="_blank" class="details"><span class="lnr lnr-redo"></span></a></span></span>{/block:NoteCount}
  1840.  
  1841. <br><div style="padding-top:2px;">{block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}</span></div>
  1842.  
  1843. </div></div>
  1844.  
  1845. {block:PermalinkPage}
  1846. <div class="notes">{block:PostNotes}<a name="notes">{PostNotes}</a>{/block:PostNotes}</div>
  1847. {/block:PermalinkPage}
  1848.  
  1849. {/block:Posts}
  1850.  
  1851. {block:Pagination}
  1852. <div class="meow">
  1853. {block:PreviousPage}
  1854. <a href="{PreviousPage}">back</a>
  1855. {/block:PreviousPage}
  1856. </div>
  1857. {/block:Pagination}
  1858.  
  1859. {block:Pagination}
  1860. <div class="meow2">
  1861. {block:NextPage}
  1862. <a href="{NextPage}">next</a>
  1863. {/block:NextPage}
  1864. </div>
  1865. {/block:Pagination}
  1866. </div>
  1867.  
  1868. {/block:Posts}
  1869.  
  1870.  
  1871. </div></div></div>
  1872. </div>
  1873.  
  1874. </div>
  1875.  
  1876. </ul>
  1877. </div></div>
  1878.  
  1879. <div class="mint">
  1880. <a href="http://mintrps.tumblr.com/" title="theme by mintrps."><span class="lnr lnr-code"></span></a>
  1881. </div>
  1882.  
  1883.  
  1884. </div>
  1885.  
  1886. </html>
Add Comment
Please, Sign In to add comment