diff options
author | portix <portix@gmx.net> | 2012-02-18 18:48:45 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-02-18 18:48:45 +0100 |
commit | bb4f6282b05cbd449ffcb566cfc46d48aca007c8 (patch) | |
tree | bdfdc0127b272859fa7ba4cdb7a0263644c45547 /doc/dwb.1 | |
parent | 36e530f7c4bac700e682c196b4a6e407bf465859 (diff) | |
download | dwb-bb4f6282b05cbd449ffcb566cfc46d48aca007c8.zip |
Creating a hover-element if the statusbar is hidden
Diffstat (limited to 'doc/dwb.1')
-rw-r--r-- | doc/dwb.1 | 26 |
1 files changed, 9 insertions, 17 deletions
@@ -1574,11 +1574,6 @@ Program to open ftp://. will be replaced with the ftp-url. Default value: .IR xterm\ -e\ ncftp\ 'dwb_uri' . .TP -.BR hide-tabbar -Hide the tabbar. Possible values: always, never, tiled. -default value: -.IR never -.TP .BR hint-active-color The background color for active link, i.e. the link followed when Return is pressed. Possible values: a rgb color string, @@ -1684,18 +1679,6 @@ color-string, default value: .IR #eeeeee . .TP -.BR normal-bg-color -The background color of a not focused tab. Possible values: an rgb -color-string, -default value: -.IR #505050 . -.TP -.BR normal-fg-color -The foreground color of a not focused tab. Possible values: an rgb -color-string, -default value: -.IR #cccccc . -.TP .BR proxy Whether to use a HTTP-proxy. Possible values: true/false, default value: @@ -1867,6 +1850,15 @@ Scripts with extension are injected into all frames of a page when the load of a frame is done. +.SS CSS +dwb creates some html-elements at runtime, namely hints and a bar that show the +current url under the cursor. They can be styled in user-stylesheets using the +selector +.I .dwb_hint +for hints and +.I #dwb_hover_element +for the hover element. + .SS Userscripts Userscripts can be stored in .IR ~/.config/dwb/userscripts . |