Multiplayer Piano Community Forum
    • Categories
    • Register
    • Login

    i definitely did not steal a code

    Scheduled Pinned Locked Moved Blog
    2 Posts 2 Posters 30 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Rēsh-1R
      Rēsh-1 🍞
      last edited by

      :root {
      --space-star-mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 348.4 429.4'%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M348.4 186.2C191 207.6 193 219.6 174.3 429.5c-18.9-210-16.9-222-174.3-243.4C157.4 164.8 152.8 157.4 174.2 0c21.4 157.4 16.8 164.8 174.3 186.2Z' data-name='Layer 1' style='fill:%23231f20'/%3E%3C/g%3E%3C/svg%3E");
      --space-void: 22 23 33;
      --space-moon: 229 214 157;
      }
      
      blockquote, div.blockquote, #toc {
          background-color: rgb(var(--space-void) / 0.575);
          border: none;
          padding: 0.25rem 1.325rem;
      }
       
      blockquote, div.blockquote {
          position: relative;
          min-height: 2rem;
      }
      :where(blockquote, div.blockquote)::before {
          content: "";
          position: absolute;
          top: 0; left: 0;
          box-sizing: border-box;
          width: 100%; height: 100%;
          border: solid 0.1rem rgb(var(--space-moon));
          clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 1.425rem, 1.125rem 0);
          pointer-events: none;
      }
      :where(blockquote, div.blockquote)::after {
          content: "";
          position: absolute;
          top: 0; left: 0;
          box-sizing: border-box;
          width: 2rem; height: 2rem;
          background-color: rgb(var(--space-moon));
          -webkit-mask-image: var(--space-star-mask);
          -webkit-mask-size: contain;
          -webkit-mask-position: center;
          -webkit-mask-repeat: no-repeat;
          mask-image: var(--space-star-mask);
          mask-size: contain;
          mask-position: center;
          mask-repeat: no-repeat;
          transform: translate(-50%, -42.5%);
      }
      

      o <-- yaser, help 'em out

      1 Reply Last reply Reply Quote 0
      • ?
        A Former User
        last edited by

        dude what

        1 Reply Last reply Reply Quote 0
        • First post
          Last post

        1

        Online

        1.0k

        Users

        63.4k

        Topics

        557.1k

        Posts
        Powered by NodeBB | Contributors