VoiceAndMenu.uss 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. .subMenu {
  2. flex-grow: initial;
  3. background-image: url("project://database/Assets/Pictures/manu.png?fileID=2006701733&guid=46e529c3d84b9b34aaa338b9efa4c217&type=3#Camera");
  4. width: 45px;
  5. height: 45px;
  6. -unity-background-scale-mode: stretch-to-fill;
  7. position: absolute;
  8. flex-shrink: initial;
  9. top: 114px;
  10. left: 51px;
  11. transition-duration: 0.4s;
  12. visibility: hidden;
  13. }
  14. .dogNameLabel {
  15. -unity-font-definition: url("project://database/Assets/Font/MaoKenZhuYuanTi-MaokenZhuyuanTi-2.ttf?fileID=12800000&guid=50a63638b44907e46a3fa871d63b7d39&type=3#MaoKenZhuYuanTi-MaokenZhuyuanTi-2");
  16. background-color: rgba(227, 255, 198, 0.53);
  17. border-left-color: rgba(185, 250, 120, 0.71);
  18. border-right-color: rgba(185, 250, 120, 0.71);
  19. border-top-color: rgba(185, 250, 120, 0.71);
  20. border-bottom-color: rgba(185, 250, 120, 0.71);
  21. border-top-width: 2px;
  22. border-right-width: 2px;
  23. border-bottom-width: 2px;
  24. border-left-width: 2px;
  25. border-top-left-radius: 5px;
  26. border-top-right-radius: 5px;
  27. border-bottom-right-radius: 5px;
  28. border-bottom-left-radius: 5px;
  29. margin-top: 8px;
  30. margin-bottom: 8px;
  31. margin-right: 0;
  32. margin-left: 2px;
  33. }