b49add4a399613061f990532e7069c89f21919b5
[themes.git] / EarlyBlue / global / aboutSupport.css
1 /* ***** BEGIN LICENSE BLOCK *****
2  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
3  *
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/
8  *
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.
13  *
14  * The Original Code is aboutSupport.css.
15  *
16  * The Initial Developer of the Original Code is
17  * Mozilla Foundation.
18  * Portions created by the Initial Developer are Copyright (C) 2009
19  * the Initial Developer. All Rights Reserved.
20  *
21  * Contributor(s):
22  *   Curtis Bartley <cbartley@mozilla.com>
23  *
24  * Alternatively, the contents of this file may be used under the terms of
25  * either the GNU General Public License Version 2 or later (the "GPL"), or
26  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27  * in which case the provisions of the GPL or the LGPL are applicable instead
28  * of those above. If you wish to allow use of your version of this file only
29  * under the terms of either the GPL or the LGPL, and not to allow others to
30  * use your version of this file under the terms of the MPL, indicate your
31  * decision by deleting the provisions above and replace them with the notice
32  * and other provisions required by the GPL or the LGPL. If you do not delete
33  * the provisions above, a recipient may use your version of this file under
34  * the terms of any one of the MPL, the GPL or the LGPL.
35  *
36  * ***** END LICENSE BLOCK ***** */
37
38 html {
39   background-color: #CCD0DD;
40   color: #000000;
41   font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
42 }
43
44 body {
45   width: 90%;
46   margin-left: 5%;
47   margin-right: 5%;
48 }
49
50 .page-subtitle {
51   margin-bottom: 3em;
52 }
53
54 .major-section {
55   margin-top: 2em;
56   margin-bottom: 1em;
57   font-size: large;
58   text-align: start;
59   font-weight: bold;
60 }
61
62 table {
63   background-color: #CCD0DD;
64   color: #000000;
65   text-align: start;
66   width: 100%;
67   border: 1px solid #9999CC;
68   border-spacing: 0px;
69 }
70
71 th, td {
72   padding: 3px;
73 }
74
75 th + th,
76 td + td {
77   border-left: 1px dotted #9999CC;
78 }
79
80 thead th {
81   text-align: center;
82 }
83
84 th {
85   text-align: start;
86   background-color: #666699;
87   color: #CCD0DD;
88 }
89
90 th.column {
91   white-space: nowrap;
92   width: 0px;
93 }
94
95 td {
96   text-align: start;
97   border-top: 1px dotted #9999CC;
98 }
99
100 .prefs-table {
101   width: 100%;
102   table-layout: fixed;
103 }
104
105 .pref-name {
106   width: 70%;
107   white-space: nowrap;
108   overflow: hidden;
109 }
110
111 .pref-value {
112   width: 30%;
113   white-space: nowrap;
114   overflow: hidden;
115 }
116
117 #reset-box {
118   background-color: #CCD0DD;
119   border: 1px solid #666699;
120   color: #000000;
121   float: right;
122   margin-top: 2em;
123   margin-bottom: 20px;
124   -moz-margin-start: 20px;
125   -moz-margin-end: 0;
126   padding: 16px;
127   width: 30%;
128 }
129
130 body[dir="rtl"] > #reset-box {
131   float: left;
132 }
133
134 #reset-box > h3 {
135   margin-top: 0;
136 }
137
138 #reset-box > button {
139   display: block;
140   margin: auto;
141 }