some initial themes toying
This commit is contained in:
37
src/static/system-installer-blippie.css
Normal file
37
src/static/system-installer-blippie.css
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
html {
|
||||||
|
/* Overwrite the white that is set by bulma.css */
|
||||||
|
body {
|
||||||
|
display: flex;
|
||||||
|
font-family: Noto Sans;
|
||||||
|
color: white;
|
||||||
|
overflow: hidden;
|
||||||
|
min-width: 1050px;
|
||||||
|
min-height: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.frame {
|
||||||
|
border-radius: 10px;
|
||||||
|
background-color: #0f1933;
|
||||||
|
padding: 15px 15px 15px 15px;
|
||||||
|
width: 100%;
|
||||||
|
min-height: 600px;
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
bottom: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.applet a:link a:hover a:active {
|
||||||
|
color: yellow;
|
||||||
|
}
|
||||||
|
|
||||||
|
.applet {
|
||||||
|
width: 100%;
|
||||||
|
height: 470px;
|
||||||
|
bottom: 0px;
|
||||||
|
overflow-y: scroll;
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.radio:hover {
|
||||||
|
color: #f1f1f1;
|
||||||
|
}
|
||||||
40
src/static/system-installer-dark.css
Normal file
40
src/static/system-installer-dark.css
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
html {
|
||||||
|
/* Overwrite the white that is set by bulma.css */
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
display: flex;
|
||||||
|
font-family: Noto Sans;
|
||||||
|
color: white;
|
||||||
|
overflow: hidden;
|
||||||
|
min-width: 1050px;
|
||||||
|
min-height: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.frame {
|
||||||
|
border-radius: 10px;
|
||||||
|
background-color: #404040;
|
||||||
|
padding: 15px 15px 15px 15px;
|
||||||
|
width: 100%;
|
||||||
|
min-height: 600px;
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
bottom: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.applet a:link a:hover a:active {
|
||||||
|
color: yellow;
|
||||||
|
}
|
||||||
|
|
||||||
|
.applet {
|
||||||
|
width: 100%;
|
||||||
|
height: 470px;
|
||||||
|
bottom: 0px;
|
||||||
|
overflow-y: scroll;
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.radio:hover {
|
||||||
|
color: #f1f1f1;
|
||||||
|
}
|
||||||
37
src/static/system-installer-light.css
Normal file
37
src/static/system-installer-light.css
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
html {
|
||||||
|
/* Overwrite the white that is set by bulma.css */
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
display: flex;
|
||||||
|
font-family: Noto Sans;
|
||||||
|
color: white;
|
||||||
|
overflow: hidden;
|
||||||
|
min-width: 1050px;
|
||||||
|
min-height: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.frame {
|
||||||
|
border-radius: 10px;
|
||||||
|
background-color: #e9e8e4;
|
||||||
|
padding: 15px;
|
||||||
|
max-width: 1050px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.applet a:link a:hover a:active {
|
||||||
|
color: yellow;
|
||||||
|
}
|
||||||
|
|
||||||
|
.applet {
|
||||||
|
color: #383838;
|
||||||
|
width: 1040px;
|
||||||
|
height: 470px;
|
||||||
|
overflow-y: scroll;
|
||||||
|
overflow-x: hidden;
|
||||||
|
padding-right: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.radio:hover {
|
||||||
|
color: #404040;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user