73 lines
1.3 KiB
CSS
73 lines
1.3 KiB
CSS
body {
|
|
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
|
-moz-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select:none;
|
|
user-select:none;
|
|
-o-user-select:none;
|
|
}
|
|
|
|
#k9_menu_base {
|
|
position: relative;
|
|
position: absolute;
|
|
left: 10px;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
width: 325px;
|
|
background-color: rgba(0, 0, 0, 0.527);
|
|
border-radius: 5px;
|
|
}
|
|
|
|
#modelSelector {
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
#dog_icon_left {
|
|
width: 40px;
|
|
}
|
|
|
|
#dog_icon_right {
|
|
width: 40px;
|
|
}
|
|
|
|
#k9_menu_header {
|
|
position: relative;
|
|
color: white;
|
|
background: linear-gradient(63deg, rgba(0,70,136,1) 12%, rgba(0,112,255,1) 86%);
|
|
|
|
font-size: 25px;
|
|
font-weight: bold;
|
|
width: 100%;
|
|
text-align: center;
|
|
padding: 20px;
|
|
border-top-left-radius: 5px;
|
|
border-top-right-radius: 5px;
|
|
}
|
|
|
|
#k9_menu_body {
|
|
position: relative;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
border-bottom-left-radius: 5px;
|
|
border-bottom-right-radius: 5px;
|
|
}
|
|
|
|
#k9_name_header {
|
|
font-size: 25px;
|
|
}
|
|
|
|
#k9_model_header {
|
|
font-size: 25px;
|
|
}
|
|
|
|
#model_header_text {
|
|
text-align: center;
|
|
font-size: 25px;
|
|
}
|
|
|
|
#footer_credits {
|
|
text-align: center;
|
|
}
|
|
.btn:hover {
|
|
background-color: rgba(253, 253, 253, 0.493) !important;
|
|
} |