summaryrefslogtreecommitdiff
path: root/config/uzbl/style.css
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-08-06 21:48:06 +0200
committerUrbain Vaes <urbain@vaes.uk>2015-08-06 21:48:06 +0200
commitace65061ff7124118d73e592699afffeefeff4e4 (patch)
tree48b384adb6eaa5cbbeb554d6fd69aca128d63682 /config/uzbl/style.css
parent520aaf9e397b7b0e46e9cd5165799748da597648 (diff)
Improve uzbl configuration
Diffstat (limited to 'config/uzbl/style.css')
-rw-r--r--config/uzbl/style.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/config/uzbl/style.css b/config/uzbl/style.css
new file mode 100644
index 0000000..863fa07
--- /dev/null
+++ b/config/uzbl/style.css
@@ -0,0 +1,34 @@
+#uzbl_link_hints > span {
+ z-index: 1000 !important;
+
+ background-color: #FFFF00 !important;
+ margin: 0 !important;
+ padding: 3px !important;
+
+ color: #000 !important;
+ font-size: 12px !important;
+ line-height: 12px !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) 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: */