248 lines
		
	
	
		
			9.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			248 lines
		
	
	
		
			9.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|  | .Icon-Activation { | ||
|  |     /* GUIStyle.fixedWidth */ | ||
|  |     width: 10; | ||
|  | 
 | ||
|  |     /* GUIState.background */ | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineActivation.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .trackRecordButton { | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackRecordButtonDisabled.png"); | ||
|  |     -unity-scaled-backgrounds: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackRecordButtonDisabled@2x.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .trackRecordButton:checked { | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackRecordButtonEnabled.png"); | ||
|  |     -unity-scaled-backgrounds: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackRecordButtonEnabled@2x.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .trackAvatarMaskButton { | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackAvatarButtonDisabled.png"); | ||
|  |     -unity-scaled-backgrounds: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/AvatarMaskDisabled.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .trackAvatarMaskButton:checked { | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackAvatarButtonEnabled.png"); | ||
|  |     -unity-scaled-backgrounds: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackAvatarButtonEnabled.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .Icon-ClipIn { | ||
|  |     /* GUIState.background */ | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineIconClipIn.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .Icon-ClipOut { | ||
|  |     /* GUIState.background */ | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineIconClipOut.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .Icon-ClipSelected { | ||
|  |     /* GUIState.background */ | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineClipGradientSelected.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .trackCurvesButton { | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackCurvesButtonDisabled.png"); | ||
|  |     -unity-scaled-backgrounds: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackCurvesButtonDisabled@2x.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .trackCurvesButton:checked { | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackCurvesButtonEnabled.png"); | ||
|  |     -unity-scaled-backgrounds: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackCurvesButtonEnabled@2x.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .Icon-Endmarker { | ||
|  |     /* GUIState.textColor */ | ||
|  |     color: rgb(57, 122, 234); | ||
|  | } | ||
|  | 
 | ||
|  | .MarkerItem { | ||
|  |     /* GUIState.background */ | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineMarkerItemCollapsed.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .MarkerItem:checked { | ||
|  |     /* GUIState.background */ | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineMarkerItem.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .MarkerItem:hover:focus:checked { | ||
|  |     /* GUIState.background */ | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineMarkerItemSelected.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .SignalEmitter { | ||
|  |     /* GUIState.background */ | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineSignalCollapsed.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .SignalEmitter:checked { | ||
|  |     /* GUIState.background */ | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TimelineSignal.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .SignalEmitter:hover:focus:checked { | ||
|  |     /* GUIState.background */ | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineSignalSelected.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .trackCollapseMarkerButton { | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackMarkerButtonDisabled.png"); | ||
|  |     -unity-scaled-backgrounds: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackMarkerButtonDisabled@2x.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .trackCollapseMarkerButton:checked { | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackMarkerButtonEnabled.png"); | ||
|  |     -unity-scaled-backgrounds: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackMarkerButtonEnabled@2x.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .Icon-ExtrapolationContinue { | ||
|  |     /* GUIState.background */ | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineContinue.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .Icon-ExtrapolationHold { | ||
|  |     /* GUIState.background */ | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineHold.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .Icon-ExtrapolationLoop { | ||
|  |     /* GUIState.background */ | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineLoop.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .Icon-ExtrapolationPingPong { | ||
|  |     /* GUIState.background */ | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelinePingPong.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .Icon-Foldout { | ||
|  |     /* GUIState.background */ | ||
|  |     background-image: resource("Builtin Skins/LightSkin/Images/IN foldout.png"); | ||
|  | 
 | ||
|  |     /* GUIState.scaledBackgrounds */ | ||
|  |     -unity-scaled-backgrounds: resource("Builtin Skins/LightSkin/Images/IN foldout@2x.png"); | ||
|  | } | ||
|  | 
 | ||
|  | /* GUIStyle.active */ | ||
|  | .Icon-Foldout:hover:active { | ||
|  |     /* GUIState.background */ | ||
|  |     background-image: resource("Builtin Skins/LightSkin/Images/IN foldout on.png"); | ||
|  | 
 | ||
|  |     /* GUIState.scaledBackgrounds */ | ||
|  |     -unity-scaled-backgrounds: resource("Builtin Skins/LightSkin/Images/IN foldout on@2x.png"); | ||
|  | } | ||
|  | 
 | ||
|  | /* GUIStyle.onActive */ | ||
|  | .Icon-Foldout:hover:active:checked { | ||
|  |     /* GUIState.background */ | ||
|  |     background-image: resource("Builtin Skins/LightSkin/Images/IN foldout on.png"); | ||
|  | 
 | ||
|  |     /* GUIState.scaledBackgrounds */ | ||
|  |     -unity-scaled-backgrounds: resource("Builtin Skins/LightSkin/Images/IN foldout on@2x.png"); | ||
|  | } | ||
|  | 
 | ||
|  | /* GUIStyle.onNormal */ | ||
|  | .Icon-Foldout:checked { | ||
|  |     /* GUIState.background */ | ||
|  |     background-image: resource("Builtin Skins/LightSkin/Images/IN foldout on.png"); | ||
|  | 
 | ||
|  |     /* GUIState.scaledBackgrounds */ | ||
|  |     -unity-scaled-backgrounds: resource("Builtin Skins/LightSkin/Images/IN foldout on@2x.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .Icon-InfiniteTrack { | ||
|  |     /* GUIState.background */ | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineInfiniteTrackNoShadow.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .Icon-Keyframe { | ||
|  |     /* GUIState.background */ | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineKeyframe.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .trackLockOverlay { | ||
|  |     /* GUIState.background */ | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineDisabledBackground.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .trackMuteButton { | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackMuteButtonDisabled.png"); | ||
|  |     -unity-scaled-backgrounds: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackMuteButtonDisabled@2x.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .trackMuteButton:checked { | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackMuteButtonEnabled.png"); | ||
|  |     -unity-scaled-backgrounds: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackMuteButtonEnabled@2x.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .trackLockButton { | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackLockButtonDisabled.png"); | ||
|  |     -unity-scaled-backgrounds: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackLockButtonDisabled@2x.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .trackLockButton:checked { | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackLockButtonEnabled.png"); | ||
|  |     -unity-scaled-backgrounds: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackLockButtonEnabled@2x.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .Icon-Options { | ||
|  |     /* GUIState.background */ | ||
|  |     background-image: resource("Icons/_Popup.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .Icon-PlayAreaEnd { | ||
|  |     /* GUIState.textColor */ | ||
|  |     color: rgba(255, 255, 255, 0.2); | ||
|  | 
 | ||
|  |     /* GUIState.background */ | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineEndPlayback.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .Icon-PlayAreaStart { | ||
|  |     /* GUIState.textColor */ | ||
|  |     color: rgba(255, 255, 255, 0.21); | ||
|  | 
 | ||
|  |     /* GUIState.background */ | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineStartPlayback.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .Icon-Playrange { | ||
|  |     /* GUIState.background */ | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelinePlayRange.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .Icon-TimeCursor { | ||
|  |     /* GUIState.background */ | ||
|  |     background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineTimeCursor.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .Icon-TrackOptions { | ||
|  |     /* GUIStyle.imagePosition */ | ||
|  |     -unity-image-position: image-above; | ||
|  | 
 | ||
|  |     /* GUIState.background */ | ||
|  |     background-image: resource("Builtin Skins/LightSkin/Images/pane options.png"); | ||
|  | 
 | ||
|  |     /* GUIState.scaledBackgrounds */ | ||
|  |     -unity-scaled-backgrounds: resource("Builtin Skins/LightSkin/Images/pane options@2x.png"); | ||
|  | } | ||
|  | 
 | ||
|  | .sequenceGroupFont { | ||
|  |     /* GUIState.textColor */ | ||
|  |     color: rgb(255, 255, 255); | ||
|  | } | ||
|  | 
 | ||
|  | .Font-Clip { | ||
|  |     /* GUIStyleState.textColor */ | ||
|  |     color: rgb(0, 0, 0); | ||
|  | } | ||
|  | 
 | ||
|  | .sequenceSwitcher{ | ||
|  |     background-color: rgb(208, 208, 208); | ||
|  | } | ||
|  | 
 | ||
|  | .trackButtonSuite { | ||
|  |     background-color: rgba(241, 241, 241, 0.7); | ||
|  | } |