foxgirl-common/source_files/browser/branding/librewolf/content/aboutDialog.css

57 lines
1.4 KiB
CSS
Raw Normal View History

2019-08-17 04:23:32 +02: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/. */
#aboutDialogContainer {
background-image: url("chrome://branding/content/about-background.png");
background-repeat: no-repeat;
background-color: #00acff;
2021-10-12 16:14:50 +02:00
color: #ccc;
2019-08-17 04:23:32 +02:00
}
/*
firefox-85.0/browser/base/content/aboutDialog.css
firefox-85.0/browser/base/content/aboutDialog.js
firefox-85.0/browser/base/content/aboutDialog.xhtml
*/
/* enable this below for ESR version */
/* #release { display: inline; } */
2019-08-17 04:23:32 +02:00
.text-link {
2021-10-12 16:14:50 +02:00
color: #c2c2c2 !important;
2019-08-17 04:23:32 +02:00
text-decoration: underline;
}
#rightBox {
2021-02-23 12:28:13 +01:00
/* border: 1px solid red; */
/* this margin prevents text from overlapping the planet image */
2021-02-23 12:28:13 +01:00
background-image: none; /* getting rid of the 'Nightly' text */
2021-02-23 12:28:13 +01:00
margin-left: 275px;
margin-top: 50px;
margin-right: 20px;
2021-02-15 10:04:11 +01:00
min-height: 260px;
2019-08-17 04:23:32 +02:00
}
#bottomBox {
background-color: rgba(0,0,0,.7);
display: none;
}
#leftBox {
2021-02-23 12:28:13 +01:00
/* border: 1px solid red; */
/* display: none; */
/* background-image: url("chrome://branding/content/about-logo.png"); */
/* background-repeat: no-repeat; */
/* background-size: 192px auto; */
/* background-position: center 20%; */
/* min-width and min-height create room for the logo */
min-width: 1px;
min-height: 220px;
margin-top: 20px;
margin-inline-start: 30px;
2019-08-17 04:23:32 +02:00
}