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.
 
 
 

62 lines
1.4 KiB

:root {
--background-color: rgb(80, 80, 80);
}
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: 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);
border-left-width: 3px;
border-right-width: 3px;
border-top-width: 3px;
border-bottom-width: 3px;
font-size: 25px;
}
Button:active {
background-color: rgb(71, 71, 71);
}
.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: rgb(0, 154, 30);
letter-spacing: 0;
}