mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
Tweak the about box styling some more and clean up styles.
This commit is contained in:
parent
eaebddafa3
commit
4db4774c93
5 changed files with 26 additions and 38 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue