暫無描述
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.

common.uss 21KB

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