You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
599 B
39 lines
599 B
4 years ago
|
window {
|
||
|
margin: 5px;
|
||
|
border: 2px solid rgba(0,0,0,0.8);
|
||
|
background-color: rgba(0,0,0,0.8);
|
||
|
border-radius: 10px;
|
||
|
}
|
||
|
|
||
|
#input {
|
||
|
margin: 5px;
|
||
|
border: 2px solid transparent;
|
||
|
background-color: transparent;
|
||
|
border-radius: 5px;
|
||
|
}
|
||
|
|
||
|
#inner-box {
|
||
|
margin: 5px;
|
||
|
border: 2px solid transparent;
|
||
|
background-color: transparent;
|
||
|
}
|
||
|
|
||
|
#outer-box {
|
||
|
margin: 5px;
|
||
|
border: 2px solid transparent;
|
||
|
background-color: transparent;
|
||
|
}
|
||
|
|
||
|
#scroll {
|
||
|
margin: 5px;
|
||
|
border: 2px solid transparent;
|
||
|
background-color: transparent;
|
||
|
border-radius: 5px;
|
||
|
}
|
||
|
|
||
|
#text {
|
||
|
margin: 5px;
|
||
|
border: 2px solid transparent;
|
||
|
background-color: transparent;
|
||
|
}
|