dark.uss 9.9 KB

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