aboutsummaryrefslogtreecommitdiff
path: root/config/uzbl/style.css
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2015-08-18 02:38:33 +0200
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2015-08-18 02:38:33 +0200
commit6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42 (patch)
tree93ebfb332b3a231931fe1b1276632bdaa33fa6e4 /config/uzbl/style.css
parentc021038355b6773ab13dae92327fda50c366395f (diff)
downloaddotfiles-6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42.tar.gz
dotfiles-6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42.tar.bz2
dotfiles-6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42.zip
Organise everything systematically.
Diffstat (limited to 'config/uzbl/style.css')
-rw-r--r--config/uzbl/style.css34
1 files changed, 0 insertions, 34 deletions
diff --git a/config/uzbl/style.css b/config/uzbl/style.css
deleted file mode 100644
index 3f870a4..0000000
--- a/config/uzbl/style.css
+++ /dev/null
@@ -1,34 +0,0 @@
-#uzbl_link_hints > span {
- z-index: 1000 !important;
-
- background-color: #333 !important;
- margin: 0 !important;
- padding: 3px !important;
-
- color: #ccc !important;
- font-size: 9px !important;
- line-height: 9px !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.2) 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: */