Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--
- LOADING THEME LOADING THEME LOADING THEME LOADING . . . PRESENTING :
- COMMMISSION FOR RAE.
- CODED BY GORDONRAMSEI .
- ⁺ 。 ╲ USER NOTES / STYLING TIPS !
- - there are 2 different styles for
- the title text . <b>bold</b> , and
- <i>italic</i> .
- ⁺ 。 ╲ IMG SIZES :
- - sidebar : 100 x 100
- ⁺ 。 ╲ FULL RULES & REGULATIONS . . .
- 001 . this theme is a private theme created for rae .
- distribution is dependent on commissioner's
- discretion .
- U CAN : use this for commerical use .
- U CAN : use this for private / non-paid use .
- 002 . U CAN edit this theme to ur heart's content .
- crediting me is still required tho 🤠
- 003 . do NOT remove any of the credits for the tabs &
- filter script /or/ my transitioning images code .
- do NOT remove any credits for the icons used or
- the animations UNLESS u don't use them .
- ⁺ 。 ╲ FULL CREDITS . . .
- 001 . TABS SCRIPT / FILTER : gordonramsei
- 002 . BASE CODE : gordonramsei
- 003 . TRANSITIONING SIDEBAR : gordonramsei
- 004 . ICONS : cappuccicons icons by suiomi and iconscout
- 005 . ANIMATIONS : by animista ( see full credit below )
- 006 . MP3 PLAYER : glenthemes
- ⁺ 。 ╲ FONTS USED . . .
- 001 . BODY FONT : poppins
- 002 . TITLE / ACCENT FONTS : shrikhand
- ⁺ 。 ╲ ANIMISTA CREDIT . . .
- /* ----------------------------------------------
- * 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="#000000"/>
- <meta name="color:posts" content="#202020c"/>
- <meta name="color:text" content="#ededed"/>
- <meta name="color:title" content="#cc6fb2"/>
- <meta name="color:title gradient" content="#ca3d70"/>
- <meta name="color:links" content="#ededed"/>
- <meta name="color:links gradient" content="#72b1c0"/>
- <meta name="color:links hover" content="#72b1c0"/>
- <meta name="color:links hover gradient" content="#ededed"/>
- <meta name="color:accent" content="#6e5aba"/>
- <meta name="color:accent gradient" content="#72b1c0"/>
- <meta name="color:bold" content="#e0af79"/>
- <meta name="color:italic" content="#cc6fb2"/>
- <meta name="color:italic gradient" content="#d7cdc6"/>
- <!-- images -->
- <meta name="select:grayscale imgs" content="100%" title="yes" />
- <meta name="select:grayscale imgs" content="0%" title="no" />
- <meta name="image:bg" content="https://static.tumblr.com/ovepbbv/JEprmjd4h/bg.gif">
- <meta name="image:sidebar" content="https://via.placeholder.com/100">
- <!-- text -->
- <meta name="text:title" content="ur title">
- <meta name="text:desc" content="this will scroll and has multiple different font styles so unless ur creaviity !">
- <meta name="text:radio title" content="celestial radio.">
- <meta name="text:ask subtitle" content="in the name of the moon!">
- <!-- links -->
- <meta name="text:nav title" content="map">
- <meta name="text:nav link 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> <!-- (mandatory) jquery/java script -->
- <script src="//pull.cappuccicons.com/cpf.js"></script> <!-- cappuccicons 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&family=Shrikhand&display=swap" rel="stylesheet"><!-- google fonts -->
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script> <!-- (mandatory) tooltips script -->
- <link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.0/css/line.css"> <!-- icon scout 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">
- @-ms-viewport{
- width: device-width;
- }
- /* custom / hosted fonts*/
- /* tooltip styling + scroll bar */
- #s-m-t-tooltip {
- max-width:125px;
- z-index:99999999999999999999999999999999999999999999;
- background-color:{color:posts};
- padding:6px;
- margin-left:15px;
- margin-bottom:30px;
- font-weight:400;
- font-size:7.5px;
- font-style:normal;
- letter-spacing:1px;
- line-height:11px;
- color:{color:text};
- text-shadow:0px 0px 1px {color:container};
- text-transform:uppercase;
- }
- ::-webkit-scrollbar {
- width: 10px;
- scroll-behavior: smooth;
- }
- ::-webkit-scrollbar-track {
- background: {color:accent};
- scroll-behavior: smooth;
- }
- ::-webkit-scrollbar-thumb {
- background:{color:accent gradient};
- border-bottom-left-radius:2px;
- border-bottom-right-radius:2px;
- }
- ::selection {
- background-color: transparent;
- color: {color:italic};
- }
- /* tumblr controls */
- #tumblr_controls, .tmblr-iframe {
- z-index:999999999999999999;
- opacity:1;
- position:absolute;
- filter:drop-shadow(0px 0px 0px {color:accent});
- transform:scale(1);
- top:0px;
- right:0px;
- -webkit-transition:all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- }
- 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%;
- 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;
- }
- /* body + font styles */
- /* there are a lot of different
- 'styles' that may need some css
- to define it . most of these are
- optional , such as using h3 for
- ur links (u can change that to
- different properties) . i also
- group my h1 + h2 styles together
- and this isn't something u need
- to do either . some of the more
- detailed styles u see are some
- commonly seen styles that i've
- noted need specific css styling */
- body {
- background-color:{color:background};
- color:{color:text};
- font-family: 'Poppins', sans-serif;
- font-size:13px;
- font-weight:500;
- line-height:13px;
- letter-spacing:0px;
- overflow:hidden;
- text-align:justify;
- margin:0px;
- padding:0px;
- background-image:url('{image:bg}');
- background-size:repeat; /* change repeat to cover if you have a full img for ur background */
- }
- p {
- width:96.5%;
- }
- 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;
- }
- p a {
- text-shadow:none;
- color: {color:links};
- background-image: -webkit-linear-gradient(0deg, {color:links} 0%, {color:links gradient} 100%);
- background-clip: text;
- -webkit-background-clip: text;
- text-fill-color: transparent;
- -webkit-text-fill-color: transparent;
- font-family: 'Shrikhand', cursive;
- font-size:12px;
- letter-spacing:1px;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- p a:hover {
- text-shadow:none;
- color: {color:links hover};
- background-image: -webkit-linear-gradient(0deg, {color:links hover} 0%, {color:links hover gradient} 100%);
- background-clip: text;
- -webkit-background-clip: text;
- text-fill-color: transparent;
- -webkit-text-fill-color: transparent;
- font-size:12px;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- blockquote, blockquote blockquote, blockquote {
- border-left:2px solid {color:title};
- margin-left:2px;
- padding:0px 5px 0px;
- text-align:justify;
- width:96.5%;
- }
- small {
- font-size:12px;
- }
- big, big strong {
- font-size:13.5px;
- color:{color:title};
- font-weight:700;
- text-shadow: 0px 0px 3px {color:title};
- padding:3px;
- }
- sub, sup {
- font-size:13px;
- }
- span strong, em {
- color:{color:bold};
- }
- em strong {
- color:{color:bold};
- }
- p strong {
- color:{color:bold};
- }
- b, strong {
- letter-spacing:1px;
- font-weight:700;
- color:{color:bold};
- text-transform:lowercase;
- text-shadow:0px 0px 2px {color:bold};
- }
- i, em {
- color: {color:italic};
- background-image: -webkit-linear-gradient(0deg, {color:italic} 0%, {color:italic gradient} 100%);
- background-clip: text;
- -webkit-background-clip: text;
- text-fill-color: transparent;
- -webkit-text-fill-color: transparent;
- text-shadow:0px 0px 10px {color:italic};
- letter-spacing:1px;
- font-size:12px;
- font-weight:400;
- font-family: 'Shrikhand', cursive;
- text-transform:lowercase;
- }
- h1, h2 {
- text-align:center;
- font-size:25px;
- text-transform:lowercase;
- text-shadow:0px 0px 20px {color:italic};
- letter-spacing:-3px;
- font-family: 'Shrikhand', cursive;
- -webkit-text-fill-color: transparent;
- -webkit-text-stroke: 1px {color:italic gradient};
- line-height:30px;
- padding-bottom:none;
- margin-left:-12px;
- white-space: pre-line;
- padding:10px;
- width:97.75%;
- letter-spacing:2px;
- font-weight:500;
- }
- h1 b, h2 b, h2 i, h1 i, h1 em, h2 em, h1 strong, h2 strong {
- font-size:25px;
- text-shadow:0px 0px 3px {color:italic};
- }
- p h1, h2 {
- text-align:justify;
- font-size:25px;
- text-transform:lowercase;
- line-height:30px;
- margin-top:-10px;
- padding-bottom:none;
- margin-left:-12px;
- padding:10px;
- width:97.75%;
- letter-spacing:2px;
- font-weight:500;
- }
- p h1 b, h2 b, h2 i, h1 i {
- font-size:25px;
- text-shadow:0px 0px 3px {color:italic};
- }
- h3 {
- font-size:25px;
- text-align:center;
- width:96%;
- font-weight:bold;
- line-height:27px;
- letter-spacing:2px;
- text-transform:lowercase;
- vertical-align: middle;
- font-family: 'Shrikhand', cursive;
- text-shadow:0px 0px 15px {color:accent};
- color: {color:accent};
- background-image: -webkit-linear-gradient(90deg, {color:accent} 0%, {color:accent gradient} 100%);
- background-clip: text;
- -webkit-background-clip: text;
- text-fill-color: transparent;
- -webkit-text-fill-color: transparent;
- }
- h3 b, h3 i, h3 strong, h3 em {
- font-size:25px;
- }
- h3 a {
- font-size:24px;
- text-align:center;
- line-height:34px;
- letter-spacing:1px;
- padding:5px;
- text-transform:lowercase;
- font-weight:500;
- vertical-align: middle;
- color: {color:accent};
- background-image: -webkit-linear-gradient(90deg, {color:accent} 0%, {color:accent gradient} 100%);
- text-shadow:0px 0px 15px {color:accent};
- background-clip: text;
- -webkit-background-clip: text;
- text-fill-color: transparent;
- -webkit-text-fill-color: transparent;
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- -ms-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;
- }
- h3 a:hover {
- text-align:center;
- letter-spacing:3px;
- padding:5px;
- background-color:transparent;
- text-transform:lowercase;
- vertical-align: middle;
- color: {color:accent gradient};
- background-image: -webkit-linear-gradient(90deg, {color:accent gradient} 0%, {color:accent} 100%);
- background-clip: text;
- -webkit-background-clip: text;
- text-fill-color: transparent;
- text-shadow:0px 0px 20px {color:accent gradient};
- -webkit-text-fill-color: transparent;
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- -ms-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;
- }
- /* container + extras */
- #container {
- position:absolute;
- top: 50px;
- left: 50%;
- transform: translate(-50%);
- width:390px;
- height:95%;
- background-color:transparent;
- z-index:999;
- background-image:url('{image:container}');
- background-size:repeat; /* change repeat to cover if you have a full img for ur background */
- }
- /* posts styling */
- .postholder {
- position:absolute;
- z-index:-99999999999;
- overflow-y:scroll;
- overflow-x:hidden;
- padding-top:21px;
- left:11px;
- height:100%;
- width:380px;
- background-color: transparent;
- }
- .posts {
- position:relative;
- overflow-x:hidden;
- z-index:9999999999999999999999999999999999999999999999;
- background-color:{color:posts};
- box-shadow:0px 0px 15px {color:accent};
- margin-left:13px;
- border-radius:2px;
- height:auto;
- width:330px;
- padding-left:12px;
- overflow-wrap: break-word;
- }
- .readmore {
- position:absolute;
- vertical-align: middle;
- text-shadow:none;
- left:39%;
- text-transform:lowercase;
- font-size:12px;
- letter-spacing:1px;
- margin-top:-7px;
- }
- .readmore a {
- color:{color:text};
- text-shadow:0px 0px 2px {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 {
- text-shadow:0px 0px 2px {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;
- }
- .tags {
- text-align:justify;
- text-align-last: center;
- font-size:11px;
- font-style:Bold;
- overflow-wrap: break-word;
- color:{color:text};
- margin-top:10px;
- line-height:10px;
- margin-left:15px;
- width:88%;
- }
- .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;
- color:{color:links hover};
- }
- .tags a {
- color:{color:links};
- text-transform:lowercase;
- text-shadow:none;
- line-height:3px;
- }
- .tags b {
- font-size:9px;
- font-style:bold;
- text-transform:lowercase;
- letter-spacing:1px;
- color:{color:bold};
- text-shadow:0px 0px 2px {color:bold};
- }
- .notes {
- text-align:justify;
- text-transform:lowercase;
- }
- .permalink {
- z-index:999999999999999999999999999999999999999999999999;
- font-size:11px;
- border-top-left-radius:2px;
- border-top-right-radius:2px;
- position:relative;
- text-align:center;
- width:322px;
- margin-left:-12px;
- letter-spacing:1px;
- background-color:{color:posts};
- border-bottom:3px inset {color:background};
- margin-top:-5px;
- padding:10px;
- }
- .permalink a {
- color:{color:links};
- text-transform:lowercase;
- text-shadow:0px 0px 3px {color:links};
- text-align:center;
- font-weight:bold;
- font-size:11px;
- margin-top:10px;
- padding:3px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .link a:hover {
- text-shadow:0px 0px 4px {color:links hover};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- color:{color:links hover};
- }
- .pinnedposts {
- text-transform:uppercase;
- position:absolute;
- display:block;
- text-align:Center;
- right:0px;
- color:{color:accent};
- text-shadow:0px 0px 2px {color:accent gradient};
- height:14.5px;
- width:18px;
- top:0px;
- font-size:14px;
- letter-spacing:1px;
- z-index:99999999999999999999999999999999999999999999999;
- padding:6px;
- padding-top:9px;
- }
- .pinnedposts span {
- display:inline-block;
- -webkit-animation: wobble-hor-top 1.7s ease-in-out infinite both;
- animation: wobble-hor-top 1.7s ease-in-out infinite both;
- }
- @-webkit-keyframes wobble-hor-top {
- 0%,
- 100% {
- -webkit-transform: translateX(0%);
- transform: translateX(0%);
- -webkit-transform-origin: 0% 0%;
- transform-origin: 0% 0%;
- }
- 15% {
- -webkit-transform: translateX(0px) rotate(6deg);
- transform: translateX(0px) rotate(6deg);
- }
- 30% {
- -webkit-transform: translateX(0px) rotate(-6deg);
- transform: translateX(0px) rotate(-6deg);
- }
- 45% {
- -webkit-transform: translateX(0px) rotate(6.6deg);
- transform: translateX(0px) rotate(6.6deg);
- }
- 60% {
- -webkit-transform: translateX(0px) rotate(-2.4deg);
- transform: translateX(0px) rotate(-2.4deg);
- }
- 75% {
- -webkit-transform: translateX(0px) rotate(1.2deg);
- transform: translateX(0px) rotate(1.2deg);
- }
- }
- #pagination {
- text-align:Center;
- }
- #pagination a {
- position:relative;
- z-index:999999999999999999999999;
- text-align:center;;
- border-radius:1px;
- top:100px;
- padding:5px;
- font-size:13px;
- text-shadow:none;
- color:{color:text};
- font-style:bold;
- text-transform:lowercase;
- text-shadow:0px 0px 1px {color:text};
- }
- #pagination a:hover {
- color:{color:text};
- text-shadow:0px 0px 1px {color:text};
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- /* imgs / photosets */
- .photoset {
- display:block;
- padding:none;
- margin-left:-6px;
- margin-top:0px;
- width:103.865%;
- filter: grayscale({select:grayscale imgs});
- }
- .posts blockquote img {
- max-width:300px;
- padding-left:8px;
- filter: grayscale({select:grayscale imgs});
- }
- .posts blockquote img:hover {
- max-width:300px;
- padding-left:5px;
- filter: grayscale({select:grayscale imgs});
- }
- .posts img {
- max-width:342px;
- height:100%;
- padding-left:0px;
- margin-top:0px;
- margin-left:0px;
- filter: grayscale({select:grayscale imgs});
- overflow:hidden;
- 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 {
- height:100%;
- filter: grayscale({select:grayscale imgs});
- -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;
- }
- /* lists */
- li{
- list-style-type: none;
- margin-left:-25px;
- line-height:8px;
- padding:5px;
- width:99%;
- }
- li:before {
- content:'\eb97';
- font-family:'cappuccicons';
- margin-right:10px;
- font-size:10px;
- color:{color:italic};
- text-shadow: 0px 0px 5px {color:italic};
- }
- ul {
- list-style-type: none;
- }
- /* title styling */
- .title {
- z-index:999999999999999999999999999999999999999999999999;
- width:220px;
- height:auto;
- top:55px;
- font-size:25px;
- word-break: break-word;
- letter-spacing:3px;
- font-family: 'Shrikhand', cursive;
- color: {color:title};
- text-shadow:0px 0px 10px {color:title};
- background-image: -webkit-linear-gradient(15deg, {color:title} 0%, {color:title gradient} 100%);
- background-clip: text;
- -webkit-background-clip: text;
- text-fill-color: transparent;
- -webkit-text-fill-color: transparent;
- font-style:italic;
- font-weight:500;
- text-align:center;
- text-align-last: center;
- line-height:20px;
- position: absolute;
- }
- .title b {
- padding:none;
- font-size:25px;
- letter-spacing:2px;
- font-weight:700;
- font-style:normal;
- text-shadow:0px 0px 3px {color:bold};
- }
- .title i {
- text-shadow:0px 0px 15px {color:italic};
- font-size:25px;
- letter-spacing:4px;
- font-style:normal;
- font-weight:400;
- font-family: 'Shrikhand', cursive;
- }
- .sidebar {
- position:absolute;
- box-shadow:0px 0px 15px {color:title},
- 0px 0px 20px {color:title gradient};
- width:100px;
- background-color:{color:background};
- height:100px;
- z-index:999999999999999999999999;
- top:250px;
- left:500px;
- position: absolute;
- }
- .sidebar img {
- width:100px;
- height:100px;
- }
- #s1 {
- position:absolute;
- opacity:1;
- }
- .checkerboard {
- position:absolute;
- z-index:-99999999999999999999999999999;
- width:200px;
- height:200px;
- left:465px;
- top:214px;
- }
- .checkerboard img {
- width:100px;
- height:100px;
- }
- .circles {
- position:absolute;
- z-index:-999999999999999999999999;
- left:500px;
- top:140px;
- }
- .grid {
- position:absolute;
- left:450px;
- top:245px;
- z-index:-999999999999999999999999;
- }
- .grid svg {
- fill:{color:text};
- }
- .smile {
- position:absolute;
- z-index:999999999999999999999999999;
- left:415px;
- top:300px;
- }
- .stars {
- position:absolute;
- z-index:-999999999999999999999999;
- left:400px;
- top:200px;
- }
- /* description styling */
- .description {
- position:absolute;
- width:75px;
- height:100px;
- left:605px;
- top:280px;
- text-align:justify;
- font-size:12px;
- padding:10px;
- text-transform:lowercase;
- line-height:12px;
- overflow:hidden;
- }
- /* tabs styling */
- /* tabs styling by emily , keep this credit intact ! */
- .tab {
- overflow: visible;
- z-index:999999999999999999999999999999999999999999;
- position:absolute;
- height:50px;
- width:220px;
- text-align:center;
- top:430px;
- left:435px;
- }
- .tab b {
- font-family: 'Poppins', sans-serif;
- }
- .tablink, .tablink a {
- font-weight:bold;
- background-color:{color:posts};
- box-shadow:0px 0px 3px {color:posts};
- border-radius:2px;
- padding:5px;
- cursor: pointer;
- font-weight:500;
- text-transform:lowercase;
- text-shadow:none;
- z-index:-9999999999999999999999999999999999999;
- transition: all 0.4s ease-in-out;
- }
- /* ask styling */
- .asker {
- z-index:999999999;
- text-align:center;
- vertical-align:middle;
- margin-top:10px;
- margin-left:10px;
- padding-bottom:4px;
- letter-spacing:2px;
- width:93%;
- font-size:20px;
- color:{color:title};
- text-shadow:0px 0px 1px {color:title};
- font-family: 'Shrikhand', cursive;
- }
- .asker a {
- letter-spacing: 2px;
- z-index:999999999;
- text-align:center;
- margin-top:5px;
- font-size:15px;
- vertical-align:middle;
- color:{color:title};
- text-shadow:0px 0px 5px {color:title};
- }
- .subask {
- padding-top:5px;
- text-align:Center;
- font-size:11px;
- text-shadow:0px 0px 6px {color:title gradient};
- color: {color:title};
- background-image: -webkit-linear-gradient(15deg, {color:title} 0%, {color:title gradient} 100%);
- background-clip: text;
- -webkit-background-clip: text;
- text-fill-color: transparent;
- -webkit-text-fill-color: transparent;
- font-family: 'Poppins', sans-serif;
- }
- .question {
- position: relative;
- text-transform:lowercase;
- background-color:{color:background};
- margin-left:10px;
- padding:5px;
- border-radius:2px;
- box-shadow:0px 0px 2px {color:background};
- margin-top:5px;
- width:85.5%;
- }
- .qanswer {
- margin-top:15px;
- }
- /* quote styling */
- #quote {
- color:{color:text};
- padding-top:30px;
- width:90%;
- margin-left:13px;
- line-height:13px;
- text-align:justify;
- text-transform:lowercase;
- padding-bottom:5px;
- }
- .source, .source a {
- margin-top:5px;
- font-size:20px;
- line-height:25px;
- text-align:center;
- font-weight:400;
- font-style:bold;
- letter-spacing:2px;
- text-transform:lowercase;
- font-family: 'Shrikhand', cursive;
- text-shadow:0px 0px 10px {color:title};
- color: {color:title};
- background-image: -webkit-linear-gradient(15deg, {color:title} 0%, {color:title gradient} 100%);
- background-clip: text;
- -webkit-background-clip: text;
- text-fill-color: transparent;
- -webkit-text-fill-color: transparent;
- }
- /* chat styling */
- .chat b {
- font-size:12px;
- text-transform:lowercase;
- letter-spacing:2px;
- line-height:15px;
- text-shadow:0px 0px 6px {color:italic};
- color: {color:italic};
- background-image: -webkit-linear-gradient(-10deg, {color:italic} 0%, {color:italic gradient} 100%);
- background-clip: text;
- -webkit-background-clip: text;
- text-fill-color: transparent;
- -webkit-text-fill-color: transparent;
- }
- /* audio styling */
- .play {
- position:relative;
- margin-top:10px;
- 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:0px;
- width:101%;
- margin-left:-5px;
- }
- .details {
- font-size:15px;
- text-transform:lowercase;
- margin-left:40px;
- letter-spacing:1px;
- line-height:20px;
- color: {color:accent gradient};
- background-image: -webkit-linear-gradient(-10deg, {color:accent gradient} 0%, {color:accent} 100%);
- text-shadow:0px 0px 5px {color:accent};
- background-clip: text;
- -webkit-background-clip: text;
- text-fill-color: transparent;
- -webkit-text-fill-color: transparent;
- }
- .artist {
- font-size:15px;
- margin-top:-10px;
- text-transform:lowercase;
- text-shadow:0px 0px 10px {color:accent};
- color: {color:accent};
- background-image: -webkit-linear-gradient(-10deg, {color:accent} 0%, {color:accent gradient} 100%);
- background-clip: text;
- -webkit-background-clip: text;
- text-fill-color: transparent;
- -webkit-text-fill-color: transparent;
- font-family: 'Shrikhand', cursive;
- letter-spacing:1px;
- padding-bottom:10px;
- padding-top:6px;
- }
- .spotify_audio_player {
- height:80px; !important
- }
- /* credits */
- #credit a {
- position:fixed;
- right:10px;
- bottom:10px;
- font-size:20px;
- text-shadow: 0px 0px 2px {color:title};
- color:{color:title};
- -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 4px {color:title};
- color:{color:title};
- -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>
- <!--
- 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};
- --MusicPlayer-Buttons-Fill:no;
- --MusicPlayer-Spacing-1:7px;
- --MusicPlayer-Spacing-2:9px;
- --MusicPlayer-Text-Size:16px;
- --MusicPlayer-Text-Color:{color:bold};
- }
- </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;">{text:radio title}</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-->
- <div id="container">
- <!-- tabs code by emily !! do not replicate and / or steal KEEP THIS CREDIT INTACT -->
- <div class="tab">
- <br>
- <a href="/" class="tablink" title="refresh"><b>01.</b></a>
- <a href="/ask" class="tablink" title="message"><b>02.</b></a>
- <a href="{text:nav link url}" class="tablink" title="{text:nav title}"><b>03.</b></a>
- <div class="title">{text:title}
- </div>
- <div id="pagination">{block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">pge bckwrd</a> {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">pge frwrd</a>
- {/block:NextPage}
- {/block:Pagination}</div>
- </div>
- <div class="sidebar">
- <img id="s1" src="{image:sidebar}" draggable="false">
- </div>
- <div class="checkerboard"><img src="https://static.tumblr.com/ovepbbv/aQwrmdutm/untitled_design.png" draggable="false"></div>
- <div class="circles"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" zoomAndPan="magnify" viewBox="0 0 150 149.999998" height="200" preserveAspectRatio="xMidYMid meet" version="1.0"><defs><filter x="0%" y="0%" width="100%" height="100%" id="c09db3a510"><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" color-interpolation-filters="sRGB"/></filter><clipPath id="33db549af2"><path d="M 24.839844 54 L 92 54 L 92 120.421875 L 24.839844 120.421875 Z M 24.839844 54 " clip-rule="nonzero"/></clipPath><clipPath id="60f6db078c"><path d="M 91.15625 87.320312 C 91.15625 105.605469 76.320312 120.433594 58.019531 120.433594 C 39.71875 120.433594 24.882812 105.605469 24.882812 87.320312 C 24.882812 69.03125 39.71875 54.207031 58.019531 54.207031 C 76.320312 54.207031 91.15625 69.03125 91.15625 87.320312 Z M 91.15625 87.320312 " clip-rule="nonzero"/></clipPath><image x="0" y="0" width="102" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGYAAABcCAYAAACcPsCpAAAABmJLR0QA/wD/AP+gvaeTAAAAzElEQVR4nO3csQkDQRAEwXnx+ScsgRTAy782qiIYaNY77tr2HTmv0wP4T5goYaKEiRImSpgoYaKEiRImSpgoYaLube/TI3gSJkqYKGGihIkSJkqYqHvb5/QInlxMlDBRwkQJEyVMlDBRwkQJEyVMlDBRwkQJEyVMlDBRwkQJEyVMlDBRwkQJEyVMlDBRwkQJEyVMlJeYUS4mSpgoYaKEiRImSpgoYaKEiRImSpgoYaKEiRImSpgoYaKEibrm+0UAAAAAAAAAAAAAAGj5AR7OMursaYvCAAAAAElFTkSuQmCC" id="affc0ee28a" height="92" preserveAspectRatio="xMidYMid meet"/><mask id="c1f0caad62"><g filter="url(#c09db3a510)"><g><image x="0" y="0" width="102" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGYAAABcCAYAAACcPsCpAAAABmJLR0QA/wD/AP+gvaeTAAAAzElEQVR4nO3csQkDQRAEwXnx+ScsgRTAy782qiIYaNY77tr2HTmv0wP4T5goYaKEiRImSpgoYaKEiRImSpgoYaLube/TI3gSJkqYKGGihIkSJkqYqHvb5/QInlxMlDBRwkQJEyVMlDBRwkQJEyVMlDBRwkQJEyVMlDBRwkQJEyVMlDBRwkQJEyVMlDBRwkQJEyVMlJeYUS4mSpgoYaKEiRImSpgoYaKEiRImSpgoYaKEiRImSpgoYaKEibrm+0UAAAAAAAAAAAAAAGj5AR7OMursaYvCAAAAAElFTkSuQmCC" height="92" preserveAspectRatio="xMidYMid meet"/></g></g></mask><clipPath id="9bfb3e9e1f"><rect x="0" width="102" y="0" height="92"/></clipPath><pattern id="ad60578f52" patternUnits="userSpaceOnUse" width="102" patternTransform="matrix(1, 0, 0, -1, 24.000001, 120.919998)" preserveAspectRatio="xMidYMid meet" viewBox="0 0 102 92" height="92" x="0" y="0"><g><g clip-path="url(#9bfb3e9e1f)"><g mask="url(#c1f0caad62)"><rect x="-57.000002" width="216.000004" fill="{color:title gradient}" height="216" y="-62.08" fill-opacity="1"/></g></g></g></pattern><clipPath id="7209504dc6"><path d="M 66 29.671875 L 122 29.671875 L 122 86 L 66 86 Z M 66 29.671875 " clip-rule="nonzero"/></clipPath><clipPath id="2ae391efd8"><path d="M 121.824219 57.375 C 121.824219 72.671875 109.410156 85.074219 94.101562 85.074219 C 78.796875 85.074219 66.382812 72.671875 66.382812 57.375 C 66.382812 42.074219 78.792969 29.671875 94.101562 29.671875 C 109.414062 29.671875 121.824219 42.074219 121.824219 57.375 Z M 121.824219 57.375 " clip-rule="nonzero"/></clipPath><image x="0" y="0" width="102" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGYAAABcCAYAAACcPsCpAAAABmJLR0QA/wD/AP+gvaeTAAABAUlEQVR4nO3YsW0DQRAEwSH1+QdMApQCeNm8NqoiGKCxzj62/Y6c5+kB/E+YKGGihIkSJkqYKGGihIkSJkqYKGGihIkSJkqYKGGihIkSJkqYKGGihIkSJkqYKGGihIkSJkqYKGGihIkSJkqYKGGihIkSJkqYKGGihIkSJkqYKGGihIkSJkqYKGGihIm6tn1Oj+Du2vY6PYI7YaKEiRImSpgoYaKEiRImSpgoYaKEiRImSpioa9v79AjuXEyUMFHCRAkTJUyUMFHCRAkTJUyUMFHCRAkTJUyU73KUi4kSJkqYKGGihIkSJkqYKGGihIkSJkqYKGGihIl6bPs5PQIA+J4/cGMrD1p219wAAAAASUVORK5CYII=" id="7aecb32a41" height="92" preserveAspectRatio="xMidYMid meet"/><mask id="2610e62303"><g filter="url(#c09db3a510)"><g><image x="0" y="0" width="102" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGYAAABcCAYAAACcPsCpAAAABmJLR0QA/wD/AP+gvaeTAAABAUlEQVR4nO3YsW0DQRAEwSH1+QdMApQCeNm8NqoiGKCxzj62/Y6c5+kB/E+YKGGihIkSJkqYKGGihIkSJkqYKGGihIkSJkqYKGGihIkSJkqYKGGihIkSJkqYKGGihIkSJkqYKGGihIkSJkqYKGGihIkSJkqYKGGihIkSJkqYKGGihIkSJkqYKGGihIm6tn1Oj+Du2vY6PYI7YaKEiRImSpgoYaKEiRImSpgoYaKEiRImSpioa9v79AjuXEyUMFHCRAkTJUyUMFHCRAkTJUyUMFHCRAkTJUyU73KUi4kSJkqYKGGihIkSJkqYKGGihIkSJkqYKGGihIl6bPs5PQIA+J4/cGMrD1p219wAAAAASUVORK5CYII=" height="92" preserveAspectRatio="xMidYMid meet"/></g></g></mask><clipPath id="87fb9cbcfe"><rect x="0" width="102" y="0" height="92"/></clipPath><pattern id="f83ac598b2" patternUnits="userSpaceOnUse" width="102" patternTransform="matrix(1, 0, 0, -1, 24.000001, 120.919998)" preserveAspectRatio="xMidYMid meet" viewBox="0 0 102 92" height="92" x="0" y="0"><g><g clip-path="url(#87fb9cbcfe)"><g mask="url(#2610e62303)"><rect x="-57.000002" width="216.000004" fill="{color:title gradient}" height="216" y="-62.08" fill-opacity="1"/></g></g></g></pattern><clipPath id="7dd1bc97e7"><path d="M 35 41 L 125.339844 41 L 125.339844 105 L 35 105 Z M 35 41 " clip-rule="nonzero"/></clipPath></defs><g clip-path="url(#33db549af2)"><g clip-path="url(#60f6db078c)"><path fill="url(#ad60578f52)" d="M 24.882812 54.207031 L 91.15625 54.207031 L 91.15625 120.421875 L 24.882812 120.421875 Z M 24.882812 54.207031 " fill-rule="nonzero"/></g></g><g clip-path="url(#7209504dc6)"><g clip-path="url(#2ae391efd8)"><path fill="url(#f83ac598b2)" d="M 66.382812 29.671875 L 121.820312 29.671875 L 121.820312 85.070312 L 66.382812 85.070312 Z M 66.382812 29.671875 " fill-rule="nonzero"/></g></g><path fill="{color:title}" d="M 42.574219 104.550781 C 42.574219 98.820312 41.34375 97.589844 35.609375 97.589844 C 41.34375 97.589844 42.574219 96.363281 42.574219 90.628906 C 42.574219 96.363281 43.800781 97.589844 49.539062 97.589844 C 43.800781 97.589844 42.574219 98.816406 42.574219 104.550781 Z M 124.824219 65.863281 C 119.800781 65.863281 118.726562 64.789062 118.726562 59.769531 C 118.726562 64.789062 117.652344 65.863281 112.628906 65.863281 C 117.652344 65.863281 118.726562 66.9375 118.726562 71.957031 C 118.726562 66.941406 119.800781 65.863281 124.824219 65.863281 Z M 76.246094 74.449219 C 72.914062 74.449219 72.203125 73.738281 72.203125 70.410156 C 72.203125 73.738281 71.488281 74.449219 68.15625 74.449219 C 71.488281 74.449219 72.203125 75.164062 72.203125 78.492188 C 72.199219 75.164062 72.914062 74.449219 76.246094 74.449219 Z M 61.164062 45.304688 C 57.832031 45.304688 57.121094 44.59375 57.121094 41.261719 C 57.121094 44.59375 56.40625 45.304688 53.074219 45.304688 C 56.40625 45.304688 57.121094 46.019531 57.121094 49.347656 C 57.121094 46.019531 57.832031 45.304688 61.164062 45.304688 Z M 61.164062 45.304688 " fill-opacity="1" fill-rule="nonzero"/><g clip-path="url(#7dd1bc97e7)"><path fill="transparent" d="M 61.265625 45.152344 C 60.257812 45.152344 58.886719 45.199219 58.121094 44.414062 C 57.347656 43.625 57.382812 42.25 57.378906 41.230469 C 57.378906 41.011719 56.855469 41.117188 56.855469 41.296875 C 56.851562 42.289062 56.902344 43.652344 56.175781 44.445312 C 55.46875 45.214844 54.121094 45.152344 53.171875 45.152344 C 53.070312 45.152344 52.871094 45.1875 52.828125 45.296875 C 52.785156 45.40625 52.863281 45.457031 52.96875 45.457031 C 53.976562 45.460938 55.347656 45.410156 56.113281 46.195312 C 56.886719 46.984375 56.851562 48.363281 56.855469 49.378906 C 56.855469 49.464844 56.929688 49.5 57.019531 49.503906 C 57.171875 49.511719 57.378906 49.425781 57.378906 49.316406 C 57.382812 48.320312 57.332031 46.960938 58.058594 46.167969 C 58.765625 45.394531 60.113281 45.460938 61.058594 45.457031 C 61.160156 45.457031 61.359375 45.421875 61.40625 45.3125 C 61.453125 45.207031 61.371094 45.152344 61.265625 45.152344 Z M 58.242188 45.632812 C 57.683594 45.921875 57.339844 46.390625 57.140625 46.941406 C 57.082031 46.769531 57.015625 46.597656 56.925781 46.4375 C 56.546875 45.75 55.847656 45.429688 55.105469 45.292969 C 55.414062 45.222656 55.714844 45.125 55.996094 44.980469 C 56.550781 44.691406 56.898438 44.222656 57.097656 43.671875 C 57.152344 43.84375 57.222656 44.015625 57.308594 44.175781 C 57.6875 44.863281 58.386719 45.183594 59.132812 45.320312 C 58.824219 45.390625 58.523438 45.488281 58.242188 45.632812 Z M 76.34375 74.289062 C 75.339844 74.289062 73.96875 74.339844 73.203125 73.558594 C 72.429688 72.769531 72.464844 71.398438 72.464844 70.378906 C 72.464844 70.144531 71.9375 70.25 71.9375 70.4375 C 71.933594 71.429688 71.984375 72.796875 71.253906 73.582031 C 70.542969 74.347656 69.203125 74.289062 68.253906 74.289062 C 68.148438 74.289062 67.953125 74.324219 67.910156 74.4375 C 67.867188 74.546875 67.945312 74.609375 68.058594 74.609375 C 69.058594 74.613281 70.433594 74.558594 71.199219 75.34375 C 71.96875 76.132812 71.933594 77.503906 71.9375 78.519531 C 71.9375 78.609375 72.011719 78.648438 72.105469 78.652344 C 72.257812 78.664062 72.464844 78.578125 72.464844 78.460938 C 72.464844 77.472656 72.417969 76.105469 73.144531 75.316406 C 73.855469 74.550781 75.199219 74.609375 76.148438 74.609375 C 76.25 74.609375 76.445312 74.574219 76.492188 74.460938 C 76.535156 74.355469 76.453125 74.289062 76.34375 74.289062 Z M 73.332031 74.761719 C 72.769531 75.050781 72.421875 75.527344 72.21875 76.085938 C 72.164062 75.914062 72.097656 75.742188 72.007812 75.582031 C 71.640625 74.902344 70.957031 74.582031 70.226562 74.441406 C 70.519531 74.371094 70.804688 74.277344 71.070312 74.140625 C 71.628906 73.847656 71.980469 73.375 72.179688 72.816406 C 72.238281 72.988281 72.304688 73.160156 72.390625 73.320312 C 72.761719 74 73.445312 74.320312 74.171875 74.460938 C 73.878906 74.53125 73.59375 74.625 73.332031 74.761719 Z M 124.933594 65.746094 C 123.585938 65.742188 121.996094 65.761719 120.777344 65.085938 C 119.785156 64.53125 119.359375 63.511719 119.171875 62.441406 C 119.011719 61.539062 118.988281 60.613281 118.988281 59.699219 C 118.988281 59.585938 118.464844 59.671875 118.464844 59.839844 C 118.460938 61.195312 118.472656 62.726562 117.847656 63.972656 C 117.363281 64.945312 116.445312 65.390625 115.414062 65.570312 C 114.53125 65.722656 113.628906 65.746094 112.738281 65.746094 C 112.578125 65.746094 112.167969 65.988281 112.515625 65.988281 C 113.867188 65.988281 115.457031 65.96875 116.675781 66.648438 C 117.667969 67.199219 118.09375 68.21875 118.28125 69.292969 C 118.441406 70.195312 118.464844 71.117188 118.464844 72.03125 C 118.464844 72.042969 118.472656 72.054688 118.488281 72.066406 C 118.585938 72.121094 118.988281 72.039062 118.988281 71.890625 C 118.992188 70.535156 118.980469 69.003906 119.605469 67.761719 C 120.089844 66.789062 121.003906 66.34375 122.039062 66.160156 C 122.921875 66.007812 123.824219 65.988281 124.714844 65.988281 C 124.875 65.988281 125.285156 65.746094 124.933594 65.746094 Z M 120.453125 66.460938 C 119.511719 66.953125 119.003906 67.804688 118.75 68.78125 C 118.648438 68.367188 118.507812 67.964844 118.300781 67.597656 C 117.726562 66.570312 116.671875 66.128906 115.5625 65.929688 C 115.398438 65.902344 115.230469 65.878906 115.0625 65.855469 C 115.742188 65.757812 116.402344 65.578125 117 65.265625 C 117.941406 64.773438 118.449219 63.925781 118.703125 62.945312 C 118.804688 63.363281 118.945312 63.761719 119.152344 64.132812 C 119.726562 65.160156 120.78125 65.601562 121.890625 65.800781 C 122.054688 65.828125 122.222656 65.851562 122.390625 65.875 C 121.710938 65.972656 121.046875 66.148438 120.453125 66.460938 Z M 49.640625 97.433594 C 48.089844 97.429688 46.292969 97.457031 44.890625 96.699219 C 43.757812 96.085938 43.269531 94.933594 43.050781 93.71875 C 42.867188 92.695312 42.839844 91.640625 42.839844 90.597656 C 42.839844 90.367188 42.3125 90.472656 42.3125 90.65625 C 42.3125 91.59375 42.289062 92.53125 42.15625 93.457031 C 42.0625 94.128906 41.914062 94.8125 41.601562 95.417969 C 41.027344 96.519531 39.964844 97.019531 38.78125 97.226562 C 37.769531 97.40625 36.734375 97.429688 35.710938 97.433594 C 35.605469 97.433594 35.410156 97.464844 35.363281 97.578125 C 35.320312 97.6875 35.398438 97.746094 35.507812 97.746094 C 37.058594 97.75 38.855469 97.722656 40.261719 98.480469 C 41.390625 99.09375 41.882812 100.246094 42.097656 101.457031 C 42.28125 102.484375 42.308594 103.539062 42.3125 104.582031 C 42.3125 104.667969 42.386719 104.707031 42.476562 104.714844 C 42.632812 104.722656 42.839844 104.640625 42.839844 104.523438 C 42.839844 103.589844 42.863281 102.652344 42.996094 101.722656 C 43.089844 101.054688 43.238281 100.371094 43.550781 99.765625 C 44.125 98.660156 45.1875 98.164062 46.371094 97.953125 C 47.382812 97.777344 48.414062 97.75 49.441406 97.75 C 49.546875 97.75 49.738281 97.714844 49.789062 97.601562 C 49.828125 97.492188 49.75 97.433594 49.640625 97.433594 Z M 44.59375 98.222656 C 43.457031 98.816406 42.871094 99.867188 42.59375 101.066406 C 42.480469 100.554688 42.3125 100.0625 42.0625 99.605469 C 41.421875 98.425781 40.226562 97.886719 38.957031 97.65625 C 38.8125 97.628906 38.664062 97.605469 38.515625 97.585938 C 39.230469 97.476562 39.921875 97.285156 40.550781 96.957031 C 41.6875 96.363281 42.273438 95.308594 42.550781 94.109375 C 42.664062 94.625 42.832031 95.117188 43.082031 95.574219 C 43.722656 96.75 44.917969 97.289062 46.1875 97.519531 C 46.332031 97.546875 46.480469 97.570312 46.628906 97.589844 C 45.914062 97.703125 45.222656 97.894531 44.59375 98.222656 Z M 44.59375 98.222656 " fill-opacity="1" fill-rule="nonzero"/></g></svg></div>
- <div class="grid">
- <svg xmlns="http://www.w3.org/2000/svg" width="200" zoomAndPan="magnify" viewBox="0 0 150 150" height="200" preserveAspectRatio="xMidYMid meet" xmlns:v="https://vecta.io/nano"><style><![CDATA[.B{clip-rule:nonzero}]]></style><defs><clipPath id="A"><path d="M37.418 49.02h74.859v.43H37.418zm0 0" class="B"/></clipPath><clipPath id="B"><path d="M37.418 49.117h74.859v.332H37.418zm0 0" class="B"/></clipPath><clipPath id="C"><path d="M37.418 49.117h74.859v.496H37.418zm0 0" class="B"/></clipPath><clipPath id="D"><path d="M37.418 49.281h74.859v.496H37.418zm0 0" class="B"/></clipPath><clipPath id="E"><path d="M37.418 49.613h74.859V50H37.418zm0 0" class="B"/></clipPath><clipPath id="F"><path d="M37.418 50.109h74.859v.328H37.418zm0 0" class="B"/></clipPath><clipPath id="G"><path d="M37.418 50.77h74.859v.328H37.418zm0 0" class="B"/></clipPath><clipPath id="H"><path d="M37.418 51.594h74.859V52H37.418zm0 0" class="B"/></clipPath><clipPath id="I"><path d="M37.418 52.914h74.859v.332H37.418zm0 0" class="B"/></clipPath><clipPath id="J"><path d="M37.418 54.402h74.859v.496H37.418zm0 0" class="B"/></clipPath><clipPath id="K"><path d="M37.418 56.551h74.859V57H37.418zm0 0" class="B"/></clipPath><clipPath id="L"><path d="M37.418 59.191h74.859v.496H37.418zm0 0" class="B"/></clipPath><clipPath id="M"><path d="M37.418 62.496h74.859v.328H37.418zm0 0" class="B"/></clipPath><clipPath id="N"><path d="M37.418 66.293h74.859v.496H37.418zm0 0" class="B"/></clipPath><clipPath id="O"><path d="M37.418 71.082h74.859v.496H37.418zm0 0" class="B"/></clipPath><clipPath id="P"><path d="M37.418 76.863h74.859v.492H37.418zm0 0" class="B"/></clipPath><clipPath id="Q"><path d="M37.418 83.633h74.859v.328H37.418zm0 0" class="B"/></clipPath><clipPath id="R"><path d="M37.418 91.395h74.859v.496H37.418zm0 0" class="B"/></clipPath><clipPath id="S"><path d="M37.418 49.117h5.273V97.77h-5.273zm0 0" class="B"/></clipPath><clipPath id="T"><path d="M37.418 49.02h5.273v48.75h-5.273zm0 0" class="B"/></clipPath><clipPath id="U"><path d="M107.008 49.117h5.27V97.77h-5.27zm0 0" class="B"/></clipPath><clipPath id="V"><path d="M107.008 49.02h5.27v48.75h-5.27zm0 0" class="B"/></clipPath><clipPath id="W"><path d="M102.109 49.117h10.168V97.77h-10.168zm0 0" class="B"/></clipPath><clipPath id="X"><path d="M102 49.02h10.277v48.75H102zm0 0" class="B"/></clipPath><clipPath id="Y"><path d="M97.051 49.117h15.227V97.77H97.051zm0 0" class="B"/></clipPath><clipPath id="Z"><path d="M97.051 49.02h15.227v48.75H97.051zm0 0" class="B"/></clipPath><clipPath id="a"><path d="M92.152 49.117h20.125V97.77H92.152zm0 0" class="B"/></clipPath><clipPath id="b"><path d="M92 49.02h20.277v48.75H92zm0 0" class="B"/></clipPath><clipPath id="c"><path d="M87.254 49.117h21.059V97.77H87.254zm0 0" class="B"/></clipPath><clipPath id="d"><path d="M87.094 49.02h21.383v48.75H87.094zm0 0" class="B"/></clipPath><clipPath id="e"><path d="M82.195 49.117h12.73V97.77h-12.73zm0 0" class="B"/></clipPath><clipPath id="f"><path d="M82.031 49.02H95.09v48.75H82.031zm0 0" class="B"/></clipPath><clipPath id="g"><path d="M77.297 49.117h4.246V97.77h-4.246zm0 0" class="B"/></clipPath><clipPath id="h"><path d="M77.133 49.117h4.57V97.77h-4.57zm0 0" class="B"/></clipPath><clipPath id="i"><path d="M68.156 49.117h4.246V97.77h-4.246zm0 0" class="B"/></clipPath><clipPath id="j"><path d="M68 49.117h4.563V97.77H68zm0 0" class="B"/></clipPath><clipPath id="k"><path d="M54.77 49.117h12.734V97.77H54.77zm0 0" class="B"/></clipPath><clipPath id="l"><path d="M54.609 49.02h13.059v48.75H54.609zm0 0" class="B"/></clipPath><clipPath id="m"><path d="M41.387 49.117h21.059V97.77H41.387zm0 0" class="B"/></clipPath><clipPath id="n"><path d="M41.223 49.02h21.383v48.75H41.223zm0 0" class="B"/></clipPath><clipPath id="o"><path d="M37.418 49.117h20.129V97.77H37.418zm0 0" class="B"/></clipPath><clipPath id="p"><path d="M37.418 49.02h20.293v48.75H37.418zm0 0" class="B"/></clipPath><clipPath id="q"><path d="M37.418 49.117h15.23V97.77h-15.23zm0 0" class="B"/></clipPath><clipPath id="r"><path d="M37.418 49.02h15.23v48.75h-15.23zm0 0" class="B"/></clipPath><clipPath id="s"><path d="M37.418 49.117H47.59V97.77H37.418zm0 0" class="B"/></clipPath><clipPath id="t"><path d="M37.418 49.02h10.336v48.75H37.418zm0 0" class="B"/></clipPath></defs><g clip-path="url(#A)"><path d="M37.305 49.344h77.547v-.293H37.305zm0 0"/><path d="M37.305 49.344h77.547v-.293H37.305zm0 0"/><path d="M37.305 49.348h77.547v-.293H37.305zm0 0"/><path d="M37.305 49.367h77.547v-.297H37.305zm0 0"/></g><g clip-path="url(#B)"><path d="M37.305 49.414h77.547v-.297H37.305zm0 0"/></g><g clip-path="url(#C)"><path d="M37.305 49.512h77.551v-.297H37.305zm0 0"/></g><g clip-path="url(#D)"><path d="M37.305 49.688h77.551v-.293H37.305zm0 0"/></g><g clip-path="url(#E)"><path d="M37.305 49.98h77.555v-.293H37.305zm0 0"/></g><g clip-path="url(#F)"><path d="M37.305 50.434h77.563v-.297H37.305zm0 0"/></g><g clip-path="url(#G)"><path d="M37.305 51.086h77.574v-.293H37.305zm0 0"/></g><g clip-path="url(#H)"><path d="M37.305 52h77.586v-.293H37.305zm0 0"/></g><g clip-path="url(#I)"><path d="M37.305 53.234h77.605v-.297H37.305zm0 0"/></g><g clip-path="url(#J)"><path d="M37.305 54.852h77.629v-.293H37.305zm0 0"/></g><g clip-path="url(#K)"><path d="M37.305 56.93h77.66v-.293h-77.66zm0 0"/></g><g clip-path="url(#L)"><path d="M37.305 59.547h77.699v-.297H37.305zm0 0"/></g><g clip-path="url(#M)"><path d="M37.305 62.789h77.746v-.293H37.305zm0 0"/></g><g clip-path="url(#N)"><path d="M37.305 66.746h77.805v-.293H37.305zm0 0"/></g><g clip-path="url(#O)"><path d="M37.305 71.523h77.875v-.293H37.305zm0 0"/></g><g clip-path="url(#P)"><path d="M37.305 77.223h77.957v-.293H37.305zm0 0"/></g><g clip-path="url(#Q)"><path d="M37.305 83.953h78.059v-.293H37.305zm0 0"/></g><g clip-path="url(#R)"><path d="M37.305 91.836h78.172v-.297H37.305zm0 0"/></g><g clip-path="url(#S)"><path d="M42.566 49.137l-54.387 56.117"/></g><g clip-path="url(#T)"><path d="M42.457 49.027l-54.391 56.113.223.223L42.68 49.25zm0 0"/></g><g clip-path="url(#U)"><path d="M107.129 49.137l54.391 56.117"/></g><g clip-path="url(#V)"><path d="M107.242 49.027l-.223.223 54.387 56.113.227-.223zm0 0"/></g><g clip-path="url(#W)"><path d="M102.164 49.137l46.023 56.117"/></g><g clip-path="url(#X)"><path d="M102.285 49.035l-.242.203 46.023 56.117.242-.203zm0 0"/></g><g clip-path="url(#Y)"><path d="M97.199 49.137l37.652 56.117"/></g><g clip-path="url(#Z)"><path d="M97.328 49.051l-.262.176 37.656 56.117.258-.18zm0 0"/></g><g clip-path="url(#a)"><path d="M92.23 49.137l29.289 56.117"/></g><g clip-path="url(#b)"><path d="M92.371 49.063l-.277.148 29.285 56.117.277-.148zm0 0"/></g><g clip-path="url(#c)"><path d="M87.266 49.137l20.918 56.117"/></g><g clip-path="url(#d)"><path d="M87.41 49.082l-.293.109 20.918 56.117.297-.113zm0 0"/></g><g clip-path="url(#e)"><path d="M82.297 49.137l12.555 56.117"/></g><g clip-path="url(#f)"><path d="M82.453 49.102l-.309.07 12.555 56.117.305-.07zm0 0"/></g><g clip-path="url(#g)"><path d="M77.332 49.137l4.184 56.117"/></g><g clip-path="url(#h)"><path d="M77.488 49.125l-.312.023 4.184 56.117.313-.023zm0 0"/></g><g clip-path="url(#i)"><path d="M72.367 49.137l-4.184 56.117"/></g><g clip-path="url(#j)"><path d="M72.211 49.125l-4.187 56.117.316.023 4.184-56.117zm0 0"/></g><g clip-path="url(#k)"><path d="M67.398 49.137l-12.551 56.117"/></g><g clip-path="url(#l)"><path d="M67.246 49.102l-12.551 56.117.305.07 12.551-56.117zm0 0"/></g><g clip-path="url(#m)"><path d="M62.434 49.137l-20.918 56.117"/></g><g clip-path="url(#n)"><path d="M62.285 49.082l-20.918 56.113.293.113 20.918-56.117zm0 0"/></g><g clip-path="url(#o)"><path d="M57.469 49.137L28.18 105.254"/></g><g clip-path="url(#p)"><path d="M57.328 49.063L28.043 105.18l.277.148 29.285-56.117zm0 0"/></g><g clip-path="url(#q)"><path d="M52.5 49.137l-37.652 56.117"/></g><g clip-path="url(#r)"><path d="M52.371 49.051l-37.656 56.113.262.18 37.652-56.117zm0 0"/></g><g clip-path="url(#s)"><path d="M47.535 49.137L1.512 105.254"/></g><g clip-path="url(#t)"><path d="M47.414 49.035L1.391 105.152l.242.203 46.023-56.117zm0 0"/></g></svg>
- </div>
- <div class="description">{text:desc}
- </div>
- <div class="smile">
- <svg xmlns="http://www.w3.org/2000/svg" width="100" zoomAndPan="magnify" viewBox="0 0 150 150" height="100" preserveAspectRatio="xMidYMid meet" xmlns:v="https://vecta.io/nano"><defs><clipPath id="A"><path d="M14.543 15H134v120.934H14.543zm0 0" clip-rule="nonzero"/></clipPath><clipPath id="B"><path d="M14.543 15H134v120.934H14.543zm0 0" clip-rule="nonzero"/></clipPath></defs><g clip-path="url(#A)"><path d="M127.25 101.879c-7.012 14.355-19.18 25.117-34.234 30.293a59.16 59.16 0 0 1-19.305 3.234 58.71 58.71 0 0 1-13.668-1.605c-9.641-2.301-18.637-6.996-26.008-13.586-7.609-6.809-13.41-15.578-16.727-25.332-1.285-3.766-2.195-7.645-2.719-11.527v-.023-.027c0-.023 0-.047.023-.07l21.688-54.352c0-.027.023-.051.047-.074l.027-.023.023-.023a59.24 59.24 0 0 1 18.035-9.922c12.742-4.387 26.199-4.336 38.891.098 17.418 6.109 30.852 19.672 36.816 37.191 5.152 15.148 4.125 31.395-2.891 45.75zm0 0"/></g><path fill="{color:italic}" d="M126.824 101.664c6.965-14.258 7.969-30.363 2.859-45.391-5.914-17.375-19.227-30.82-36.527-36.883-12.598-4.41-25.934-4.434-38.578-.094a58.42 58.42 0 0 0-17.801 9.801c.023.145.023.285.051.406.023.168.047.313.047.48.023.168.023.336.047.48s.023.309.047.453c.023.168.023.336.047.504.027.145.027.313.051.453.023.168.023.336.047.504 0 .145.023.289.023.457s.023.336.023.527c0 .145.023.285.023.43 0 .168.023.359.023.527 0 .145.023.289.023.434a3.41 3.41 0 0 0 .027.527v.43.551.41.551.406c0 .191 0 .383-.027.574v.383c0 .191-.023.383-.023.578 0 .117 0 .262-.023.383 0 .191-.023.383-.023.574 0 .121-.023.262-.023.383-.023.191-.023.383-.047.574 0 .121-.023.242-.023.387-.023.191-.023.383-.051.598 0 .121-.023.238-.023.359l-.07.598c-.023.121-.023.242-.047.359l-.074.602c-.023.117-.023.238-.047.359l-.07.598c-.023.121-.023.238-.047.359-.023.191-.047.406-.098.602-.023.117-.023.238-.047.359-.023.191-.07.406-.094.598-.023.121-.051.238-.051.359a5.38 5.38 0 0 1-.117.598l-.07.336c-.051.191-.074.41-.121.602l-.07.332c-.051.195-.098.387-.121.578l-.07.359-.145.598-.07.336-.145.598c-.023.121-.047.242-.094.336-.047.191-.098.383-.168.578-.023.117-.07.238-.094.332-.051.195-.121.387-.168.578-.023.117-.07.238-.098.336-.047.191-.117.383-.164.551-.051.117-.074.238-.121.359-.07.191-.117.383-.191.574-.047.121-.07.215-.117.336-.074.191-.121.383-.191.574-.047.121-.07.215-.121.336-.07.191-.117.359-.191.551-.047.121-.094.238-.117.359a13.67 13.67 0 0 1-.215.551 4.65 4.65 0 0 0-.121.336l-.355.91-.359.887c-.047.098-.094.215-.141.313-.074.191-.168.383-.242.551-.047.121-.117.266-.164.383l-.215.48c-.074.145-.121.289-.191.406-.07.145-.145.289-.215.457-.07.145-.145.262-.191.406-.07.145-.145.289-.215.457l-.215.43-.215.434-.215.43-.215.43c-.07.145-.141.266-.215.41s-.141.285-.238.43c-.07.145-.145.266-.238.406-.07.145-.168.289-.238.434s-.168.262-.238.406-.168.289-.238.406c-.074.145-.168.266-.238.41s-.168.262-.238.406-.168.266-.238.383c-.098.145-.168.266-.266.41a3.52 3.52 0 0 1-.262.383c-.094.141-.168.262-.262.406-.094.121-.168.262-.262.383-.098.145-.191.266-.262.406a3.8 3.8 0 0 0-.266.387c-.094.117-.187.262-.285.383a3.33 3.33 0 0 0-.262.383c-.094.121-.191.262-.285.383l-.289.359c-.094.121-.187.266-.285.383l-.285.359c-.098.121-.191.266-.312.383l-.285.359-.309.387c-.098.117-.191.238-.289.359l-.309.383c-.094.121-.191.238-.309.359-.098.121-.215.238-.312.359s-.215.238-.309.359-.215.238-.312.359-.215.238-.309.336c-.121.121-.215.238-.336.359-.094.121-.215.215-.309.336-.117.117-.215.238-.332.359s-.215.215-.336.336-.215.238-.332.336l-.336.332-.332.336-.336.336c-.121.121-.238.215-.336.336-.117.121-.238.215-.332.336-.121.121-.238.215-.359.336s-.238.215-.355.313-.238.215-.359.309-.238.219-.355.313-.242.215-.359.313-.238.215-.383.313c-.117.094-.238.191-.355.309l-.383.313c-.098.098-.215.168-.312.266.527 3.832 1.41 7.621 2.672 11.309 6.609 19.438 22.477 33.891 42.398 38.609 10.832 2.59 22.141 2.012 32.711-1.605 14.887-5.082 26.961-15.746 33.93-30.004zM80.18 44.219c2.598-.887 6.035 2.063 8.492 6.926-1.359 1.293-1.98 2.973-1.48 4.48.504 1.488 2.031 2.445 3.891 2.637 1.027 5.344.094 9.805-2.504 10.691-3.176 1.078-7.613-3.574-9.926-10.379-2.316-6.855-1.648-13.277 1.527-14.355zM49.758 54.645c2.602-.887 6.035 2.059 8.492 6.926-1.359 1.293-1.977 2.973-1.477 4.48.5 1.488 2.027 2.445 3.887 2.637 1.027 5.344.098 9.801-2.48 10.688-3.172 1.078-7.609-3.57-9.926-10.375-2.336-6.855-1.645-13.254 1.504-14.355zm37.625 61.016c-4.316 1.484-8.754 2.203-13.168 2.203-12.191 0-24.051-5.465-31.973-15.336-.93.285-1.859.43-2.742.43-1.574 0-2.984-.453-3.984-1.316-.098-.098-.121-.242-.023-.336s.238-.121.332-.023c1.457 1.27 4.008 1.559 6.465.695 2.457-.84 4.32-2.637 4.703-4.531.023-.121.141-.215.285-.191.117.023.215.145.191.289-.406 2.012-2.242 3.855-4.75 4.793 10.664 13.18 28.512 18.332 44.523 12.844s26.957-20.539 27.387-37.527c-.906.285-1.812.43-2.695.43-1.574 0-2.98-.457-3.984-1.316-.094-.098-.117-.242-.023-.336s.238-.121.336-.023c1.453 1.27 4.008 1.555 6.465.719s4.316-2.637 4.676-4.531c.023-.121.145-.215.285-.191.121.023.215.145.191.289-.406 2.012-2.266 3.879-4.797 4.816-.332 17.254-11.449 32.566-27.699 38.152zm0 0"/><g clip-path="url(#B)"><path d="M130.141 56.129c-5.965-17.52-19.398-31.082-36.816-37.191-12.691-4.434-26.148-4.484-38.891-.098-6.609 2.254-12.668 5.609-18.059 9.945l-.027.023-.023.023c-.023.023-.023.051-.047.074L14.566 83.234c0 .023-.023.047-.023.07v.027.023c.523 3.906 1.43 7.789 2.695 11.527 3.316 9.754 9.09 18.5 16.727 25.332 7.395 6.613 16.391 11.309 26.004 13.586 4.512 1.078 9.09 1.605 13.672 1.605 6.516 0 13.027-1.078 19.301-3.234 15.082-5.176 27.223-15.937 34.238-30.293 7.086-14.355 8.113-30.602 2.961-45.75zm-70.004 77.219c-19.922-4.746-35.766-19.176-42.398-38.609-1.238-3.691-2.145-7.5-2.648-11.312.098-.07.215-.168.313-.262l.379-.312c.121-.098.242-.191.359-.312.121-.094.238-.215.383-.312.117-.094.238-.215.355-.309s.238-.219.359-.312.238-.215.359-.312.238-.215.355-.312.238-.215.359-.336.238-.215.332-.332c.121-.121.238-.219.336-.336l.332-.336c.121-.121.238-.215.336-.336l.332-.336c.121-.121.215-.238.336-.336l.332-.336c.121-.117.215-.238.336-.359.094-.117.215-.215.309-.336.121-.117.215-.238.336-.359.094-.117.215-.238.309-.336.121-.117.215-.238.313-.359s.215-.238.309-.359.215-.238.309-.359.191-.238.313-.359c.094-.117.215-.238.309-.383l.289-.359c.094-.121.215-.262.309-.383l.285-.359c.098-.121.191-.266.313-.383l.285-.359c.094-.121.191-.266.285-.383l.289-.359c.094-.121.188-.266.285-.387s.191-.238.262-.383c.094-.117.191-.262.285-.383a3.76 3.76 0 0 0 .266-.383c.094-.145.188-.266.262-.406.094-.121.164-.266.262-.387.094-.141.191-.262.262-.406.098-.121.168-.262.262-.383.098-.145.168-.266.262-.406l.242-.387a3.93 3.93 0 0 0 .238-.406c.07-.145.164-.262.238-.406s.164-.289.238-.406c.07-.145.168-.266.238-.41s.168-.285.238-.43.145-.266.238-.406c.07-.145.145-.289.238-.434.07-.145.145-.262.215-.406l.215-.434.215-.43.215-.43.215-.434c.07-.145.145-.289.215-.453.07-.145.145-.266.191-.41l.215-.453c.07-.145.141-.289.191-.41.07-.168.141-.309.215-.477.047-.121.117-.266.164-.383.074-.195.168-.387.238-.555.051-.094.098-.215.145-.309l.359-.887.355-.91c.051-.121.098-.242.121-.336.07-.191.141-.387.215-.551a2.18 2.18 0 0 0 .117-.363c.074-.191.121-.359.191-.551.047-.117.074-.215.121-.336.07-.191.141-.383.191-.574.047-.117.07-.215.117-.336.07-.191.121-.383.191-.574.047-.121.07-.238.121-.359.047-.191.117-.383.164-.551.023-.121.074-.238.098-.336.047-.191.117-.383.164-.574.027-.121.074-.242.098-.336.047-.191.094-.383.168-.574.023-.121.047-.242.094-.336l.145-.602.07-.332.145-.602.07-.359c.047-.191.094-.383.121-.574a8.16 8.16 0 0 1 .07-.336c.047-.191.07-.406.117-.598l.074-.336c.047-.191.07-.41.117-.602.023-.117.051-.238.051-.359.023-.191.07-.406.094-.598.023-.121.047-.238.047-.359.023-.191.074-.406.098-.598.023-.121.023-.242.047-.359l.07-.602c.023-.121.023-.238.047-.359l.074-.598c.023-.121.023-.242.047-.359l.07-.602c0-.117.023-.238.023-.359.023-.191.023-.383.051-.598 0-.121.023-.238.023-.383.023-.191.023-.383.047-.574 0-.121.023-.266.023-.387 0-.191.023-.383.023-.574 0-.121 0-.262.023-.383 0-.191.023-.383.023-.574v-.383c0-.195 0-.387.023-.578v-.406-.551-.406-.551-.434c0-.168 0-.359-.023-.527 0-.145 0-.289-.023-.43 0-.168-.023-.359-.023-.527 0-.145-.023-.289-.023-.434 0-.168-.023-.336-.023-.527 0-.145-.023-.285-.023-.453-.023-.168-.023-.336-.047-.504-.027-.145-.027-.312-.051-.457.023-.238.023-.406 0-.574-.023-.145-.023-.312-.047-.453-.023-.168-.023-.336-.047-.48-.023-.168-.047-.312-.047-.48-.023-.145-.023-.289-.051-.406 5.297-4.266 11.289-7.551 17.801-9.801 12.645-4.34 25.98-4.316 38.578.094 17.301 6.063 30.613 19.508 36.531 36.906 5.105 15.027 4.102 31.133-2.863 45.391s-19.016 24.926-33.977 30.055c-10.594 3.617-21.926 4.168-32.734 1.605zM36.398 29.91c2.313 19.844-5.68 39.855-21.02 52.629zm42.254 28.617c-2.316-6.832-1.648-13.23 1.527-14.332 2.598-.887 6.035 2.063 8.492 6.926-1.359 1.293-1.98 2.973-1.48 4.48.504 1.488 2.031 2.445 3.891 2.637 1.027 5.344.094 9.801-2.504 10.688-3.152 1.078-7.613-3.57-9.926-10.398zM48.254 68.977c-2.312-6.832-1.645-13.23 1.527-14.332 2.602-.887 6.035 2.059 8.496 6.926-1.363 1.293-1.98 2.973-1.48 4.48.5 1.488 2.027 2.445 3.887 2.637 1.027 5.344.098 9.801-2.48 10.688-3.195 1.078-7.633-3.57-9.949-10.398zm66.828 8.531c-.355 17.254-11.449 32.566-27.699 38.152-4.316 1.484-8.754 2.203-13.168 2.203-12.191 0-24.051-5.465-31.973-15.336-.93.285-1.859.43-2.742.43-1.574 0-2.984-.453-3.984-1.316-.098-.098-.121-.242-.023-.336s.238-.121.332-.023c1.457 1.27 4.008 1.559 6.465.695 2.457-.84 4.32-2.637 4.703-4.531.023-.121.141-.215.285-.191.117.023.215.145.191.289-.406 2.012-2.242 3.855-4.75 4.793 10.664 13.18 28.512 18.332 44.523 12.844s26.957-20.539 27.387-37.527c-.906.285-1.812.43-2.695.43-1.574 0-2.98-.457-3.984-1.316-.094-.098-.117-.242-.023-.336s.238-.121.336-.023c1.453 1.27 4.008 1.555 6.465.719s4.316-2.637 4.676-4.531c.023-.121.145-.215.285-.191.121.023.215.145.191.289-.406 2.012-2.266 3.879-4.797 4.816zm0 0"/></g><path fill="{color:posts}" d="M15.402 82.539L36.398 29.91c2.313 19.867-5.68 39.855-20.996 52.629zm0 0"/></svg>
- </div>
- <div class="stars">
- <svg xmlns="http://www.w3.org/2000/svg" width="200" zoomAndPan="magnify" viewBox="0 0 150 150" height="200" preserveAspectRatio="xMidYMid meet" xmlns:v="https://vecta.io/nano"><g fill="transparent"><path d="M-15-15h180v180H-15z"/><path d="M-15-15h180v180H-15z"/><path d="M-15-15h180v180H-15z"/></g><g fill="{color:accent}" fill-rule="evenodd"><path d="M86.184 136.051c7.605 0 13.902-6.051 13.902-13.684 0 7.633 6.031 13.684 13.637 13.684-7.605 0-13.637 6.316-13.637 13.949 0-7.633-6.297-13.949-13.902-13.949zm-31.996-23.684c7.082 0 12.852-6.051 12.852-13.156 0 7.105 5.77 13.156 12.852 13.156-7.082 0-12.852 5.789-12.852 12.895 0-7.105-5.77-12.895-12.852-12.895zm23.343-17.894c6.555 0 12.063-5.523 12.063-12.105 0 6.582 5.246 12.105 11.801 12.105-6.555 0-11.801 5.266-11.801 11.844 0-6.578-5.508-11.844-12.062-11.844zM47.633 81.316c6.293 0 11.277-5 11.277-11.055 0 6.055 4.98 11.055 11.016 11.055-6.035 0-11.016 5-11.016 11.051 0-6.051-4.984-11.051-11.277-11.051zM64.68 69.473c5.508 0 9.965-4.734 9.965-10.262 0 5.527 4.723 10.262 10.23 10.262-5.508 0-10.23 4.477-10.23 10.266 0-5.789-4.457-10.266-9.965-10.266zm-9.442-19.735c4.98 0 9.18-4.211 9.18-9.477 0 5.266 4.195 9.477 9.18 9.477-4.984 0-9.18 4.211-9.18 9.211 0-5-4.199-9.211-9.18-9.211zm-25.965 4.211c4.719 0 8.391-3.687 8.391-8.16 0 4.473 3.672 8.16 8.395 8.16-4.723 0-8.395 3.945-8.395 8.418 0-4.473-3.672-8.418-8.391-8.418zm14.688-17.633c3.934 0 7.344-3.16 7.344-7.367 0 4.207 3.406 7.367 7.344 7.367-3.937 0-7.344 3.422-7.344 7.633 0-4.211-3.41-7.633-7.344-7.633zm-16.523.528c3.672 0 6.555-2.895 6.555-6.316 0 3.422 2.887 6.316 6.559 6.316-3.672 0-6.559 3.156-6.559 6.578 0-3.422-2.883-6.578-6.555-6.578zm22.816-19.477c3.148 0 5.508-2.367 5.508-5.523 0 3.156 2.621 5.523 5.77 5.523-3.148 0-5.77 2.633-5.77 5.789 0-3.156-2.359-5.789-5.508-5.789zm0 0"/><path d="M38.453 21.578c2.359 0 4.457-2.105 4.457-4.734 0 2.629 2.359 4.734 4.723 4.734-2.363 0-4.723 2.105-4.723 4.738 0-2.633-2.098-4.738-4.457-4.738zM55.762 3.684c2.098 0 3.672-1.578 3.672-3.684 0 2.105 1.836 3.684 3.934 3.684-2.098 0-3.934 1.844-3.934 3.949 0-2.105-1.574-3.949-3.672-3.949zm12.062 86.843a4.71 4.71 0 0 0 4.723-4.738c0 2.633 2.098 4.738 4.719 4.738-2.621 0-4.719 2.105-4.719 4.734 0-2.629-2.098-4.734-4.723-4.734zm17.051 27.629c3.145 0 5.77-2.629 5.77-5.523 0 2.895 2.359 5.523 5.508 5.523-3.148 0-5.508 2.633-5.508 5.527 0-2.895-2.625-5.527-5.77-5.527zm-37.77-55.789c2.625 0 4.723-2.105 4.723-4.734 0 2.629 2.098 4.734 4.719 4.734-2.621 0-4.719 2.105-4.719 4.738a4.71 4.71 0 0 0-4.723-4.738zM96.152 85c2.883 0 5.504-2.367 5.504-5.527 0 3.16 2.625 5.527 5.508 5.527-2.883 0-5.508 2.633-5.508 5.789 0-3.156-2.621-5.789-5.504-5.789zm-42.75 20.527c2.098 0 3.672-1.578 3.672-3.684 0 2.105 1.836 3.684 3.934 3.684-2.098 0-3.934 1.84-3.934 3.945 0-2.105-1.574-3.945-3.672-3.945zm57.172 25.262c3.672 0 6.559-2.895 6.559-6.578 0 3.684 2.883 6.578 6.555 6.578-3.672 0-6.555 2.895-6.555 6.578 0-3.684-2.887-6.578-6.559-6.578zm0 0"/><path d="M97.199 111.844c3.934 0 7.344-3.422 7.344-7.371 0 3.949 3.41 7.371 7.344 7.371-3.934 0-7.344 3.418-7.344 7.367 0-3.949-3.41-7.367-7.344-7.367zm-25.965 24.472c2.887 0 5.508-2.367 5.508-5.527 0 3.16 2.625 5.527 5.508 5.527-2.883 0-5.508 2.633-5.508 5.789 0-3.156-2.621-5.789-5.508-5.789zm0 0"/></g></svg>
- </div>
- <!-- begin postholder --><div class="postholder">
- {block:Posts}
- <!-- begin posts --><div class="posts">
- <!-- 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>
- <!-- pinned -->
- {block:PinnedPostLabel}<div class="pinnedposts"><span class="cp cp-bell-o"></span></div>{/block:PinnedPostLabel}
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}<br>{/block:Text}
- <!-- pictures , videos , photoset -->
- {block:Photo}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{block:Caption}{Caption}<br>{/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}<br>{/block:Caption}{/block:Photoset}
- {block:Video}{Video-400}{block:Caption}{Caption}<br>{/block:Caption}{/block:Video}
- <!-- quotes -->
- {block:Quote}<div id="quote">{Quote} </div> {/block:Quote} {block:Source}
- <div class="source">{Source}</div><br>
- {/block:Source}
- <!-- link posts -->
- {block:Link}<h3><a href="{URL}" {Target}>{Name}</a></h3>{block:Description}{Description}{/block:Description}<br>{/block:Link}
- <!-- chat -->
- {block:Chat}<div class="chat">
- {block:Title}
- <h3>{Title}</h3>{/block:Title}
- {block:Lines}<br>{block:Label}<B>{Label}</B>{/block:Label}
- {Line} {/block:Lines}
- <br></div><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>
- {block:Caption}{Caption}{/block:Caption}
- {/block:AudioPlayer}
- {/block:Audio}
- <!-- ask -->
- {block:Answer}
- <br>
- <div class="question">{Question}</div>
- <div class="asker">{Asker}
- <div class="subask">{text:ask subtitle}</div>
- </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}
- </div> <!-- end of posts -->
- <!-- tags -->
- <div class="tags">{block:HasTags}
- <b><span class="cp cp-tags-o"></span></a></b> {block:Tags}<a href="{TagUrl}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div>
- {block:PostNotes}
- <div class="notes">{PostNotes}</div>
- {/block:PostNotes}
- <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="rawr"><span class="cp cp-dinosaur-o"></span></a></div>
- </body>
- <!-- extra scripts -->
- <!-- 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 filter script -->
- <script>
- $(document).ready(function(){
- $(".tablink").click(function(){
- $(".postholder").hide();
- $(".notes").hide();
- });
- $(".tabsclose").click(function(){
- $(".postholder").show();
- $(".notes").show();
- });
- });
- </script><!-- end filter script -->
- </body>
- </html>
Add Comment
Please, Sign In to add comment