From 2ae2ab7eed7b47af93a0bc4b49f8cfd70d448f82 Mon Sep 17 00:00:00 2001 From: vaskozl Date: Fri, 27 Feb 2015 01:41:44 +0100 Subject: add styles for uzbl --- config/uzbl/style.css | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 config/uzbl/style.css (limited to 'config') diff --git a/config/uzbl/style.css b/config/uzbl/style.css new file mode 100644 index 0000000..3f870a4 --- /dev/null +++ b/config/uzbl/style.css @@ -0,0 +1,34 @@ +#uzbl_link_hints > span { + z-index: 1000 !important; + + background-color: #333 !important; + margin: 0 !important; + padding: 3px !important; + + color: #ccc !important; + font-size: 9px !important; + line-height: 9px !important; + font-weight: bold !important; + font-variant: normal !important; + text-decoration: none !important; + + -webkit-transform: translate(-5px,-5px); + opacity: 0.8; + -webkit-border-radius: 6px !important; + /* Play around with this, pretty fun things to do :) */ + -webkit-transform: scale(1.2) rotate(0deg) translate(-6px,-5px) !important; +} + +/* we can have different colours for different types of hints! */ +#uzbl_link_hints.new-window > span { + background-color: #ffff00 !important; + color: black !important; +} + +.uzbl-follow-text-match { + outline: 2px solid invert; + background: #333 !important; + color: white !important; +} + +/* vim:set et ts=4: */ -- cgit v1.2.3-54-g00ecf