aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-04-11 20:08:30 -0600
committerGravatar Brendan Taylor <whateley@gmail.com>2011-04-11 20:08:30 -0600
commited8f45d6eb21e5a931d55235708bcc73a2191771 (patch)
tree04c86e48988af345a5783780d3ca6f5aa51af169 /examples/config
parent841914c050bc00a39d9313c05856568696e58a23 (diff)
make link hints look way cooler
Diffstat (limited to 'examples/config')
-rw-r--r--examples/config/style.css15
1 files changed, 9 insertions, 6 deletions
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: */