Skip to content

sploony cobalt by aaaaaaaaaaaaaaaaaaaaaaabaaaaaaaab

Screenshot of sploony cobalt

Details

Authoraaaaaaaaaaaaaaaaaaaaaaabaaaaaaaab

LicenseNo License

Categorycobalt.tools

Created

Updated

Size1.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

unofficial splatoon-themed userstyle for cobalt.tools

Notes

Source code

/* ==UserStyle==
@name           cobalt.tools - Apr 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@font-face {
font-family: "IkaTitle";
src: url("https://file.garden/ZN2NuLpOFU1t4Aae/SplatBold_WF/Splatfont_Bold.eot");
src: url("https://file.garden/ZN2NuLpOFU1t4Aae/SplatBold_WF/Splatfont_Bold.woff") format("woff"),
url("https://file.garden/ZN2NuLpOFU1t4Aae/SplatBold_WF/Splatfont_Bold.otf") format("opentype"),
url("https://file.garden/ZN2NuLpOFU1t4Aae/SplatBold_WF/Splatfont_Bold.svg") format("svg");
}
@font-face {
font-family: "IkaNormal";
src: url("https://file.garden/ZN2NuLpOFU1t4Aae/SplatNorm_WF/Splatfont2.eot");
src: url("https://file.garden/ZN2NuLpOFU1t4Aae/SplatNorm_WF/Splatfont2.woff") format("woff"),
url("https://file.garden/ZN2NuLpOFU1t4Aae/SplatNorm_WF/Splatfont2.otf") format("opentype"),
url("https://file.garden/ZN2NuLpOFU1t4Aae/SplatNorm_WF/Splatfont2.svg") format("svg");
}
@-moz-document url-prefix("https://cobalt.tools/") {
    /* Insert code here... */
    body {
        margin: 0;
        background: #0F1F22;
        background-image: url(https://i.ibb.co/p3v6kft/bgpattern.png);
        background-position: bottom;
        animation: 10s linear 0s infinite bp;
        --font-mono: 'IkaNormal';
        --accent-button: #0F292F;
        --accent: #BFC0B4;
        --accent-hover: #1B444C;
    }
    #logo {
        font-family: 'IkaTitle';
        font-weight:normal;
        font-style:normal;
    }
}

@keyframes bp {
  from {
    background-position:  0 0;
  }
  
  to {
    background-position:  403px 0;
  }
}

Reviews

No reviews yet.