Skip to content

sanrio baby pink mode (orig colors) by jxchu

Imported from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/272608.user.css

Screenshot of sanrio baby pink mode (orig colors)

Details

Authorjxchu

LicenseNONE

Categorypinterest

Created

Updated

Size2.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

~ all pink text and elements ✮⋆˙
~ cute dancing hello kitty gif
~ for pinterest
~ made by @jxchu_luv (find me on pinterest and yt ₊‧°?♡?°‧₊)

Notes

<33
~ if u have any potential suggestions or ideas for the look, I encourage u to DM me on pinterest :))

Source code

/* ==UserStyle==
@name         sanrio baby pink mode (orig colors)
@namespace    USO Archive
@author       jxchu_luv
@description  ~ all pinterest css styles are a l w a y s a WIP, expect random updates ૮ ˶ᵔ ᵕ ᵔ˶ ა (not currently, but be prepared)  ~ all pink text and elements ✮⋆˙  ~ cute dancing hello kitty gif  ~ for pinterest only  ~ made by @jxchu_luv (find me on pinterest and yt ₊‧°?♡?°‧₊)
@version      20240207.13.12
@license      NONE
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix("https://www.pinterest.com/") {
/* Import Coolvetica font */
  @font-face {
    font-family: 'Coolvetica';
    src: url('https://drive.google.com/uc?export=download&id=1VEi-P_E5ug6uoUg8lIzaPl1wk4dohj2Y');
  }

  /* Set text color to #ff51a0 for specific elements */
  .tBJ,
  .dyH,
  .gUZ,
  .Hn_,
  .x8f,
  .RCK, 
  /* ... other selectors ... */
  .swG {
    color: #FC8FD2;
  }

  /* Set text color to #FFF for most elements */
  body:not(.dyH):not(.iFc):not(.sAJ):not(.O2T):not(.zDA):not(.IZT):not(.H2s):not(.custom-cursor-default-hover):not(.gUZ):not(.R19):not(.U9O):not(.zl7):not(.kVc):not(.Hn_):not(.lH1):not(.GjR):not(.UK7):not(.swG):not(.RCK):not(.iCM):not(.tBJ):not(.Jea):not(.x8f):not(.hwa):not(.icon):not(.kS5):not(.DUt) {
    color: #FFF;
  }

  /* Set background color for specific elements */ 
  .downloadButton,
  .P_h,
  .z17,  
  .RCK,  
  .Lfz {
    background-color: #ffe7f6;
  }
    
  /* Set background color for the rest of the elements to #FFFFFF */
  body {
    background-color: #FFFFFF;
  }

  /* Background image properties - placed at bottom right */
  body::before {
    content: "";
    position: fixed;
    top: 45px; /* Adjust the top position */
    right: 99px; /* Adjust the right position */
    width: 150px; /* Adjust the width of the GIF */
    height: 150px; /* Adjust the height of the GIF */
    background-image: url('https://i.imgur.com/adHpm6C.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 89%; /* Set the background size to 89% */
    z-index: 9999; /* Ensure it's above other elements */
  }
}

Reviews

No reviews yet.