Raccoon graphics

This commit is contained in:
Fedor 2019-03-14 03:07:39 +03:00
parent a2517068be
commit 9291eb9adf
24 changed files with 80 additions and 78 deletions

View File

@ -2,53 +2,58 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this * 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/. */ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#aboutPMDialogContainer { #PMaboutDialog {
width: 700px; width: 620px;
height: 410px; height: 250px;
} }
#aboutVersionBox { #PMrightBox {
font-family: Arial, helvetica; background-image: url("chrome://branding/content/about-wordmark.png");
height: 38 px; background-repeat: no-repeat;
/* padding-top creates room for the wordmark */
height: 240px;
padding-top: 38px;
margin-top:20px;
} }
#aboutVersion { #PMrightBox:-moz-locale-dir(rtl) {
text-align: center; background-position: 100% 0;
font-size: 18px; }
font-weight: bold;
margin: 4px; #PMbottomBox {
padding: 15px 10px 0;
}
#PMversion {
margin-top: 10px;
-moz-margin-start: 0;
} }
#distribution, #distribution,
#distributionId { #distributionId {
text-align: center;
font-size: 14px;
font-weight: bold; font-weight: bold;
display: none; display: none;
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
} }
#aboutTextBox { .text-blurb {
font-family: Arial, helvetica; margin-bottom: 10px;
font-size: 14px; -moz-margin-start: 0;
margin: 5px 20px; -moz-padding-start: 0;
padding: 4px 10px 0px;
border-radius: 3px;
color: black;
background-color: rgba(240, 240, 240, .6);
} }
#aboutLinkBox { #updateButton,
font-family: Arial, helvetica; #updateDeck > hbox > label {
-moz-margin-start: 0;
-moz-padding-start: 0;
} }
.text-credits { .update-throbber {
margin: 5px 0px; width: 16px;
} min-height: 16px;
-moz-margin-end: 3px;
.text-center { list-style-image: url("chrome://global/skin/icons/loading_16.png");
text-align: center;
} }
.text-link, .text-link,
@ -60,15 +65,5 @@
.bottom-link, .bottom-link,
.bottom-link:focus { .bottom-link:focus {
text-align: center; text-align: center;
text-decoration: none !important;
padding: 4px;
border-radius: 3px;
color: #244C8A;
background-color: rgba(240, 240, 240, .7);
margin: 0 40px; margin: 0 40px;
transition: background-color 0.5s ease-out;
}
.bottom-link:hover {
background-color: rgba(240, 240, 255, .95);
} }

View File

@ -38,9 +38,10 @@
<script type="application/javascript" src="chrome://browser/content/aboutDialog.js"/> <script type="application/javascript" src="chrome://browser/content/aboutDialog.js"/>
<vbox id="aboutPMDialogContainer" flex="1"> <vbox id="aboutPMDialogContainer">
<vbox id="aboutHeaderBox" /> <hbox id="PMclientBox">
<vbox id="aboutVersionBox" flex="3"> <vbox id="PMleftBox" flex="1"/>
<vbox id="PMrightBox" flex="1">
#ifdef HAVE_64BIT_BUILD #ifdef HAVE_64BIT_BUILD
#expand <label id="aboutVersion">Version: __MOZ_APP_VERSION__ (64-bit)</label> #expand <label id="aboutVersion">Version: __MOZ_APP_VERSION__ (64-bit)</label>
#else #else
@ -49,28 +50,28 @@
<label id="distribution" class="text-blurb"/> <label id="distribution" class="text-blurb"/>
<label id="distributionId" class="text-blurb"/> <label id="distributionId" class="text-blurb"/>
</vbox> <vbox id="detailsBox">
<vbox id="aboutTextBox" flex="1"> <description class="text-credits text-center">
<description class="text-credits text-center"> Mypal browser is based on Pale Moon.
Mypal browser is based on Pale Moon. </description>
</description> <description class="text-credits text-center">
<description class="text-credits text-center"> Adapted for Windows XP and 2003.
Adapted for Windows XP and 2003. </description>
</description> <description class="text-credits">
<description class="text-credits"> If you wish to contribute, please consider helping out by providing support to other users on the <label class="text-link" href="https://feodor2.github.io/Mypal/">GitHub</label>
If you wish to contribute, please consider helping out by providing support to other users on the <label class="text-link" href="https://feodor2.github.io/Mypal/">GitHub</label> </description>
</description> </vbox>
</vbox> </vbox>
<vbox id="aboutLinkBox"> </hbox>
<hbox pack="center"> <vbox id="PMbottomBox">
<label class="text-link bottom-link" href="about:rights">End-user rights</label> <hbox pack="center">
<label class="text-link bottom-link" href="about:license">Licensing information</label> <label class="text-link bottom-link" href="about:rights">End-user rights</label>
<label class="text-link bottom-link" id="releaseNotesURL">Release notes</label> <label class="text-link bottom-link" href="about:license">Licensing information</label>
</hbox> <label class="text-link bottom-link" id="releaseNotesURL">Release notes</label>
<description id="aboutPMtrademark">&trademarkInfo.part1;</description> </hbox>
</vbox> <description id="aboutPMtrademark">&trademarkInfo.part1;</description>
</vbox>
</vbox> </vbox>
<keyset> <keyset>
<key keycode="VK_ESCAPE" oncommand="window.close();"/> <key keycode="VK_ESCAPE" oncommand="window.close();"/>
</keyset> </keyset>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 276 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 217 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 100 KiB

View File

@ -5,15 +5,22 @@
#aboutPMDialogContainer { #aboutPMDialogContainer {
background-image: url("chrome://branding/content/about-background.png"); background-image: url("chrome://branding/content/about-background.png");
background-repeat: no-repeat; background-repeat: no-repeat;
background-color: #000; background-color: #005700;
color: #fff; background-size: cover;
color: #fefe00;
} }
#aboutVersionBox { .text-link {
/* No wordmark: leave empty space */ color: #eef !important;
margin-top: 20px;
} }
#aboutLinkBox { #PMrightBox {
padding: 15px 10px 20px; /* this margin prevents text from overlapping the planet image */
margin-left: 280px;
margin-right: 20px;
}
#PMbottomBox {
background-color: rgba(0,0,0,.7);
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 693 B

After

Width:  |  Height:  |  Size: 886 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -4,5 +4,5 @@
Square150x150Logo='browser\VisualElements\VisualElements_150.png' Square150x150Logo='browser\VisualElements\VisualElements_150.png'
Square70x70Logo='browser\VisualElements\VisualElements_70.png' Square70x70Logo='browser\VisualElements\VisualElements_70.png'
ForegroundText='light' ForegroundText='light'
BackgroundColor='#171717'/> BackgroundColor='#178817'/>
</Application> </Application>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 151 KiB

After

Width:  |  Height:  |  Size: 151 KiB

View File

@ -227,23 +227,22 @@
} }
%else %else
#appmenu-button { #appmenu-button {
background-image: linear-gradient(hsl(211,33%,32%), hsl(209,53%,10%) 95%); background-color: #00A923;
border-color: hsla(210,59%,13%,.9); background-image: radial-gradient(farthest-side at bottom, hsla(29,23%,23%,.7) 37%, #00D737);
box-shadow: 0 1px 0 hsla(210,48%,90%,.15) inset, box-shadow: 0 1px 0 hsla(210,48%,90%,.15) inset,
0 0 2px 1px hsla(211,65%,85%,.15) inset; 0 0 2px 1px hsla(211,65%,85%,.15) inset;
} }
#appmenu-button:hover:not(:active):not([open]) { #appmenu-button:hover:not(:active):not([open]) {
background-image: radial-gradient(farthest-side at bottom, hsla(210,48%,90%,.5) 10%, hsla(210,48%,90%,0) 70%), background-color: #00D737;
radial-gradient(farthest-side at bottom, hsla(211,70%,83%,.5), hsla(211,70%,83%,0)), background-image: radial-gradient(farthest-side at bottom, hsla(129,73%,73%,.5) 37%, #00b923);
linear-gradient(hsl(211,33%,32%), hsl(209,53%,10%) 95%);
border-color: hsla(210,59%,13%,.9);
box-shadow: 0 1px 0 hsla(210,48%,90%,.15) inset, box-shadow: 0 1px 0 hsla(210,48%,90%,.15) inset,
0 0 2px 1px hsla(210,48%,90%,.4) inset, 0 0 2px 1px hsla(210,48%,90%,.4) inset,
0 -1px 0 hsla(210,48%,90%,.2) inset; 0 -1px 0 hsla(210,48%,90%,.2) inset;
} }
#appmenu-button:hover:active, #appmenu-button:hover:active,
#appmenu-button[open] { #appmenu-button[open] {
background-image: linear-gradient(hsl(211,33%,26%), hsl(209,53%,6%) 95%); background-color: #00D737;
background-image: radial-gradient(farthest-side at bottom, hsla(29,23%,23%,.7) 37%, #002923);
box-shadow: 0 2px 3px rgba(0,0,0,.4) inset, box-shadow: 0 2px 3px rgba(0,0,0,.4) inset,
0 1px 1px rgba(0,0,0,.2) inset; 0 1px 1px rgba(0,0,0,.2) inset;
} }