Re-work keyword argument implementation for TraceMonkey compatibility
[conkeror.git] / content / conkeror.css
blobb5bc751ea63736a54cbaad8bfec1dda9e5729df8
1 /**
2 * (C) Copyright 2004-2006 Shawn Betts
3 * (C) Copyright 2007-2008 Jeremy Maitin-Shepard
5 * Use, modification, and distribution are subject to the terms specified in the
6 * COPYING file.
7 **/
9 @import url("chrome://global/skin/");
11 .minibuffer-text-input-mode[minibuffermode="message"],
12 .minibuffer-textarea-input-mode[minibuffermode="message"],
13 .minibuffer-select-input-mode[minibuffermode="message"],
14 .minibuffer-checkbox-input-mode[minibuffermode="message"],
15 .minibuffer-richedit-input-mode[minibuffermode="message"],
16 .minibuffer-quote-next-input-mode[minibuffermode="message"],
17 .minibuffer-quote-input-mode[minibuffermode="message"]{
18 background-color: #999999;
19 color: black;
22 #minibuffer[minibuffermode="message"] #minibuffer-prompt,
23 #minibuffer[minibuffermode="message"] #minibuffer-input,
24 #minibuffer[minibuffermode="input"] #minibuffer-message,
25 #minibuffer[minibuffermode="input"] #minibuffer-mode-indicator {
26 visibility: collapse;
29 .mode-line {
30 border-left: 1px solid rgb(230,230,230);
31 border-top: 1px solid rgb(230,230,230);
32 border-right: 1px solid rgb(100,100,100);
33 border-bottom: 1px solid rgb(100,100,100);
34 margin: 0 0 0 0;
35 background-color: rgb(200,200,200);
38 .mode-line label {
39 color: black;
42 .mode-line label.current-buffer-name-widget {
43 -moz-box-flex: 1;
46 window {
47 background-color: white;
51 /* Completions display */
52 tree.completions treechildren { border: none !important; }
54 tree.completions treecol { -moz-binding: none !important; }
55 tree.completions {
56 -moz-appearance: none !important;
57 border: 0px none !important;
58 margin: 0px !important;
59 border-top: 4px double #333333 !important;
60 background-color: #dcdad5 !important;
61 -moz-border-top-colors: -moz-initial !important;
62 color: black;
65 tree.completions treechildren::-moz-tree-row {
66 border: none;
69 tree.completions treechildren::-moz-tree-row(current) {
70 background-color: blue;
73 tree.completions treechildren::-moz-tree-cell-text(completion-description) {
74 color: green !important;
75 font-weight: bold !important;
78 tree.completions treechildren::-moz-tree-cell-text(current) {
79 color: white !important;
82 .panel {
83 border-top: 4px double #333333;
84 background-color: #dcdad5;
87 .panel .panel-row-label {
88 font-weight: bold;
92 /* tab bar */
94 #tab-bar {
95 -moz-box-pack: end;
98 .tab {
99 -moz-appearance: tab;
100 margin-top: 2px;
101 border-top: 2px solid;
102 border-right: 2px solid;
103 border-left: 2px solid;
104 border-bottom: 1px solid ThreeDHighlight;
105 -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow;
106 -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
107 -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow;
108 -moz-border-radius-topleft: 2px;
109 -moz-border-radius-topright: 2px;
110 -moz-border-radius-bottomright: 1px;
111 padding: 1px 4px 2px 4px;
112 background-color: -moz-Dialog;
113 color: -moz-DialogText;
114 min-width: 100px;
115 max-width: 250px;
116 -moz-box-flex: 100;
117 -moz-box-align: center;
120 .tab[selected="true"] {
121 margin-top: 0;
122 border-bottom-color: transparent;
123 padding: 1px 6px 4px 6px;
124 background-color: -moz-Dialog;
127 .tab-close-button {
128 -moz-appearance: none !important;
129 /*padding: 0px 4px 2px 0px;*/
130 padding: 0px 0px 0px 0px;
131 margin: 0px;
132 list-style-image: url("chrome://global/skin/icons/close.png") !important;
133 -moz-image-region: rect(0px, 16px, 16px, 0px);
134 border: none !important;
137 .tab[selected="false"] .tab-close-button {
138 display: none;
141 .tab-close-button:hover {
142 -moz-image-region: rect(0px, 32px, 16px, 16px);
145 .tab-close-button:active:hover {
146 -moz-image-region: rect(0px, 48px, 16px, 32px);
149 .tab-label {
150 -moz-box-flex: 100;
151 font: icon;
154 .tab[selected="true"] > .tab-label {
155 font-weight: bold;
158 .tab-icon {
159 min-width: 16px;
160 min-height: 16px;
161 max-width: 16px;
162 max-height: 16px;
163 list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
164 -moz-margin-start: 4px;
165 -moz-margin-end: 3px;