1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-05 12:34:12 +01:00

updated vimperator.css

This commit is contained in:
Martin Stubenschrott
2008-03-18 15:18:18 +00:00
parent 05dc9f074f
commit 227727e100

View File

@@ -26,11 +26,11 @@ the provisions above, a recipient may use your version of this file under
the terms of any one of the MPL, the GPL or the LGPL. the terms of any one of the MPL, the GPL or the LGPL.
}}} ***** END LICENSE BLOCK *****/ }}} ***** END LICENSE BLOCK *****/
#vimperator-container { #liberator-container {
font-family: monospace; font-family: monospace;
} }
#vimperator-bufferwindow, #vimperator-completion, #vimperator-previewwindow { #liberator-bufferwindow, #liberator-completion, #liberator-previewwindow {
-moz-user-focus: ignore; -moz-user-focus: ignore;
overflow: -moz-scrollbars-none !important; /* does not seem to work fully */ overflow: -moz-scrollbars-none !important; /* does not seem to work fully */
border-width: 0px !important; border-width: 0px !important;
@@ -38,9 +38,9 @@ the terms of any one of the MPL, the GPL or the LGPL.
} }
/* the selected item in listboxes is hardly readable without this */ /* the selected item in listboxes is hardly readable without this */
#vimperator-completion > listitem[selected="true"] > listcell, #liberator-completion > listitem[selected="true"] > listcell,
#vimperator-bufferwindow > listitem[selected="true"] > listcell, #liberator-bufferwindow > listitem[selected="true"] > listcell,
#vimperator-previewwindow > listitem[selected="true"] > listcell { #liberator-previewwindow > listitem[selected="true"] > listcell {
background-color: Highlight !important; background-color: Highlight !important;
color: HighlightText !important; color: HighlightText !important;
} }
@@ -53,17 +53,17 @@ the terms of any one of the MPL, the GPL or the LGPL.
font-weight: bold; font-weight: bold;
font-family: monospace; font-family: monospace;
} }
#vimperator-statusline { #liberator-statusline {
font-family: monospace; font-family: monospace;
margin: 0px; margin: 0px;
} }
#vimperator-statusline > label { #liberator-statusline > label {
padding: 0px 0px 0px 8px; padding: 0px 0px 0px 8px;
} }
#vimperator-statusline > label:first-child { #liberator-statusline > label:first-child {
padding: 0px; padding: 0px;
} }
#vimperator-statusline-field-url { #liberator-statusline-field-url {
background-color: inherit; background-color: inherit;
color: inherit; color: inherit;
} }
@@ -76,19 +76,19 @@ the terms of any one of the MPL, the GPL or the LGPL.
display: none; display: none;
} }
#vimperator-commandline { #liberator-commandline {
padding: 1px; padding: 1px;
/* /*
background-color: white; background-color: white;
color: black; color: black;
*/ */
} }
#vimperator-commandline-prompt, #vimperator-commandline-command { #liberator-commandline-prompt, #liberator-commandline-command {
background-color: inherit; background-color: inherit;
color: inherit; color: inherit;
} }
#vimperator-visualbell { #liberator-visualbell {
border: none; border: none;
background-color: black; background-color: black;
} }
@@ -158,29 +158,29 @@ a.hl-URL:hover {
/* MOW */ /* MOW */
#vimperator-multiline-output { #liberator-multiline-output {
overflow: hidden; overflow: hidden;
background-color: white; background-color: white;
color: black; color: black;
} }
#vimperator-multiline-output-content { #liberator-multiline-output-content {
white-space: pre; /* -moz-pre-wrap FIXME: Should lines wrap like Vim? */ white-space: pre; /* -moz-pre-wrap FIXME: Should lines wrap like Vim? */
font-family: -moz-fixed; font-family: -moz-fixed;
margin: 0px; margin: 0px;
} }
#vimperator-multiline-output-content * { #liberator-multiline-output-content * {
font: inherit; font: inherit;
} }
#vimperator-multiline-output-content table { #liberator-multiline-output-content table {
white-space: inherit; white-space: inherit;
border-spacing: 0px; border-spacing: 0px;
} }
#vimperator-multiline-output-content td, #liberator-multiline-output-content td,
#vimperator-multiline-output-content th { #liberator-multiline-output-content th {
padding: 0px 2px; padding: 0px 2px;
} }