common.uss 23 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153
  1. .Color-Selected {
  2. /* GUIStyle.alignment */
  3. -unity-text-align: middle-center;
  4. /* GUIStyle.clipping */
  5. -unity-clipping: clip;
  6. /* GUIStyle.fixedHeight */
  7. height: 20;
  8. /* GUIStyle.fixedWidth */
  9. width: 6;
  10. /* GUIStyle.fontSize */
  11. font-size: 72;
  12. /* GUIStyle.imagePosition */
  13. -unity-image-position: text-only;
  14. /* GUIStyle.name */
  15. -unity-name: "Color.Selected";
  16. /* GUIStyle.richText */
  17. -unity-rich-text: false;
  18. /* GUIStyle.stretchWidth */
  19. -unity-stretch-width: false;
  20. /* GUIState.textColor */
  21. color: rgb(12, 180, 204);
  22. }
  23. /* GUIStyle.active */
  24. .Color-Selected:hover:active {
  25. /* GUIState.textColor */
  26. color: rgb(12, 180, 204);
  27. }
  28. /* GUIStyle.focused */
  29. .Color-Selected:focus {
  30. /* GUIState.textColor */
  31. color: rgb(255, 255, 255);
  32. }
  33. .Font-Clip {
  34. /* GUIStyle.alignment */
  35. -unity-text-align: middle-center;
  36. /* GUIStyle.clipping */
  37. -unity-clipping: clip;
  38. /* GUIStyle.fontSize */
  39. font-size: --unity-font-size-small;
  40. /* GUIStyle.imagePosition */
  41. -unity-image-position: text-only;
  42. /* GUIStyle.name */
  43. -unity-name: "Font.Clip";
  44. /* GUIStyle.richText */
  45. -unity-rich-text: false;
  46. /* GUIStyle.stretchWidth */
  47. -unity-stretch-width: false;
  48. }
  49. .groupBackground {
  50. -unity-slice-left: 5;
  51. -unity-slice-top: 5;
  52. -unity-slice-bottom: 5;
  53. -unity-clipping: clip;
  54. -unity-image-position: text-only;
  55. padding-top: 2;
  56. padding-bottom: 2;
  57. -unity-stretch-height: true;
  58. color: rgb(115, 151, 236);
  59. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineGroupBackground.png");
  60. }
  61. /* GUIStyle.active */
  62. .groupBackground:hover:active {
  63. /* GUIState.textColor */
  64. color: rgb(137, 196, 255);
  65. }
  66. .Icon-Activation {
  67. /* GUIStyle.alignment */
  68. -unity-text-align: middle-left;
  69. /* GUIStyle.fixedHeight */
  70. height: 15;
  71. /* GUIStyle.fontSize */
  72. font-size: --unity-font-size;
  73. /* GUIStyle.imagePosition */
  74. -unity-image-position: image-only;
  75. /* GUIStyle.name */
  76. -unity-name: "Icon.Activation";
  77. /* GUIStyle.richText */
  78. -unity-rich-text: false;
  79. /* GUIStyle.stretchWidth */
  80. -unity-stretch-width: false;
  81. /* GUIState.textColor */
  82. color: rgba(0, 0, 0, 0.75);
  83. }
  84. .Icon-AutoKey {
  85. /* GUIStyle.alignment */
  86. -unity-text-align: middle-left;
  87. /* GUIStyle.fixedHeight */
  88. height: 15;
  89. /* GUIStyle.fixedWidth */
  90. width: 15;
  91. /* GUIStyle.fontSize */
  92. font-size: --unity-font-size;
  93. /* GUIStyle.imagePosition */
  94. -unity-image-position: image-only;
  95. /* GUIStyle.name */
  96. -unity-name: "Icon.AutoKey";
  97. /* GUIStyle.richText */
  98. -unity-rich-text: false;
  99. /* GUIStyle.stretchWidth */
  100. -unity-stretch-width: false;
  101. }
  102. .Icon-AvatarMaskOff {
  103. /* GUIStyle.alignment */
  104. -unity-text-align: middle-left;
  105. /* GUIStyle.fixedHeight */
  106. height: 15;
  107. /* GUIStyle.fixedWidth */
  108. width: 15;
  109. /* GUIStyle.fontSize */
  110. font-size: --unity-font-size;
  111. /* GUIStyle.imagePosition */
  112. -unity-image-position: image-only;
  113. /* GUIStyle.name */
  114. -unity-name: "Icon.AvatarMaskOff";
  115. /* GUIStyle.richText */
  116. -unity-rich-text: false;
  117. /* GUIStyle.stretchWidth */
  118. -unity-stretch-width: false;
  119. }
  120. .Icon-AvatarMaskOn {
  121. /* GUIStyle.alignment */
  122. -unity-text-align: middle-left;
  123. /* GUIStyle.fixedHeight */
  124. height: 15;
  125. /* GUIStyle.fixedWidth */
  126. width: 15;
  127. /* GUIStyle.fontSize */
  128. font-size: --unity-font-size;
  129. /* GUIStyle.imagePosition */
  130. -unity-image-position: image-only;
  131. /* GUIStyle.name */
  132. -unity-name: "Icon.AvatarMaskOn";
  133. /* GUIStyle.richText */
  134. -unity-rich-text: false;
  135. /* GUIStyle.stretchWidth */
  136. -unity-stretch-width: false;
  137. }
  138. .Icon-ClipIn {
  139. /* GUIStyle.alignment */
  140. -unity-text-align: middle-center;
  141. /* GUIStyle.clipping */
  142. -unity-clipping: clip;
  143. /* GUIStyle.fixedHeight */
  144. height: 8;
  145. /* GUIStyle.fixedWidth */
  146. width: 4;
  147. /* GUIStyle.fontSize */
  148. font-size: 72;
  149. /* GUIStyle.imagePosition */
  150. -unity-image-position: text-only;
  151. /* GUIStyle.name */
  152. -unity-name: "Icon.ClipIn";
  153. /* GUIStyle.richText */
  154. -unity-rich-text: false;
  155. /* GUIStyle.stretchWidth */
  156. -unity-stretch-width: false;
  157. }
  158. .Icon-ClipOut {
  159. /* GUIStyle.alignment */
  160. -unity-text-align: middle-center;
  161. /* GUIStyle.clipping */
  162. -unity-clipping: clip;
  163. /* GUIStyle.fixedHeight */
  164. height: 8;
  165. /* GUIStyle.fixedWidth */
  166. width: 4;
  167. /* GUIStyle.fontSize */
  168. font-size: 72;
  169. /* GUIStyle.imagePosition */
  170. -unity-image-position: text-only;
  171. /* GUIStyle.name */
  172. -unity-name: "Icon.ClipOut";
  173. /* GUIStyle.richText */
  174. -unity-rich-text: false;
  175. /* GUIStyle.stretchWidth */
  176. -unity-stretch-width: false;
  177. }
  178. .Icon-Connector {
  179. /* GUIStyle.alignment */
  180. -unity-text-align: middle-center;
  181. /* GUIStyle.clipping */
  182. -unity-clipping: clip;
  183. /* GUIStyle.fixedHeight */
  184. height: 5;
  185. /* GUIStyle.fixedWidth */
  186. width: 7;
  187. /* GUIStyle.fontSize */
  188. font-size: 72;
  189. /* GUIStyle.imagePosition */
  190. -unity-image-position: text-only;
  191. /* GUIStyle.name */
  192. -unity-name: "Icon.Connector";
  193. /* GUIStyle.richText */
  194. -unity-rich-text: false;
  195. /* GUIStyle.stretchWidth */
  196. -unity-stretch-width: false;
  197. /* GUIState.background */
  198. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineConnector.png");
  199. }
  200. .Icon-Curves {
  201. /* GUIStyle.alignment */
  202. -unity-text-align: middle-center;
  203. /* GUIStyle.clipping */
  204. -unity-clipping: clip;
  205. /* GUIStyle.fixedHeight */
  206. height: 15;
  207. /* GUIStyle.fixedWidth */
  208. width: 15;
  209. /* GUIStyle.fontSize */
  210. font-size: 72;
  211. /* GUIStyle.name */
  212. -unity-name: "Icon.Curves";
  213. /* GUIStyle.richText */
  214. -unity-rich-text: false;
  215. /* GUIStyle.stretchWidth */
  216. -unity-stretch-width: false;
  217. }
  218. .Icon-Endmarker {
  219. /* GUIStyle.alignment */
  220. -unity-text-align: middle-center;
  221. /* GUIStyle.fixedHeight */
  222. height: 14;
  223. /* GUIStyle.fixedWidth */
  224. width: 5;
  225. /* GUIStyle.fontSize */
  226. font-size: 72;
  227. /* GUIStyle.imagePosition */
  228. -unity-image-position: text-only;
  229. /* GUIStyle.margin */
  230. margin-left: 4;
  231. margin-right: 4;
  232. margin-top: 4;
  233. margin-bottom: 4;
  234. /* GUIStyle.name */
  235. -unity-name: "Icon.Endmarker";
  236. /* GUIStyle.padding */
  237. padding-left: 4;
  238. padding-right: 4;
  239. padding-top: 4;
  240. padding-bottom: 4;
  241. /* GUIStyle.richText */
  242. -unity-rich-text: false;
  243. /* GUIStyle.stretchWidth */
  244. -unity-stretch-width: false;
  245. /* GUIState.background */
  246. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineSeqEnd.png");
  247. }
  248. .MarkerItem {
  249. /* GUIStyle.alignment */
  250. -unity-text-align: middle-center;
  251. /* GUIStyle.fixedHeight */
  252. height: 16;
  253. /* GUIStyle.fixedWidth */
  254. width: 9;
  255. /* GUIStyle.imagePosition */
  256. -unity-image-position: image-only;
  257. }
  258. .SignalEmitter {
  259. /* GUIStyle.alignment */
  260. -unity-text-align: middle-center;
  261. /* GUIStyle.fixedHeight */
  262. height: 16;
  263. /* GUIStyle.fixedWidth */
  264. width: 9;
  265. /* GUIStyle.imagePosition */
  266. -unity-image-position: image-only;
  267. }
  268. .TrackCollapseMarkerButton {
  269. /* GUIStyle.alignment */
  270. -unity-text-align: middle-center;
  271. /* GUIStyle.fixedHeight */
  272. height: 16;
  273. /* GUIStyle.fixedWidth */
  274. width: 16;
  275. /* GUIStyle.imagePosition */
  276. -unity-image-position: image-only;
  277. }
  278. .MarkerMultiOverlay {
  279. /* GUIStyle.alignment */
  280. -unity-text-align: middle-center;
  281. /* GUIStyle.fixedHeight */
  282. height: 16;
  283. /* GUIStyle.fixedWidth */
  284. width: 9;
  285. /* GUIStyle.imagePosition */
  286. -unity-image-position: image-only;
  287. /* GUIState.background */
  288. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/Timeline-Marker-Multi-Overlay.png");
  289. }
  290. .Icon-ExtrapolationContinue {
  291. /* GUIStyle.alignment */
  292. -unity-text-align: middle-center;
  293. /* GUIStyle.clipping */
  294. -unity-clipping: clip;
  295. /* GUIStyle.fixedHeight */
  296. height: 11;
  297. /* GUIStyle.fixedWidth */
  298. width: 14;
  299. /* GUIStyle.fontSize */
  300. font-size: 72;
  301. /* GUIStyle.imagePosition */
  302. -unity-image-position: image-only;
  303. /* GUIStyle.name */
  304. -unity-name: "Icon.ExtrapolationContinue";
  305. /* GUIStyle.richText */
  306. -unity-rich-text: false;
  307. /* GUIStyle.stretchWidth */
  308. -unity-stretch-width: false;
  309. }
  310. .Icon-ExtrapolationHold {
  311. /* GUIStyle.alignment */
  312. -unity-text-align: middle-center;
  313. /* GUIStyle.clipping */
  314. -unity-clipping: clip;
  315. /* GUIStyle.fixedHeight */
  316. height: 11;
  317. /* GUIStyle.fixedWidth */
  318. width: 14;
  319. /* GUIStyle.fontSize */
  320. font-size: 72;
  321. /* GUIStyle.imagePosition */
  322. -unity-image-position: image-only;
  323. /* GUIStyle.name */
  324. -unity-name: "Icon.ExtrapolationHold";
  325. /* GUIStyle.richText */
  326. -unity-rich-text: false;
  327. /* GUIStyle.stretchWidth */
  328. -unity-stretch-width: false;
  329. }
  330. .Icon-ExtrapolationLoop {
  331. /* GUIStyle.alignment */
  332. -unity-text-align: middle-center;
  333. /* GUIStyle.clipping */
  334. -unity-clipping: clip;
  335. /* GUIStyle.fixedHeight */
  336. height: 11;
  337. /* GUIStyle.fixedWidth */
  338. width: 14;
  339. /* GUIStyle.fontSize */
  340. font-size: 72;
  341. /* GUIStyle.imagePosition */
  342. -unity-image-position: image-only;
  343. /* GUIStyle.name */
  344. -unity-name: "Icon.ExtrapolationLoop";
  345. /* GUIStyle.richText */
  346. -unity-rich-text: false;
  347. /* GUIStyle.stretchWidth */
  348. -unity-stretch-width: false;
  349. }
  350. .Icon-ExtrapolationPingPong {
  351. /* GUIStyle.alignment */
  352. -unity-text-align: middle-center;
  353. /* GUIStyle.clipping */
  354. -unity-clipping: clip;
  355. /* GUIStyle.fixedHeight */
  356. height: 11;
  357. /* GUIStyle.fixedWidth */
  358. width: 14;
  359. /* GUIStyle.fontSize */
  360. font-size: 72;
  361. /* GUIStyle.imagePosition */
  362. -unity-image-position: image-only;
  363. /* GUIStyle.name */
  364. -unity-name: "Icon.ExtrapolationPingPong";
  365. /* GUIStyle.richText */
  366. -unity-rich-text: false;
  367. /* GUIStyle.stretchWidth */
  368. -unity-stretch-width: false;
  369. }
  370. .Icon-Foldout {
  371. /* GUIStyle.alignment */
  372. -unity-text-align: middle-left;
  373. /* GUIStyle.fixedWidth */
  374. width: 13;
  375. /* GUIStyle.fixedWidth */
  376. height: 13;
  377. /* GUIStyle.fontSize */
  378. font-size: --unity-font-size;
  379. /* GUIStyle.imagePosition */
  380. -unity-image-position: image-only;
  381. /* GUIStyle.name */
  382. -unity-name: "Icon.Foldout";
  383. /* GUIStyle.richText */
  384. -unity-rich-text: false;
  385. /* GUIStyle.stretchWidth */
  386. -unity-stretch-width: false;
  387. }
  388. .Icon-InfiniteTrack {
  389. /* GUIStyle.alignment */
  390. -unity-text-align: middle-center;
  391. -unity-slice-top: 5;
  392. -unity-slice-bottom: 5;
  393. /* GUIStyle.clipping */
  394. -unity-clipping: clip;
  395. /* GUIStyle.fontSize */
  396. font-size: --unity-font-size;
  397. /* GUIStyle.imagePosition */
  398. -unity-image-position: image-above;
  399. /* GUIStyle.name */
  400. -unity-name: "Icon.InfiniteTrack";
  401. /* GUIStyle.richText */
  402. -unity-rich-text: false;
  403. /* GUIStyle.stretchWidth */
  404. -unity-stretch-width: false;
  405. /* GUIStyle.wordWrap */
  406. -unity-word-wrap: true;
  407. }
  408. /* GUIStyle.active */
  409. .Icon-InfiniteTrack:hover:active {
  410. /* GUIState.textColor */
  411. color: rgba(0, 0, 0, 0.96);
  412. }
  413. .Icon-Keyframe {
  414. /* GUIStyle.alignment */
  415. -unity-text-align: middle-center;
  416. /* GUIStyle.clipping */
  417. -unity-clipping: clip;
  418. /* GUIStyle.fixedHeight */
  419. height: 8;
  420. /* GUIStyle.fixedWidth */
  421. width: 9;
  422. /* GUIStyle.fontSize */
  423. font-size: 72;
  424. /* GUIStyle.imagePosition */
  425. -unity-image-position: image-only;
  426. /* GUIStyle.name */
  427. -unity-name: "Icon.Keyframe";
  428. /* GUIStyle.richText */
  429. -unity-rich-text: false;
  430. /* GUIStyle.stretchWidth */
  431. -unity-stretch-width: false;
  432. }
  433. .Icon-Locked {
  434. /* GUIStyle.alignment */
  435. -unity-text-align: middle-left;
  436. /* GUIStyle.fixedHeight */
  437. height: 16;
  438. /* GUIStyle.fixedWidth */
  439. width: 16;
  440. /* GUIStyle.fontSize */
  441. font-size: --unity-font-size;
  442. /* GUIStyle.imagePosition */
  443. -unity-image-position: image-only;
  444. /* GUIStyle.name */
  445. -unity-name: "Icon.Locked";
  446. /* GUIStyle.richText */
  447. -unity-rich-text: false;
  448. /* GUIStyle.stretchWidth */
  449. -unity-stretch-width: false;
  450. }
  451. .Icon-LockedBG {
  452. /* GUIStyle.alignment */
  453. -unity-text-align: middle-center;
  454. /* GUIStyle.fontSize */
  455. font-size: 72;
  456. /* GUIStyle.imagePosition */
  457. -unity-image-position: text-only;
  458. /* GUIStyle.name */
  459. -unity-name: "Icon.LockedBG";
  460. /* GUIStyle.richText */
  461. -unity-rich-text: false;
  462. /* GUIStyle.stretchWidth */
  463. -unity-stretch-width: false;
  464. /* GUIState.textColor */
  465. color: rgb(37, 45, 50);
  466. }
  467. .Icon-Mute {
  468. /* GUIStyle.alignment */
  469. -unity-text-align: middle-left;
  470. /* GUIStyle.fixedHeight */
  471. height: 16;
  472. /* GUIStyle.fixedWidth */
  473. width: 16;
  474. /* GUIStyle.fontSize */
  475. font-size: --unity-font-size;
  476. /* GUIStyle.imagePosition */
  477. -unity-image-position: image-only;
  478. /* GUIStyle.name */
  479. -unity-name: "Icon.Mute";
  480. /* GUIStyle.richText */
  481. -unity-rich-text: false;
  482. /* GUIStyle.stretchWidth */
  483. -unity-stretch-width: false;
  484. }
  485. .Icon-Options {
  486. /* GUIStyle.alignment */
  487. -unity-text-align: middle-center;
  488. /* GUIStyle.clipping */
  489. -unity-clipping: clip;
  490. /* GUIStyle.fixedHeight */
  491. height: 14;
  492. /* GUIStyle.fixedWidth */
  493. width: 14;
  494. /* GUIStyle.fontSize */
  495. font-size: 72;
  496. /* GUIStyle.imagePosition */
  497. -unity-image-position: text-only;
  498. /* GUIStyle.margin */
  499. margin-left: 10;
  500. margin-right: 5;
  501. /* GUIStyle.name */
  502. -unity-name: "Icon.Options";
  503. /* GUIStyle.richText */
  504. -unity-rich-text: false;
  505. /* GUIStyle.stretchWidth */
  506. -unity-stretch-width: false;
  507. /* GUIState.textColor */
  508. color: rgb(37, 45, 50);
  509. }
  510. .Icon-OutlineBorder {
  511. /* GUIStyle.alignment */
  512. -unity-text-align: middle-center;
  513. /* GUIStyle.border */
  514. -unity-slice-left: 5;
  515. -unity-slice-right: 5;
  516. -unity-slice-top: 5;
  517. -unity-slice-bottom: 5;
  518. /* GUIStyle.clipping */
  519. -unity-clipping: clip;
  520. /* GUIStyle.fontSize */
  521. font-size: --unity-font-size;
  522. /* GUIStyle.imagePosition */
  523. -unity-image-position: image-above;
  524. /* GUIStyle.name */
  525. -unity-name: "Icon.OutlineBorder";
  526. /* GUIStyle.richText */
  527. -unity-rich-text: false;
  528. /* GUIStyle.stretchWidth */
  529. -unity-stretch-width: false;
  530. /* GUIStyle.wordWrap */
  531. -unity-word-wrap: true;
  532. /* GUIState.background */
  533. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineOutline.png");
  534. }
  535. /* GUIStyle.active */
  536. .Icon-OutlineBorder:hover:active {
  537. /* GUIState.textColor */
  538. color: rgba(0, 0, 0, 0.96);
  539. }
  540. .Icon-PlayAreaEnd {
  541. /* GUIStyle.alignment */
  542. -unity-text-align: middle-center;
  543. /* GUIStyle.clipping */
  544. -unity-clipping: clip;
  545. /* GUIStyle.fixedHeight */
  546. height: 20;
  547. /* GUIStyle.fixedWidth */
  548. width: 6;
  549. /* GUIStyle.fontSize */
  550. font-size: 72;
  551. /* GUIStyle.imagePosition */
  552. -unity-image-position: text-only;
  553. /* GUIStyle.name */
  554. -unity-name: "Icon.PlayAreaEnd";
  555. /* GUIStyle.richText */
  556. -unity-rich-text: false;
  557. /* GUIStyle.stretchWidth */
  558. -unity-stretch-width: false;
  559. }
  560. .Icon-PlayAreaStart {
  561. /* GUIStyle.alignment */
  562. -unity-text-align: middle-center;
  563. /* GUIStyle.clipping */
  564. -unity-clipping: clip;
  565. /* GUIStyle.fixedHeight */
  566. height: 20;
  567. /* GUIStyle.fixedWidth */
  568. width: 6;
  569. /* GUIStyle.fontSize */
  570. font-size: 72;
  571. /* GUIStyle.imagePosition */
  572. -unity-image-position: text-only;
  573. /* GUIStyle.name */
  574. -unity-name: "Icon.PlayAreaStart";
  575. /* GUIStyle.richText */
  576. -unity-rich-text: false;
  577. /* GUIStyle.stretchWidth */
  578. -unity-stretch-width: false;
  579. }
  580. .Icon-Playrange {
  581. /* GUIStyle.alignment */
  582. -unity-text-align: middle-center;
  583. /* GUIStyle.clipping */
  584. -unity-clipping: clip;
  585. /* GUIStyle.fixedHeight */
  586. height: 25;
  587. /* GUIStyle.fixedWidth */
  588. width: 6;
  589. /* GUIStyle.fontSize */
  590. font-size: 72;
  591. /* GUIStyle.imagePosition */
  592. -unity-image-position: image-only;
  593. /* GUIStyle.name */
  594. -unity-name: "Icon.Playrange";
  595. /* GUIStyle.richText */
  596. -unity-rich-text: false;
  597. /* GUIStyle.stretchWidth */
  598. -unity-stretch-width: false;
  599. }
  600. .Icon-Shadow {
  601. /* GUIStyle.alignment */
  602. -unity-text-align: middle-center;
  603. /* GUIStyle.clipping */
  604. -unity-clipping: clip;
  605. /* GUIStyle.fontSize */
  606. font-size: 72;
  607. /* GUIStyle.imagePosition */
  608. -unity-image-position: image-only;
  609. /* GUIStyle.name */
  610. -unity-name: "Icon.Shadow";
  611. /* GUIStyle.richText */
  612. -unity-rich-text: false;
  613. /* GUIStyle.stretchWidth */
  614. -unity-stretch-width: false;
  615. /* GUIState.background */
  616. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineBottomShadow.png");
  617. }
  618. .Icon-TimeCursor {
  619. /* GUIStyle.alignment */
  620. -unity-text-align: middle-left;
  621. /* GUIStyle.fixedHeight */
  622. height: 20;
  623. /* GUIStyle.fixedWidth */
  624. width: 11;
  625. /* GUIStyle.fontSize */
  626. font-size: 72;
  627. /* GUIStyle.imagePosition */
  628. -unity-image-position: text-only;
  629. /* GUIStyle.margin */
  630. margin-left: 4;
  631. margin-right: 4;
  632. margin-top: 4;
  633. margin-bottom: 4;
  634. /* GUIStyle.name */
  635. -unity-name: "Icon.TimeCursor";
  636. /* GUIStyle.padding */
  637. padding-left: 4;
  638. padding-right: 4;
  639. padding-top: 4;
  640. padding-bottom: 4;
  641. /* GUIStyle.richText */
  642. -unity-rich-text: false;
  643. /* GUIStyle.stretchWidth */
  644. -unity-stretch-width: false;
  645. /* GUIState.textColor */
  646. color: rgb(255, 255, 255);
  647. }
  648. .Icon-TrackHeaderSwatch {
  649. /* GUIStyle.alignment */
  650. -unity-text-align: middle-left;
  651. -unity-slice-top: 4;
  652. -unity-slice-bottom: 4;
  653. /* GUIStyle.clipping */
  654. -unity-clipping: clip;
  655. /* GUIStyle.fixedWidth */
  656. width: 4;
  657. /* GUIStyle.imagePosition */
  658. -unity-image-position: text-only;
  659. /* GUIStyle.name */
  660. -unity-name: "Icon.TrackHeaderSwatch";
  661. /* GUIStyle.richText */
  662. -unity-rich-text: false;
  663. /* GUIStyle.stretchWidth */
  664. -unity-stretch-width: false;
  665. /* GUIState.background */
  666. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineSwatch.png");
  667. }
  668. /* GUIStyle.active */
  669. .Icon-TrackHeaderSwatch:hover:active {
  670. /* GUIState.textColor */
  671. color: rgb(137, 196, 255);
  672. }
  673. .Icon-TrackOptions {
  674. /* GUIStyle.alignment */
  675. -unity-text-align: middle-center;
  676. /* GUIStyle.clipping */
  677. -unity-clipping: clip;
  678. /* GUIStyle.fixedHeight */
  679. height: 16;
  680. /* GUIStyle.fixedWidth */
  681. width: 16;
  682. /* GUIStyle.fontSize */
  683. font-size: --unity-font-size;
  684. /* GUIStyle.name */
  685. -unity-name: "Icon.TrackOptions";
  686. /* GUIStyle.richText */
  687. -unity-rich-text: false;
  688. /* GUIStyle.stretchWidth */
  689. -unity-stretch-width: false;
  690. /* GUIStyle.wordWrap */
  691. -unity-word-wrap: true;
  692. }
  693. /* GUIStyle.active */
  694. .Icon-TrackOptions:hover:active {
  695. /* GUIState.textColor */
  696. color: rgba(0, 0, 0, 0.96);
  697. }
  698. .Icon-Warning {
  699. /* GUIStyle.alignment */
  700. -unity-text-align: middle-center;
  701. /* GUIStyle.clipping */
  702. -unity-clipping: clip;
  703. /* GUIStyle.fontSize */
  704. font-size: 72;
  705. /* GUIStyle.imagePosition */
  706. -unity-image-position: image-only;
  707. /* GUIStyle.name */
  708. -unity-name: "Icon.Warning";
  709. /* GUIStyle.richText */
  710. -unity-rich-text: false;
  711. /* GUIStyle.stretchWidth */
  712. -unity-stretch-width: false;
  713. /* GUIState.background */
  714. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineWarning.png");
  715. }
  716. .sequenceClip {
  717. /* GUIStyle.alignment */
  718. -unity-text-align: middle-left;
  719. /* GUIStyle.border */
  720. -unity-slice-left: 5;
  721. -unity-slice-right: 5;
  722. -unity-slice-top: 5;
  723. -unity-slice-bottom: 5;
  724. /* GUIStyle.clipping */
  725. -unity-clipping: clip;
  726. /* GUIStyle.fontSize */
  727. font-size: --unity-font-size-tiny;
  728. /* GUIStyle.imagePosition */
  729. -unity-image-position: text-only;
  730. padding-top: 2;
  731. padding-bottom: 2;
  732. /* GUIStyle.richText */
  733. -unity-rich-text: false;
  734. /* GUIStyle.stretchHeight */
  735. -unity-stretch-height: true;
  736. /* GUIState.textColor */
  737. color: rgb(115, 151, 236);
  738. /* GUIState.background */
  739. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineDisplay.png");
  740. }
  741. /* GUIStyle.active */
  742. .sequenceClip:hover:active {
  743. /* GUIState.textColor */
  744. color: rgb(137, 196, 255);
  745. }
  746. .sequenceGroupFont {
  747. /* GUIStyle.alignment */
  748. -unity-text-align: middle-left;
  749. /* GUIStyle.fontSize */
  750. font-size: --unity-font-size;
  751. /* GUIStyle.imagePosition */
  752. -unity-image-position: text-only;
  753. /* GUIStyle.richText */
  754. -unity-rich-text: false;
  755. /* GUIStyle.stretchWidth */
  756. -unity-stretch-width: false;
  757. }
  758. .sequenceTrackHeaderFont {
  759. /* GUIStyle.alignment */
  760. -unity-text-align: middle-left;
  761. /* GUIStyle.fontSize */
  762. font-size: --unity-font-size;
  763. /* GUIStyle.imagePosition */
  764. -unity-image-position: text-only;
  765. /* GUIStyle.padding */
  766. padding-left: 5;
  767. /* GUIStyle.richText */
  768. -unity-rich-text: false;
  769. /* GUIStyle.stretchWidth */
  770. -unity-stretch-width: false;
  771. /* GUIState.textColor */
  772. color: rgb(153, 153, 153);
  773. }
  774. .tinyFont {
  775. /* GUIStyle.alignment */
  776. -unity-text-align: middle-left;
  777. /* GUIStyle.fontSize */
  778. font-size: --unity-font-size-tiny;
  779. /* GUIStyle.imagePosition */
  780. -unity-image-position: text-only;
  781. /* GUIStyle.richText */
  782. -unity-rich-text: false;
  783. /* GUIStyle.stretchWidth */
  784. -unity-stretch-width: false;
  785. /* GUIState.textColor */
  786. color: rgba(255, 255, 255, 0.75);
  787. }
  788. .editModeBtn {
  789. padding-left: 8px;
  790. padding-right: 8px;
  791. padding-top: 4px;
  792. padding-bottom: 3px;
  793. -unity-extend: ".ToolbarPopup";
  794. background-image: resource("");
  795. }
  796. .showMarkerBtn{
  797. margin: 0px 0px 6px 6px;
  798. padding-left: 12px;
  799. padding-right: 12px;
  800. padding-top: 4px;
  801. padding-bottom: 3px;
  802. -unity-extend: ".ToolbarPopup";
  803. background-image: resource("");
  804. }
  805. .sequenceSwitcher{
  806. margin: 0px 5px 0px 0px;
  807. padding-left: 0px;
  808. padding-right: 0px;
  809. padding-top: 0px;
  810. padding-bottom: 0px;
  811. -unity-extend: ".ToolbarPopup";
  812. background-image: resource("");
  813. -unity-text-align: middle-center;
  814. }
  815. .markerWarningOverlay{
  816. height: 13px;
  817. width: 14px;
  818. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/Timeline-Marker-Warning-Overlay.png");
  819. }