michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: #aboutDialogContainer { michael@0: background-image: url("chrome://branding/content/about-background.png"); michael@0: background-repeat: no-repeat; michael@0: background-color: rgb(10,17,37); michael@0: color: #fff; michael@0: } michael@0: michael@0: .text-link { michael@0: color: #fff !important; michael@0: text-decoration: underline; michael@0: } michael@0: michael@0: .text-link:-moz-focusring { michael@0: border-color: #fff; michael@0: } michael@0: michael@0: #rightBox { michael@0: /* this margin prevents text from overlapping the planet image */ michael@0: margin-left: 280px; michael@0: margin-right: 20px; michael@0: } michael@0: michael@0: #bottomBox { michael@0: background-color: rgba(0,0,0,.7); michael@0: }