diff --git a/css/indexes.css b/css/indexes.css index 2ff1d09..04cc019 100644 --- a/css/indexes.css +++ b/css/indexes.css @@ -3,13 +3,15 @@ html, body { margin: 0; -padding: 0; } +padding: 0; +background-color: black; +} /*Slideout Sidebar*/ .toggle { text-decoration: none; font-size: 2em; - color: rgba(0, 0, 0, 0.61); + color: white; -webkit-transition: all 0.15s ease-out 0; -moz-transition: all 0.15s ease-out 0; transition: all 0.45s ease-out 0; @@ -103,14 +105,29 @@ padding: 0; } .search h1 { font-size: 100px; + color: white; } .search h2 { font-size: 60px; + color: white; } .search p { font-size: 25px; + color: white; + } + + .search h3 { + color: white; + } + + .search h3 :visited { + color: white; + } + + .search h3 :hover { + color: gray; } .search img { diff --git a/css/search.css b/css/search.css index 6dfca7b..9b4facb 100644 --- a/css/search.css +++ b/css/search.css @@ -4,13 +4,14 @@ html, body { margin: 0; padding: 0; + background-color: black; } /*Slidout Sidebar*/ .toggle { text-decoration: none; font-size: 2em; - color: rgba(0, 0, 0, 0.61); + color: white; -webkit-transition: all 0.15s ease-out 0; -moz-transition: all 0.15s ease-out 0; transition: all 0.45s ease-out 0; @@ -125,6 +126,75 @@ html, body { font-family: 'Roboto'; } + button.gsc-search-button { + padding:10px !important; + background-color: red; + } + + .gsc-result-info { + display: none; + } + + .gs-webResult { + border-top: 2px solid white; + padding: 1em; + } + + .gsc-thumbnail { + display: none; + } + + .gsc-cursor-page { + font-size: 1.5em; + padding: 4px 8px; + } + + .gs-snippet { + display: none; + } + + .gs-title a { + font-size: 1.5em; + } + + .gcsc-more-maybe-branding-root { + display: none; + } + + .gsc-orderby { + display: none; + } + + .gsc-control-cse { + background-color: black !important; + border-color: black !important; + } + + .gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b { + color: white !important; + } + + .gs-promotion .gs-visibleUrl, .gs-webResult .gs-visibleUrl { + color: white !important; + } + + .gsc-webResult.gsc-result, .gsc-results .gsc-imageResult { + background-color: black !important; + border-color: black !important; + } + + .gsc-above-wrapper-area { + border-bottom: black !important; + } + + .gsc-cursor-box .gs-bidi-start-align { + background-color: black !important; + } + + .gs-spelling .gs-spelling-original { + color: white !important; + } + /*Animations*/ @keyframes fadein{ from{ diff --git a/img/favicon.png b/img/favicon.png index e91a599..ea8cce5 100644 Binary files a/img/favicon.png and b/img/favicon.png differ diff --git a/img/search-logo.png b/img/search-logo.png index ab80edf..fb7fce0 100644 Binary files a/img/search-logo.png and b/img/search-logo.png differ