wuunderstruckthemes

THEME #24 - CONSTELLATIONS

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