Google 2012 by 2010sstuff
Details
Author2010sstuff
LicenseNothing
Categoryt
Created
Updated
Size3.8 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Source code
/* ==UserStyle==
@name Classic Google logo
@namespace USO Archive
@author DoubleClicker
@description `Classic Google Logo with dropshadow (circa 2000-2010)`
@version 20210810.19.14
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix("https://www.google"), url-prefix("http://www.google"), url-prefix("https://news.google"), url-prefix("https://scholar.google"), url-prefix("http://news.google"), url-prefix("http://translate.google"), url-prefix("https://maps.google"){
/* The current version is based on code by Delmor_S (https://upload.wikimedia.org/wikipedia/commons/3/3e/Google_2011_logo.png) */
/*******************/
/*** SEARCH PAGE ***/
/*******************/
/* Removing Google doodle */
div.logo a#logo img
{
display: none !important;
}
/* Adding our own doodle */
a#logo
{
width: 116px !important;
height: 38px !important;
max-width: 160px !important;
min-width: 120px !important;
max-height: 48px !important;
min-height: 64px !important;
background-image: url(https://upload.wikimedia.org/wikipedia/commons/3/3e/Google_2011_logo.png) !important;
background-position: 0px 10px !important;
background-size: 116px 38px !important;
background-repeat: no-repeat !important;
margin-left: 0px !important;
margin-top: 0px !important;
}
/* Align our doodle */
div.logo
{
--margin-left: 0px !important;
--margin-top: 0px !important;
--padding-left: 0px !important;
--padding-right: 0px !important;
top: -5px !important;
left: -125px !important;
}
/* Align search textbox */
form#tsf.tsf .A8SBwf
{
left: 0px !important;
}
#hplogo {
text-indent: -9000px !important;
white-space: nowrap !important;
}
/*******************/
/*** IMAGES PAGE ***/
/*******************/
/* Removing Google doodle */
svg.TYpZOd
{
display: none !important;
}
/* Adding our own doodle */
a.F1hUFe.jbTlie
{
width: 116px !important;
height: 38px !important;
max-width: 160px !important;
min-width: 120px !important;
max-height: 48px !important;
min-height: 64px !important;
background-image: url(https://upload.wikimedia.org/wikipedia/commons/3/3e/Google_2011_logo.png) !important;
background-position: 0px 10px !important;
background-size: 116px 38px !important;
background-repeat: no-repeat !important;
margin-left: 40px !important;
margin-top: -2px !important;
/*
width: 160px !important;
height: 54px !important;
background-image: url(https://upload.wikimedia.org/wikipedia/commons/3/3e/Google_2011_logo.png) !important;
background-position: 0px 0px !important;
background-size: 160px 54px !important;
background-repeat: no-repeat !important;
padding: 0px 0px 0px 0px !important;
top: -8px !important; */
}
/*******************/
/*** VIDEOS PAGE ***/
/*******************/
/* Removing Google doodle */
div.KsfAV a#logo img
{
display: none !important;
margin-left: 40px !important;
margin-top: -2px !important;
}
/*****************/
/*** MAIN PAGE ***/
/*****************/
/* Replace doodle */
img.lnXdpd
{
width: 0px !important;
height: 0px !important;
padding-top: 200px !important;
padding-left: 450px !important;
background: url(https://upload.wikimedia.org/wikipedia/commons/3/3e/Google_2011_logo.png) no-repeat center !important;
background-size: 272px 92px !important;
background-repeat: no-repeat !important;
position: relative !important;
overflow: visible !important;
top: -50px !important;
}
}