dillorc (1526B)
1 # dillorc 2 3 # Image and CSS (easily changed at runtime) 4 load_images=NO 5 load_background_images=NO 6 load_stylesheets=NO 7 parse_embedded_css=NO 8 9 # Fonts 10 font_serif="DejaVu Serif" 11 font_sans_serif="DejaVu Sans" 12 font_cursive="DejaVu Serif" 13 font_fantasy="DejaVu Sans" 14 font_monospace="DejaVu Sans Mono" 15 16 # Font Drawing 17 font_factor=1.0 18 font_max_size=100 19 font_min_size=6 20 limit_text_width=YES 21 22 # HTTP 23 http_language=en 24 http_max_conns=6 25 #http_proxy="http://localhost:8080/" 26 #no_proxy="localhost 127.0.0.1" 27 #http_user_agent="Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0" 28 # either none, host, or path 29 http_referer=host 30 31 # HTML Color Settings 32 bg_color=white 33 allow_white_bg=YES 34 white_bg_replacement=0xe0e0a3 35 contrast_visited_color=YES 36 37 # User Interface 38 # either plastic, gtk+, or gleam 39 theme=none 40 panel_size=tiny 41 small_icons=NO 42 show_ui_tooltip=YES 43 ui_fg_color=black 44 ui_main_bg_color=#c6c6c6 45 ui_text_bg_color=white 46 ui_selection_color=blue 47 ui_button_highlight_color=blue 48 49 # Panel Items 50 show_back=YES 51 show_forw=YES 52 show_home=NO 53 show_reload=YES 54 show_save=NO 55 show_stop=YES 56 show_bookmarks=NO 57 show_tools=YES 58 show_filemenu=NO 59 show_clear_url=NO 60 show_url=YES 61 show_search=NO 62 show_help=NO 63 show_progress_box=NO 64 65 # Mouse 66 # if NO create a new window instead 67 middle_click_opens_new_tab=NO 68 # if NO paste URL into window instead 69 middle_click_drags_page=YES 70 71 # Logging 72 show_msg=YES 73 show_extra_warnings=YES 74 75 # Etc 76 show_tooltip=YES 77 start_page=about:blank 78 save_dir=/tmp 79 fullwindow_start=NO 80 enterpress_forces_submit=NO 81 show_quit_dialog=YES