summaryrefslogtreecommitdiffstats
path: root/application/palemoon/branding
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-03-06 00:51:39 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-03-06 00:51:39 +0100
commit403605efb578527388f4af523eefaebaeb7e10ae (patch)
tree8137074df94c3a4fda6dea04c446abd75df40028 /application/palemoon/branding
parenta7bca40ad5044a55358fe1c839a613da644a2bd2 (diff)
downloadUXP-403605efb578527388f4af523eefaebaeb7e10ae.tar
UXP-403605efb578527388f4af523eefaebaeb7e10ae.tar.gz
UXP-403605efb578527388f4af523eefaebaeb7e10ae.tar.lz
UXP-403605efb578527388f4af523eefaebaeb7e10ae.tar.xz
UXP-403605efb578527388f4af523eefaebaeb7e10ae.zip
Tweak the about box styling some more and clean up styles.
Diffstat (limited to 'application/palemoon/branding')
-rw-r--r--application/palemoon/branding/official/content/aboutDialog.css11
-rw-r--r--application/palemoon/branding/unofficial/content/aboutDialog.css17
-rw-r--r--application/palemoon/branding/unstable/content/aboutDialog.css11
3 files changed, 3 insertions, 36 deletions
diff --git a/application/palemoon/branding/official/content/aboutDialog.css b/application/palemoon/branding/official/content/aboutDialog.css
index 59074a13f..5bcc229e7 100644
--- a/application/palemoon/branding/official/content/aboutDialog.css
+++ b/application/palemoon/branding/official/content/aboutDialog.css
@@ -17,22 +17,14 @@
}
#aboutVersionBox {
- font-family: Arial, helvetica;
text-shadow: 1px 1px 0px #9ABCD5;
}
#aboutTextBox {
animation: 3s fadeIn;
animation-fill-mode: forwards;
- font-family: Arial, helvetica;
- font-size: 14px;
text-shadow: 1px 1px 0px #9ABCD5;
- padding: 15px 10px 5px;
- background: linear-gradient(to bottom,
- transparent 0%,
- rgba(255, 255, 255, .6) 15%,
- rgba(255, 255, 255, .7) 85%,
- transparent 100%);
+ color: #101020;
}
@keyframes fadeIn {
@@ -49,7 +41,6 @@
#aboutLinkBox {
padding: 15px 10px 0;
- font-family: Arial, helvetica;
}
#aboutPMtrademark {
diff --git a/application/palemoon/branding/unofficial/content/aboutDialog.css b/application/palemoon/branding/unofficial/content/aboutDialog.css
index c1b654ac9..5cc6b428a 100644
--- a/application/palemoon/branding/unofficial/content/aboutDialog.css
+++ b/application/palemoon/branding/unofficial/content/aboutDialog.css
@@ -9,26 +9,11 @@
color: #fff;
}
-.text-link {
- color: #eef;
-}
-
-.bottom-link {
- color: black;
- background-color: #808080;
-}
-
#aboutVersionBox {
+ /* No wordmark: leave empty space */
margin-top: 20px;
}
-#aboutTextBox {
- font-family: Arial, helvetica;
- font-size: 14px;
- padding: 0px 10px;
-}
-
#aboutLinkBox {
padding: 15px 10px 20px;
- font-family: Arial, helvetica;
}
diff --git a/application/palemoon/branding/unstable/content/aboutDialog.css b/application/palemoon/branding/unstable/content/aboutDialog.css
index 7ae040b05..de71f259c 100644
--- a/application/palemoon/branding/unstable/content/aboutDialog.css
+++ b/application/palemoon/branding/unstable/content/aboutDialog.css
@@ -17,22 +17,14 @@
}
#aboutVersionBox {
- font-family: Arial, helvetica;
text-shadow: 1px 1px 0px #D5BC9A;
}
#aboutTextBox {
animation: 3s fadeIn;
animation-fill-mode: forwards;
- font-family: Arial, helvetica;
- font-size: 14px;
text-shadow: 1px 1px 0px #D5BC9A;
- padding: 15px 10px 5px;
- background: linear-gradient(to bottom,
- transparent 0%,
- rgba(255, 255, 255, .6) 15%,
- rgba(255, 255, 255, .7) 85%,
- transparent 100%);
+ color: #202010;
}
@keyframes fadeIn {
@@ -49,7 +41,6 @@
#aboutLinkBox {
padding: 15px 10px 0;
- font-family: Arial, helvetica;
}
#aboutPMtrademark {