Guest User

Untitled

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