-
-
Save TexRx/2772820 to your computer and use it in GitHub Desktop.
style override I use for duckduckgo.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body{background:#fff;font-family:'Verdana';font-size:16px;} | |
#header{background-image:nome;background:#f0f0f0;border-bottom:1px solid #ddd;height:45px} | |
#header_logo, #keyboard_shortcuts{display:none !important;} | |
#search_form{border:none;margin-top:4px} | |
#search_form_input{border:solid #ccc;border-width:1px 0 1px 1px} | |
#search_form_input_clear{border:solid #ccc;border-width:1px 0} | |
#header_button_menu_wrapper{position:absolute;top:3px;right:20px;} | |
#header_button{background:none;border:none} | |
#header_button_menu_wrapper a.header_button_menu_item{color:#555;font-size:90%;text-shadow:none;background:none;text-transform: lowercase} | |
#zero_click_abstract, #zero_click_abstract_top, .results_zero_click, .results_zero_click_more{border:none;} | |
#header_content{padding-left:200px !important;} | |
#zero_click{margin-left:35px;} | |
#content{max-width:1500px;padding-left:150px !important} | |
#links_wrapper {max-width:1000px;} | |
#links{width:100% !important;} | |
#links > div{border:none;} | |
#links h2 a{font-size:16px;font-weight:normal;} | |
#links h2 a:hover{text-decoration:none;} | |
.icon_fav, .icon_fav2{display:none !important;} | |
.highlight{background:#f6f6f6;border:none !important} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment