aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/style.css
diff options
context:
space:
mode:
authorGravatar Sylvester Johansson <scj@archlinux.us>2009-05-27 18:43:26 +0200
committerGravatar Sylvester Johansson <scj@archlinux.us>2009-05-27 18:43:26 +0200
commit1165325ae4cc247b66b84f99c27cd882df70d03a (patch)
tree5b73373537aaea0ac4612a869fc2f3313657e325 /examples/data/style.css
parentfbe5fd9783f4bba229a192e79eecc98b5279039c (diff)
the hint styles are moved into ./examples/data/style.css
Diffstat (limited to 'examples/data/style.css')
-rw-r--r--examples/data/style.css23
1 files changed, 21 insertions, 2 deletions
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: */