2012-05-21 11:12:37 +00:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
|
2011-04-26 06:49:51 +00:00
|
|
|
#aboutDialogContainer {
|
|
|
|
background-image: url("chrome://branding/content/about-background.png");
|
|
|
|
background-repeat: no-repeat;
|
2015-11-05 12:19:21 +00:00
|
|
|
background-color: rgb(10,17,37);
|
2011-04-26 06:49:51 +00:00
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-link {
|
|
|
|
color: #fff !important;
|
2013-08-31 14:15:57 +00:00
|
|
|
text-decoration: underline;
|
2011-04-26 06:49:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#rightBox {
|
|
|
|
/* this margin prevents text from overlapping the planet image */
|
|
|
|
margin-left: 280px;
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bottomBox {
|
|
|
|
background-color: rgba(0,0,0,.7);
|
|
|
|
}
|