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.

65 lines
1.5 KiB

1 year ago
:root {
--background-color: rgb(80, 80, 80);
}
Button {
1 year ago
margin-right: 5px;
1 year ago
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;
1 year ago
margin-left: 5px;
background-color: rgb(53, 53, 53);
border-left-color: rgb(0, 154, 11);
border-right-color: rgb(0, 154, 11);
border-top-color: rgb(0, 154, 11);
border-bottom-color: rgb(0, 154, 11);
1 year ago
border-left-width: 3px;
border-right-width: 3px;
border-top-width: 3px;
border-bottom-width: 3px;
1 year ago
font-size: 30px;
1 year ago
flex-grow: 1;
flex-shrink: 0;
1 year ago
}
1 year ago
Button:hover {
background-color: rgb(71, 71, 71);
}
1 year ago
.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 {
1 year ago
font-size: 50px;
1 year ago
-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: rgb(0, 154, 30);
1 year ago
letter-spacing: 0;
}