Sin descripción
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.

AdsService.uss 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. .project-settings-header-container {
  2. flex-direction: row;
  3. }
  4. .project-settings-service-specific-container {
  5. flex-grow: 1;
  6. }
  7. .service-toggle-container {
  8. width: 75px;
  9. height: 75px;
  10. justify-content: center;
  11. }
  12. .service-toggle-container > .unity-toggle {
  13. width: 38px;
  14. }
  15. .service-toggle-container > .unity-toggle > .unity-toggle__input {
  16. cursor: link;
  17. width: 38px;
  18. flex-grow: 0;
  19. justify-content: center;
  20. }
  21. .service-toggle-container > .unity-toggle > .unity-toggle__input > .unity-toggle__text {
  22. border-width: 1px;
  23. border-radius: 3px;
  24. font-size: 14px;
  25. cursor: link;
  26. padding: 1px 3px 1px 2px;
  27. }
  28. .service-toggle-container > .unity-toggle > .unity-toggle__input > .unity-toggle__checkmark {
  29. background-image: initial;
  30. width: 0;
  31. }
  32. .service-toggle-container > .unity-toggle > .unity-toggle__input:checked > .unity-toggle__checkmark {
  33. background-image: initial;
  34. }
  35. .project-settings-title-container,
  36. .project-settings-section-container {
  37. padding: 4px 4px 4px 8px;
  38. flex-direction: column;
  39. flex-wrap: wrap;
  40. }
  41. .project-settings-title {
  42. font-size: 16px;
  43. -unity-font-style: bold;
  44. }
  45. .project-settings-title-container.main-title {
  46. flex-direction: row;
  47. }
  48. .project-settings-title-container.description {
  49. flex-direction: column;
  50. }
  51. .multi-field-block,
  52. .field-block {
  53. padding: 0 0 0 10px;
  54. flex-grow: 1;
  55. flex-direction: column;
  56. }
  57. .field-block.link-button {
  58. padding-left: 10px;
  59. }
  60. .label-container {
  61. flex-direction: row;
  62. align-items: flex-start;
  63. white-space: normal;
  64. padding-top: 5px;
  65. padding-bottom: 5px;
  66. }
  67. .link-button {
  68. flex-grow: 0;
  69. align-self: flex-start;
  70. padding: 5px 5px 5px 0;
  71. cursor: link;
  72. flex-direction: row;
  73. background-color: rgba(0, 0, 0, 0);
  74. border-color: rgba(0, 0, 0, 0);
  75. margin-top: 0;
  76. margin-bottom: 0;
  77. border-width: 0;
  78. }
  79. .link-button:hover {
  80. background-color: rgba(0, 0, 0, 0);
  81. border-color: rgba(0, 0, 0, 0);
  82. }
  83. .link-button > .unity-text-element {
  84. cursor: link;
  85. flex-grow: 0;
  86. }
  87. .link-button:hover > .unity-text-element {
  88. cursor: link;
  89. color: #81B4FF; /*from dark.uss --unity-active-text-color*/
  90. }
  91. .separator {
  92. margin-top: 5px;
  93. margin-bottom: 5px;
  94. height: 2px;
  95. }
  96. .ads .service-icon {
  97. background-image: resource("Builtin Skins/Shared/Images/ServicesWindow-ServiceIcon-Ads.png");
  98. }
  99. .service-link-button,
  100. .field-block.link-button {
  101. border-width: 0;
  102. -unity-text-align: middle-left;
  103. align-self: flex-start;
  104. padding-left: 1px;
  105. padding-right: 2px;
  106. margin-left: 1px;
  107. margin-right: 1px;
  108. background-color: rgba(0, 0, 0, 0);
  109. cursor: link;
  110. flex-grow: 0;
  111. }
  112. .toggle-section {
  113. margin-top: 15px;
  114. margin-bottom: 15px;
  115. }
  116. .package-info-display {
  117. flex-direction: row;
  118. justify-content: space-between;
  119. }
  120. .package-info {
  121. margin-top: 5px;
  122. margin-bottom: 5px;
  123. }
  124. .game-id {
  125. margin-bottom:5px;
  126. max-width:250px;
  127. }
  128. #GoToDashboard,
  129. #GettingStarted,
  130. #GoToWebDashboard {
  131. padding-left: 0;
  132. margin-left: 1px;
  133. }
  134. #GoToPackManButton,
  135. #InstallLatestVersion {
  136. flex-grow: 0;
  137. width: 160px;
  138. }
  139. #GoToPackManUIDisplay {
  140. margin-top: 10px;
  141. margin-bottom: 10px;
  142. flex-direction: row;
  143. justify-content: space-between;
  144. }
  145. #InstallLatestVersion,
  146. #SameVersionInfo {
  147. align-self: flex-end;
  148. }