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
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.
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";
48 /*-------------------------------
50 -------------------------------*/
52 #qa_tabbox html|ul
, #qa_tabbox html|ol
{
56 #qa_tabbox html|ul li
{
57 list-style-type: square
;
62 #qa_tabbox html|
a:link
,
63 #qa_tabbox html|
a:visited
{
67 #qa_tabbox html|
a:focus
,
68 #qa_tabbox html|
a:hover
,
69 #qa_tabbox html|
a:active
{
72 /*remove bullets for everything but lists contained inside testcase data */
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
{
89 /*-------------------------------
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
;
102 #qa_tabbox #qa-tabbar-qmo
{
103 list-style-image: url
(qmo-16px
.png
);
108 #qa_tabbox #qa-tabbar-spacer
{
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
;
126 border-bottom: 1px solid
#E8E5D8;
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 /*-------------------------------
160 -------------------------------*/
161 #qa_tabbox tabpanel
{
163 background-color: white
;
166 #qa_tabbox tabpanels
{
167 background-color: white
;
168 border-top: 1px solid
#ACA899;
172 #qa_tabbox groupbox
{
173 background-color: white
;
176 font: bold
12px helvetica
, arial
, sans-serif
;
178 background-color: white
;
194 /*-------------------------------
196 -------------------------------*/
202 border: 1px solid grey
;
203 background-color: white
;
204 background-image: url
("logolight.png");
205 background-repeat: no-repeat
;
206 background-position: center
;
215 padding: 0px 6px 6px 6px;
225 /*-------------------------------
227 -------------------------------*/