Skip to content

Ecosia Dark Mode by duckduckcody

Screenshot of Ecosia Dark Mode

Details

Authorduckduckcody

LicenseNo License

Categoryecosia

Created

Updated

Size1.9 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simple dark more for ecosia.org.

Keeps ads to keep trees planting but highlights them in red to make them more obvious.

Also removes the footer.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Ecosia Dark Mode
@version      20220313.06.23
@namespace    userstyles.world/user/duckduckcody
@description  dark more for ecosia.org.

Also highlights ads in red border
@author       duckduckcody
@license      No License
==/UserStyle== */

@-moz-document domain("ecosia.org") {
.main-header__content,  .search-filters {
    background-color: #13171c!important;
    border: none!important;
}

.tab--highlighted .tab__link {
    font-weight: bold;
}

.search-filters {
    height: 48px!important;
    padding-top: 8px!important;
    padding-bottom: 8px!important;
    margin-bottom: 0!important;
}

.search-filters__filter .filter__button {
    height: 24px;
    padding: 4px 8px 4px 8px;
}

.search-filters__filter .filter__button:hover {
    background-color: white;
}

.filter__content {
    left: 0!important;
    top: 110%!important;
}

.web {
    padding-bottom: 15px!important;
}

.layout__content {
    background-color: #292d33;
}

.tab__link, .button__icon--icon-hamburger, .web-result__description, .deep-links__description, .pagination__page, .snippet__title, .related-queries__header, .news-result__description, .video-result__description, .entity-titles__title, .entity__description, .entity-links__title, .entity-links__item, .query-correction__corrected, .query-correction__override, .location-info__main, .computation__output {
    color: white!important;
}


.ad-result {
    border: 1px solid red;
}

.link--color-result, .snippet-card__title {
    color:rgb(62, 166, 255)!important;
}

.result__source {
    color: #00b78d!important;
}

.card  {
    background-color: #13171c;
}


.pagination__page--current {
    color: grey!important;
}

.main-footer {
    display: none;
}

.related-queries__icon {
    color: white!important;
}

.disambiguation-item__description {
    color: rgb(118, 118, 118);
}
}

Reviews

No reviews yet.