Skip to content

firewatch minimalist by 12remi

Screenshot of firewatch minimalist

Details

Author12remi

LicenseNo License

Categorygoogle.com

Created

Updated

Size2.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A minimalist theme based on an image of the game Firewatch

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         www.google.com - Dec 2023
@version      20231221.13.34
@namespace    ?
==/UserStyle== */

@-moz-document url("https://www.google.com/") {
/**************************************************/
/* Pour changer l'image, changer l'url ci-dessous */
/**************************************************/
html {
    --fw-background: url("https://images6.alphacoders.com/807/807599.jpg");
}

div[role='contentinfo'] {
    display: none !important;
}
body {
    background-image: var(--fw-background);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#gb {
    background-color: unset !important;
}
a[href*="https://mail.google.com"],
a[href*="https://www.google.com/imghp"],
a[href="https://www.google.fr/intl/fr/about/products"] svg {
    color: #080707 !important;
    fill: #080707 !important;
}
#hplogo {
    display: none;
}
center {
    display: none;
}
form[action='/search'] > div:first-of-type > div:first-of-type > div:first-of-type {
    backdrop-filter: blur(25px);
    background-color: unset;
    border: 2px #080707 solid;
    box-shadow: unset !important;
    transition: background-color 0.25s;
}

form[action='/search'] textarea,
form[action='/search'] svg,
form[action='/search'] span {
    color: #080707;
}
form[action='/search'] [jsaction^="mouseout"] > div:nth-child(3) {
    backdrop-filter: blur(25px);
    background: unset;
    border: 2px #080707 solid;
    border-top: unset;
    box-shadow: unset !important;
    transition: background-color 0.25s;
}
form[action='/search'] [jsaction^="mouseout"] > div > :first-child {
    display: none;
}
form[action='/search'] li[role="presentation"] {
    border-radius: unset;
}
form[action='/search'] li[role="presentation"] {
    background-color: unset !important;
}
form[action='/search'] li[role="presentation"]:hover {
    background-color: #00000010 !important;
}

form[action='/search'] li[role="presentation"] > :first-child > :first-child {
    display: none;
}

form[action='/search'] li[role="presentation"] > :first-child > :last-child {
    display: none;
}

form[action='/search'] a[href^="https://support.google.com/websearch/answer/"] {
    display: none;
}
}

Reviews

No reviews yet.