| .Color-Selected { |
| |
| -unity-text-align: middle-center; |
|
|
| |
| -unity-clipping: clip; |
|
|
| |
| height: 20; |
|
|
| |
| width: 6; |
|
|
| |
| font-size: 72; |
|
|
| |
| -unity-image-position: text-only; |
|
|
| |
| -unity-name: "Color.Selected"; |
|
|
| |
| -unity-rich-text: false; |
|
|
| |
| -unity-stretch-width: false; |
|
|
| |
| color: rgb(12, 180, 204); |
| } |
|
|
| |
| .Color-Selected:hover:active { |
| |
| color: rgb(12, 180, 204); |
| } |
|
|
| |
| .Color-Selected:focus { |
| |
| color: rgb(255, 255, 255); |
| } |
|
|
| .Font-Clip { |
| |
| -unity-text-align: middle-center; |
|
|
| |
| -unity-clipping: clip; |
|
|
| |
| font-size: --unity-font-size-small; |
|
|
| |
| -unity-image-position: text-only; |
|
|
| |
| -unity-name: "Font.Clip"; |
|
|
| |
| -unity-rich-text: false; |
|
|
| |
| -unity-stretch-width: false; |
| } |
|
|
| .groupBackground { |
|
|
| -unity-slice-left: 5; |
| -unity-slice-top: 5; |
| -unity-slice-bottom: 5; |
|
|
| -unity-clipping: clip; |
| -unity-image-position: text-only; |
|
|
| padding-top: 2; |
| padding-bottom: 2; |
|
|
| -unity-stretch-height: true; |
| color: rgb(115, 151, 236); |
| background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineGroupBackground.png"); |
| } |
|
|
| |
| .groupBackground:hover:active { |
| |
| color: rgb(137, 196, 255); |
| } |
|
|
| .Icon-Activation { |
| |
| -unity-text-align: middle-left; |
|
|
| |
| height: 15; |
|
|
| |
| font-size: --unity-font-size; |
|
|
| |
| -unity-image-position: image-only; |
|
|
| |
| -unity-name: "Icon.Activation"; |
|
|
| |
| -unity-rich-text: false; |
|
|
| |
| -unity-stretch-width: false; |
|
|
| |
| color: rgba(0, 0, 0, 0.75); |
| } |
|
|
| .trackRecordButton { |
| height: 16; |
| width: 16; |
| -unity-text-align: middle-center; |
| font-size: --unity-font-size; |
| -unity-image-position: image-only; |
| -unity-rich-text: false; |
| -unity-stretch-width: false; |
| } |
|
|
| .trackAvatarMaskButton { |
| height: 16; |
| width: 16; |
| -unity-text-align: middle-center; |
| font-size: --unity-font-size |
| -unity-image-position: image-only; |
| -unity-rich-text: false; |
| -unity-stretch-width: false; |
| } |
|
|
| .Icon-ClipIn { |
| |
| -unity-text-align: middle-center; |
|
|
| |
| -unity-clipping: clip; |
|
|
| |
| height: 8; |
|
|
| |
| width: 4; |
|
|
| |
| font-size: 72; |
|
|
| |
| -unity-image-position: text-only; |
|
|
| |
| -unity-name: "Icon.ClipIn"; |
|
|
| |
| -unity-rich-text: false; |
|
|
| |
| -unity-stretch-width: false; |
| } |
|
|
| .Icon-ClipOut { |
| |
| -unity-text-align: middle-center; |
|
|
| |
| -unity-clipping: clip; |
|
|
| |
| height: 8; |
|
|
| |
| width: 4; |
|
|
| |
| font-size: 72; |
|
|
| |
| -unity-image-position: text-only; |
|
|
| |
| -unity-name: "Icon.ClipOut"; |
|
|
| |
| -unity-rich-text: false; |
|
|
| |
| -unity-stretch-width: false; |
| } |
|
|
| .Icon-Connector { |
| |
| -unity-text-align: middle-center; |
|
|
| |
| -unity-clipping: clip; |
|
|
| |
| height: 5; |
|
|
| |
| width: 7; |
|
|
| |
| font-size: 72; |
|
|
| |
| -unity-image-position: text-only; |
|
|
| |
| -unity-name: "Icon.Connector"; |
|
|
| |
| -unity-rich-text: false; |
|
|
| |
| -unity-stretch-width: false; |
|
|
| |
| background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineConnector.png"); |
| } |
|
|
| .trackCurvesButton { |
| -unity-text-align: middle-center; |
| -unity-clipping: clip; |
| height: 16; |
| width: 16; |
| font-size: 72; |
| -unity-rich-text: false; |
| -unity-stretch-width: false; |
| } |
|
|
| .Icon-Endmarker { |
| |
| -unity-text-align: middle-center; |
|
|
| |
| height: 14; |
|
|
| |
| width: 5; |
|
|
| |
| font-size: 72; |
|
|
| |
| -unity-image-position: text-only; |
|
|
| |
| margin-left: 4; |
| margin-right: 4; |
| margin-top: 4; |
| margin-bottom: 4; |
|
|
| |
| -unity-name: "Icon.Endmarker"; |
|
|
| |
| padding-left: 4; |
| padding-right: 4; |
| padding-top: 4; |
| padding-bottom: 4; |
|
|
| |
| -unity-rich-text: false; |
|
|
| |
| -unity-stretch-width: false; |
|
|
| |
| background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineSeqEnd.png"); |
| } |
|
|
| .MarkerItem { |
| |
| -unity-text-align: middle-center; |
|
|
| |
| height: 16; |
|
|
| |
| width: 9; |
|
|
| |
| -unity-image-position: image-only; |
|
|
| } |
|
|
| .SignalEmitter { |
| |
| -unity-text-align: middle-center; |
|
|
| |
| height: 16; |
|
|
| |
| width: 9; |
|
|
| |
| -unity-image-position: image-only; |
| } |
|
|
| .trackCollapseMarkerButton { |
| -unity-text-align: middle-center; |
| height: 16; |
| width: 16; |
| -unity-image-position: image-only; |
| } |
|
|
| .MarkerMultiOverlay { |
| |
| -unity-text-align: middle-center; |
|
|
| |
| height: 16; |
|
|
| |
| width: 9; |
|
|
| |
| -unity-image-position: image-only; |
|
|
| |
| background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/Timeline-Marker-Multi-Overlay.png"); |
| } |
|
|
| .Icon-ExtrapolationContinue { |
| |
| -unity-text-align: middle-center; |
|
|
| |
| -unity-clipping: clip; |
|
|
| |
| height: 11; |
|
|
| |
| width: 14; |
|
|
| |
| font-size: 72; |
|
|
| |
| -unity-image-position: image-only; |
|
|
| |
| -unity-name: "Icon.ExtrapolationContinue"; |
|
|
| |
| -unity-rich-text: false; |
|
|
| |
| -unity-stretch-width: false; |
| } |
|
|
| .Icon-ExtrapolationHold { |
| |
| -unity-text-align: middle-center; |
|
|
| |
| -unity-clipping: clip; |
|
|
| |
| height: 11; |
|
|
| |
| width: 14; |
|
|
| |
| font-size: 72; |
|
|
| |
| -unity-image-position: image-only; |
|
|
| |
| -unity-name: "Icon.ExtrapolationHold"; |
|
|
| |
| -unity-rich-text: false; |
|
|
| |
| -unity-stretch-width: false; |
| } |
|
|
| .Icon-ExtrapolationLoop { |
| |
| -unity-text-align: middle-center; |
|
|
| |
| -unity-clipping: clip; |
|
|
| |
| height: 11; |
|
|
| |
| width: 14; |
|
|
| |
| font-size: 72; |
|
|
| |
| -unity-image-position: image-only; |
|
|
| |
| -unity-name: "Icon.ExtrapolationLoop"; |
|
|
| |
| -unity-rich-text: false; |
|
|
| |
| -unity-stretch-width: false; |
| } |
|
|
| .Icon-ExtrapolationPingPong { |
| |
| -unity-text-align: middle-center; |
|
|
| |
| -unity-clipping: clip; |
|
|
| |
| height: 11; |
|
|
| |
| width: 14; |
|
|
| |
| font-size: 72; |
|
|
| |
| -unity-image-position: image-only; |
|
|
| |
| -unity-name: "Icon.ExtrapolationPingPong"; |
|
|
| |
| -unity-rich-text: false; |
|
|
| |
| -unity-stretch-width: false; |
| } |
|
|
| .Icon-Foldout { |
| |
| -unity-text-align: middle-left; |
|
|
| |
| width: 13; |
|
|
| |
| height: 13; |
|
|
| |
| font-size: --unity-font-size; |
|
|
| |
| -unity-image-position: image-only; |
|
|
| |
| -unity-name: "Icon.Foldout"; |
|
|
| |
| -unity-rich-text: false; |
|
|
| |
| -unity-stretch-width: false; |
| } |
|
|
| .Icon-InfiniteTrack { |
| |
| -unity-text-align: middle-center; |
| -unity-slice-top: 5; |
| -unity-slice-bottom: 5; |
|
|
| |
| -unity-clipping: clip; |
|
|
| |
| font-size: --unity-font-size; |
|
|
| |
| -unity-image-position: image-above; |
|
|
| |
| -unity-name: "Icon.InfiniteTrack"; |
|
|
| |
| -unity-rich-text: false; |
|
|
| |
| -unity-stretch-width: false; |
|
|
| |
| -unity-word-wrap: true; |
| } |
|
|
| |
| .Icon-InfiniteTrack:hover:active { |
| |
| color: rgba(0, 0, 0, 0.96); |
| } |
|
|
| .Icon-Keyframe { |
| |
| -unity-text-align: middle-center; |
|
|
| |
| -unity-clipping: clip; |
|
|
| |
| height: 8; |
|
|
| |
| width: 9; |
|
|
| |
| font-size: 72; |
|
|
| |
| -unity-image-position: image-only; |
|
|
| |
| -unity-name: "Icon.Keyframe"; |
|
|
| |
| -unity-rich-text: false; |
|
|
| |
| -unity-stretch-width: false; |
| } |
|
|
| .trackLockOverlay { |
| -unity-text-align: middle-center; |
| font-size: 72; |
| -unity-image-position: text-only; |
| -unity-rich-text: false; |
| -unity-stretch-width: false; |
| color: rgb(37, 45, 50); |
| } |
|
|
| .trackMuteButton { |
| -unity-text-align: middle-center; |
| height: 16; |
| width: 16; |
| font-size: --unity-font-size; |
| -unity-image-position: image-only; |
| -unity-rich-text: false; |
| -unity-stretch-width: false; |
| } |
|
|
| .trackLockButton { |
| -unity-text-align: middle-center; |
| height: 16; |
| width: 16; |
| font-size: --unity-font-size; |
| -unity-image-position: image-only; |
| -unity-rich-text: false; |
| -unity-stretch-width: false; |
| } |
|
|
| .Icon-Options { |
| |
| -unity-text-align: middle-center; |
|
|
| |
| -unity-clipping: clip; |
|
|
| |
| height: 14; |
|
|
| |
| width: 14; |
|
|
| |
| font-size: 72; |
|
|
| |
| -unity-image-position: text-only; |
|
|
| |
| margin-left: 10; |
| margin-right: 5; |
|
|
| |
| -unity-name: "Icon.Options"; |
|
|
| |
| -unity-rich-text: false; |
|
|
| |
| -unity-stretch-width: false; |
|
|
| |
| color: rgb(37, 45, 50); |
| } |
|
|
| .Icon-OutlineBorder { |
| |
| -unity-text-align: middle-center; |
|
|
| |
| -unity-slice-left: 5; |
| -unity-slice-right: 5; |
| -unity-slice-top: 5; |
| -unity-slice-bottom: 5; |
|
|
| |
| -unity-clipping: clip; |
|
|
| |
| font-size: --unity-font-size; |
|
|
| |
| -unity-image-position: image-above; |
|
|
| |
| -unity-name: "Icon.OutlineBorder"; |
|
|
| |
| -unity-rich-text: false; |
|
|
| |
| -unity-stretch-width: false; |
|
|
| |
| -unity-word-wrap: true; |
|
|
| |
| background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineOutline.png"); |
| } |
|
|
| |
| .Icon-OutlineBorder:hover:active { |
| |
| color: rgba(0, 0, 0, 0.96); |
| } |
|
|
| .Icon-PlayAreaEnd { |
| |
| -unity-text-align: middle-center; |
|
|
| |
| -unity-clipping: clip; |
|
|
| |
| height: 20; |
|
|
| |
| width: 6; |
|
|
| |
| font-size: 72; |
|
|
| |
| -unity-image-position: text-only; |
|
|
| |
| -unity-name: "Icon.PlayAreaEnd"; |
|
|
| |
| -unity-rich-text: false; |
|
|
| |
| -unity-stretch-width: false; |
| } |
|
|
| .Icon-PlayAreaStart { |
| |
| -unity-text-align: middle-center; |
|
|
| |
| -unity-clipping: clip; |
|
|
| |
| height: 20; |
|
|
| |
| width: 6; |
|
|
| |
| font-size: 72; |
|
|
| |
| -unity-image-position: text-only; |
|
|
| |
| -unity-name: "Icon.PlayAreaStart"; |
|
|
| |
| -unity-rich-text: false; |
|
|
| |
| -unity-stretch-width: false; |
| } |
|
|
| .Icon-Playrange { |
| |
| -unity-text-align: middle-center; |
|
|
| |
| -unity-clipping: clip; |
|
|
| |
| height: 25; |
|
|
| |
| width: 6; |
|
|
| |
| font-size: 72; |
|
|
| |
| -unity-image-position: image-only; |
|
|
| |
| -unity-name: "Icon.Playrange"; |
|
|
| |
| -unity-rich-text: false; |
|
|
| |
| -unity-stretch-width: false; |
| } |
|
|
| .Icon-Shadow { |
| |
| -unity-text-align: middle-center; |
|
|
| |
| -unity-clipping: clip; |
|
|
| |
| font-size: 72; |
|
|
| |
| -unity-image-position: image-only; |
|
|
| |
| -unity-name: "Icon.Shadow"; |
|
|
| |
| -unity-rich-text: false; |
|
|
| |
| -unity-stretch-width: false; |
|
|
| |
| background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineBottomShadow.png"); |
| } |
|
|
| .Icon-TimeCursor { |
| |
| -unity-text-align: middle-left; |
|
|
| |
| height: 20; |
|
|
| |
| width: 11; |
|
|
| |
| font-size: 72; |
|
|
| |
| -unity-image-position: text-only; |
|
|
| |
| margin-left: 4; |
| margin-right: 4; |
| margin-top: 4; |
| margin-bottom: 4; |
|
|
| |
| -unity-name: "Icon.TimeCursor"; |
|
|
| |
| padding-left: 4; |
| padding-right: 4; |
| padding-top: 4; |
| padding-bottom: 4; |
|
|
| |
| -unity-rich-text: false; |
|
|
| |
| -unity-stretch-width: false; |
|
|
| |
| color: rgb(255, 255, 255); |
| } |
|
|
| .Icon-TrackHeaderSwatch { |
| |
| -unity-text-align: middle-left; |
| -unity-slice-top: 4; |
| -unity-slice-bottom: 4; |
|
|
| |
| -unity-clipping: clip; |
|
|
| |
| width: 4; |
|
|
| |
| -unity-image-position: text-only; |
|
|
| |
| -unity-name: "Icon.TrackHeaderSwatch"; |
|
|
| |
| -unity-rich-text: false; |
|
|
| |
| -unity-stretch-width: false; |
|
|
| |
| background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineSwatch.png"); |
| } |
|
|
| |
| .Icon-TrackHeaderSwatch:hover:active { |
| |
| color: rgb(137, 196, 255); |
| } |
|
|
| .Icon-TrackOptions { |
| |
| -unity-text-align: middle-center; |
|
|
| |
| -unity-clipping: clip; |
|
|
| |
| height: 16; |
|
|
| |
| width: 16; |
|
|
| |
| font-size: --unity-font-size; |
|
|
| |
| -unity-name: "Icon.TrackOptions"; |
|
|
| |
| -unity-rich-text: false; |
|
|
| |
| -unity-stretch-width: false; |
|
|
| |
| -unity-word-wrap: true; |
| } |
|
|
| |
| .Icon-TrackOptions:hover:active { |
| |
| color: rgba(0, 0, 0, 0.96); |
| } |
|
|
| .Icon-Warning { |
| |
| -unity-text-align: middle-center; |
|
|
| |
| -unity-clipping: clip; |
|
|
| |
| font-size: 72; |
|
|
| |
| -unity-image-position: image-only; |
|
|
| |
| -unity-name: "Icon.Warning"; |
|
|
| |
| -unity-rich-text: false; |
|
|
| |
| -unity-stretch-width: false; |
|
|
| |
| background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineWarning.png"); |
| } |
|
|
| .sequenceClip { |
| |
| -unity-text-align: middle-left; |
|
|
| |
| -unity-slice-left: 5; |
| -unity-slice-right: 5; |
| -unity-slice-top: 5; |
| -unity-slice-bottom: 5; |
|
|
| |
| -unity-clipping: clip; |
|
|
| |
| font-size: --unity-font-size-tiny; |
|
|
| |
| -unity-image-position: text-only; |
|
|
| padding-top: 2; |
| padding-bottom: 2; |
|
|
| |
| -unity-rich-text: false; |
|
|
| |
| -unity-stretch-height: true; |
|
|
| |
| color: rgb(115, 151, 236); |
|
|
| |
| background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineDisplay.png"); |
| } |
|
|
| |
| .sequenceClip:hover:active { |
| |
| color: rgb(137, 196, 255); |
| } |
|
|
| .sequenceGroupFont { |
| |
| -unity-text-align: middle-left; |
|
|
| |
| font-size: --unity-font-size; |
|
|
| |
| -unity-image-position: text-only; |
|
|
| |
| -unity-rich-text: false; |
|
|
| |
| -unity-stretch-width: false; |
| } |
|
|
| .sequenceTrackHeaderFont { |
| |
| -unity-text-align: middle-left; |
|
|
| |
| font-size: --unity-font-size; |
|
|
| |
| -unity-image-position: text-only; |
|
|
| |
| padding-left: 5; |
|
|
| |
| -unity-rich-text: false; |
|
|
| |
| -unity-stretch-width: false; |
|
|
| |
| color: rgb(153, 153, 153); |
| } |
|
|
| .tinyFont { |
| |
| -unity-text-align: middle-left; |
|
|
| |
| font-size: --unity-font-size-tiny; |
|
|
| |
| -unity-image-position: text-only; |
|
|
| |
| -unity-rich-text: false; |
|
|
| |
| -unity-stretch-width: false; |
|
|
| |
| color: rgba(255, 255, 255, 0.75); |
| } |
|
|
| .editModeBtn { |
| padding-left: 8px; |
| padding-right: 8px; |
| padding-top: 4px; |
| padding-bottom: 3px; |
| -unity-extend: ".ToolbarPopup"; |
| background-image: resource(""); |
| } |
|
|
| .showMarkerBtn{ |
| margin: 0px 0px 6px 6px; |
| padding-left: 12px; |
| padding-right: 12px; |
| padding-top: 4px; |
| padding-bottom: 3px; |
| -unity-extend: ".ToolbarPopup"; |
| background-image: resource(""); |
| } |
|
|
| .sequenceSwitcher{ |
| margin: 0px 5px 0px 0px; |
| padding-left: 0px; |
| padding-right: 0px; |
| padding-top: 0px; |
| padding-bottom: 0px; |
| -unity-extend: ".ToolbarPopup"; |
| background-image: resource(""); |
| -unity-text-align: middle-center; |
| } |
|
|
| .markerWarningOverlay{ |
| height: 13px; |
| width: 14px; |
| background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/Timeline-Marker-Warning-Overlay.png"); |
| } |
|
|
| .timeReferenceButton { |
| -unity-extend: ".toolbarbutton"; |
| padding-left: 6px; |
| padding-right: 6px; |
| padding-top: 0px; |
| padding-bottom: 0px; |
| -unity-text-align: middle-center; |
| font-size: --unity-font-size-small; |
| } |
|
|
| .trackButtonSuite { |
| height: 22px; |
| border-radius: 3px; |
| margin-left: 1px; |
| margin-right: 1px; |
| margin-top: -3px; |
| padding-left: 3px; |
| padding-right: 4px; |
| } |
|
|
| .previewButtonDisabled { |
| -unity-extend: ".toolbarbutton"; |
| padding-left: 0px; |
| padding-right: 0px; |
| -unity-text-align: middle-center; |
| } |
|
|