38 lines
591 B
CSS
38 lines
591 B
CSS
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;
|
|
}
|