diff options
author | Gaming4JC <g4jc@bulletmail.org> | 2018-06-03 14:52:37 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@bulletmail.org> | 2018-06-03 14:52:37 -0400 |
commit | d19ef97048a2c9a713206c7fe2436fe3aab59b1e (patch) | |
tree | 658ba679c28c908afa351e789c389b73bacf187c /themes | |
parent | 10b699870a94bd1df08214761bf77c2f1c7abad2 (diff) | |
download | iceweasel-uxp-d19ef97048a2c9a713206c7fe2436fe3aab59b1e.tar.gz |
override global/skin/about.css
Diffstat (limited to 'themes')
-rw-r--r-- | themes/shared/about.css | 56 | ||||
-rw-r--r-- | themes/shared/jar.inc.mn | 1 |
2 files changed, 57 insertions, 0 deletions
diff --git a/themes/shared/about.css b/themes/shared/about.css new file mode 100644 index 0000000..7c2cc8d --- /dev/null +++ b/themes/shared/about.css @@ -0,0 +1,56 @@ +/* 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/. */ + +html { + background: -moz-Dialog; + padding: 0 1em; + font: message-box; +} + +body { + color: -moz-FieldText; + position: relative; + min-width: 330px; + max-width: 50em; + margin: 4em auto; + border: 1px solid ThreeDShadow; + border-radius: 10px; + padding: 3em; + padding-inline-start: 30px; + background: -moz-Field; +} + +.aboutPageWideContainer { + max-width: 80%; +} + +#aboutLogoContainer { + width: 458px; + margin: 0 auto; + margin-bottom: 2em; +} + +img { + border: 0; +} + +ul { + margin: 0; + margin-inline-start: 1.5em; + padding: 0; + list-style: square; +} + +ul > li { + margin-top: .5em; +} + +th, td { + padding: 0 5px; +} + +.columns { + -moz-column-width: 20em; + -moz-column-gap: 3em; +}
\ No newline at end of file diff --git a/themes/shared/jar.inc.mn b/themes/shared/jar.inc.mn index b5cdf24..969d027 100644 --- a/themes/shared/jar.inc.mn +++ b/themes/shared/jar.inc.mn @@ -7,6 +7,7 @@ # be specified once. As a result, the source file paths are relative # to the location of the actual manifest. + skin/classic/browser/about.css (../shared/about.css) skin/classic/browser/aboutNetError.css (../shared/aboutNetError.css) skin/classic/browser/blockedSite.css (../shared/blockedSite.css) skin/classic/browser/error-pages.css (../shared/error-pages.css) |