dark.uss 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. .Font-Clip {
  2. /* GUIState.textColor */
  3. color: rgb(255, 255, 255);
  4. }
  5. .Icon-Activation {
  6. /* GUIStyle.fixedWidth */
  7. width: 12;
  8. /* GUIState.background */
  9. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineActivation.png");
  10. }
  11. .Icon-AutoKey {
  12. /* GUIState.background */
  13. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineAutokey.png");
  14. -unity-scaled-backgrounds: resource("Builtin Skins/DarkSkin/Images/TimelineAutokey@2x.png");
  15. }
  16. /* GUIStyle.active */
  17. .Icon-AutoKey:active {
  18. /* GUIState.background */
  19. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineAutokey_active.png");
  20. -unity-scaled-backgrounds: resource("Builtin Skins/DarkSkin/Images/TimelineAutokey_active@2x.png");
  21. }
  22. .Icon-AvatarMaskOff {
  23. /* GUIState.background */
  24. background-image: resource("Builtin Skins/DarkSkin/Images/AvatarMaskDisabled.png");
  25. }
  26. .Icon-AvatarMaskOn {
  27. /* GUIState.background */
  28. background-image: resource("Builtin Skins/DarkSkin/Images/AvatarMaskEnabled.png");
  29. }
  30. .Icon-ClipIn {
  31. /* GUIState.background */
  32. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineIconClipIn.png");
  33. }
  34. .Icon-ClipOut {
  35. /* GUIState.background */
  36. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineIconClipOut.png");
  37. }
  38. .Icon-ClipSelected {
  39. /* GUIState.background */
  40. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineClipGradientSelected.png");
  41. }
  42. .Icon-Curves {
  43. /* GUIState.background */
  44. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineCurvesOff.png");
  45. }
  46. /* GUIStyle.active */
  47. .Icon-Curves:hover:active {
  48. /* GUIState.background */
  49. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineCurvesOn.png");
  50. }
  51. /* GUIStyle.onActive */
  52. .Icon-Curves:hover:active:checked {
  53. /* GUIState.background */
  54. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineCurvesOn.png");
  55. }
  56. /* GUIStyle.onNormal */
  57. .Icon-Curves:checked {
  58. /* GUIState.background */
  59. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineCurvesOn.png");
  60. }
  61. .Icon-Endmarker {
  62. /* GUIState.textColor */
  63. color: rgb(61, 94, 152);
  64. }
  65. .MarkerItem {
  66. /* GUIState.background */
  67. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineMarkerItemCollapsed.png");
  68. }
  69. .MarkerItem:checked {
  70. /* GUIState.background */
  71. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineMarkerItem.png");
  72. }
  73. .MarkerItem:hover:focus:checked {
  74. /* GUIState.background */
  75. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineMarkerItemSelected.png");
  76. }
  77. .SignalEmitter {
  78. /* GUIState.background */
  79. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineSignalCollapsed.png");
  80. }
  81. .SignalEmitter:checked {
  82. /* GUIState.background */
  83. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineSignal.png");
  84. }
  85. .SignalEmitter:hover:focus:checked {
  86. /* GUIState.background */
  87. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineSignalSelected.png");
  88. }
  89. .TrackCollapseMarkerButton {
  90. /* GUIState.background */
  91. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineCollapseMarkerButtonDisabled.png");
  92. }
  93. .TrackCollapseMarkerButton:checked {
  94. /* GUIState.background */
  95. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineCollapseMarkerButtonEnabled.png");
  96. }
  97. .Icon-ExtrapolationContinue {
  98. /* GUIState.background */
  99. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineContinue.png");
  100. /* GUIStyle.contentOffset */
  101. -unity-content-offset: -5 0;
  102. }
  103. .Icon-ExtrapolationHold {
  104. /* GUIState.background */
  105. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineHold.png");
  106. }
  107. .Icon-ExtrapolationLoop {
  108. /* GUIState.background */
  109. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineLoop.png");
  110. }
  111. .Icon-ExtrapolationPingPong {
  112. /* GUIState.background */
  113. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelinePingPong.png");
  114. }
  115. .Icon-Foldout {
  116. /* GUIState.background */
  117. background-image: resource("Builtin Skins/DarkSkin/Images/IN foldout.png");
  118. /* GUIState.scaledBackgrounds */
  119. -unity-scaled-backgrounds: resource("Builtin Skins/DarkSkin/Images/IN foldout@2x.png");
  120. }
  121. /* GUIStyle.active */
  122. .Icon-Foldout:hover:active {
  123. /* GUIState.background */
  124. background-image: resource("Builtin Skins/DarkSkin/Images/IN foldout on.png");
  125. /* GUIState.scaledBackgrounds */
  126. -unity-scaled-backgrounds: resource("Builtin Skins/DarkSkin/Images/IN foldout on@2x.png");
  127. }
  128. /* GUIStyle.onActive */
  129. .Icon-Foldout:hover:active:checked {
  130. /* GUIState.background */
  131. background-image: resource("Builtin Skins/DarkSkin/Images/IN foldout on.png");
  132. /* GUIState.scaledBackgrounds */
  133. -unity-scaled-backgrounds: resource("Builtin Skins/DarkSkin/Images/IN foldout on@2x.png");
  134. }
  135. /* GUIStyle.onNormal */
  136. .Icon-Foldout:checked {
  137. /* GUIState.background */
  138. background-image: resource("Builtin Skins/DarkSkin/Images/IN foldout on.png");
  139. /* GUIState.scaledBackgrounds */
  140. -unity-scaled-backgrounds: resource("Builtin Skins/DarkSkin/Images/IN foldout on@2x.png");
  141. }
  142. .Icon-InfiniteTrack {
  143. /* GUIState.background */
  144. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineInfiniteTrackNoShadow.png");
  145. }
  146. .Icon-Keyframe {
  147. /* GUIState.background */
  148. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineKeyframe.png");
  149. }
  150. .Icon-Locked {
  151. /* GUIState.background */
  152. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineLockButton.png");
  153. }
  154. /* GUIStyle.active */
  155. .Icon-Locked:hover:active {
  156. /* GUIState.background */
  157. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineLockButton.png");
  158. }
  159. /* GUIStyle.focused */
  160. .Icon-Locked:focus {
  161. /* GUIState.background */
  162. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineLockButton.png");
  163. }
  164. /* GUIStyle.hover */
  165. .Icon-Locked:hover {
  166. /* GUIState.background */
  167. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineLockButton.png");
  168. }
  169. /* GUIStyle.onActive */
  170. .Icon-Locked:hover:active:checked {
  171. /* GUIState.background */
  172. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineLockButton.png");
  173. }
  174. /* GUIStyle.onNormal */
  175. .Icon-Locked:checked {
  176. /* GUIState.background */
  177. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineLockButton.png");
  178. }
  179. .Icon-LockedBG {
  180. /* GUIState.background */
  181. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineDisabledBackground.png");
  182. }
  183. .Icon-Mute {
  184. /* GUIState.background */
  185. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineEye.png");
  186. }
  187. .Icon-Options {
  188. /* GUIState.background */
  189. background-image: resource("Icons/d__Popup.png");
  190. }
  191. .Icon-PlayAreaEnd {
  192. /* GUIState.textColor */
  193. color: rgb(187, 189, 191);
  194. /* GUIState.background */
  195. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineEndPlayback.png");
  196. }
  197. .Icon-PlayAreaStart {
  198. /* GUIState.textColor */
  199. color: rgb(187, 189, 191);
  200. /* GUIState.background */
  201. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineStartPlayback.png");
  202. }
  203. .Icon-Playrange {
  204. /* GUIState.background */
  205. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelinePlayRange.png");
  206. }
  207. .Icon-TimeCursor {
  208. /* GUIState.background */
  209. background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineTimeCursor.png");
  210. }
  211. .Icon-TrackOptions {
  212. /* GUIStyle.imagePosition */
  213. -unity-image-position: image-only;
  214. /* GUIState.background */
  215. background-image: resource("Builtin Skins/DarkSkin/Images/pane options.png");
  216. /* GUIState.scaledBackgrounds */
  217. -unity-scaled-backgrounds: resource("Builtin Skins/DarkSkin/Images/pane options@2x.png");
  218. }
  219. .sequenceGroupFont {
  220. /* GUIState.textColor */
  221. color: rgb(204, 204, 204);
  222. }
  223. .sequenceSwitcher{
  224. background-color: rgb(51, 51, 51);
  225. }