Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

ServicesProjectSettingsCommon.uss 10KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563
  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. {
  17. cursor:link;
  18. width:38px;
  19. flex-grow:0;
  20. justify-content:center;
  21. }
  22. .service-toggle-container > .unity-toggle > .unity-toggle__input > .unity-toggle__text
  23. {
  24. border-width:1px;
  25. border-radius:3px;
  26. font-size:14px;
  27. cursor:link;
  28. padding:1px 3px 1px 2px;
  29. }
  30. .service-toggle-container > .unity-toggle > .unity-toggle__input > .unity-toggle__checkmark
  31. {
  32. background-image:initial;
  33. width:0px;
  34. }
  35. .service-toggle-container > .unity-toggle > .unity-toggle__input:checked > .unity-toggle__checkmark
  36. {
  37. background-image:initial;
  38. }
  39. .project-settings-title-container,
  40. .project-settings-section-container {
  41. padding:4px 4px 4px 8px;
  42. flex-direction:column;
  43. flex-wrap:wrap;
  44. }
  45. .project-settings-title{
  46. font-size:16px;
  47. -unity-font-style:bold;
  48. }
  49. .project-settings-subtitle{
  50. font-size:14px;
  51. -unity-font-style:bold;
  52. }
  53. .project-settings-title-container.main-title {
  54. flex-direction:row;
  55. }
  56. .project-settings-title-container.description{
  57. flex-direction:column;
  58. }
  59. .multi-field-block,
  60. .field-block {
  61. padding:0 0 0 10px;
  62. flex-grow:1;
  63. flex-direction:column;
  64. }
  65. .field-block .field-name {
  66. -unity-font-style:bold;
  67. padding-bottom:5px;
  68. }
  69. .field-block .button-container {
  70. padding-top:10px;
  71. flex-direction:row;
  72. }
  73. .multi-field-block .link-button-container,
  74. .field-block .link-button-container {
  75. padding-top:0px;
  76. flex-direction:row;
  77. }
  78. .field-block.link-button {
  79. padding-left:10px;
  80. }
  81. .center-middle-block {
  82. align-items:center;
  83. }
  84. .connecting-services-container,
  85. .offline-container,
  86. .logged-out-container {
  87. padding-top:50px;
  88. }
  89. .center-middle-block > #RefreshBtn,
  90. .center-middle-block > #SignInBtn {
  91. margin-top:20px;
  92. }
  93. .connecting-services-icon {
  94. background-image:resource("Icons/console.infoicon.png");
  95. width:32px;
  96. height:32px;
  97. }
  98. .offline-icon,
  99. .logged-out-icon {
  100. background-image:resource("Icons/console.warnicon.png");
  101. width:32px;
  102. height:32px;
  103. }
  104. .connecting-services-message,
  105. .offline-message,
  106. .logged-out-message {
  107. font-size:30px;
  108. width:210px;
  109. padding-top:20px;
  110. -unity-text-align:upper-center;
  111. }
  112. .label-container {
  113. flex-direction:row;
  114. align-items:flex-start;
  115. }
  116. .link-button {
  117. flex-grow:0;
  118. align-self:flex-start;
  119. padding:5px 5px 5px 0px;
  120. cursor:link;
  121. flex-direction:row;
  122. background-color:rgba(0, 0, 0, 0);
  123. border-color:rgba(0, 0, 0, 0);
  124. margin-top:0px;
  125. margin-bottom:0px;
  126. border-width:0px;
  127. }
  128. .link-button:hover {
  129. background-color:rgba(0, 0, 0, 0);
  130. border-color:rgba(0, 0, 0, 0);
  131. }
  132. .link-button > .unity-text-element {
  133. cursor:link;
  134. flex-grow:0;
  135. }
  136. .link-button:hover > .unity-text-element {
  137. cursor:link;
  138. }
  139. .multi-field-block .title {
  140. -unity-font-style:bold;
  141. }
  142. .multi-field-block .title,
  143. .multi-field-block .description {
  144. padding-left:0;
  145. padding-bottom:5px;
  146. padding-top:5px;
  147. white-space:normal;
  148. }
  149. .multi-field-block .button-container {
  150. flex-direction:row;
  151. }
  152. .platform-tag{
  153. -unity-font-style:bold;
  154. margin-left:4px;
  155. margin-bottom:4px;
  156. }
  157. .note-tag{
  158. white-space:normal;
  159. flex-direction:row;
  160. align-items:flex-start;
  161. align-self:flex-start;
  162. margin-bottom:5px;
  163. margin-top:5px;
  164. }
  165. .platform-tag,
  166. .note-tag{
  167. border-radius:2px;
  168. padding:2px 5px;
  169. }
  170. .multi-field-block .tag-container {
  171. flex-direction:row;
  172. flex-wrap:wrap;
  173. }
  174. .multi-field-block .bullet-container {
  175. flex-direction:column;
  176. }
  177. .bullet-item {
  178. padding-left:20px;
  179. padding-bottom:1px;
  180. }
  181. .field-block.link-button.bullet-item {
  182. padding-left:20px;
  183. padding-top:0px;
  184. padding-bottom:1px;
  185. }
  186. .numbered-item {
  187. white-space:normal;
  188. padding-top:5px;
  189. padding-bottom:5px;
  190. }
  191. .multi-field-block .link-button-container,
  192. .field-block .link-button-container {
  193. padding-top:0px;
  194. flex-direction:row;
  195. }
  196. .multi-field-block .edit-mode .link-button-container .link-button,
  197. .field-block .edit-mode .link-button-container .link-button {
  198. flex-direction:row-reverse;
  199. padding-top:0;
  200. }
  201. .multi-field-block .edit-mode .link-button-container,
  202. .multi-field-block .edit-mode .button-container,
  203. .field-block .edit-mode .link-button-container,
  204. .field-block .edit-mode .button-container {
  205. flex-direction:row-reverse;
  206. }
  207. .field-block.link-button {
  208. padding-left:10px;
  209. }
  210. .button-container > .link-button {
  211. padding:0px 5px 0px 0px;
  212. }
  213. .link-button:hover {
  214. background-color:rgba(0, 0, 0, 0);
  215. border-color:rgba(0, 0, 0, 0);
  216. }
  217. .link-button > .unity-text-element {
  218. cursor:link;
  219. flex-grow:0;
  220. }
  221. .link-button:hover > .unity-text-element {
  222. cursor:link;
  223. color:#81B4FF; /*from dark.uss --unity-active-text-color*/
  224. }
  225. .info-icon {
  226. align-self:center;
  227. width:16px;
  228. height:16px;
  229. background-image:resource("Builtin Skins/Shared/Images/ServicesWindow-InfoTooltip.png");
  230. }
  231. .multi-field-block .title {
  232. -unity-font-style:bold;
  233. }
  234. .invisible-separator,
  235. .separator {
  236. margin-top:5px;
  237. margin-bottom:5px;
  238. height:2px;
  239. }
  240. /* Addition from the Ads Service */
  241. .ads .service-icon {
  242. background-image:resource("Builtin Skins/Shared/Images/ServicesWindow-ServiceIcon-Ads.png");
  243. }
  244. .label-container {
  245. white-space:normal;
  246. padding-top:5px;
  247. padding-bottom:5px;
  248. }
  249. .service-link-button,
  250. .field-block.link-button {
  251. border-width:0px;
  252. -unity-text-align:middle-left;
  253. align-self:flex-start;
  254. padding-left:1px;
  255. padding-right:2px;
  256. margin-left:1px;
  257. margin-right:1px;
  258. background-color:rgba(0, 0, 0, 0);
  259. cursor:link;
  260. flex-grow:0;
  261. }
  262. .link-container-integrated {
  263. flex-direction: row;
  264. padding-left: 4px;
  265. }
  266. .toggle-section {
  267. margin-top:15px;
  268. margin-bottom:15px;
  269. }
  270. .package-info-display {
  271. flex-direction:row;
  272. justify-content:space-between;
  273. }
  274. .package-info {
  275. margin-top:5px;
  276. margin-bottom:5px;
  277. }
  278. #GoToDashboard,
  279. #GettingStarted,
  280. #GoToWebDashboard {
  281. padding-left:0px;
  282. margin-left:1px;
  283. }
  284. #GoToPackManButton,
  285. #InstallLatestVersion {
  286. flex-grow:0;
  287. width:160px;
  288. }
  289. #GoToPackManUIDisplay {
  290. margin-top:10px;
  291. margin-bottom:10px;
  292. flex-direction:row;
  293. justify-content:space-between;
  294. }
  295. #InstallLatestVersion,
  296. #SameVersionInfo {
  297. align-self:flex-end;
  298. }
  299. /* Additions from the CloudDiag Service */
  300. .clouddiag .service-icon {
  301. background-image:resource("Builtin Skins/Shared/Images/ServicesWindow-ServiceIcon-Crash.png");
  302. }
  303. .clouddiag #LearnMore, .collab #LearnMore,
  304. .cloudbuild #LearnMore {
  305. margin-right:10px;
  306. align-self:flex-end;
  307. }
  308. #CrashCapturePlayMode {
  309. margin-left:5px;
  310. margin-top:10px;
  311. margin-bottom:10px;
  312. }
  313. #CrashLogCount {
  314. margin-left:5px;
  315. margin-top:10px;
  316. margin-bottom:10px;
  317. max-width:250px;
  318. }
  319. /* Additions from the Collab Service */
  320. .collab .service-icon {
  321. background-image:resource("Builtin Skins/Shared/Images/ServicesWindow-ServiceIcon-Collab.png");
  322. }
  323. /* Additions from the Analytics Service */
  324. .analytics .service-icon {
  325. background-image:resource("Builtin Skins/Shared/Images/ServicesWindow-ServiceIcon-Analytics.png");
  326. }
  327. .play-image {
  328. width:400px;
  329. height:180px;
  330. }
  331. .pre-check-icon,
  332. .check-icon {
  333. padding-right:10px;
  334. width:35px;
  335. height:35px;
  336. flex-shrink:0;
  337. }
  338. .integrated-check-icon {
  339. padding-right:10px;
  340. width:40px;
  341. height:40px;
  342. flex-shrink:0;
  343. background-image:resource("Builtin Skins/Shared/Images/integratedCheckLg.png");
  344. }
  345. .pre-check-icon {
  346. background-image:resource("Builtin Skins/Shared/Images/icon_pre-checked.png");
  347. }
  348. .check-icon {
  349. background-image:resource("Builtin Skins/Shared/Images/icon_checked.png");
  350. }
  351. .table {
  352. flex-direction:column;
  353. }
  354. .table-header-row,
  355. .table-row {
  356. flex-direction:row;
  357. flex-wrap:nowrap;
  358. padding:2px 0px;
  359. }
  360. .table-header {
  361. -unity-font-style:bold;
  362. min-width:96px;
  363. flex-grow:1;
  364. flex-shrink:1;
  365. }
  366. .table-header,
  367. .table-item {
  368. min-height:32px;
  369. padding:0px 10px;
  370. margin:2px;
  371. -unity-text-align:middle-left;
  372. white-space:normal;
  373. }
  374. /* Additions from the Multiplayer Service */
  375. .multiplayer .service-icon {
  376. background-image:resource("Builtin Skins/Shared/Images/ServicesWindow-ServiceIcon-Unet.png");
  377. }
  378. .configuration-container {
  379. margin:10px;
  380. }
  381. .mp-config-tag-container {
  382. margin-top:2px;
  383. padding-left:5px;
  384. padding-right:5px;
  385. flex-direction:row;
  386. }
  387. .mp-config-tag-title {
  388. -unity-font-style:bold;
  389. min-width:200px;
  390. padding-left:5px;
  391. flex-grow:1;
  392. -unity-text-align:middle-left;
  393. min-height:25px;
  394. }
  395. .mp-config-tag {
  396. margin-left:10px;
  397. margin-right:10px;
  398. -unity-text-align:middle-left;
  399. min-height:25px;
  400. width:100px;
  401. }
  402. .refresh-button {
  403. align-self:flex-start;
  404. }
  405. #CurrentConfiguration {
  406. padding-left:10px;
  407. padding-top:10px;
  408. }
  409. /* Additions from the Purchasing Service */
  410. .purchasing .service-icon {
  411. background-image:resource("Builtin Skins/Shared/Images/ServicesWindow-ServiceIcon-Purchasing.png");
  412. }
  413. .multiline-field-value {
  414. white-space:normal;
  415. width:256px;
  416. }
  417. .warning-label-container {
  418. flex-direction:row;
  419. }
  420. .warning-message {
  421. padding-left:0;
  422. padding-bottom:10px;
  423. white-space:normal;
  424. flex-shrink:1;
  425. }
  426. .warning-info-icon2x {
  427. padding-right:5px;
  428. width:32px;
  429. height:32px;
  430. background-image:resource("Builtin Skins/Shared/Images/ServicesWindow-InfoTooltip@2x.png");
  431. flex-shrink:0;
  432. }
  433. /* Additions from the CloudBuild Service */
  434. .cloudbuild .service-icon {
  435. background-image:resource("Builtin Skins/Shared/Images/ServicesWindow-ServiceIcon-Build.png");
  436. }
  437. .cloud-progress {
  438. -unity-text-align:middle-center;
  439. font-size:18px;
  440. margin-top:20px;
  441. margin-bottom:20px;
  442. }
  443. .target-container-title {
  444. margin:10px 0px 10px 8px;
  445. font-size:16px;
  446. }
  447. .target-entry {
  448. flex-direction:row;
  449. padding:5px 0px 5px 8px;
  450. }
  451. .target-entry .title {
  452. flex-grow:1;
  453. -unity-text-align:middle-left;
  454. }
  455. .target-entry .build-button {
  456. align-self:flex-end;
  457. }
  458. .target-footer {
  459. padding-top:5px;
  460. flex-direction:row;
  461. justify-content:flex-end;
  462. }
  463. #StartUsingCloudBuild {
  464. margin-left:8px;
  465. white-space:nowrap;
  466. }
  467. #PollFooter {
  468. display:none;
  469. }