re-add yasi-applets

This commit is contained in:
Jonathan Carter
2025-08-23 22:33:58 +02:00
parent 69d6ba277d
commit 652bbba9c0
62 changed files with 1852 additions and 0 deletions

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