some initial themes toying

This commit is contained in:
Jonathan Carter
2024-12-18 18:18:22 +02:00
parent 66a24ea889
commit 132efcec34
3 changed files with 114 additions and 0 deletions

View 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;
}

View 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;
}

View 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;
}