| 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 | |
| 5 | dialog { |
| 6 | padding-top: 0px; |
| 7 | padding-left: 0px; |
| 8 | padding-right: 0px; |
| 9 | width: 30em; |
| 10 | } |
| 11 | |
| 12 | .box-padded { |
| 13 | background-color: #000000; |
| 14 | color: #FFCF00; |
| 15 | } |
| 16 | |
| 17 | .large-text { |
| 18 | font-size: large; |
| 19 | } |
| 20 | |
| 21 | #logo { |
| 22 | background: url("chrome://chatzilla/skin/images/logo.png"); |
| 23 | background-repeat: no-repeat; |
| 24 | width: 32px; |
| 25 | height: 32px; |
| 26 | } |
| 27 | |
| 28 | #version { |
| 29 | color: #008484; |
| 30 | } |
| 31 | |
| 32 | .contributors-label { |
| 33 | margin-top: 0.5em; |
| 34 | margin-bottom: 0.5em; |
| 35 | } |
| 36 | |
| 37 | .contributors label { |
| 38 | margin-top: 0px; |
| 39 | margin-bottom: 0px; |
| 40 | } |
| 41 | |
| 42 | #groove { |
| 43 | margin-top: 0px; |
| 44 | } |