From 273b4940a4866add08cab05cb2e023498808ba55 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 27 May 2011 22:44:33 +0200 Subject: CONKEROR: Added blackened theme --- conkeror/themes/blackened/minibuffer.css | 44 ++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 conkeror/themes/blackened/minibuffer.css (limited to 'conkeror/themes/blackened/minibuffer.css') diff --git a/conkeror/themes/blackened/minibuffer.css b/conkeror/themes/blackened/minibuffer.css new file mode 100644 index 0000000..5f13391 --- /dev/null +++ b/conkeror/themes/blackened/minibuffer.css @@ -0,0 +1,44 @@ + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +#minibuffer { + background-color: #000; + border: 1px solid #444; + border-top: 0; + color: white; + font: 11px Tahoma; +} + +/* Completions display */ + +tree.completions treechildren { border: none !important; } + +tree.completions treecol { -moz-binding: none !important; } +tree.completions { + -moz-appearance: none !important; + border: 0px none !important; + border-top: 4px double #333333 !important; + background-color: black !important; + -moz-border-top-colors: -moz-initial !important; + color: white !important; +} + +tree.completions treechildren::-moz-tree-row { + background-color: black !important; + border: none; +} + +tree.completions treechildren::-moz-tree-row(current) { + background-color: blue !important; + color: white; +} + +tree.completions treechildren::-moz-tree-cell-text(completion-description) { + color: green !important; + font-weight: bold !important; +} + +tree.completions treechildren::-moz-tree-cell-text(current) { + color: white !important; +} + -- cgit v1.2.3-54-g00ecf