From ed8f45d6eb21e5a931d55235708bcc73a2191771 Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Mon, 11 Apr 2011 20:08:30 -0600 Subject: make link hints look way cooler --- examples/config/style.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'examples/config') diff --git a/examples/config/style.css b/examples/config/style.css index ff055d1..a368aa0 100644 --- a/examples/config/style.css +++ b/examples/config/style.css @@ -1,12 +1,11 @@ #uzbl_link_hints > span { z-index: 1000 !important; - background-color: #aaff00 !important; - border: 2px solid #556600 !important; - margin: 0 !important; - padding: 1px !important; + background-color: #333 !important; + margin: 0 !important; + padding: 3px !important; - color: black !important; + color: #ccc !important; font-size: 9px !important; line-height: 9px !important; font-weight: bold !important; @@ -14,12 +13,16 @@ text-decoration: none !important; -webkit-transform: translate(-5px,-5px); - /* opacity: 0.7; */ + opacity: 0.8; + -webkit-border-radius: 6px !important; + /* Play around with this, pretty fun things to do :) */ + /* -webkit-transform: scale(1) 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; } /* vim:set et ts=4: */ -- cgit v1.2.3