49 lines
752 B
CSS
49 lines
752 B
CSS
/*chonk matric with stereno sound */
|
|
.shell {
|
|
/*padding: 0px 45px;*/
|
|
padding-top: 8px;
|
|
background-color: #aab;
|
|
width: 285px;
|
|
height: 225px;
|
|
border-radius: 10px 10px 40px 10px;
|
|
overflow: hidden;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.screen {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.lines {
|
|
margin: 0 10px;
|
|
margin-bottom: 3px;
|
|
height: 10px;
|
|
}
|
|
|
|
.top-line {
|
|
background-color: #635;
|
|
height: 2px;
|
|
position: relative;
|
|
top: 0px;
|
|
}
|
|
|
|
.bottom-line {
|
|
background-color: #325;
|
|
height: 2px;
|
|
top: 3px;
|
|
|
|
position: relative;
|
|
}
|
|
|
|
.headline {
|
|
color: white;
|
|
font-size: 0.45rem;
|
|
padding: 0 2px;
|
|
background-color: #aaa;
|
|
bottom: 2px;
|
|
position: relative;
|
|
top: -7px;
|
|
left: 85px;
|
|
width: fit-content;
|
|
}
|