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.
61 lines
1.4 KiB
61 lines
1.4 KiB
:root {
|
|
--background-color: rgb(80, 80, 80);
|
|
}
|
|
|
|
* {
|
|
color: rgb(200, 200, 200);
|
|
}
|
|
|
|
Button {
|
|
margin-right: 10px;
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
border-top-left-radius: 10px;
|
|
border-bottom-left-radius: 10px;
|
|
border-top-right-radius: 10px;
|
|
border-bottom-right-radius: 10px;
|
|
margin-left: 10px;
|
|
background-color: rgba(53, 53, 53, 255);
|
|
border-left-color: rgba(0, 154, 11, 255);
|
|
border-right-color: rgba(0, 154, 11, 255);
|
|
border-top-color: rgba(0, 154, 11, 255);
|
|
border-bottom-color: rgba(0, 154, 11, 255);
|
|
border-left-width: 3px;
|
|
border-right-width: 3px;
|
|
border-top-width: 3px;
|
|
border-bottom-width: 3px;
|
|
}
|
|
|
|
.menu {
|
|
width: 100%;
|
|
height: 100%;
|
|
justify-content: center;
|
|
background-color: var(--background-color);
|
|
padding-left: 30px;
|
|
padding-right: 30px;
|
|
padding-top: 30px;
|
|
padding-bottom: 30px;
|
|
}
|
|
|
|
#top_header {
|
|
font-size: 30px;
|
|
-unity-font-style: bold;
|
|
-unity-text-align: upper-center;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
background-color: var(--background-color);
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
white-space: normal;
|
|
-unity-text-outline-width: 1px;
|
|
-unity-text-outline-color: rgba(0, 154, 30, 255);
|
|
letter-spacing: 0;
|
|
}
|
|
|