tanaxmercedes

theme

Jun 13th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.94 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head><title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  6.  
  7.  
  8. <!-- ✧ THEME #16 BY SKYOFRP - MEET YOU THERE. ✧
  9.  
  10. theme made using a base code by mrsthemes. navigation popup by glenthemes. fonts hosted by google & redjamies. font icons by suiomi. imessage code by animalities. audio player code by padyluppet (& modified by me).
  11.  
  12. edit as much as you'd like for personal use, and use it to learn html if you wish, but do not use as a base code and do not directly lift code from this theme and redistribute it as your own. do not touch the credit.
  13.  
  14. enjoy and let me know if you have any questions or problems! if you run into a bug or an issue, drop me an ask and i'll try to help! and finally, thank you for using my theme, it means the world.-->
  15.  
  16.  
  17. <!--------default variables-------->
  18. <meta name="color:background" content="#11261c"/>
  19. <meta name="color:accent" content="#bf927d" />
  20. <meta name="color:accent2" content="#c5b6a2" />
  21. <meta name="color:sidebar" content="#f7f7f7" />
  22. <meta name="color:description" content="#ffffff" />
  23. <meta name="color:posts" content="#fff" />
  24. <meta name="color:text" content="#666666"/>
  25. <meta name="color:chat bubble 1" content="#f7dfd9">
  26. <meta name="color:chat bubble 2" content="#ffffff">
  27.  
  28. <meta name="image:sidebar" content=""/>
  29. <meta name="image:background image" content=""/>
  30. <meta name="image:icon" content="" />
  31. <meta name="image:second icon" content="" />
  32. <meta name="image:navicon" content="" />
  33. <meta name="image:secondnavicon" content="" />
  34. <meta name="image:thirdnavicon" content="" />
  35.  
  36. <meta name="text:title" content="your title.">
  37. <meta name="text:subtitle" content="your subtitle.">
  38. <meta name="text:navicon text" content="">
  39. <meta name="text:second navicon text" content="">
  40. <meta name="text:third navicon text" content="">
  41. <meta name="text:top navtab text" content="put lyrics, stats, whatever you want here! it looks best at four lines.">
  42. <meta name="text:bottom navtab text" content="more lyrics go here! keep it to one line.">
  43. <meta name="text:sidebar link title" content="link">
  44. <meta name="text:sidebar link url" content="/">
  45. <meta name="text:nav link 1 title" content="link">
  46. <meta name="text:nav link 1 url" content="/">
  47. <meta name="text:nav link 2 title" content="link">
  48. <meta name="text:nav link 2 url" content="/">
  49. <meta name="text:nav link 3 title" content="link">
  50. <meta name="text:nav link 3 url" content="/">
  51. <meta name="text:nav link 4 title" content="link">
  52. <meta name="text:nav link 4 url" content="/">
  53. <meta name="text:nav link 5 title" content="link">
  54. <meta name="text:nav link 5 url" content="/">
  55. <meta name="text:nav link 6 title" content="link">
  56. <meta name="text:nav link 6 url" content="/">
  57.  
  58. <meta name="select:grayscale" title="0%" content="0%" />
  59. <meta name="select:grayscale" title="60%" content="60%" />
  60. <meta name="select:grayscale" title="70%" content="70%" />
  61. <meta name="select:grayscale" title="80%" content="80%" />
  62. <meta name="select:grayscale" title="90%" content="90%" />
  63. <meta name="select:grayscale" title="100%" content="100%" />
  64.  
  65. <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
  66.  
  67.  
  68. <!------------------------TOOLTIPS SCRIPT--------------------->
  69.  
  70. <link href="https://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  71. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  72. <script src="https://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  73. <script>
  74. (function($){
  75. $(document).ready(function(){
  76. $("[title]").style_my_tooltips({
  77. tip_follows_cursor:true,
  78. tip_delay_time:200,
  79. tip_fade_speed:300
  80. });
  81. });
  82. })(jQuery);
  83. </script>
  84.  
  85. <!--------------------POPUP SCRIPT------------------------------>
  86.  
  87. <script>
  88. $(document).ready(function() {
  89. //
  90. $('a.poplight[href^=#]').click(function() {
  91. var popID = $(this).attr('rel'); //Get Popup Name
  92. var popURL = $(this).attr('href'); //Get Popup href to define size
  93. var query= popURL.split('?');
  94. var dim= query[1].split('&');
  95. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  96. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  97. var popMargTop = ($('#' + popID).height() + 80) / 2;
  98. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  99. //Apply Margin to Popup
  100. $('#fade').fadeIn();
  101. return false;
  102. });
  103. $('body').append('<div id="fade"></div>');
  104. $('#fade, a.close, .closewin').live('click', function() {
  105. $('#fade, .popup_block').fadeOut(function() {
  106. $('a.close').remove(); //fade them both out
  107. });
  108. return false;
  109. });
  110. });
  111. </script>
  112.  
  113. <!-------------------------------------------------------------------->
  114.  
  115. <link href="https://fonts.googleapis.com/css?family=Questrial" rel="stylesheet">
  116.  
  117. <style type="text/css">
  118.  
  119. @font-face{ font-family:"mellati"; src: url('https://dl.dropboxusercontent.com/s/5g0m5k4s30cbktj/Mellati%20Script%20Free%20Font.otf’)'); }
  120.  
  121.  
  122. /*----------tooltips---------*/
  123.  
  124. #s-m-t-tooltip {
  125. max-width:300px;
  126. margin:15px;
  127. padding:7px;
  128. background:{color:accent};
  129. color:{color:posts};
  130. z-index:999999999999999999999999;
  131. font-size:10px;
  132. font-style:none;
  133. font-weight:bold;
  134. letter-spacing:4px;
  135. font-family:'Questrial';
  136. text-transform:lowercase;
  137. box-shadow:1px 1px 3px rgba(0,0,0,.0);
  138. border-radius:2px;
  139. }
  140.  
  141.  
  142. /*----------scrollbar---------*/
  143.  
  144. ::-webkit-scrollbar-thumb {
  145. height:auto;
  146. background-color:transparent;
  147. border-radius:20px;
  148. }
  149. ::-webkit-scrollbar {
  150. height:7px;
  151. width:3px;
  152. background-color: transparent;
  153. border-radius:50px;
  154. }
  155.  
  156. /*----------basics---------*/
  157.  
  158. body {
  159. background:{color:background} url({image:background image}) repeat right top fixed;
  160. background-size:cover;
  161. color:{color:text};
  162. font-family:'Questrial';
  163. line-height:15px;
  164. font-size:11px;
  165. margin:0;
  166. text-align:left;
  167. }
  168.  
  169. blockquote {
  170. padding-left:10px;
  171. border-left:2px solid;
  172. border-color:{color:accent2};
  173. border-radius:0px!important;
  174. margin:10px;
  175. }
  176.  
  177. a {
  178. color:{color:accent};
  179. text-decoration:none;
  180. }
  181.  
  182. a:hover {
  183. text-decoration:none;
  184. color: {color:accent2};
  185. -webkit-transition:all 0.5s;
  186. -moz-transition:all 0.5s;
  187. -ms-transition:all 0.5s;
  188. -o-transition:all 0.5s;
  189. transition:all 0.5s;
  190. }
  191.  
  192. b, strong {
  193. color:{color:accent};
  194. }
  195.  
  196. i, em {
  197. color:{color:accent2};
  198. }
  199.  
  200. img {
  201. opacity:1;
  202. text-decoration:none;
  203. }
  204.  
  205. h1 {
  206. font-family:'Questrial';
  207. text-align:center;
  208. text-transform:lowercase;
  209. letter-spacing:2px;
  210. font-size:24px;
  211. color:{color:accent2};
  212. line-height:100%;
  213. }
  214.  
  215. h2 {
  216. font-family:'mellati';
  217. text-align:center;
  218. text-transform:lowercase;
  219. letter-spacing:2px;
  220. font-size:40px;
  221. color:{color:accent};
  222. line-height:50%;
  223. }
  224.  
  225. small, sub {
  226. font-size:11px;
  227. }
  228.  
  229.  
  230. /*----------posts---------*/
  231.  
  232. .content {
  233. left:50%;
  234. width:800px;
  235. position:absolute;
  236. }
  237.  
  238. .container {
  239. background-color:{color:posts};
  240. background-position:center;
  241. left:50%;
  242. margin-left:-450px;
  243. width:900px;
  244. top:50%;
  245. margin-top:-300px;
  246. height:600px;
  247. position:fixed;
  248. border-radius:0px;
  249. z-index:99;
  250. }
  251.  
  252. .posts {
  253. {block:IndexPage}
  254. margin-top:10px;
  255. margin-bottom:50px;
  256. padding:10px;
  257. {/block:IndexPage}
  258. {block:PermalinkPage}
  259. margin-top:10px;
  260. margin-bottom:40px;
  261. padding:10px;
  262. border-radius:5px;
  263. {/block:PermalinkPage}
  264. margin-top:0px;
  265. width:400px;
  266. background-color:{color:posts};
  267. border-radius:5px;
  268. left:50%;
  269. margin-left:35px;
  270. line-height:2;
  271. }
  272.  
  273. .entries {
  274. width:500px;
  275. background-color:transparent;
  276. height:560px;
  277. max-height:560px;
  278. overflow-y:scroll;
  279. position:fixed;
  280. padding:20px;
  281. margin-top:0px;
  282. margin-left:395px;
  283. border-radius:5px 0px 5px 0px;
  284. }
  285.  
  286. .posts img, .posts blockquote {
  287. max-width: 100%;
  288. height:auto;
  289. border-radius:5px;
  290. -webkit-filter: grayscale({select:grayscale}); /* Safari 6.0 - 9.0 */
  291. filter: grayscale({select:grayscale});
  292. opacity:0.8;
  293. -webkit-transition:all 1s;
  294. -moz-transition:all 1s;
  295. -ms-transition:all 1s;
  296. -o-transition:all 1s;
  297. transition:all 1s;
  298. }
  299.  
  300. .posts img:hover, .posts blockquote:hover {
  301. -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  302. filter: grayscale(0%);
  303. opacity:1;
  304. -webkit-transition:all 1s;
  305. -moz-transition:all 1s;
  306. -ms-transition:all 1s;
  307. -o-transition:all 1s;
  308. transition:all 1s;
  309. }
  310.  
  311. .blockquote img {
  312. max-width:100%;
  313. height: auto;
  314. }
  315.  
  316. .photoset
  317. {
  318. border-radius:5px;
  319. -webkit-filter: grayscale({select:grayscale}); /* Safari 6.0 - 9.0 */
  320. filter: grayscale({select:grayscale});
  321. opacity:0.8;
  322. -webkit-transition:all 1s;
  323. -moz-transition:all 1s;
  324. -ms-transition:all 1s;
  325. -o-transition:all 1s;
  326. transition:all 1s;
  327. }
  328.  
  329. .photoset:hover {
  330. -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  331. filter: grayscale(0%);
  332. opacity:1;
  333. -webkit-transition:all 1s;
  334. -moz-transition:all 1s;
  335. -ms-transition:all 1s;
  336. -o-transition:all 1s;
  337. transition:all 1s;
  338. }
  339.  
  340. /*----------post info---------*/
  341.  
  342. .info {
  343. padding-top:20px;
  344. text-transform:uppercase;
  345. padding-bottom:15px;
  346. font-size:9px;
  347. letter-spacing:1px;
  348. margin-top:15px;
  349. text-align:center;
  350. }
  351.  
  352. .info a {
  353. color:{color:accent};
  354. padding:8px 8px 6px 8px;
  355. border-radius:5px;
  356. margin-left:-5px;
  357. margin-right:-5px;
  358. }
  359.  
  360. .info a:hover {
  361. color:{color:accent2};
  362. }
  363.  
  364. .tags {
  365. margin-left:7px;
  366. margin-top:15px;
  367. font-size:9px;
  368. letter-spacing:2px;
  369. padding-right:5px;
  370. padding-left:5px;
  371. }
  372.  
  373. .tags a {
  374. margin-right:8px;
  375. padding:3px 5px 3px 5px;
  376. border:solid 2px {color:accent};
  377. background-color:{color:posts};
  378. color:{color:accent};
  379. display:inline-block;
  380. margin-bottom:2px;
  381. border-radius:0px;
  382. -webkit-transition:all 1s;
  383. -moz-transition:all 1s;
  384. -ms-transition:all 1s;
  385. -o-transition:all 1s;
  386. transition:all 1s;
  387. }
  388.  
  389. .tags a:hover {
  390. color:{color:posts};
  391. background:{color:accent};
  392. -webkit-transition:all 1s;
  393. -moz-transition:all 1s;
  394. -ms-transition:all 1s;
  395. -o-transition:all 1s;
  396. transition:all 1s;
  397. }
  398.  
  399.  
  400. /*----------post notes---------*/
  401.  
  402. ol.notes {
  403. padding:10px;
  404. margin:0px 0px 0px 10px;
  405. list-style-type:none;
  406. background:{color:posts};
  407. width:400px;
  408. border-radius:5px;
  409. left:50%;
  410. margin-left:45px;
  411. padding-bottom:5px;
  412. font-size:12px;
  413. }
  414.  
  415. ol.notes li.note {
  416. padding:10px;
  417. }
  418.  
  419. ol.notes li.note img.avatar {
  420. vertical-align:-4px;
  421. margin-right:10px;
  422. width:16px;
  423. height:16px;
  424. transform: rotate(-5deg);
  425. border-top:solid 1px #eee;
  426. border-left:solid 1px #eee;
  427. border-right:solid 1px #eee;
  428. border-bottom:solid 5px #eee;
  429. }
  430.  
  431. ol.notes li.note span.action {
  432. font-weight:none;
  433. background-color:transparent;
  434. }
  435.  
  436. ol.notes li.note .answer_content {
  437. font-weight:normal;
  438. }
  439.  
  440. ol.notes li.note blockquote {
  441. padding:4px 10px;
  442. margin:10px 0px 0px 25px;
  443. }
  444.  
  445. ol.notes li.note blockquote a {
  446. text-decoration:none;
  447. background-color:transparent;
  448. }
  449.  
  450. ol.notes .like a {
  451. background-color:{color:accent};
  452. color:{color:posts};
  453. padding:2px;
  454. border-radius:3px;
  455. }
  456.  
  457. ol.notes .reblog a {
  458. background-color:{color:accent2};
  459. color:{color:posts};
  460. padding:2px;
  461. border-radius:3px;
  462. }
  463.  
  464. .avatar_frame {
  465. background-color:transparent!important;
  466. }
  467.  
  468. /*----------sidebar---------*/
  469.  
  470. .sidebar {
  471. background-color:{color:sidebar};
  472. position:fixed;
  473. width:420px;
  474. height:600px;
  475. z-index:999;
  476. }
  477.  
  478. .sidebarimg {
  479. -webkit-clip-path: polygon(0 0, 0% 100%, 89% 100%);
  480. clip-path: polygon(0 0, 0% 100%, 89% 100%);
  481. height:600px;
  482. width:400px;
  483. background-image:url({image:sidebar});
  484. background-size:cover;
  485. position:fixed;
  486. z-index:99;
  487. margin-top:1px;
  488. }
  489.  
  490. .inner {
  491. background-color:transparent;
  492. width:220px;
  493. margin:10px;
  494. }
  495.  
  496. .icon {
  497. width:120px;
  498. position:fixed;
  499. margin-left:200px;
  500. margin-top:470px;
  501. z-index:9999999;
  502. }
  503.  
  504. .icon img {
  505. width:120px;
  506. height:120px;
  507. transform: rotate(-10deg);
  508. border-top:solid 5px #eee;
  509. border-left:solid 5px #eee;
  510. border-right:solid 5px #eee;
  511. border-bottom:solid 15px #eee;
  512. }
  513.  
  514. .secondicon {
  515. width:120px;
  516. position:fixed;
  517. margin-left:290px;
  518. margin-top:450px;
  519. z-index:9999999;
  520. }
  521.  
  522. .secondicon img {
  523. width:120px;
  524. height:120px;
  525. transform: rotate(10deg);
  526. border-top:solid 5px #eee;
  527. border-left:solid 5px #eee;
  528. border-right:solid 5px #eee;
  529. border-bottom:solid 15px #eee;
  530. }
  531.  
  532. .title {
  533. font-family:'mellati';
  534. font-size:75px;
  535. text-transform:lowercase;
  536. font-weight:bold;
  537. margin-top:90px;
  538. margin-left:50px;
  539. text-align:center;
  540. color:{color:accent2};
  541. z-index:99999999999999999;
  542. line-height:80%;
  543. position:fixed;
  544. width:350px;
  545. transform: rotate(-5deg);
  546. }
  547.  
  548. .subtitle {
  549. font-family:'Questrial';
  550. text-align:right;
  551. color:{color:accent};
  552. font-size:12px;
  553. text-transform:uppercase;
  554. font-weight:bold;
  555. width:400px;
  556. margin-left:10px;
  557. position:fixed;
  558. margin-top:230px;
  559. z-index:9999999999999999;
  560. letter-spacing:2px;
  561. }
  562.  
  563. .pagination {
  564. text-align:right;
  565. font-weight:normal;
  566. padding-top:5px;
  567. letter-spacing:0px;
  568. width:350px;
  569. background-color:{color:accent};
  570. margin-top:410px;
  571. margin-left:70px;
  572. position:fixed;
  573. height:50px;
  574. }
  575.  
  576. .pagination a {
  577. width:60px;
  578. color:{color:posts};
  579. font-size:9px;
  580. padding:5px;
  581. border-radius:5px;
  582. font-weight:normal;
  583. text-transform:uppercase;
  584. letter-spacing:4px;
  585. }
  586.  
  587. .pagination a:hover{
  588. color:{color:sidebar};
  589. letter-spacing:6px;
  590. -webkit-transition:all 1s;
  591. -moz-transition:all 1s;
  592. -ms-transition:all 1s;
  593. -o-transition:all 1s;
  594. transition:all 1s;
  595. }
  596.  
  597. .links {
  598. width:350px;
  599. font-family:'Questrial';
  600. display:inline-block;
  601. height:45px;
  602. margin-left:50px;
  603. margin-top:10px;
  604. position:fixed;
  605. z-index:99999999999999999999999999;
  606. border:solid 3px {color:accent};
  607. }
  608.  
  609. .links a {
  610. display:inline-block;
  611. color:{color:accent2};
  612. margin-left:8px;
  613. margin-top:5px;
  614. margin-bottom:3px;
  615. padding:10px;
  616. font-size:13px;
  617. text-transform:uppercase;
  618. font-weight:bold;
  619. }
  620.  
  621. .links a:hover {
  622. color:{color:accent};
  623. border-radius:5px;
  624. height:15px;
  625. }
  626.  
  627. .description {
  628. position:fixed;
  629. color:{color:text};
  630. margin-top:270px;
  631. margin-left:210px;
  632. width:180px;
  633. text-align:center;
  634. line-height:170%;
  635. letter-spacing:1px;
  636. text-transform:lowercase;
  637. font-size:9px;
  638. height:100px;
  639. max-height:100px;
  640. overflow-y:scroll;
  641. padding:7px;
  642. background:{color:description};
  643. border-radius:5px;
  644. }
  645.  
  646. /*----------popup----------*/
  647.  
  648. .popup_block {
  649. display:none;
  650. top:50%;left:50%;
  651. transform: translate(-50%, -50%);
  652. background:{color:posts};
  653. position:fixed;
  654. float:left;
  655. z-index:99;
  656. margin-left:225px;
  657. height:600px;
  658. }
  659.  
  660. #fade {
  661. display:none;
  662. position:fixed;
  663. left:0px;
  664. top:0px;
  665. width:100%;
  666. height:100%;
  667. z-index:9;
  668. background:transparent; /* popup box overlay color */
  669. }
  670.  
  671. .closebutton, .closebutton a {
  672. position:fixed;
  673. color:{color:text};
  674. font-size:18px;
  675. display:inline-block;
  676. margin-left:215px;
  677. margin-top:5px;
  678. z-index:1001;
  679. }
  680.  
  681. .navimg {
  682. -webkit-clip-path: polygon(29% 0, 100% 100%, 100% 0);
  683. clip-path: polygon(29% 0, 100% 100%, 100% 0);
  684. height:400px;
  685. width:500px;
  686. position:fixed;
  687. z-index:1000;
  688. margin-left:50px;
  689. }
  690.  
  691. .navicon {
  692. width:120px;
  693. position:fixed;
  694. margin-top:20px;
  695. z-index:9;
  696. display:inline-block;
  697. }
  698.  
  699. .navicon img {
  700. width:120px;
  701. height:120px;
  702. transform: rotate(-10deg);
  703. border-top:solid 5px #eee;
  704. border-left:solid 5px #eee;
  705. border-right:solid 5px #eee;
  706. border-bottom:solid 35px #eee;
  707. }
  708.  
  709. .secondnavicon {
  710. width:120px;
  711. position:fixed;
  712. margin-left:145px;
  713. margin-top:20px;
  714. z-index:1001;
  715. }
  716.  
  717. .secondnavicon img {
  718. width:120px;
  719. height:120px;
  720. transform: rotate(8deg);
  721. border-top:solid 5px #eee;
  722. border-left:solid 5px #eee;
  723. border-right:solid 5px #eee;
  724. border-bottom:solid 35px #eee;
  725. }
  726.  
  727. .thirdnavicon {
  728. width:120px;
  729. position:fixed;
  730. margin-left:280px;
  731. margin-top:20px;
  732. z-index:1000;
  733. }
  734.  
  735. .thirdnavicon img {
  736. width:120px;
  737. height:120px;
  738. transform: rotate(-8deg);
  739. border-top:solid 5px #eee;
  740. border-left:solid 5px #eee;
  741. border-right:solid 5px #eee;
  742. border-bottom:solid 35px #eee;
  743. }
  744.  
  745. h3 {
  746. font-family:'mellati';
  747. color:{color:accent};
  748. font-size:32px;
  749. transform: rotate(-10deg);
  750. z-index:10;
  751. margin-top:150px;
  752. margin-left:15px;
  753. display:inline-block;
  754. position:fixed;
  755. width:120px;
  756. text-align:center;
  757. }
  758.  
  759. h4 {
  760. font-family:'mellati';
  761. color:{color:accent};
  762. font-size:32px;
  763. transform: rotate(8deg);
  764. z-index:1002;
  765. margin-top:150px;
  766. margin-left:140px;
  767. display:inline-block;
  768. position:fixed;
  769. width:120px;
  770. text-align:center;
  771. }
  772.  
  773. h5 {
  774. font-family:'mellati';
  775. color:{color:accent};
  776. font-size:32px;
  777. transform: rotate(-8deg);
  778. z-index:1002;
  779. margin-top:150px;
  780. margin-left:290px;
  781. display:inline-block;
  782. position:fixed;
  783. width:120px;
  784. text-align:center;
  785. }
  786.  
  787. h6 {
  788. font-family:'Questrial';
  789. color:{color:accent2};
  790. font-size:28px;
  791. width:400px;
  792. margin-top:230px;
  793. text-align:center;
  794. text-transform:uppercase;
  795. line-height:130%;
  796. height:144px;
  797. max-height:144px;
  798. overflow:hidden;
  799. }
  800.  
  801. h7 {
  802. font-family:'mellati';
  803. color:{color:accent2};
  804. font-size:40px;
  805. transform: rotate(2deg);
  806. font-weight:bold;
  807. margin-top:40px;
  808. position:fixed;
  809. width:500px;
  810. border-bottom:dashed 3px {color:accent};
  811. padding-bottom:5px;
  812. text-align:center;
  813. margin-left:-50px;
  814. }
  815.  
  816. .navlinks {
  817. padding-top:10px;
  818. padding-right:40px;
  819. padding-left:40px;
  820. width:400px;
  821. height:80px;
  822. margin-top:-29px;
  823. margin-left:-30px;
  824. text-align:center;
  825. background-color:{color:accent};
  826. z-index:99;
  827. }
  828.  
  829. .navlinks a {
  830. margin-left:8px;
  831. padding:3px 5px 3px 5px;
  832. border:solid 2px {color:accent};
  833. background-color:{color:posts};
  834. color:{color:accent2};
  835. font-size:11px;
  836. width:100px;
  837. height:15px;
  838. overflow:hidden;
  839. letter-spacing:2px;
  840. display:inline-block;
  841. margin-bottom:10px;
  842. border-radius:0px;
  843. text-transform:uppercase;
  844. z-index:99999999999;
  845. }
  846.  
  847. .navlinks a:hover {
  848. color:{color:posts};
  849. background:{color:accent};
  850. }
  851.  
  852. /*----------quotes---------*/
  853.  
  854. .quote {
  855. text-transform:uppercase;
  856. font-size:15px;
  857. font-weight:bold;
  858. text-align:center;
  859. letter-spacing:3px;
  860. margin-top:10px;
  861. }
  862.  
  863. .quotesource {
  864. text-align:center;
  865. margin-top:10px;
  866. }
  867.  
  868.  
  869. /*----------chat---------*/
  870.  
  871. /* IMESSAGE CHAT POST */
  872. .answer span,
  873.  
  874. .convo li{margin:0 0 5px;border-radius:1em;padding:.5em 10px;max-width:75%;clear:both;position:relative;line-height:normal;}
  875.  
  876. .answer .them,.user_1,.user_3,.user_5,.user_7,.user_9,.user_11{float:left;background:{color:chat bubble 2};color:#000;left:3px}
  877.  
  878. .me::after,.user_1::after,.user_3::after,.user_5::after,.user_7::after,.user_9::after,.user_11::after{content:"";position:absolute;left:-.5em;bottom:0;width:.5em;height:1em;border-right:.5em solid {color:chat bubble 2};border-bottom-right-radius:1em .5em}
  879.  
  880. .answer .me,.user_2,.user_4,.user_6,.user_8,.user_10,.user_12{right:3px;float:right;background-color:{color:chat bubble 1};color:#000}
  881.  
  882. .them::after,.user_2::after,.user_4::after,.user_6::after,.user_8::after,.user_10::after,.user_12::after{content:"";position:absolute;right:-.5em;bottom:0;width:.5em;height:1em;border-left:.5em solid {color:chat bubble 1}; border-bottom-left-radius:1em .5em}
  883.  
  884. .me p,.answer,.asked span{padding:0;margin:0}.answer{overflow:hidden}
  885.  
  886. .asked p {
  887. text-align: left;
  888. margin: 0 0px 10px 0px;
  889. padding: 0;
  890. color: #666666;
  891. font-family:'Questrial';
  892. font-size: 12px;
  893. line-height: 0px;
  894. }
  895. .footerright .viasrc {
  896. float: left;
  897. }
  898. .asked a {
  899. margin:0;padding:0;
  900. }
  901. .user_4{background-color:{color:chat bubble 1};color:#000}.user_4::after{border-color:{color:chat bubble one}}.user_6{background-color:{color:chat bubble 1};color:#000000}.user_6::after{color: chat bubble 1}}.user_5{background-color:{color:chat bubble 2};color:#000}.user_5::after{{color:chat bubble 2}}.user_3{background-color:{color:chat bubble 2};color:#000}.user_3::after{border-color:{color:chat bubble 2}}.user_7{background-color:{color:chat bubble 2};color:#000}.user_7::after{{color:chat bubble 2}}.user_8{background-color:{color:chat bubble 1};color:#000}.user_8::after{{color:chat bubble 2}}.user_9{color:chat bubble 1}.user_9::after{{color:chat bubble 2}}
  902. .convo {
  903. overflow: hidden;
  904. list-style-type: none;
  905. padding: 0;
  906. margin: 0;
  907. }
  908.  
  909.  
  910. /*----------questions---------*/
  911.  
  912. .question {
  913. padding:5px;
  914. text-align:center;
  915. padding:20px;
  916. border:solid 3px {color:accent};
  917. color:{color:text};
  918. text-transform:lowercase;
  919. letter-spacing:1px;
  920. font-size:12px;
  921. font-weight:bold;
  922. }
  923.  
  924. .question img {
  925. float:left;
  926. }
  927.  
  928. .asker {
  929. font-family:'mellati';
  930. font-weight:bold;
  931. letter-spacing:2px;
  932. color:{color:accent};
  933. text-transform:lowercase;
  934. font-size:32px;
  935. margin-top:-10px;
  936. float:right;
  937. display:inline-block;
  938. }
  939.  
  940. .answer {
  941. display:inline-block;
  942. }
  943.  
  944. /*----------audio---------*/
  945.  
  946. .playerbuttonbg {
  947. position: absolute;
  948. left: 25px;
  949. top: 30px;
  950. background-color:transparent;
  951. padding: 10px;
  952. opacity: .4;
  953. filter: alpha(opacity=40);
  954. -moz-opacity: 0.4;
  955. -khtml-opacity: 0.4;
  956. transition: opacity .7s ease-in-out;
  957. -moz-transition: opacity .7s ease-in-out;
  958. -webkit-transition: opacity .7s ease-in-out;
  959. padding-bottom:20px;
  960. }
  961.  
  962. .playerbuttonbg:hover {
  963. opacity: 1;
  964. filter: alpha(opacity=100);
  965. -moz-opacity: 1;
  966. -khtml-opacity: 1;
  967. -webkit-transition:all 0.5s;
  968. -moz-transition:all 0.5s;
  969. -ms-transition:all 0.5s;
  970. -o-transition:all 0.5s;
  971. transition:all 0.5s;
  972. }
  973.  
  974. .tumblr_audio_player {
  975. height: 90px;
  976. width: 32px;
  977. }
  978.  
  979. .audioimgwrapper {
  980. position: absolute;
  981. left: 0px;
  982. top: 0px;
  983. -webkit-border-radius: 5px;
  984. -moz-border-radius: 5px;
  985. border-radius: 5px;
  986. overflow: hidden;
  987. width: 100px;
  988. height: 100px;
  989. }
  990.  
  991. .audioimgwrapper img {
  992. width: 100%;
  993. height: auto;
  994. -webkit-border-radius: 5px;
  995. -moz-border-radius: 5px;
  996. border-radius: 5px;
  997. }
  998.  
  999. .trackdetails {
  1000. width:280px;
  1001. max-width:280px;
  1002. display:inline-block;
  1003. margin-left:110px;
  1004. min-height: 85px;
  1005. font-family:'Questrial';
  1006. font-weight:bold;
  1007. text-transform:lowercase;
  1008. letter-spacing:1px;
  1009. text-align:center;
  1010. }
  1011.  
  1012. .audiowrapper {
  1013. position: relative;
  1014. display:inline-block;
  1015. }
  1016.  
  1017. /*----------credit---------*/
  1018.  
  1019. .credit {
  1020. font-size:15px;
  1021. font-family:'Questrial';
  1022. position:fixed;
  1023. font-weight:normal;
  1024. bottom:10px;
  1025. right:15px;
  1026. z-index:10;
  1027. text-align:right;
  1028. }
  1029.  
  1030. .credit a {
  1031. background-color:{color:accent};
  1032. color:{color:posts};
  1033. padding-top:6px;
  1034. padding-right:7px;
  1035. padding-left:6px;
  1036. padding-bottom:2px;
  1037. border-radius:5px;
  1038. }
  1039.  
  1040. .credit a:hover {
  1041. background-color:{color:posts};
  1042. color:{color:accent};
  1043. }
  1044.  
  1045.  
  1046. </style>
  1047. </head>
  1048.  
  1049. <body>
  1050.  
  1051. <div class="content">
  1052.  
  1053. <div class="credit">
  1054. <a title="skyofrp" href="https://skyofrp.tumblr.com/"><span class="th th-avocado-o
  1055. "></span></a></div>
  1056.  
  1057. <div class="container">
  1058. <div class="links">
  1059. <a href="/">home</a>
  1060. <a href="/ask">message</a>
  1061. <a href="#?w=450" rel="box" class="poplight">navigation</a>
  1062. <a href="{text:sidebar link url}">{text:sidebar link title}</a>
  1063. </div>
  1064.  
  1065.  
  1066. <div class="sidebar">
  1067. <div class="sidebarimg"></div>
  1068. <div class="title">{text:title}</div>
  1069. <div class="subtitle">{text:subtitle}</div>
  1070. <div class="description">{description}</div>
  1071.  
  1072. <div class="pagination">
  1073. {block:Pagination}
  1074. {block:PreviousPage}
  1075. <a href="{PreviousPage}">« sink</a>&nbsp;&nbsp;{/block:PreviousPage}
  1076.  
  1077. {block:NextPage}
  1078. <a href="{NextPage}"> swim » </a>
  1079. {/block:NextPage}
  1080. {/block:Pagination}
  1081. </div>
  1082.  
  1083. <div class="secondicon"><img src="{image:second icon}"></div>
  1084. <div class="icon"><img src="{image:icon}"></div>
  1085.  
  1086. </div>
  1087.  
  1088. <!------POPUP----->
  1089.  
  1090.  
  1091. <div id="box" class="popup_block">
  1092.  
  1093. <div class="closebutton"><a href="#" class="closewin">X</a></div>
  1094. <div class="navimg"><img src="{image:sidebar}"></div>
  1095.  
  1096. <h3>{text:navicon text}</h3> <div class="navicon"><img src="{image:navicon}"></div>
  1097. <h4>{text:second navicon text}</h4> <div class="secondnavicon"><img src="{image:secondnavicon}"></div>
  1098. <h5>{text:third navicon text}</h5> <div class="thirdnavicon"><img src="{image:thirdnavicon}"></div>
  1099. <h6>{text:top navtab text}</h6>
  1100.  
  1101. <div class="navlinks">
  1102. <a href="{text:nav link 1 url}">{text:nav link 1 title}</a>
  1103. <a href="{text:nav link 2 url}">{text:nav link 2 title}</a>
  1104. <a href="{text:nav link 3 url}">{text:nav link 3 title}</a>
  1105. <a href="{text:nav link 4 url}">{text:nav link 4 title}</a>
  1106. <a href="{text:nav link 5 url}">{text:nav link 5 title}</a>
  1107. <a href="{text:nav link 6 url}">{text:nav link 6 title}</a>
  1108. </div>
  1109.  
  1110. <h7>{text:bottom navtab text}</h7>
  1111.  
  1112. </div>
  1113.  
  1114. <!-----END POPUP---->
  1115.  
  1116. <div class="entries">
  1117. {block:Posts}
  1118. <div class="posts">
  1119.  
  1120. {block:Text}
  1121. <h1>{block:Title}{Title}{/block:Title}</h1>
  1122. {Body}{/block:Text}
  1123.  
  1124.  
  1125. {block:Photo}
  1126. {LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
  1127. {block:Caption}{Caption}{/block:Caption}
  1128. {/block:Photo}
  1129.  
  1130.  
  1131. {block:Photoset}
  1132. {Photoset-400}
  1133. {block:Caption}{Caption}{/block:Caption}
  1134. {/block:Photoset}
  1135.  
  1136.  
  1137. {block:Quote}
  1138. <div class="quote">&#8220;{Quote}&#8221;</div>
  1139. {block:Source}<div class="quotesource"> — <i>{Source}</i></div>
  1140. {/block:Source}{/block:Quote}
  1141.  
  1142.  
  1143. {block:Link}
  1144. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  1145. {block:Description}{Description}{/block:Description}
  1146. {/block:Link}
  1147.  
  1148.  
  1149. {block:Chat}
  1150. {block:Title}
  1151. <h1>{Title}</h1>{/block:Title}<br>
  1152. <ul class="convo">{block:Lines}<li class="line_{Alt} user_{UserNumber}">{block:Label}<span class="label"><strong>{Label}</strong></span>{/block:Label}
  1153. {Line}</li>{/block:Lines}</ul>
  1154. {/block:Chat}
  1155.  
  1156.  
  1157. {block:Audio}
  1158. {block:AudioPlayer}
  1159. <div class="audiowrapper">
  1160. {block:AlbumArt}
  1161. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  1162. {/block:AlbumArt}
  1163.  
  1164. <div class="playerbuttonbg">
  1165. <div class="newplayerbutton">
  1166. <div class="playerbuttonhug">
  1167.  
  1168. {AudioPlayer}
  1169.  
  1170. </div>
  1171. </div>
  1172. </div>
  1173.  
  1174. <div class="trackdetails">
  1175.  
  1176. {block:TrackName}<h2>{TrackName}</h2>{/block:TrackName}
  1177. {block:Artist}Artist: {Artist}{/block:Artist}
  1178. {block:Album}<br>Album: {Album}{/block:Album}<br/>
  1179. {PlayCountWithLabel}
  1180.  
  1181. </div>
  1182. </div>
  1183. {/block:AudioPlayer}
  1184.  
  1185. {block:Caption}{Caption}{/block:Caption}
  1186. {/block:Audio}
  1187.  
  1188.  
  1189. {block:Video}
  1190. {Video-400}
  1191. {block:Caption}{Caption}{/block:Caption}
  1192. {/block:Video}
  1193.  
  1194.  
  1195. {block:Answer}
  1196. <div class="question"><img src="{AskerPortraitURL-40}">
  1197. {Question}<br><div class="asker">{Asker}</div></div><br>
  1198. <div class="answer">
  1199. {Answer}</div>
  1200. {/block:Answer}
  1201.  
  1202. {block:Date}
  1203. <div class="info">
  1204. <a href="{Permalink}"><span class="th th-clock-o"></span></span> {timeago}</a>
  1205.  
  1206. &nbsp;&nbsp;
  1207. <a href="{Permalink}"><span class="th th-heart-1-o"></span></span> {NoteCountwithLabel}</a>
  1208. &nbsp;&nbsp;
  1209.  
  1210. {block:RebloggedFrom}
  1211. <a href="{ReblogParentURL}" title="{ReblogParentname}"><span class="th th-upload-o"></span></span> via</a>
  1212. &nbsp;&nbsp;
  1213. {/block:RebloggedFrom}
  1214. {block:ContentSource}
  1215. <a href="{SourceURL}" title="{SourceTitle}"><span class="th th-home-o"></span> source</a>
  1216. &nbsp;&nbsp;
  1217. {/block:ContentSource}
  1218.  
  1219. <a href="{ReblogURL}" target="_blank" class="details"><span class="th th-reload"></span> reblog</a>
  1220. {/block:Date}
  1221.  
  1222. {block:HasTags}
  1223. <div class="tags">
  1224. {block:Tags}
  1225.  
  1226. <a href="{TagURL}"># {Tag}</a>
  1227. {/block:Tags}
  1228. </div>
  1229. {/block:HasTags}
  1230.  
  1231.  
  1232. </div>
  1233. </div>
  1234.  
  1235.  
  1236. {block:PostNotes}
  1237. {PostNotes}
  1238. {/block:PostNotes}
  1239.  
  1240.  
  1241. {/block:Posts}
  1242.  
  1243.  
  1244. {block:ContentSource}
  1245. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  1246. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  1247. {/block:SourceLogo}
  1248. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  1249. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  1250.  
  1251.  
  1252.  
  1253. </body>
  1254.  
  1255. </div> </div></div></div></div></div></div></div></div></div></div></div>
  1256. </html>
Add Comment
Please, Sign In to add comment