mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-17 13:23:05 +10:00
Update Theme Settings.
This commit is contained in:
@@ -1,21 +1,11 @@
|
||||
/*
|
||||
[ThemeInfo]
|
||||
Id = default
|
||||
DisplayName = Default Theme
|
||||
Author = Bruce Winter
|
||||
Version = 1.0
|
||||
Description = Default theme.
|
||||
Url = https://github.com/modernw
|
||||
Color = Dark
|
||||
*/
|
||||
|
||||
.page,
|
||||
.page * {
|
||||
transition: background-color 0.3s cubic-bezier(0.1, 0.9, 0.2, 1), color 0.5s cubic-bezier(0.1, 0.9, 0.2, 1), border-color 0.5s cubic-bezier(0.1, 0.9, 0.2, 1);
|
||||
}
|
||||
|
||||
.page {
|
||||
.pagecontainer.background {
|
||||
background-color: #1d1d1d;
|
||||
transition: background-color 0.3s cubic-bezier(0.1, 0.9, 0.2, 1), color 0.5s cubic-bezier(0.1, 0.9, 0.2, 1), border-color 0.5s cubic-bezier(0.1, 0.9, 0.2, 1);
|
||||
}
|
||||
|
||||
.page.splash {
|
||||
|
||||
1
shared/html/theme/dark/default/themeinfo.json
Normal file
1
shared/html/theme/dark/default/themeinfo.json
Normal file
@@ -0,0 +1 @@
|
||||
{"Color":"dark","Id":"default","DisplayName":"Default Theme","Author":"Bruce Winter","Version":"1.0","Description":"Default theme.","Homepage":"https://github.com/modernw"}
|
||||
@@ -1,67 +0,0 @@
|
||||
custom.css/* The following content is sample content and is for reference only. */
|
||||
|
||||
/* Installer */
|
||||
|
||||
.page {
|
||||
background-color: #F3F3F3;
|
||||
}
|
||||
|
||||
.page.splash {
|
||||
background-color: #0078d7;
|
||||
}
|
||||
|
||||
.page .content.loading,
|
||||
.page .content.main,
|
||||
.page .progress,
|
||||
.page .reason p,
|
||||
.page .controls .checkbox {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.page .content.main .pkgapplabel {
|
||||
color: #0078d7;
|
||||
}
|
||||
|
||||
|
||||
/* App Launch List */
|
||||
|
||||
.applist-font-title {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.applist-font-text {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.applist-window {
|
||||
border: 2px solid rgb(42, 42, 42);
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.applist-title {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.applist-control {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.applist-list-item {
|
||||
background-color: rgba(0, 255, 255, 0);
|
||||
}
|
||||
|
||||
.applist-list-item:hover {
|
||||
background-color: rgb(222, 222, 222);
|
||||
}
|
||||
|
||||
.applist-item-picbox {
|
||||
background-color: #001020;
|
||||
}
|
||||
|
||||
.applist-item-img-border {
|
||||
border: 1px solid rgba(254, 254, 254, 0.1);
|
||||
}
|
||||
|
||||
.win10.applist-window {
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
@@ -1,18 +1,6 @@
|
||||
/*
|
||||
[ThemeInfo]
|
||||
Id = default
|
||||
DisplayName = Default Theme
|
||||
Author = Bruce Winter
|
||||
Version = 1.0
|
||||
Description = Default theme.
|
||||
Url = https://github.com/modernw
|
||||
Color = Light
|
||||
*/
|
||||
|
||||
|
||||
/* Installer */
|
||||
|
||||
.page {
|
||||
.pagecontainer.background {
|
||||
background-color: #F3F3F3;
|
||||
}
|
||||
|
||||
|
||||
1
shared/html/theme/light/default/themeinfo.json
Normal file
1
shared/html/theme/light/default/themeinfo.json
Normal file
@@ -0,0 +1 @@
|
||||
{"Color":"light","Id":"default","DisplayName":"Default Theme","Author":"Bruce Winter","Version":"1.0","Description":"Default theme.","Homepage":"https://github.com/modernw"}
|
||||
Reference in New Issue
Block a user