Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / testing / extensions / community / chrome / skin / qa.css
blob8a3ba52fa888dca4e4b02565765141a9cc5e4203
1 /* ***** BEGIN LICENSE BLOCK *****
2 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
4 * The contents of this file are subject to the Mozilla Public License Version
5 * 1.1 (the "License"); you may not use this file except in compliance with
6 * the License. You may obtain a copy of the License at
7 * http://www.mozilla.org/MPL/
9 * Software distributed under the License is distributed on an "AS IS" basis,
10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 * for the specific language governing rights and limitations under the
12 * License.
14 * The Original Code is the Mozilla Community QA Extension
16 * The Initial Developer of the Original Code is the Mozilla Corporation.
17 * Portions created by the Initial Developer are Copyright (C) 2006
18 * the Initial Developer. All Rights Reserved.
20 * Contributor(s):
21 * Zach Lipton <zach@zachlipton.com>
22 * Zach Linder <zakness@gmail.com>
23 * Ben Hsieh <ben.hsieh@gmail.com>
25 * Alternatively, the contents of this file may be used under the terms of
26 * either the GNU General Public License Version 2 or later (the "GPL"), or
27 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
28 * in which case the provisions of the GPL or the LGPL are applicable instead
29 * of those above. If you wish to allow use of your version of this file only
30 * under the terms of either the GPL or the LGPL, and not to allow others to
31 * use your version of this file under the terms of the MPL, indicate your
32 * decision by deleting the provisions above and replace them with the notice
33 * and other provisions required by the GPL or the LGPL. If you do not delete
34 * the provisions above, a recipient may use your version of this file under
35 * the terms of any one of the MPL, the GPL or the LGPL.
37 * ***** END LICENSE BLOCK ***** */
39 @import url(chrome://global/skin/);
41 @namespace html "http://www.w3.org/1999/xhtml";
43 #qa-pass {
44 background: #99ff99;
45 display: none;
48 /*-------------------------------
49 HTML
50 -------------------------------*/
52 #qa_tabbox html|ul, #qa_tabbox html|ol {
53 margin: 0;
54 padding: 0;
56 #qa_tabbox html|ul li {
57 list-style-type: square;
58 margin-bottom: 0.4em;
61 #qa_tabbox html|a,
62 #qa_tabbox html|a:link,
63 #qa_tabbox html|a:visited {
64 font-weight: bold;
65 color: #0067ac;
67 #qa_tabbox html|a:focus,
68 #qa_tabbox html|a:hover,
69 #qa_tabbox html|a:active {
70 color: #333;
72 /*remove bullets for everything but lists contained inside testcase data */
73 html|li {
74 list-style-type: none !important;
76 #qa-tab-litmus html|ul html|li {
77 list-style-type: disc !important;
79 #qa-tab-litmus html|ol html|li {
80 list-style-type: decimal !important;
83 #qa-tab-litmus html|ul, #qa-tab-litmus html|ol {
84 padding-left: 20px;
89 /*-------------------------------
90 TABS
91 -------------------------------*/
92 #qa_tabbox #qa_tabrow {
93 height: 30px !important;
94 padding-top: 5px !important;
97 #qa_tabbox .tab-icon-image {
98 list-style-image: none;
99 width: 0;
102 #qa_tabbox #qa-tabbar-qmo {
103 list-style-image: url(qmo-16px.png);
104 text-align: right;
105 width: 24px;
108 #qa_tabbox #qa-tabbar-spacer {
109 width: 93px;
113 #qa_tabbox tab, #qa_tabbox tabs spacer {
114 border-bottom: 1px solid #ACA899 !important;
117 .tabs-left, .tabs-right {
118 -moz-border-bottom-colors: #ACA899 !important;
121 #qa_tabbox tab[selected="true"] {
122 border-bottom: 1px solid #E8E5D8 !important;
125 tabs {
126 border-bottom: 1px solid #E8E5D8;
129 .tab-close-button {
130 display: none !important;
133 .tabbrowser-tab.highlight > .tab-image-right {
134 background: url("chrome://qa/skin/highlight-start.png") no-repeat !important;
136 .tabbrowser-tab.highlight > .tab-image-left {
137 background: url("chrome://qa/skin/highlight-end.png") no-repeat !important;
139 .tabbrowser-tab.highlight > .tab-image-middle {
140 background: url("chrome://qa/skin/highlight-mid.png") repeat-x !important;
143 .tabbrowser-tab.highlight:hover > .tab-image-right {
144 background: url("chrome://qa/skin/highlight-hover-start.png") no-repeat !important;
146 .tabbrowser-tab.highlight:hover > .tab-image-left {
147 background: url("chrome://qa/skin/highlight-hover-end.png") no-repeat !important;
149 .tabbrowser-tab.highlight:hover > .tab-image-middle {
150 background: url("chrome://qa/skin/highlight-hover-mid.png") repeat-x !important;
153 /* don't show outline around the middle of selected tabs */
154 tab:focus > .tab-middle {
155 outline: 1px none invert !important;
158 /*-------------------------------
159 PANELS
160 -------------------------------*/
161 #qa_tabbox tabpanel {
162 line-height: 1.6;
163 background-color: white;
166 #qa_tabbox tabpanels {
167 background-color: white;
168 border-top: 1px solid #ACA899;
169 margin-top: 0px;
172 #qa_tabbox groupbox {
173 background-color: white;
175 #qa_tabbox caption {
176 font: bold 12px helvetica, arial, sans-serif;
177 color: #ec891d;
178 background-color: white;
179 padding: 0;
182 #qa-qmo-help,
183 #qa-qmo-events,
184 #qa-qmo-forumposts,
185 .box-mheight {
188 #qa-qmo-latestbox,
189 #qa-qmo-latest {
194 /*-------------------------------
195 NOTIFY
196 -------------------------------*/
198 #qa-notify {
199 right: 18px;
200 bottom: 21px;
201 position: fixed;
202 border: 1px solid grey;
203 background-color: white;
204 background-image: url("logolight.png");
205 background-repeat: no-repeat;
206 background-position: center;
209 .qa-notify {
210 height: 140px;
211 width: 420px;
214 #qa-notify-box {
215 padding: 0px 6px 6px 6px;
216 display: table;
219 #qa-notify-header {
220 font-size: 1.5em;
221 font-weight: bold;
225 /*-------------------------------
226 GENERAL
227 -------------------------------*/
229 .list {
230 padding-left: 10px;