From 1165325ae4cc247b66b84f99c27cd882df70d03a Mon Sep 17 00:00:00 2001 From: Sylvester Johansson Date: Wed, 27 May 2009 18:43:26 +0200 Subject: the hint styles are moved into ./examples/data/style.css --- examples/data/style.css | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'examples/data/style.css') diff --git a/examples/data/style.css b/examples/data/style.css index 81bb6df..9789e6f 100644 --- a/examples/data/style.css +++ b/examples/data/style.css @@ -1,3 +1,22 @@ -.uzbl_hint_class { background-color: yellow;} -.uzbl_hint_first { background-color: lightgreen;} +.uzbl_highlight { background-color: yellow;} +.uzbl_h_first { background-color: lightgreen;} + +#uzbl_hint > div { + display: inline; + border: 2px solid #4a6600; + background-color: #b9ff00; + color: black; + font-size: 9px; + font-weight: bold; + line-height: 9px; + margin: 0px; + padding: 0px; + position: absolute; + z-index: 1000; + -webkit-border-radius: 6px; + text-decoration: none; + -wekit-transform: scale(1) rotate(0deg) translate(-6px,-5px); +} + +/* vim:set et ts=4: */ -- cgit v1.2.3