diff --git a/dashboard-ui/css/images/splash.png b/dashboard-ui/css/images/splash.png
new file mode 100644
index 0000000000..9c8baef44e
Binary files /dev/null and b/dashboard-ui/css/images/splash.png differ
diff --git a/dashboard-ui/css/images/supporter/donatepaypal.png b/dashboard-ui/css/images/supporter/donatepaypal.png
deleted file mode 100644
index c99d2ea135..0000000000
Binary files a/dashboard-ui/css/images/supporter/donatepaypal.png and /dev/null differ
diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css
index 5b8766c24f..3b0447f6c6 100644
--- a/dashboard-ui/css/librarybrowser.css
+++ b/dashboard-ui/css/librarybrowser.css
@@ -12,15 +12,19 @@
margin-left: .5em;
}
-.libraryPage[data-theme='b'] {
- background-color: #202020;
+.backdropPage.ui-page-theme-a {
+ background-color: rgba(240, 240,240, .86) !important;
}
-.backdropPage {
+ .backdropPage.ui-page-theme-a:not(.lightBackdropPage) {
+ background-color: rgba(240, 240,240, .94) !important;
+ }
+
+.backdropPage.ui-page-theme-b {
background-color: rgba(20, 20,20, .86) !important;
}
- .backdropPage:not(.lightBackdropPage) {
+ .backdropPage.ui-page-theme-b:not(.lightBackdropPage) {
background-color: rgba(20, 20,20, .94) !important;
}
@@ -541,9 +545,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
.detailSectionHeader {
background-clip: border-box;
- background-color: #141414;
- font-size: 16px;
- font-weight: 400;
padding: .75em 0 .75em 1em;
border-radius: 4px;
white-space: nowrap;
@@ -552,6 +553,25 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
position: relative;
}
+ .detailSectionHeader, .detailSectionHeader h3 {
+ font-size: 16px;
+ font-weight: 400;
+ }
+
+.ui-page-theme-a .detailSectionHeader {
+ background-color: #e9e9e9;
+ border: 1px solid #ddd;
+ border-radius: 2px;
+}
+
+ .ui-page-theme-a .detailSectionHeader, .ui-page-theme-a .detailSectionHeader h3 {
+ font-weight: 500;
+ }
+
+.ui-page-theme-b .detailSectionHeader {
+ background-color: #141414;
+}
+
.detailSectionHeaderButton {
position: absolute;
right: 0;
diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css
index 2dbe75aef5..ae15b3c104 100644
--- a/dashboard-ui/css/site.css
+++ b/dashboard-ui/css/site.css
@@ -198,7 +198,7 @@ pre, textarea.pre {
Header
*/
.header {
- padding: 7px 0 0 15px;
+ padding: 20px 0 0 20px;
}
.imgLogoIcon {
@@ -449,7 +449,6 @@ h1 .imageLink {
}
.header {
- padding-top: 15px;
padding-bottom: 15px;
}
@@ -1017,3 +1016,14 @@ progress {
h1 + .accentButton {
margin: 18px 0 0 20px;
}
+
+.dashboardFooter {
+ margin-top: 70px;
+ text-align: center;
+}
+
+ .dashboardFooter a {
+ text-decoration: none;
+ font-weight: normal;
+ margin: 0 .7em;
+ }
diff --git a/dashboard-ui/dashboard.html b/dashboard-ui/dashboard.html
index 2cdae6d78e..50ed20663d 100644
--- a/dashboard-ui/dashboard.html
+++ b/dashboard-ui/dashboard.html
@@ -165,13 +165,13 @@