aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormashiro <y.mashiro@gmail.com>2011-06-21 17:34:15 +0900
committermashiro <y.mashiro@gmail.com>2011-06-21 17:34:33 +0900
commitadd4aa3c77fdd7d30b83a63a40c5fbe463d15a6d (patch)
tree9af6778d8b004e977a68f6f0be99071750c77e8b
parent7f41de455aadcf4cf31fa5ee35d616acadf59f06 (diff)
downloadvimperator-colors-add4aa3c77fdd7d30b83a63a40c5fbe463d15a6d.tar.gz
vimperator-colors-add4aa3c77fdd7d30b83a63a40c5fbe463d15a6d.tar.bz2
余計な style 消して Hint をちょいちょいいじった
-rw-r--r--indigo.vimp57
1 files changed, 27 insertions, 30 deletions
diff --git a/indigo.vimp b/indigo.vimp
index ae9547e..5673179 100644
--- a/indigo.vimp
+++ b/indigo.vimp
@@ -3,6 +3,7 @@
" author: mashiro
" ==/VimperatorColorSchema==
+" Highlights {{{1
hi Boolean color: orchid;
hi Function color: skyblue;
hi Null color: cornflowerblue;
@@ -67,39 +68,35 @@ hi URL:hover text-decoration: underline; cursor: pointer;
hi FrameIndicator background-color: red; opacity: 0.5; z-index: 999; position: fixed; top: 0; bottom: 0; left: 0; right: 0;
hi Bell border: none; background-color: #d0d0d0;
-hi Hint font-family: monospace; font-size: 14px; font-weight: normal; color: #dddddd; background-color: #1c1c1c; border: none; padding: 0px 3px;
+hi Hint font-family: monospace; font-size: 14px; font-weight: normal; color: #dddddd; background-color: #1c1c1c; border: none; margin: -0.7em 0 0 -0.7em; padding: 0px 5px;
hi Hint::after content: attr(number);
-hi HintElem background-color: #d0d0f0; color: #1c1c1c;
-hi HintActive background-color: #5566bb; color: #dddded;
+hi HintElem background-color: rgba(208, 208, 240, 0.8); color: #1c1c1c;
+hi HintActive background-color: rgba( 85, 102, 187, 0.8); color: #dddded;
hi HintImage opacity: .5;
-js <<EOM
-var css = <css><![CDATA[
-#liberator-customize-toolbar {
- -moz-box-align: center !important;
- -moz-box-pack: center !important;
- -moz-appearance: none !important;
-}
-
-#liberator-customize-toolbar toolbarbutton,
-#liberator-customize-toolbar statusbarpanel {
- padding: 0 0 0 2px !important;
-}
-
-#feed-button {
- list-style-image: url("chrome://browser/skin/feeds/feedIcon16.png") !important;
- -moz-image-region: auto !important;
- border: none !important;
- min-width: 0 !important;
-}
-
-/* sbmcommentsviewer.js */
-.liberator-sbmcommentsviewer-content {
- padding: 0 !important;
- border: none !important;
-}
-]]></css>.toString();
-styles.addSheet(false, "indigo-customize-toolbar", "chrome://*", css, false);
+" 影(重かったらコメントアウト) {{{2
+hi -append Hint background-color: rgba(28, 28, 28, 0.8); border: 1px solid #1c1c1c; -moz-border-radius: 4px; -moz-box-shadow: 0px 0px 1px black; text-shadow: 1px 1px 2px black;
+hi -append HintElem text-decoration: none; -moz-border-radius: 4px; -moz-box-shadow: 0 0 2px #0c0c0c;
+hi -append HintActive text-decoration: none; -moz-border-radius: 4px; -moz-box-shadow: 0 0 2px #0c0c0c;
+" }}}2
+" }}}1
+
+" Styles {{{1
+style -name indigo-feed-button chrome://* <<EOM
+ #feed-button {
+ list-style-image: url("chrome://browser/skin/feeds/feedIcon16.png") !important;
+ -moz-image-region: auto !important;
+ border: none !important;
+ min-width: 0 !important;
+ }
EOM
+style -name indigo-sbmcommentsviewer chrome://* <<EOM
+ .liberator-sbmcommentsviewer-content {
+ padding: 0 !important;
+ border: none !important;
+ }
+EOM
+" }}}1
+
" vim: ft=vimperator