Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--
- COSMiC !!!
- . . . by gordonramsei ,
- * USER NOTES / STYLING TIPS !
- - the seriff font in ALL the titles can be
- utilized with the <b>bold</b> tags .
- i styled the main title like :
- <b>* /</b> local cosmic <b>demigod</b>!
- u may find and edit the size of the title
- be cntrl + f ' .title ' !
- - u can locate the color palette i used for
- ur theme here :
- https://coolors.co/palette/f72585-b5179e-7209b7-560bad-480ca8-3a0ca3-3f37c9-4361ee-4895ef-4cc9f0
- - to change ur song + song title cntrl + f
- 'SONG NAME HERE'
- ' IMG SIZES :
- SB IMG : 250 x 250
- NOTE : images WILL auto resize
- but if they aren't the exact
- size it WILL look v UGLEE !! 😩
- ' FULL RULES & REGULATIONS . . .
- 001 . this theme was designed for RAE , meaning unless
- they gives u direct permission to use this theme ,
- don't do it . it wasn't coded for u .
- 002 . u MAY edit this theme to ur heart's content but
- u may NOT remove the credit . go ahead and make
- it fit ur aesthetic if u please but if i see that
- u have removed it entirely , imma pray that u
- stub ur toe so hard . for real . don't combine
- my codes with anyone else's , either .
- 003 . this is NOT a base code . don't treat it as one .
- 004 . taking my fonts that i have uploaded myself is
- stealing and i will call u out on that shit .
- 005 . my preview graphics aren't for u to steal !
- don't be that person .
- ' FULL CREDITS . . .
- 001 . TABS SCRIPT / FILTER : coded by gordonramsei
- 002 . ICONS : cappuccicons icons by suiomi , fontawesome
- 003 . ANIMATIONS : by animista ( see full credit below )
- 004 . IMESSAGE CHAT STYLE BASE : by animalites
- 005 . PINNED POST INSPIRED BY : valcntines
- 006 . MP3 PLAYER : glenthemes
- ' FONTS USED . . .
- 001 . BODY FONT : poppins
- 002 . TITLE FONT / ACCENT FONTS : shrikhand
- /* ----------------------------------------------
- * Generated by Animista on 2021-3-4 16:41:54
- * Licensed under FreeBSD License.
- * See http://animista.net/license for more info.
- * w: http://animista.net, t: @cssanimista
- * ---------------------------------------------- */
- -->
- <html>
- <head>
- <title>{Title}</title> <link rel="shortcut icon" href="{Favicon}"> <link rel="alternate" type="application/rss+xml" href="{RSS}"> {block:Description} <meta name="description" content="{MetaDescription}" /> {/block:Description}
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <!-- colors -->
- <meta name="color:background" content="#0a0a0a"/>
- <meta name="color:text" content="#ffffff"/>
- <meta name="color:title gradient 1" content="#9f9be4"/>
- <meta name="color:title gradient 2" content="#a2b1f6"/>
- <meta name="color:title gradient 3" content="#be68f8"/>
- <meta name="color:title gradient 4" content="#fb93c2"/>
- <meta name="color:links" content="#ffffff"/>
- <meta name="color:links hover" content="#8e62f3"/>
- <meta name="color:posts" content="#070707"/>
- <meta name="color:accent" content="#ed78dc"/>
- <meta name="color:bold" content="#fb93c2"/>
- <meta name="color:gradient 1" content="#ed78dc"/>
- <meta name="color:gradient 2" content="#a966f5"/>
- <meta name="color:gradient 3" content="#8e62f3"/>
- <meta name="color:italic gradient 1" content="#ed78dc"/>
- <meta name="color:italic gradient 2" content="#a966f5"/>
- <meta name="color:italic gradient 3" content="#a966f5"/>
- <meta name="color:italic gradient 4" content="#ed78dc"/>
- <!-- images -->
- <meta name="image:background" content="https://static.tumblr.com/ovepbbv/Lzjrahmmy/h.gif"/>
- <meta name="image:sb img 1" content="https://via.placeholder.com/250x250"/>
- <!-- text -->
- <meta name="text:title" content="ur title">
- <meta name="text:desc" content="make this as long as possible; it will cut u off when u've written enough . this has unique font styles so have some fun with the bold , italic and big styles .">
- <meta name="select:grayscale imgs" content="100%" title="yes" />
- <meta name="select:grayscale imgs" content="0%" title="no" />
- <!-- links -->
- <meta name="text:free link 1 title" content="title">
- <meta name="text:free link 1 url" content="/">
- <!-- various scripts : ie , icons and tooltip u will also place ur links to any google fonts here -->
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"> </script>
- <script src="https://kit.fontawesome.com/12b100d5e1.js" crossorigin="anonymous"></script>
- <link rel="preconnect" href="https://fonts.googleapis.com">
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap" rel="stylesheet">
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <link href="https://fonts.googleapis.com/css2?family=Shrikhand&display=swap" rel="stylesheet">
- <script src="//pull.cappuccicons.com/cpf.js"></script>
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <!-- tooltip script , keep here -->
- <script>
- (function($){
- $(document).ready(function() {
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:false,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- /* custom fonts */
- @-ms-viewport{
- width: device-width;
- }
- /* tooltip styling + scroll bar */
- #s-m-t-tooltip {
- max-width:250px;
- z-index:9999999999999999999999999999999999999;
- height:auto;
- padding:5px;
- margin-left:15px;
- margin-bottom:22px;
- font-size:9.5px;
- font-style:italic;
- letter-spacing:3px;
- background-color:{color:posts};
- border:2px solid {color:title gradient 1};
- color:{color:text};
- text-transform:lowercase;
- }
- /* width */
- ::-webkit-scrollbar {
- width: 10px;
- border-radius:5px;
- }
- /* Track */
- ::-webkit-scrollbar-track {
- background: {color:title gradient 1};
- border-radius:5px;
- }
- /* Handle */
- ::-webkit-scrollbar-thumb {
- background:{color:accent};
- border-radius:5px;
- }
- /* Handle on hover */
- ::-webkit-scrollbar-thumb:hover {
- background:{color:title gradient 3};
- }
- ::selection {
- background-color: {color:accent};
- color: {color:text};
- }
- /* body + font styles */
- body {
- background:{color:background};
- color:{color:text};
- font-family: 'Poppins', sans-serif;
- font-size:16px;
- line-height:16px;
- position:relative;
- letter-spacing:1px;
- overflow:hidden;
- text-align:justify;
- margin:0;
- padding:0;
- background-image:url('{image:background}');
- background-size:repeat; /* change repeat to cover if you have a full img for ur background */
- }
- p {
- padding-left:10px;
- padding-right:10px;
- }
- a {
- text-decoration:none;
- text-shadow:0px 0px 3px {color:links};
- color:{color:links};
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- a:hover {
- color:{color:links hover};
- text-shadow:0px 0px 3px {color:links hover};
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- blockquote {
- border-left:1px solid {color:accent};
- margin-left:2px;
- padding:0px 5px 0px;
- text-align:justify;
- width:96%;
- }
- small {
- font-size:15px;
- }
- sub, sup {
- font-size:15px;
- }
- span strong, em {
- color:{color:bold};
- }
- em strong {
- color:{color:bold};
- }
- p strong {
- color:{color:bold};
- }
- b, strong {
- letter-spacing:2px;
- padding:3px;
- font-weight:500;
- font-size:16px;
- color:{color:bold};
- text-transform:lowercase;
- vertical-align:middle;
- font-family: 'Shrikhand', cursive;
- text-shadow:0px 0px 3px {color:bold};
- }
- i, em {
- background: {color:italic gradient 1};
- background: -webkit-linear-gradient(to right, {color:italic gradient 1} 6%, {color:italic gradient 2} 45%, {color:italic gradient 3} 60%, {color:italic gradient 4} 97%);
- background: -moz-linear-gradient(to right, {color:italic gradient 1} 6%, {color:italic gradient 2} 45%, {color:italic gradient 3} 60%, {color:italic gradient 4} 97%);
- background: linear-gradient(to right, {color:italic gradient 1} 6%, {color:italic gradient 2} 45%, {color:italic gradient 3} 60%, {color:italic gradient 4} 97%);
- background: -moz-linear-gradient(to right, {color:italic gradient 1} 6%, {color:italic gradient 2} 45%, {color:italic gradient 3} 60%, {color:italic gradient 4} 97%);
- background: -moz-linear-gradient(to right, {color:italic gradient 1} 6%, {color:italic gradient 2} 45%, {color:italic gradient 3} 60%, {color:italic gradient 4} 97%);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- text-shadow:0px 0px 3px {color:italic gradient 1};
- color:{color:italic gradient 1};
- font-size:16.5px;
- padding:5px;
- letter-spacing:2px;
- font-weight:400;
- text-transform:lowercase;
- }
- h3 {
- font-size:35px;
- text-align:center;
- line-height:30px;
- font-weight:400;
- letter-spacing:3px;
- padding:5px;
- text-transform:lowercase;
- font-family: 'Shrikhand', cursive;
- vertical-align: middle;
- color:{color:bold};
- -webkit-text-fill-color: transparent;
- -webkit-text-stroke: 1px {color:text};
- text-shadow:1px 1px 20px {color:bold};
- }
- h3 a {
- font-size:45px;
- text-align:center;
- line-height:30px;
- font-weight:400;
- letter-spacing:3px;
- padding:5px;
- text-transform:lowercase;
- font-family: 'Shrikhand', cursive;
- vertical-align: middle;
- color:{color:bold};
- -webkit-text-fill-color: transparent;
- -webkit-text-stroke: 1px {color:text};
- text-shadow:1px 1px 20px {color:bold};
- }
- h3 a:hover {
- font-size:45px;
- text-align:center;
- line-height:25px;
- font-weight:400;
- letter-spacing:3px;
- padding:5px;
- text-transform:lowercase;
- font-family: 'Shrikhand', cursive;
- vertical-align: middle;
- color:{color:bold};
- -webkit-text-fill-color: transparent;
- -webkit-text-stroke: 1px {color:bold};
- text-shadow:0px 0px 20px {color:bold};
- }
- h1, h2 {
- text-align:justify;
- font-size:30px;
- text-transform:lowercase;
- margin-left:-7px;
- vertical-align: middle;
- padding:10px;
- letter-spacing:2px;
- color:{color:title gradient 1};
- background: {color:title gradient 1};
- background: -webkit-linear-gradient(to bottom, {color:title gradient 1} 0%, {color:title gradient 4} 100%);
- background: -moz-linear-gradient(to bottom, {color:title gradient 1} 0%, {color:title gradient 4} 100%);
- background: linear-gradient(to bottom, {color:title gradient 1} 0%, {color:title gradient 4} 100%);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- text-shadow:0px 0px 10px {color:title gradient 1};
- line-height:33px;
- font-weight:400;
- }
- big, big strong {
- font-size:13.5px;
- color:{color:text};
- text-shadow: 0px 0px 3px {color:text};
- background-color:{color:title gradient 1};
- padding:3px;
- }
- /* container + extras */
- #container {
- position:fixed;
- width:650px;
- height:650px;
- background-color:transparent;
- top:50%;
- left:50%;
- transform: translate(-50%, -50%);
- z-index:999;
- overflow:visible;
- z-index:-9999999999999999999999999999999999;
- }
- /* posts styling */
- .postholder {
- position:fixed;
- top:50%;
- left:30%;
- transform: translate(-50%, -50%);
- z-index:-9999999999999999999999999999999999999;
- border:15px solid transparent;
- overflow-x:hidden;
- background-color:transparent;
- width:430px;
- height:650px;
- }
- .posts {
- position:relative;
- z-index:9999999999999999999999999999999999999999999999;
- background-color:{color:posts};
- -webkit-box-shadow: 0px 0px 20px 0px {color:accent};
- box-shadow: 0px 0px 20px 0px {color:accent};
- width:300px;
- padding-left:10px;
- margin-left:50px;
- top:50px;
- background-color:{color:posts};
- overflow-x:none;
- overflow-y:none;
- overflow-wrap: break-word;
- border-radius:5px;
- -webkit-animation: slide-in-blurred-left 1s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
- animation: slide-in-blurred-left 1s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
- }
- @-webkit-keyframes slide-in-blurred-left {
- 0% {
- -webkit-transform: translateX(-10px) scaleX(2.5) scaleY(0.2);
- transform: translateX(-10px) scaleX(2.5) scaleY(0.2);
- -webkit-transform-origin: 100% 50%;
- transform-origin: 100% 50%;
- -webkit-filter: blur(40px);
- filter: blur(40px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateX(0) scaleY(1) scaleX(1);
- transform: translateX(0) scaleY(1) scaleX(1);
- -webkit-transform-origin: 50% 50%;
- transform-origin: 50% 50%;
- -webkit-filter: blur(0);
- filter: blur(0);
- opacity: 1;
- }
- }
- @keyframes slide-in-blurred-left {
- 0% {
- -webkit-transform: translateX(-10px) scaleX(2.5) scaleY(0.2);
- transform: translateX(-10px) scaleX(2.5) scaleY(0.2);
- -webkit-transform-origin: 100% 50%;
- transform-origin: 100% 50%;
- -webkit-filter: blur(40px);
- filter: blur(40px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateX(0) scaleY(1) scaleX(1);
- transform: translateX(0) scaleY(1) scaleX(1);
- -webkit-transform-origin: 50% 50%;
- transform-origin: 50% 50%;
- -webkit-filter: blur(0);
- filter: blur(0);
- opacity: 1;
- }
- }
- .tags {
- text-align:justify;
- font-size:13.5px;
- vertical-align: middle;
- text-transform:lowercase;
- color:{color:text};
- margin-top:10px;
- margin-left:50px;
- width:309px;
- -webkit-animation: slide-in-blurred-left 1s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
- animation: slide-in-blurred-left 1s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
- }
- @-webkit-keyframes slide-in-blurred-left {
- 0% {
- -webkit-transform: translateX(-10px) scaleX(2.5) scaleY(0.2);
- transform: translateX(-10px) scaleX(2.5) scaleY(0.2);
- -webkit-transform-origin: 100% 50%;
- transform-origin: 100% 50%;
- -webkit-filter: blur(40px);
- filter: blur(40px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateX(0) scaleY(1) scaleX(1);
- transform: translateX(0) scaleY(1) scaleX(1);
- -webkit-transform-origin: 50% 50%;
- transform-origin: 50% 50%;
- -webkit-filter: blur(0);
- filter: blur(0);
- opacity: 1;
- }
- }
- @keyframes slide-in-blurred-left {
- 0% {
- -webkit-transform: translateX(-10px) scaleX(2.5) scaleY(0.2);
- transform: translateX(-10px) scaleX(2.5) scaleY(0.2);
- -webkit-transform-origin: 100% 50%;
- transform-origin: 100% 50%;
- -webkit-filter: blur(40px);
- filter: blur(40px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateX(0) scaleY(1) scaleX(1);
- transform: translateX(0) scaleY(1) scaleX(1);
- -webkit-transform-origin: 50% 50%;
- transform-origin: 50% 50%;
- -webkit-filter: blur(0);
- filter: blur(0);
- opacity: 1;
- }
- }
- .tags a {
- background: {color:gradient 1};
- background: -webkit-radial-gradient(circle farthest-corner at center center, {color:gradient 1} 6%,{color:gradient 2} 49%,{color:gradient 3} 97%);
- background: -moz-radial-gradient(circle farthest-corner at center center, {color:gradient 1} 6%, {color:gradient 2} 49%, {color:gradient 3} 97%);
- background: radial-gradient(circle farthest-corner at center center, {color:gradient 1} 6%, {color:gradient 2} 49%, {color:gradient 3} 97%);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- text-shadow:0px 0px 3px {color:gradient 1};
- }
- .tags a:hover {
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- text-shadow:0px 0px 3px {color:gradient 2};
- }
- .tags b {
- font-size:14px;
- letter-spacing:2px;
- font-style:bold;
- text-transform:lowercase;
- color:{color:bold};
- font-family: 'Poppins', sans-serif;
- }
- .notes {
- }
- .permalink {
- text-transform:lowercase;
- z-index:999999999999999999999999999999999999999999999999;
- font-size:16px;
- text-align:center;
- margin-left:-10px;
- position:relative;
- width:280px;
- background-color:{color:accent};
- margin-top:0px;
- padding:15px;
- border-bottom-left-radius:5px;
- border-bottom-right-radius:5px;
- }
- .permalink a {
- color:{color:links};
- text-align:center;
- font-size:16px;
- padding:3px;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- .permalink a:hover {
- text-shadow:0px 0px 2px {color:links hover};
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- color:{color:links hover};
- }
- .pinnedposts {
- position:absolute;
- right:5px;
- top:2px;
- font-style:normal;
- font-size:9.5px;
- letter-spacing:1px;
- z-index:99999999999999999999999999999999999999999999999;
- padding:6px;
- }
- .pinnedposts b {
- color:{color:bold};
- font-size:12.5px;
- font-style:normal;
- }
- #pagination a {
- position:relative;
- z-index:999999999999999999999999999999999999999999;
- text-align:center;
- top:570px;
- left:-137px;
- padding:5px;
- font-size:17px;
- text-shadow:none;
- color:{color:title gradient 1};
- font-style:bold;
- text-transform:lowercase;
- }
- #pagination a:hover {
- color:{color:bold};
- font-style:bold;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- .photoset {
- display:block;
- padding:none;
- filter: grayscale({select:grayscale imgs});
- margin-left:-5px;
- border-top-left-radius:5px;
- border-top-right-radius:5px;
- width:103.5%;
- }
- iframe {
- max-width:100%;
- z-index:9999999999999999999999999999999999999999;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- iframe:hover {
- max-width:100%x;
- z-index:9999999999999999999999999999999999999999;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- .iframe-controls--desktop {
- transition: none;
- }
- .posts img {
- max-width:300px;
- border-top-left-radius:5px;
- border-top-right-radius:5px;
- padding-left:3px;
- height:100%;
- filter: grayscale({select:grayscale imgs});
- margin-left:-10px;
- display: block;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- .posts img:hover {
- filter: grayscale({select:grayscale imgs});
- height:100%;
- max-width:300px;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- li{
- list-style-type: none;
- margin-left:-25px;
- line-height:11.5px;
- padding:5px;
- width:99%;
- }
- li:before {
- content:'\eb97';
- font-family:'cappuccicons';
- margin-right:10px;
- font-size:15px;
- color:{color:title gradient 1};
- text-shadow: 0px 0px 3px {color:title gradient 1};
- }
- ul {
- list-style-type: none;
- }
- .readmore {
- position:absolute;
- vertical-align: middle;
- color:{color:italic gradient 1};
- text-shadow:1px 1px 0px {color:italic gradient 1};
- left:38%;
- text-transform:lowercase;
- font-size:12px;
- letter-spacing:2px;
- margin-top:-7px;
- }
- .readmore a {
- color:{color:text};
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- .readmore a:hover {
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- /* title + description styling */
- .title {
- width:350px;
- top:5px;
- left:450px;
- font-family: 'Shrikhand', cursive;
- position:absolute;
- vertical-align:middle;
- font-weight:400;
- padding:20px;
- line-height:40px;
- letter-spacing:2px;
- text-align:center;
- z-index:99999999999999999999999999999999999999999999999999999;
- background: {color:title gradient 1};
- background: -webkit-radial-gradient(ellipse farthest-corner at center center, {color:title gradient 1} 29%, {color:title gradient 2} 33%, {color:title gradient 3} 56%, {color:title gradient 4} 100%);
- background: -moz-radial-gradient(ellipse farthest-corner at center center, {color:title gradient 1} 29%, {color:title gradient 2} 33%, {color:title gradient 3} 56%, {color:title gradient 4} 100%);
- background: radial-gradient(ellipse farthest-corner at center center, {color:title gradient 1} 29%, {color:title gradient 2} 33%, {color:title gradient 3} 56%, {color:title gradient 4} 100%);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- text-shadow:2px 1px 20px {color:title gradient 1};
- font-size: 60px;
- -webkit-animation: fadeInOut ease 1s;
- -moz-animation: fadeInOut ease 1s;
- -o-animation: fadeInOut ease 1s;
- -ms-animation: fadeInOut ease 1s;
- animation: bounce 3.5s;
- animation-direction: alternate;
- animation-iteration-count: infinite;
- }
- @keyframes bounce {
- 0% { transform: translateY(0); }
- 100% { transform: translateY(-50px); }
- }
- .title b {
- font-size:60px;
- font-style:italic;
- letter-spacing:5px;
- vertical-align:middle;
- padding:8px;
- text-transform:lowercase;
- -webkit-text-fill-color: transparent;
- -webkit-text-stroke: 1px {color:text};
- text-shadow:1px 1px 20px {color:bold};
- }
- .description {
- position:absolute;
- top:545px;
- left:585px;
- font-size:16px;
- width:280px;
- text-align:Center;
- height:50px;
- line-height:25px;
- overflow:none;
- font-style:italic;
- -webkit-animation: slide-in-fwd-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
- animation: slide-in-fwd-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
- }
- @-webkit-keyframes slide-in-fwd-center {
- 0% {
- -webkit-transform: translateZ(-30px);
- transform: translateZ(-30px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateZ(0);
- transform: translateZ(0);
- opacity: 1;
- }
- }
- @keyframes slide-in-fwd-center {
- 0% {
- -webkit-transform: translateZ(-30px);
- transform: translateZ(-30px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateZ(0);
- transform: translateZ(0);
- opacity: 1;
- }
- }
- .description b {
- font-size:17px;
- padding:4px;
- text-shadow:0px 0px 4px {color:bold};
- }
- .description i {
- font-family: 'Shrikhand', cursive;
- font-size:17px;
- padding:3px;
- }
- .description big {
- font-size:18px;
- color:{color:text};
- padding:4px;
- line-height:30px;
- border-bottom:none;
- font-family: 'Shrikhand', cursive;
- }
- .sidebarimg {
- position:absolute;
- text-align:center;
- top:180px;
- left:560px;
- z-index:99999999999999999999;
- -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
- animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
- }
- @-webkit-keyframes slide-in-right {
- 0% {
- -webkit-transform: translateX(1000px);
- transform: translateX(1000px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- opacity: 1;
- }
- }
- @keyframes slide-in-right {
- 0% {
- -webkit-transform: translateX(1000px);
- transform: translateX(1000px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- opacity: 1;
- }
- }
- .sidebarimg img {
- width:250px;
- height:250px;
- }
- #s1 {
- position:absolute;
- }
- .moon {
- position:absolute;
- z-index:999999999999999999999999;
- top:450px;
- opacity:.8;
- left:450px;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- .moon:hover {
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- -webkit-animation: jello-vertical 0.9s both;
- animation: jello-vertical 0.9s both;
- }
- @-webkit-keyframes jello-vertical {
- 0% {
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
- 30% {
- -webkit-transform: scale3d(0.75, 1.25, 1);
- transform: scale3d(0.75, 1.25, 1);
- }
- 40% {
- -webkit-transform: scale3d(1.25, 0.75, 1);
- transform: scale3d(1.25, 0.75, 1);
- }
- 50% {
- -webkit-transform: scale3d(0.85, 1.15, 1);
- transform: scale3d(0.85, 1.15, 1);
- }
- 65% {
- -webkit-transform: scale3d(1.05, 0.95, 1);
- transform: scale3d(1.05, 0.95, 1);
- }
- 75% {
- -webkit-transform: scale3d(0.95, 1.05, 1);
- transform: scale3d(0.95, 1.05, 1);
- }
- 100% {
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
- }
- @keyframes jello-vertical {
- 0% {
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
- 30% {
- -webkit-transform: scale3d(0.75, 1.25, 1);
- transform: scale3d(0.75, 1.25, 1);
- }
- 40% {
- -webkit-transform: scale3d(1.25, 0.75, 1);
- transform: scale3d(1.25, 0.75, 1);
- }
- 50% {
- -webkit-transform: scale3d(0.85, 1.15, 1);
- transform: scale3d(0.85, 1.15, 1);
- }
- 65% {
- -webkit-transform: scale3d(1.05, 0.95, 1);
- transform: scale3d(1.05, 0.95, 1);
- }
- 75% {
- -webkit-transform: scale3d(0.95, 1.05, 1);
- transform: scale3d(0.95, 1.05, 1);
- }
- 100% {
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
- }
- .rectangle {
- position:absolute;
- z-index:99999999999999999999;
- left:660px;
- top:140px;
- opacity:.8;
- }
- .square {
- position:absolute;
- z-index:99999999999999999999;
- left:500px;
- top:150px;
- opacity:.8;
- }
- .boxes {
- position:absolute;
- z-index:999999999999999999999999;
- left:600px;
- top:250px;
- opacity:.8;
- }
- .squiggles {
- position:absolute;
- z-index:99999999999999999999999;
- left:500px;
- top:270px;
- opacity:.8;
- }
- .sbaccent {
- position:absolute;
- z-index:99999999999999999999999;
- top:81px;
- left:660px;
- opacity:.8;
- }
- /* tabs styling by emily , keep this credit intact ! */
- /* tabs styling */
- .tab {
- overflow: hidden;
- background-color: transparent;
- z-index:999999999999999999999999999999999999999999;
- position:absolute;
- padding:10px;
- height:auto;
- margin-top:5px;
- left:-120px;
- top:240px;
- -webkit-animation: bounce-in-top 1.5s both;
- animation: bounce-in-top 1.5s both;
- }
- @-webkit-keyframes bounce-in-top {
- 0% {
- -webkit-transform: translateY(-500px);
- transform: translateY(-500px);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- opacity: 0;
- }
- 38% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- opacity: 1;
- }
- 55% {
- -webkit-transform: translateY(-65px);
- transform: translateY(-65px);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 72% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- 81% {
- -webkit-transform: translateY(-28px);
- transform: translateY(-28px);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 90% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- 95% {
- -webkit-transform: translateY(-8px);
- transform: translateY(-8px);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 100% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- }
- @keyframes bounce-in-top {
- 0% {
- -webkit-transform: translateY(-500px);
- transform: translateY(-500px);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- opacity: 0;
- }
- 38% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- opacity: 1;
- }
- 55% {
- -webkit-transform: translateY(-65px);
- transform: translateY(-65px);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 72% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- 81% {
- -webkit-transform: translateY(-28px);
- transform: translateY(-28px);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 90% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- 95% {
- -webkit-transform: translateY(-8px);
- transform: translateY(-8px);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 100% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- }
- .tablink {
- font-size:17px;
- font-weight:bold;
- cursor: pointer;
- width:50px;
- height:45px;
- font-weight:500;
- border-radius:5px;
- font-family: 'Shrikhand', cursive;
- padding:10px;
- padding-top:15px;
- margin-top:15px;
- text-align:center;
- text-transform:lowercase;
- display:block;
- text-shadow:none;
- line-height:20px;
- z-index:9999999999999999999999999999999999999;
- transition: all 0.8s ease-in-out;
- color:{color:text};
- }
- .tablink:hover {
- text-shadow:none;
- color:{color:accent};
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- /* ask styling */
- .asker, .asker a {
- letter-spacing: 2px;
- z-index:999999999;
- line-height:5px;
- text-align:center;
- margin-top:15px;
- font-size:20px;
- color:{color:title gradient 1};
- text-shadow:0px 0px 5px {color:title gradient 2};
- font-style:italic;
- vertical-align: middle;
- text-transform:uppercase;
- }
- .asker b a {
- font-family: 'Shrikhand', cursive;
- text-transform:lowercase;
- font-size:30px;
- color:{color:bold};
- -webkit-text-fill-color: transparent;
- -webkit-text-stroke: 1px {color:bold};
- text-shadow:0px 0px 10px {color:bold};
- }
- .qanswer {
- margin-top:75px;
- }
- .question {
- position: relative;
- background-color:{color:container};
- margin-left:15px;
- padding-top:10px;
- padding-bottom:10px;
- margin-top:15px;
- width:85%;
- text-transform:lowercase;
- }
- /* quote styling */
- #quote {
- color:{color:text};
- padding-top:30px;
- margin-left:23%;
- width:50%;
- font-size:16px;
- line-height:13px;
- text-align:justify;
- letter-spacing:1px;
- text-transform:lowercase;
- }
- .source {
- color:{color:bold};
- text-shadow:0px 0px 10px {color:bold};
- margin-top:30px;
- font-size:25px;
- line-height:25px;
- font-weight:500;
- text-align:center;
- letter-spacing:1px;
- text-transform:lowercase;
- padding-bottom:30px;
- font-family: 'Shrikhand', cursive;
- }
- /* chat styling */
- .answer span,.convo li {
- margin:0 5px 5px 5px;
- border-radius:1em;
- padding:5px;
- max-width:70%;
- clear:both;
- font-size:15px;
- position:relative;
- margin-top:20px;
- }
- .convo li:before {
- content:"";
- }
- .answer .them,.user_1,.user_3,.user_5,.user_7,.user_9,.user_11 {
- float:left;
- background:{color:accent};
- text-transform:lowercase;
- width:auto;
- color:{color:text};
- left:3px;
- }
- .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:accent};
- border-bottom-right-radius:1em .5em;
- }
- .answer .me,.user_2,.user_4,.user_6,.user_8,.user_10,.user_12 {
- right:3px;
- float:right;
- text-align:right;
- background-color:{color:accent};
- text-transform:lowercase;
- width:auto;
- color:{color:text};
- }
- .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:accent};
- border-bottom-left-radius:1em .5em;
- }
- .me p,.answer,.asked span {
- padding:0;
- margin:0;
- }
- .answer {
- overflow:hidden;
- }
- .asked p {
- text-align: left;
- margin: 0 0px 10px 0px;
- padding: 0;
- color: {color:text};
- font-size:15px;
- line-height: 0px;
- }
- .footerright .viasrc {
- float: left;
- }
- .asked a {
- margin:0;
- padding:0;
- }
- .user_4 {
- background-color:{color:accent};
- color:{color:text};
- }
- .user_4::after {
- border-color:{color:accent};
- }
- .user_6 {
- background-color:{color:accent};
- color:{color:text};
- }
- .user_6::after {
- border-color:{color:accent};
- }
- .user_5 {
- background-color:{color:accent};
- color:{color:text};
- }
- .user_5::after {
- border-color:{color:accent};
- }
- .user_3 {
- background-color:{color:accent};
- color:{color:text};
- }
- .user_3::after {
- border-color:{color:accent};
- }
- .user_7 {
- background-color:{color:accent};
- color:{color:text};
- }
- .user_7::after {
- border-color:{color:accent};
- }
- .user_8 {
- background-color:{color:accent};
- color:{color:text};
- }
- .user_8::after {
- border-color:{color:accent};
- }
- .user_9 {
- background-color:{color:accent};
- color:{color:text};
- }
- .user_9::after {
- border-color:{color:accent};
- }
- .convo {
- overflow: hidden;
- list-style-type: none;
- padding: 0;
- margin: 0;
- }
- .convo b, strong {
- color:{color:text};
- font-size:16px;
- }
- /* audio styling */
- .play {
- position:relative;
- margin-top:30px;
- margin-left:40px;
- z-index:9999999999999;
- width:32px;
- height:25px;
- overflow:hidden;
- opacity:1;
- }
- .info {
- color:{color:text};
- position:relative;
- height:auto;
- display:block;
- margin-top:50px;
- width:101%;
- margin-left:-5px;
- }
- .details {
- font-size:20px;
- text-transform:lowercase;
- margin-left:40px;
- letter-spacing:3px;
- color:{color:italic gradient 2};
- text-shadow: 0px 0 2px {color:italic gradient 2};
- }
- .artist {
- font-family: 'Shrikhand', cursive;
- font-size:25px;
- margin-top:6px;
- text-transform:lowercase;
- color:{color:italic gradient 1};
- -webkit-text-fill-color: transparent;
- -webkit-text-stroke: 1px {color:italic gradient 1};
- text-shadow:0px 0px 10px {color:italic gradient 1};
- padding-bottom:10px;
- }
- /* credits ; DO NOT EDIT / REMOVE */
- #credit a {
- right:20px;
- bottom:20px;
- position:fixed;
- color:{color:title gradient 1};
- background-color:transparent;
- text-shadow: 0px 0px 6px {color:title gradient 1};
- padding:8px;
- border-radius:10px;
- font-size:16px;
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- -ms-transition: all 1s ease-in-out;
- transition: all 1s ease-in-out;
- }
- #credit a:hover {
- text-shadow: 0px 0px 10px {color:title gradient 1};
- color:{color:title gradient 1};
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- -ms-transition: all 1s ease-in-out;
- transition: all 1s ease-in-out;
- }
- </style>
- </head>
- <body>
- <div id="container">
- <!-- title , desc + sb imgs -->
- <div class="rectangle">
- <svg width="250" height="350" xmlns="http://www.w3.org/2000/svg">
- <g id="Layer_1">
- <rect rx="2" id="svg_10" height="316" width="99" y="18.5" x="72" stroke="{color:title gradient 2}" fill="{color:title gradient 2}"/>
- </g>
- </svg>
- </div>
- <div class="square">
- <svg width="350" height="350" xmlns="http://www.w3.org/2000/svg">
- <g id="Layer_1">
- <rect id="svg_1" height="209" width="209" y="88.5" x="40" stroke="{color:accent}" fill="{color:accent}"/>
- </g>
- </svg>
- </div>
- <div class="sidebarimg">
- <img id="s1" src="{image:sb img 1}" draggable="false">
- </div>
- <div class="sbaccent">
- <svg width="350" height="450" xmlns="http://www.w3.org/2000/svg">
- <g id="Layer_1">
- <title>Layer 1</title>
- <polyline fill="none" stroke="#000" points="500,175.5 500,175.5 " id="svg_10" stroke-linecap="round"/>
- <path d="m54,98.5c1,0 4.06649,-0.87221 8,-3c12.21923,-6.60987 29.52358,-18.2049 51,-26c19.62772,-7.12409 30.97504,-7.49972 46,-8c9.99446,-0.33278 18,0 25,0c5,0 8.15927,-0.38935 11,1c3.23892,1.58411 5.04083,6.18635 4,9c-3.19868,8.64687 -19.95648,18.05926 -39,32c-21.95004,16.06846 -42.99857,30.8212 -55,42c-8.81132,8.20735 -16.37641,15.08031 -18,19c-0.38268,0.92387 0.04814,1.53528 3,1c8.40691,-1.52446 24.82544,-9.44148 37,-14c14.80743,-5.54434 26.8981,-9.39902 34,-11c5.93385,-1.33768 11,-1 15,-1c2,0 3.1731,-0.14726 4,1c1.30745,1.814 0.84467,5.87389 -4,12c-9.30444,11.76552 -17.95055,22.04065 -27,33c-9.94585,12.04492 -14.54901,17.60641 -18,23c-2.41028,3.76704 -2.70711,4.29289 -2,5c0.70711,0.70711 9.05707,-1.83394 18,-5c8.05415,-2.85141 13.07179,-5.69124 18,-7c3.05634,-0.81166 4.29289,-1.70711 5,-1c0.70711,0.70711 0.72093,6.19112 -2,15c-3.1786,10.2906 -6.8484,18.0451 -9,25c-0.93459,3.02101 -1,5 -1,5c0,0 3.93414,-0.14429 6,-1c2.92157,-1.21014 4,-1 4,-1c0,0 -0.34315,2.87605 -2,8c-1.26855,3.92311 -2.48625,7.82376 -3,10c-0.22975,0.97324 0,1 1,1c2,0 3,0 4,0c0,0 0.24744,1.01022 0,4c-0.50171,6.06204 -3.1169,12.96765 -5,20c-1.0665,3.98279 -1,7 -1,7c0,1 -0.30656,1.4588 1,2c0.92387,0.38269 1.29289,0.29291 2,1c0.70711,0.70709 1.29289,0.29291 2,1c0.70711,0.70709 0,1 0,1l0,-1" id="svg_3" stroke="{color:title gradient 3}" fill="none"/>
- </g>
- </svg>
- </div>
- <div class="squiggles">
- <svg width="350" height="350" xmlns="http://www.w3.org/2000/svg">
- <g id="Layer_1">
- <title>Layer 1</title>
- <polyline stroke-linecap="round" id="svg_10" points="500,175.5 500,175.5 " stroke="{color:title gradient 4}" fill="none"/>
- <g transform="rotate(27.3455 188.497 154)" stroke="null" id="svg_14">
- <path stroke="{color:title gradient 4}" d="m71,290.5c0,-1 0,-1 0,-6c0,-5 0,-11 0,-16c0,-5 -0.14805,-11.22836 1,-14c2.16478,-5.22626 6.87856,-5.49345 10,-6c3.94835,-0.64073 8,-1 12,-1c6,0 11,0 16,0c4,0 9.03044,0.19383 16,-1c5.02582,-0.86089 10.17572,-1.60703 15,-4c5.22364,-2.59106 10,-6 14,-10c4,-4 8.25195,-8.88051 11,-15c2.20606,-4.91257 5.28472,-11.92485 7,-19c1.20139,-4.95547 4.54863,-13.76993 6,-18c1.65482,-4.82303 2.84796,-9.0797 5,-13c2.80591,-5.11144 5.3851,-9.37202 8,-13c2.48071,-3.44181 7,-6 11,-8c4,-2 7.71201,-3.98163 13,-5c6.87369,-1.32375 11,-1 14,-1c7,0 12,0 16,0c6,0 13,0 19,0c6,0 12,0 16,0c8,0 12.08743,0.20606 17,-2c4.07967,-1.83204 9.29361,-5.72651 13,-10c3.276,-3.77727 4.16797,-7.92034 6,-12c2.20605,-4.91256 3,-9 5,-13c2,-4 4,-7 6,-10c2,-3 4,-6 7,-9c2,-2 3.82376,-3.48626 6,-4c0.97324,-0.22975 3.02676,-0.77025 4,-1c2.17624,-0.51374 4,-1 4,-1c2,0 3,0 5,0c1,0 3,0 5,0c1,0 2,-1 3,-1c2,0 3,0 3,0l1,0l0,0" id="svg_8" fill="none"/>
- <path stroke="{color:title gradient 4}" d="m11,230.5c0,-1 0,-1 0,-6c0,-5 0,-11 0,-16c0,-5 -0.14805,-11.22836 1,-14c2.16478,-5.22626 6.87856,-5.49345 10,-6c3.94835,-0.64073 8,-1 12,-1c6,0 11,0 16,0c4,0 9.03044,0.19383 16,-1c5.02582,-0.86089 10.17572,-1.60703 15,-4c5.22364,-2.59106 10,-6 14,-10c4,-4 8.25195,-8.88051 11,-15c2.20606,-4.91257 5.28472,-11.92485 7,-19c1.20139,-4.95547 4.54863,-13.76993 6,-18c1.65482,-4.82303 2.84796,-9.0797 5,-13c2.80591,-5.11144 5.3851,-9.37202 8,-13c2.48071,-3.44181 7,-6 11,-8c4,-2 7.71201,-3.98163 13,-5c6.87369,-1.32375 11,-1 14,-1c7,0 12,0 16,0c6,0 13,0 19,0c6,0 12,0 16,0c8,0 12.08743,0.20606 17,-2c4.07967,-1.83204 9.29361,-5.72651 13,-10c3.276,-3.77727 4.16797,-7.92034 6,-12c2.20605,-4.91256 3,-9 5,-13c2,-4 4,-7 6,-10c2,-3 4,-6 7,-9c2,-2 3.82376,-3.48626 6,-4c0.97324,-0.22975 3.02676,-0.77025 4,-1c2.17624,-0.51374 4,-1 4,-1c2,0 3,0 5,0c1,0 3,0 5,0c1,0 2,-1 3,-1c2,0 3,0 3,0l1,0l0,0" id="svg_9" fill="none"/>
- <path stroke="{color:title gradient 4}" d="m31,250.5c0,-1 0,-1 0,-6c0,-5 0,-11 0,-16c0,-5 -0.14805,-11.22836 1,-14c2.16478,-5.22626 6.87856,-5.49345 10,-6c3.94835,-0.64073 8,-1 12,-1c6,0 11,0 16,0c4,0 9.03044,0.19383 16,-1c5.02582,-0.86089 10.17572,-1.60703 15,-4c5.22364,-2.59106 10,-6 14,-10c4,-4 8.25195,-8.88051 11,-15c2.20606,-4.91257 5.28472,-11.92485 7,-19c1.20139,-4.95547 4.54863,-13.76993 6,-18c1.65482,-4.82303 2.84796,-9.0797 5,-13c2.80591,-5.11144 5.3851,-9.37202 8,-13c2.48071,-3.44181 7,-6 11,-8c4,-2 7.71201,-3.98163 13,-5c6.87369,-1.32375 11,-1 14,-1c7,0 12,0 16,0c6,0 13,0 19,0c6,0 12,0 16,0c8,0 12.08743,0.20606 17,-2c4.07967,-1.83204 9.29361,-5.72651 13,-10c3.276,-3.77727 4.16797,-7.92034 6,-12c2.20605,-4.91256 3,-9 5,-13c2,-4 4,-7 6,-10c2,-3 4,-6 7,-9c2,-2 3.82376,-3.48626 6,-4c0.97324,-0.22975 3.02676,-0.77025 4,-1c2.17624,-0.51374 4,-1 4,-1c2,0 3,0 5,0c1,0 3,0 5,0c1,0 2,-1 3,-1c2,0 3,0 3,0l1,0l0,0" id="svg_12" fill="none"/>
- <path stroke="{color:title gradient 4}" d="m51,270.5c0,-1 0,-1 0,-6c0,-5 0,-11 0,-16c0,-5 -0.14805,-11.22836 1,-14c2.16478,-5.22626 6.87856,-5.49345 10,-6c3.94835,-0.64073 8,-1 12,-1c6,0 11,0 16,0c4,0 9.03044,0.19383 16,-1c5.02582,-0.86089 10.17572,-1.60703 15,-4c5.22364,-2.59106 10,-6 14,-10c4,-4 8.25195,-8.88051 11,-15c2.20606,-4.91257 5.28472,-11.92485 7,-19c1.20139,-4.95547 4.54863,-13.76993 6,-18c1.65482,-4.82303 2.84796,-9.0797 5,-13c2.80591,-5.11144 5.3851,-9.37202 8,-13c2.48071,-3.44181 7,-6 11,-8c4,-2 7.71201,-3.98163 13,-5c6.87369,-1.32375 11,-1 14,-1c7,0 12,0 16,0c6,0 13,0 19,0c6,0 12,0 16,0c8,0 12.08743,0.20606 17,-2c4.07967,-1.83204 9.29361,-5.72651 13,-10c3.276,-3.77727 4.16797,-7.92034 6,-12c2.20605,-4.91256 3,-9 5,-13c2,-4 4,-7 6,-10c2,-3 4,-6 7,-9c2,-2 3.82376,-3.48626 6,-4c0.97324,-0.22975 3.02676,-0.77025 4,-1c2.17624,-0.51374 4,-1 4,-1c2,0 3,0 5,0c1,0 3,0 5,0c1,0 2,-1 3,-1c2,0 3,0 3,0l1,0l0,0" id="svg_13" fill="none"/>
- </g>
- </g>
- </svg>
- </div>
- <div class="boxes">
- <svg width="350" height="350" xmlns="http://www.w3.org/2000/svg">
- <g id="Layer_1">
- <g id="svg_76">
- <g id="svg_48">
- <g id="svg_34">
- <rect id="svg_22" height="12" width="11" y="130" x="128" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_23" height="12" width="11" y="211" x="169" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_24" height="12" width="11" y="115" x="150" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_25" height="12" width="11" y="151" x="149" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_26" height="12" width="11" y="173" x="169" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_27" height="12" width="11" y="191" x="189" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_28" height="12" width="11" y="111" x="109" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_29" height="12" width="11" y="191" x="189" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_30" height="12" width="11" y="111" x="109" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_31" height="12" width="11" y="144" x="108" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_32" height="12" width="11" y="151" x="149" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_33" height="12" width="11" y="188" x="147" stroke="{color:text}" fill="{color:text}"/>
- </g>
- <g id="svg_47">
- <rect id="svg_35" height="12" width="11" y="126" x="195" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_36" height="12" width="11" y="207" x="236" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_37" height="12" width="11" y="111" x="217" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_38" height="12" width="11" y="147" x="216" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_39" height="12" width="11" y="169" x="236" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_40" height="12" width="11" y="187" x="256" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_41" height="12" width="11" y="107" x="176" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_42" height="12" width="11" y="187" x="256" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_43" height="12" width="11" y="107" x="176" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_44" height="12" width="11" y="140" x="175" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_45" height="12" width="11" y="147" x="216" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_46" height="12" width="11" y="184" x="214" stroke="{color:text}" fill="{color:text}"/>
- </g>
- </g>
- <g id="svg_75">
- <g id="svg_61">
- <rect id="svg_49" height="12" width="11" y="188" x="41" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_50" height="12" width="11" y="269" x="82" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_51" height="12" width="11" y="173" x="63" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_52" height="12" width="11" y="209" x="62" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_53" height="12" width="11" y="231" x="82" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_54" height="12" width="11" y="249" x="102" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_55" height="12" width="11" y="169" x="22" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_56" height="12" width="11" y="249" x="102" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_57" height="12" width="11" y="169" x="22" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_58" height="12" width="11" y="202" x="21" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_59" height="12" width="11" y="209" x="62" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_60" height="12" width="11" y="246" x="60" stroke="{color:text}" fill="{color:text}"/>
- </g>
- <g id="svg_74">
- <rect id="svg_62" height="12" width="11" y="184" x="108" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_63" height="12" width="11" y="265" x="149" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_64" height="12" width="11" y="169" x="130" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_65" height="12" width="11" y="205" x="129" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_66" height="12" width="11" y="227" x="149" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_67" height="12" width="11" y="245" x="169" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_68" height="12" width="11" y="165" x="89" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_69" height="12" width="11" y="245" x="169" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_70" height="12" width="11" y="165" x="89" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_71" height="12" width="11" y="198" x="88" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_72" height="12" width="11" y="205" x="129" stroke="{color:text}" fill="{color:text}"/>
- <rect id="svg_73" height="12" width="11" y="242" x="127" stroke="{color:text}" fill="{color:text}"/>
- </g>
- </g>
- </g>
- </g>
- </svg>
- </div>
- <div class="moon">
- <svg width="250" height="250" xmlns="http://www.w3.org/2000/svg">
- <g id="Layer_1">
- <path transform="rotate(-31.594 119.486 128.3)" id="svg_1" d="m164.30043,215.29993l0,0c-49.49618,0 -89.62872,-38.94438 -89.62872,-87c0,-48.04946 40.13254,-87 89.62872,-87l0,0c-28.2079,20.53722 -44.81128,52.7713 -44.81128,87s16.60338,66.45663 44.81128,87z" stroke="{color:title gradient 3}" fill="{color:title gradient 3}"/>
- </g>
- </svg>
- </div>
- <div class="description">{text:desc}</div>
- <div class="title">{text:title}</div>
- <!-- tabs code by emily !! do not replicate and / or steal KEEP THIS CREDIT INTACT -->
- <div class="tab">
- <a href="/" class="tablink"><span style="padding:0px;color:{color:title gradient 1};"> <span class="cp cp-stars"></span></span> <br>home.</a>
- <br>
- <a href="/ask" class="tablink"><span style="padding:0px;color:{color:title gradient 2};"> <span class="cp cp-star"></span></span> <br>mssg.</a>
- <br>
- <a href="{text:free link 1 url}" class="tablink"><span style="padding:0px;color:{color:title gradient 3};"> <span class="cp cp-spaceship"></span></span> <br>{text:free link 1 title}.</a>
- <br>
- </div>
- <div id="pagination">{block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">back</a> {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>
- {/block:NextPage}
- {/block:Pagination}</div>
- <div class="postholder">
- {block:Posts}
- <div class="posts">
- <!-- pinned -->
- {block:PinnedPostLabel}<div class="pinnedposts"><b> pinned !</b></div><br> {/block:PinnedPostLabel}
- {block:Text}{block:Title}<h3>{Title}</h3>{/block:Title}<p>{Body}</p>{/block:Text}
- <!-- pictures , videos , photoset -->
- {block:Photo}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}<br>{/block:Caption}{/block:Panorama}
- {block:Photoset}<div class="photoset">{Photoset-500}</div>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- <!-- quotes -->
- {block:Quote}<div id="quote">{Quote} </div> {/block:Quote} {block:Source}
- <div class="source">x , {Source}</div><br>
- {/block:Source}
- <!-- links -->
- {block:Link}<br><h3><a href="{URL}" {Target}>{Name}</a></h3>{block:Description}{Description}{/block:Description}<br>{/block:Link}
- <!-- chat -->
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>{/block:Title}
- <ul class="convo">{block:Lines}<li class="line_{Alt} user_{UserNumber}">{block:Label}<span class="label" style="color:{color:text};font-size:16px;">{Label}</span>{/block:Label}
- {Line} </li>{/block:Lines}</ul>
- <br> {/block:Chat}
- <!-- audio -->
- {block:Audio}<br>
- {block:AudioPlayer}
- <div class="info">
- <div class="play">{AudioPlayer}</div><br>
- <div class="details">{block:TrackName}{TrackName}{/block:TrackName}
- <div class="artist">{block:Artist}{Artist}{/block:Artist}</div><br>
- </div></div><br><br>
- {block:Caption}{Caption}{/block:Caption}
- {/block:AudioPlayer}
- {/block:Audio}
- <!-- ask -->
- {block:Answer}
- <br>
- <div class="question">{Question} </div>
- <div class="asker"> <B>{Asker}</b> <br><br><br><br>COSMIC POWER—MAKEUP! </div>
- <div class="qanswer">{Answer}</div><br>
- {/block:Answer}
- <!-- readmore -->
- {block:More}<p>
- <br><div class="readmore"><a href="{Permalink}"> read more .</a> </div><br></p><br>
- {/block:More}
- <!-- permalink
- reblog , source , date & notes-->
- <div class="permalink">
- <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth}.</a>
- <a href="{Permalink}">{NoteCountWithLabel}.</a>
- {block:RebloggedFrom}{/block:RebloggedFrom}
- <a href="{ReblogURL}">reblog.</a>
- {block:ContentSource}
- <a href="{SourceURL}">source.</a>
- {/block:ContentSource}
- </div>
- </div> <!-- end of posts --><br><br><br>
- <!-- tags -->
- <div class="tags">{block:HasTags}<B><span class="cp cp-stars-o"></span>
- {PostAuthorName} says:</B> {block:Tags}<span style="font-size:12px; color:{color:gradient 1}">#</span><a href="{TagUrl}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
- {block:PostNotes}
- <div class="notes">{PostNotes}</div>
- {/block:PostNotes}
- <br>
- <br>
- <br>
- <br>
- <br>
- {/block:Posts}
- </div> <!-- end of postholder -->
- </div> <!-- end of container -->
- <!-- credits -->
- <div id="credit" data="credit"><a href="https://gordonramsei.tumblr.com/" title="theme by emily"><i class="fa-solid fa-barcode"></i>
- </a></div>
- </body>
- <!-- begin tabs script -->
- <script>
- function openPage(pageName, elmnt, color) {
- var i, tabcontent, tablink;
- tabcontent = document.getElementsByClassName("tabcontent");
- for (i = 0; i < tabcontent.length; i++) {
- tabcontent[i].style.display = "none";}
- tablinks = document.getElementsByClassName("tablink");
- for (i = 0; i < tablinks.length; i++) {
- tablinks[i].style.backgroundColor = "";
- }
- document.getElementById(pageName).style.display = "block";
- elmnt.style.backgroundColor = color;
- }
- document.getElementById("defaultOpen").click();
- </script>
- <!-- end tabs script -->
- <!-- begin tabs filter script -->
- <!-- this filter script will dictate the parts of ur theme that will be visible when ur on ur tabs . for example , if u don't want ur posts to be visible bc ur tab content will be there , u will hide the posts with :
- $(".posts").hide();
- and u also need to specify that u want ur posts to REAPPEAR once ur no longer on an active tab :
- $(".posts").show();
- -->
- <script>
- function myFunction() {
- var desc = document.getElementById("myDescription");
- desc.classList.toggle("show");
- }
- </script>
- <script>
- $(document).ready(function(){
- $(".tablink").click(function(){
- $(".posts").hide();
- $(".permalink").hide();
- $(".permalink").hide();
- $(".notes").hide();
- $(".tags").hide();
- $("#pagination").hide();
- });
- $(".tabsclose").click(function(){
- $(".posts").show();
- $(".permalink").show();
- $(".notes").show();
- $(".tags").show();
- $("#pagination").show();
- });
- });
- </script>
- <!-- end tabs filter script -->
- <!--
- MUSIC PLAYER #02 by glenthemes
- ♬ glenthpvs.tumblr.com/player02
- --->
- <script src="//cdn.jsdelivr.net/npm/jquery@latest/dist/jquery.min.js"></script>
- <link href="//fonts.googleapis.com/css?family=Readex+Pro" rel="stylesheet">
- <link href="//glenthemes.github.io/-music-/glenplayer02.css" rel="stylesheet">
- <script src="//glenthemes.github.io/-music-/glenplayer02.js"></script>
- <style element="glenplayer02">
- :root {
- --MusicPlayer-Position:top left;
- --MusicPlayer-Edge-Offset:18px;
- --MusicPlayer-Buttons-Size:24px;
- --MusicPlayer-Buttons-Color:{color:title gradient 3};
- --MusicPlayer-Buttons-Fill:no;
- --MusicPlayer-Spacing-1:7px;
- --MusicPlayer-Spacing-2:9px;
- --MusicPlayer-Text-Size:16px;
- --MusicPlayer-Text-Color:{color:text};
- }
- </style>
- <div glenplayer02>
- <div controls></div>
- <i class="aa-line-icons" icon-name="music-2"></i>
- <!-- SONG NAME HERE -->
- <span style="text-transform:lowercase;padding:5px;font-family:'Shrikhand', cursive; background: {color:italic gradient 1};
- background: -webkit-linear-gradient(to right, {color:italic gradient 1} 6%, {color:italic gradient 2} 45%, {color:italic gradient 3} 60%, {color:italic gradient 4} 97%);
- background: -moz-linear-gradient(to right, {color:italic gradient 1} 6%, {color:italic gradient 2} 45%, {color:italic gradient 3} 60%, {color:italic gradient 4} 97%);
- background: linear-gradient(to right, {color:italic gradient 1} 6%, {color:italic gradient 2} 45%, {color:italic gradient 3} 60%, {color:italic gradient 4} 97%);
- background: -moz-linear-gradient(to right, {color:italic gradient 1} 6%, {color:italic gradient 2} 45%, {color:italic gradient 3} 60%, {color:italic gradient 4} 97%);
- background: -moz-linear-gradient(to right, {color:italic gradient 1} 6%, {color:italic gradient 2} 45%, {color:italic gradient 3} 60%, {color:italic gradient 4} 97%);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- text-shadow:0px 0px 3px {color:italic gradient 1};
- color:{color:italic gradient 1};" >pretty soldier radio! </span>
- <!-- HOW TO CHANGE THE MUSIC -->
- <!-- linktr.ee/direct_file_links -->
- <audio src="https://archive.org/download/anywhere-but-home/Anywhere%20But%20Home.mp3" volume="100%"></audio>
- </div><!--don't delete this line-->
- <!--end music player-->
- </body>
- </html>
Add Comment
Please, Sign In to add comment