update versions to current nightlies
[themes.git] / LCARStrek / mozapps / aboutNetworking.css
CommitLineData
58bfce8a
RK
1/* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5body {
6 min-width: 330px;
7 max-width: 100%;
8 min-height: 330px;
9 max-height: 100%;
10 margin: 0.5em;
11}
12
13#menu {
14 position: absolute;
15 top: 5px;
16 color: gray;
17}
18
19.warningBackground {
20 display: none;
21 background: #000000;
22 width:100%;
23 height:100%;
24 z-index:10;
25 top:0;
26 left:0;
27 position:fixed;
28}
29
30.warningMessage {
31 color: #000000;
32 position: relative;
33 min-width: 330px;
34 max-width: 50em;
35 margin: 4em auto;
36 border: 1px solid #9C9CFF;
37 border-radius: 10px;
38 padding: 3em;
39 -moz-padding-start: 30px;
40 background: #E7ADE7;
41 margin-left: auto;
42 text-align: center;
43}
44
45.tab {
46 display: none;
47}
48
49.active {
50 display: block;
51}
52
53button {
54 border-radius: 300px;
55 margin: 1px 1px;
56 padding: 0;
57 min-width: 12ch;
58 border: none;
59 background-color: #C09070;
60 color: #000000;
61 text-shadow: none;
62}
63
64button.selected {
65 background-color: #008484;
66}
67
68button:hover {
69 background-color: #FFCF00;
70}
71
72button[disabled] {
73 background-color: #8050B0;
74}
75
76#menu button {
77 border-radius: 0;
78}
79
80#menu button:first-child {
81 border-radius: 300px 0 0 300px;
82}
83
84#menu button:last-child {
85 border-radius: 0 300px 300px 0;
86}
87
88#refreshdiv {
89 top: 5px;
90 position: absolute;
91 right: 30px;
92}
93
94#autorefcheck {
95 margin-top: -1px;
96}