wuunderstruckthemes

THEME #19 - NEW ROMANTICS

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