mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
New branding
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
parent
b5fa01096c
commit
8affe71474
11 changed files with 38 additions and 28 deletions
|
|
@ -10,9 +10,15 @@
|
|||
line-height: 1.5;
|
||||
}
|
||||
|
||||
#aboutDialog label,
|
||||
#aboutDialog description {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#rightBox {
|
||||
background-image: url("chrome://branding/content/about-wordmark.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center top;
|
||||
/* padding-top creates room for the wordmark */
|
||||
padding-top: 38px;
|
||||
margin-top:20px;
|
||||
|
|
|
|||
|
|
@ -42,16 +42,13 @@
|
|||
#endif
|
||||
<vbox id="aboutDialogContainer">
|
||||
<hbox id="clientBox">
|
||||
<vbox id="leftBox" flex="1"/>
|
||||
<vbox id="rightBox" flex="1">
|
||||
<hbox align="baseline">
|
||||
<vbox id="leftBox" collapsed="true"/>
|
||||
<vbox id="rightBox" flex="1" align="center">
|
||||
<hbox align="baseline" pack="center">
|
||||
#ifdef HAVE_64BIT_BUILD
|
||||
#expand <label id="version">__MOZ_APP_VERSION_DISPLAY__ (64-bit)</label>
|
||||
#else
|
||||
#expand <label id="version">__MOZ_APP_VERSION_DISPLAY__ (32-bit)</label>
|
||||
#endif
|
||||
#ifndef NIGHTLY_BUILD
|
||||
<label id="releasenotes" class="text-link">&releaseNotes.link;</label>
|
||||
#endif
|
||||
</hbox>
|
||||
|
||||
|
|
@ -141,13 +138,11 @@
|
|||
#endif
|
||||
#else
|
||||
<description class="text-blurb" id="communityDesc">
|
||||
|
||||
Dactyloidae is a custom browser, based on the best of Firefox.
|
||||
Dactyloidae is designed and maintained by multiple open-source contributors (OwnedByWuigi, Eclipse Community, RT1), working together to make better software around the globe.
|
||||
</description>
|
||||
Dactyloidae is released by <label class="text-link" href="https://eclipse.cx">Eclipse Community</label>.
|
||||
</description>
|
||||
|
||||
<description class="text-blurb" id="contributeDesc">
|
||||
If you wish to contribute, please consider helping out by getting involved in our development by tackling some of the issues found in our <label class="text-link" href="https://github.com/OwnedByWuigi/UXP/">GitHub issue tracker</label>.
|
||||
If you wish to contribute, please consider helping out by getting involved in our development by tackling some of the issues found in our <label class="text-link" href="https://github.com/Eclipse-Community/Dactyloidae/">GitHub issue tracker</label>.
|
||||
</description>
|
||||
#endif
|
||||
</vbox>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
# BrandFullNameInternal is used for some registry and file system values
|
||||
# instead of BrandFullName and typically should not be modified.
|
||||
!define BrandFullNameInternal "Dactyloidae"
|
||||
!define CompanyName "OwnedByWuigi"
|
||||
!define CompanyName "Eclipse Community"
|
||||
!define URLInfoAbout "about:blank"
|
||||
!define URLUpdateInfo "about:blank"
|
||||
!define HelpLink "about:blank"
|
||||
|
|
|
|||
|
|
@ -10,13 +10,13 @@ MOZ_APP_DISPLAYNAME="Dactyloidae"
|
|||
|
||||
MOZ_APP_UA_NAME="Basilisk"
|
||||
|
||||
MOZ_APP_VENDOR="OwnedByWuigi"
|
||||
MOZ_APP_VENDOR="Eclipse Community"
|
||||
|
||||
MOZ_APP_FULLNAME="Dactyloidae"
|
||||
|
||||
MOZ_APP_PROFILE="OwnedByWuigi/Dactyloidae"
|
||||
MOZ_APP_PROFILE="Eclipse Community/Dactyloidae"
|
||||
|
||||
MOZ_APP_REMOTINGNAME=com.OwnedByWuigi.Dactyloidae
|
||||
MOZ_APP_REMOTINGNAME=com.Eclipse Community.Dactyloidae
|
||||
|
||||
MOZ_DISTRIBUTION_ID=com.opensource
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
# BrandFullNameInternal is used for some registry and file system values
|
||||
# instead of BrandFullName and typically should not be modified.
|
||||
!define BrandFullNameInternal "Dactyloidae"
|
||||
!define CompanyName "OwnedByWuigi"
|
||||
!define CompanyName "Eclipse Community"
|
||||
!define URLInfoAbout "about:blank"
|
||||
!define URLUpdateInfo "about:blank"
|
||||
!define HelpLink "about:blank"
|
||||
|
|
|
|||
|
|
@ -10,13 +10,13 @@ MOZ_APP_DISPLAYNAME="Dactyloidae"
|
|||
|
||||
MOZ_APP_UA_NAME="Dactyloidae"
|
||||
|
||||
MOZ_APP_VENDOR="OwnedByWuigi"
|
||||
MOZ_APP_VENDOR="Eclipse Community"
|
||||
|
||||
MOZ_APP_FULLNAME="Dactyloidae"
|
||||
|
||||
MOZ_APP_PROFILE="OwnedByWuigi/Dactyloidae"
|
||||
MOZ_APP_PROFILE="Eclipse Community/Dactyloidae"
|
||||
|
||||
MOZ_APP_REMOTINGNAME=com.OwnedByWuigi.Dactyloidae
|
||||
MOZ_APP_REMOTINGNAME=com.Eclipse Community.Dactyloidae
|
||||
|
||||
MOZ_DISTRIBUTION_ID=com.opensource
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 3.3 KiB |
|
|
@ -5,19 +5,28 @@
|
|||
#aboutDialogContainer {
|
||||
background-image: url("chrome://branding/content/about-background.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center top;
|
||||
background-color: rgb(10,17,37);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#clientBox {
|
||||
-moz-box-pack: center;
|
||||
}
|
||||
|
||||
#leftBox {
|
||||
visibility: collapse;
|
||||
}
|
||||
|
||||
.text-link {
|
||||
color: #fff !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#rightBox {
|
||||
/* this margin prevents text from overlapping the planet image */
|
||||
margin-left: 180px;
|
||||
margin-right: 20px;
|
||||
-moz-box-flex: 1 !important;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
#bottomBox {
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@
|
|||
<!ENTITY brandShorterName "Dactyloidae">
|
||||
<!ENTITY brandShortName "Dactyloidae">
|
||||
<!ENTITY brandFullName "Dactyloidae">
|
||||
<!ENTITY vendorShortName "OwnedByWuigi">
|
||||
<!ENTITY vendorFullName "OwnedByWuigi">
|
||||
<!ENTITY trademarkInfo.part1 " ">
|
||||
<!ENTITY vendorShortName "Eclipse Community">
|
||||
<!ENTITY vendorFullName "Eclipse Community">
|
||||
<!ENTITY trademarkInfo.part1 "Dactyloidae and the Dactyloidae logo are trademarks of Eclipse Community.">
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
brandShorterName=Dactyloidae
|
||||
brandShortName=Dactyloidae
|
||||
brandFullName=Dactyloidae
|
||||
vendorShortName=OwnedByWuigi
|
||||
vendorFullName=OwnedByWuigi
|
||||
vendorShortName=Eclipse Community
|
||||
vendorFullName=Eclipse Community
|
||||
|
||||
syncBrandShortName=Sync
|
||||
|
|
|
|||
|
|
@ -21,6 +21,6 @@
|
|||
<dt><h3 personal_toolbar_folder="true">@bookmarks_toolbarfolder@</h3></dt>
|
||||
<dd>@bookmarks_toolbarfolder_description@
|
||||
<dl><p>
|
||||
<dt><a href="https://github.com/OwnedByWuigi/UXP/issues" icon="@github_icon@">Report Issues</a></dt>
|
||||
<dt><a href="https://github.com/Eclipse-Community/Dactyloidae/issues" icon="@github_icon@">Report Issues</a></dt>
|
||||
</dl><p>
|
||||
</dl>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue