Skip to content

Pusheen Companion when browsing by fluffygura

Screenshot of Pusheen Companion when browsing

Details

Authorfluffygura

LicenseNo License

Categorygoogle

Created

Updated

Size4.9 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

pusheen will accompany you as you browse the internet

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Pusheen Companion when browsing
@version      20220425.03.00
@namespace    userstyles.world/user/fluffygura
@description  pusheen will accompany you as you browse the internet
@author       fluffygura
@license      No License
==/UserStyle== */

@-moz-document domain("google.com") {
/* Change the Google logo on the home pages of Google, doodled Google, Google Images, Google Videos */
/* (Doesn't work with Google Videos home page. You cannot use doodles, even on the Google doodles site.) */

/* ============================================== */

/* 	Code reviewed by MaestormXR 
	The code used was used from the original code : https://userstyles.org/styles/173462/google-hestia-animated by Andrei Zhuk
	Twitter - https://twitter.com/PausePlayed 
	Patreon - https://www.patreon.com/PausePlayed 
	Linktree - https://linktr.ee/polsche */
/* ============================================== */

/* GOOGLE.COM HOMEPAGE======================================================================================================================================================================================== */

/* Main google logo animation */
.o3j99.LLD4me.LS8OJ img{
	background: url("https://static.wixstatic.com/media/a27d24_be2f205e10cd409aa79efc56b7e084c6~mv2.gif") center no-repeat !important;  /*HOMEPAGE ANIMATION*/
    bottom: 400px !important; /* Change the value if the animation is shifted up/down. Default : 240px or 200px */
	position: relative !important;
	padding-bottom: 690px !important; /* Spacing Margin*/
    /*padding-top: 60px !important;*/
    margin: auto !important;
    width: 10000px !important;
}

/* Moves the LOGO and Menus lower */
.L3eUgb {
    padding-top: 50px !important;
}
/* Moves the search bar lower */
.o3j99.ikrT4e.om7nvf {
    padding-top: 10px !important;
}

/* Remove the text "images" from the Google Images home page. */
#gws-output-pages-elements-homepage_additional_languages__als {
	text-indent: -9000px !important;
	white-space: nowrap !important;
}

/* chrome://newtab/ PAGE======================================================================================================================================================================================== */

/* Main google logo animation */
.o3j99.LLD4me.LS8OJ img{
	background: url("https://static.wixstatic.com/media/a27d24_be2f205e10cd409aa79efc56b7e084c6~mv2.gif") center no-repeat !important;  /*PAGE ANIMATION*/
    bottom: 400px !important; /* Change the value if the animation is shifted up/down. Default : 240px or 200px */
	position: relative !important;
	padding-bottom: 690px !important; /* Spacing Margin*/
    /*padding-top: 60px !important;*/
    margin: auto !important;
    width: 10000px !important;
}

/* Moves the LOGO and Menus lower */
.L3eUgb {
    padding-top: 50px !important;
}
/* Moves the search bar lower */
.o3j99.ikrT4e.om7nvf {
    padding-top: 10px !important;
}

/* Remove the text "images" from the Google Images page. */
#gws-output-pages-elements-homepage_additional_languages__als {
	text-indent: -9000px !important;
	white-space: nowrap !important;
}

/* SEARCH RESULTS PAGE======================================================================================================================================================================================== */

/* Change the Google logo at the top left of the search results page. Doesn't change the doodled logo. */
  #logo
  {
    background: url("https://c.tenor.com/J4AqnCQ0NWUAAAAC/okayu-nekomata-okayu.gif") 50% 80% no-repeat !important;
 /*TOP LEFT ANIMATION*/
    background-size: contain !important;
    padding-bottom: 80px !important;
    bottom: 70px !important;
  }

/* Change the Google doodled logo at the top left of the search results page. */
  .logo.doodle img
  {
    background: url("https://c.tenor.com/J4AqnCQ0NWUAAAAC/okayu-nekomata-okayu.gif") 50% 30% no-repeat !important;
 /*TOP LEFT ANIMATION*/
    background-size: cover !important
                    }
/* Add Custom Animation to the bottom right of the search results page. */
  .main
  {
    background: url("https://static.wixstatic.com/media/a27d24_be2f205e10cd409aa79efc56b7e084c6~mv2.gif") 75% 50% no-repeat !important;
  /*BOTTOM RIGHT ANIMATION*/ /* Change first value here if she is dancing too far left/right. Default : 80% */
    background-attachment: fixed !important; 
  }

/* Change the background of the Information section on the search results page. */
  #wp-tabs-container
  {
    background: #ffffff !important;
	/*Change the color if it doesn't match your theme. Example : white color in HTML : "white" or "#ffffff" or "rgb(255, 255, 255) or "hsl(0, 0%, 100%)" */
	/*background-image: linear-gradient(rgba(226,48,61,0), rgba(226,48,61,1)) !important;*/
}

.sfbg{
    margin: -9000px !important;
	white-space: nowrap !important;
}

}

Reviews

No reviews yet.