A semi-solarized theme for the search engine dogpile.com. Now updated to use more of the screen.
Dogpile Solarized by tpalmerstudios

Details
Authortpalmerstudios
LicenseGPL3
Categorydogpile.com
Created
Updated
Code size1.5 kB
Code checksum196c9a6d
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
obsoleteTiger@protonmail.com for requests and questions
Source code
/* ==UserStyle==
@name Dogpile Solarized
@namespace USO Archive
@author tpalmerstudios
@description A semi-solarized theme for the search engine dogpile.com
@version 0.1.1
@license GPL2
@preprocessor uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("dogpile.com")
{
/*text&background*/
html, body, tbody, thead, th, tr, td, blockquote, li, ul, h1, h2, h3, h4, h5, h6, p, form, footer, div
{
color: #859900;
background: #002b36 !important;
}
.layout__body
{
max-width: 100%;
}
.layout__mainline
{
max-width: 50%;
}
.searchBoxCategories a, #header, #main
{
background: #002b36 !important;
}
/*links*/
.web-bing__description
{
color: #93a1a1;
}
.description
{
color: #93a1a1;
}
div.aylf-bing
{
display: none !important;
}
.aylf-bing-sidebar__result a, .left-nav a, .nav-home__nav-bar-wrapper ul li a
{
color: #dc322f !important;
}
.aylf-favorite_fetches__label, .aylf-bing-sidebar__label
{
color: #859900;
}
.aylf-favorite_fetches a, .search-history a
{
color: #2aa198 !important;
}
/* Ad Blocker*/
.ads-bing-top, .ads-bing-bottom, .home-shopping__resource
{
display: none;
}
.web-bing__label, .label, span.source, .web-bing__url, a.url
{
color: #859900 !important;
}
a.title, a, .web-bing__title
{
color: #268bd2 !important;
}
a.title:visited, a:visited, .web-bind__title:visited
{
color: #cb4b16 !important;
}
/*highlight*/
textarea, pre
{
background: #333333 !important;
}
}