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.
1053 lines
21 KiB
1053 lines
21 KiB
.Color-Selected { |
|
/* GUIStyle.alignment */ |
|
-unity-text-align: middle-center; |
|
|
|
/* GUIStyle.clipping */ |
|
-unity-clipping: clip; |
|
|
|
/* GUIStyle.fixedHeight */ |
|
height: 20; |
|
|
|
/* GUIStyle.fixedWidth */ |
|
width: 6; |
|
|
|
/* GUIStyle.fontSize */ |
|
font-size: 72; |
|
|
|
/* GUIStyle.imagePosition */ |
|
-unity-image-position: text-only; |
|
|
|
/* GUIStyle.name */ |
|
-unity-name: "Color.Selected"; |
|
|
|
/* GUIStyle.richText */ |
|
-unity-rich-text: false; |
|
|
|
/* GUIStyle.stretchWidth */ |
|
-unity-stretch-width: false; |
|
|
|
/* GUIState.textColor */ |
|
color: rgb(12, 180, 204); |
|
} |
|
|
|
/* GUIStyle.active */ |
|
.Color-Selected:hover:active { |
|
/* GUIState.textColor */ |
|
color: rgb(12, 180, 204); |
|
} |
|
|
|
/* GUIStyle.focused */ |
|
.Color-Selected:focus { |
|
/* GUIState.textColor */ |
|
color: rgb(255, 255, 255); |
|
} |
|
|
|
.Font-Clip { |
|
/* GUIStyle.alignment */ |
|
-unity-text-align: middle-center; |
|
|
|
/* GUIStyle.clipping */ |
|
-unity-clipping: clip; |
|
|
|
/* GUIStyle.fontSize */ |
|
font-size: --unity-font-size-small; |
|
|
|
/* GUIStyle.imagePosition */ |
|
-unity-image-position: text-only; |
|
|
|
/* GUIStyle.name */ |
|
-unity-name: "Font.Clip"; |
|
|
|
/* GUIStyle.richText */ |
|
-unity-rich-text: false; |
|
|
|
/* GUIStyle.stretchWidth */ |
|
-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"); |
|
} |
|
|
|
/* GUIStyle.active */ |
|
.groupBackground:hover:active { |
|
/* GUIState.textColor */ |
|
color: rgb(137, 196, 255); |
|
} |
|
|
|
.Icon-Activation { |
|
/* GUIStyle.alignment */ |
|
-unity-text-align: middle-left; |
|
|
|
/* GUIStyle.fixedHeight */ |
|
height: 15; |
|
|
|
/* GUIStyle.fontSize */ |
|
font-size: --unity-font-size; |
|
|
|
/* GUIStyle.imagePosition */ |
|
-unity-image-position: image-only; |
|
|
|
/* GUIStyle.name */ |
|
-unity-name: "Icon.Activation"; |
|
|
|
/* GUIStyle.richText */ |
|
-unity-rich-text: false; |
|
|
|
/* GUIStyle.stretchWidth */ |
|
-unity-stretch-width: false; |
|
|
|
/* GUIState.textColor */ |
|
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 { |
|
/* GUIStyle.alignment */ |
|
-unity-text-align: middle-center; |
|
|
|
/* GUIStyle.clipping */ |
|
-unity-clipping: clip; |
|
|
|
/* GUIStyle.fixedHeight */ |
|
height: 8; |
|
|
|
/* GUIStyle.fixedWidth */ |
|
width: 4; |
|
|
|
/* GUIStyle.fontSize */ |
|
font-size: 72; |
|
|
|
/* GUIStyle.imagePosition */ |
|
-unity-image-position: text-only; |
|
|
|
/* GUIStyle.name */ |
|
-unity-name: "Icon.ClipIn"; |
|
|
|
/* GUIStyle.richText */ |
|
-unity-rich-text: false; |
|
|
|
/* GUIStyle.stretchWidth */ |
|
-unity-stretch-width: false; |
|
} |
|
|
|
.Icon-ClipOut { |
|
/* GUIStyle.alignment */ |
|
-unity-text-align: middle-center; |
|
|
|
/* GUIStyle.clipping */ |
|
-unity-clipping: clip; |
|
|
|
/* GUIStyle.fixedHeight */ |
|
height: 8; |
|
|
|
/* GUIStyle.fixedWidth */ |
|
width: 4; |
|
|
|
/* GUIStyle.fontSize */ |
|
font-size: 72; |
|
|
|
/* GUIStyle.imagePosition */ |
|
-unity-image-position: text-only; |
|
|
|
/* GUIStyle.name */ |
|
-unity-name: "Icon.ClipOut"; |
|
|
|
/* GUIStyle.richText */ |
|
-unity-rich-text: false; |
|
|
|
/* GUIStyle.stretchWidth */ |
|
-unity-stretch-width: false; |
|
} |
|
|
|
.Icon-Connector { |
|
/* GUIStyle.alignment */ |
|
-unity-text-align: middle-center; |
|
|
|
/* GUIStyle.clipping */ |
|
-unity-clipping: clip; |
|
|
|
/* GUIStyle.fixedHeight */ |
|
height: 5; |
|
|
|
/* GUIStyle.fixedWidth */ |
|
width: 7; |
|
|
|
/* GUIStyle.fontSize */ |
|
font-size: 72; |
|
|
|
/* GUIStyle.imagePosition */ |
|
-unity-image-position: text-only; |
|
|
|
/* GUIStyle.name */ |
|
-unity-name: "Icon.Connector"; |
|
|
|
/* GUIStyle.richText */ |
|
-unity-rich-text: false; |
|
|
|
/* GUIStyle.stretchWidth */ |
|
-unity-stretch-width: false; |
|
|
|
/* GUIState.background */ |
|
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 { |
|
/* GUIStyle.alignment */ |
|
-unity-text-align: middle-center; |
|
|
|
/* GUIStyle.fixedHeight */ |
|
height: 14; |
|
|
|
/* GUIStyle.fixedWidth */ |
|
width: 5; |
|
|
|
/* GUIStyle.fontSize */ |
|
font-size: 72; |
|
|
|
/* GUIStyle.imagePosition */ |
|
-unity-image-position: text-only; |
|
|
|
/* GUIStyle.margin */ |
|
margin-left: 4; |
|
margin-right: 4; |
|
margin-top: 4; |
|
margin-bottom: 4; |
|
|
|
/* GUIStyle.name */ |
|
-unity-name: "Icon.Endmarker"; |
|
|
|
/* GUIStyle.padding */ |
|
padding-left: 4; |
|
padding-right: 4; |
|
padding-top: 4; |
|
padding-bottom: 4; |
|
|
|
/* GUIStyle.richText */ |
|
-unity-rich-text: false; |
|
|
|
/* GUIStyle.stretchWidth */ |
|
-unity-stretch-width: false; |
|
|
|
/* GUIState.background */ |
|
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineSeqEnd.png"); |
|
} |
|
|
|
.MarkerItem { |
|
/* GUIStyle.alignment */ |
|
-unity-text-align: middle-center; |
|
|
|
/* GUIStyle.fixedHeight */ |
|
height: 16; |
|
|
|
/* GUIStyle.fixedWidth */ |
|
width: 9; |
|
|
|
/* GUIStyle.imagePosition */ |
|
-unity-image-position: image-only; |
|
|
|
} |
|
|
|
.SignalEmitter { |
|
/* GUIStyle.alignment */ |
|
-unity-text-align: middle-center; |
|
|
|
/* GUIStyle.fixedHeight */ |
|
height: 16; |
|
|
|
/* GUIStyle.fixedWidth */ |
|
width: 9; |
|
|
|
/* GUIStyle.imagePosition */ |
|
-unity-image-position: image-only; |
|
} |
|
|
|
.trackCollapseMarkerButton { |
|
-unity-text-align: middle-center; |
|
height: 16; |
|
width: 16; |
|
-unity-image-position: image-only; |
|
} |
|
|
|
.MarkerMultiOverlay { |
|
/* GUIStyle.alignment */ |
|
-unity-text-align: middle-center; |
|
|
|
/* GUIStyle.fixedHeight */ |
|
height: 16; |
|
|
|
/* GUIStyle.fixedWidth */ |
|
width: 9; |
|
|
|
/* GUIStyle.imagePosition */ |
|
-unity-image-position: image-only; |
|
|
|
/* GUIState.background */ |
|
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/Timeline-Marker-Multi-Overlay.png"); |
|
} |
|
|
|
.Icon-ExtrapolationContinue { |
|
/* GUIStyle.alignment */ |
|
-unity-text-align: middle-center; |
|
|
|
/* GUIStyle.clipping */ |
|
-unity-clipping: clip; |
|
|
|
/* GUIStyle.fixedHeight */ |
|
height: 11; |
|
|
|
/* GUIStyle.fixedWidth */ |
|
width: 14; |
|
|
|
/* GUIStyle.fontSize */ |
|
font-size: 72; |
|
|
|
/* GUIStyle.imagePosition */ |
|
-unity-image-position: image-only; |
|
|
|
/* GUIStyle.name */ |
|
-unity-name: "Icon.ExtrapolationContinue"; |
|
|
|
/* GUIStyle.richText */ |
|
-unity-rich-text: false; |
|
|
|
/* GUIStyle.stretchWidth */ |
|
-unity-stretch-width: false; |
|
} |
|
|
|
.Icon-ExtrapolationHold { |
|
/* GUIStyle.alignment */ |
|
-unity-text-align: middle-center; |
|
|
|
/* GUIStyle.clipping */ |
|
-unity-clipping: clip; |
|
|
|
/* GUIStyle.fixedHeight */ |
|
height: 11; |
|
|
|
/* GUIStyle.fixedWidth */ |
|
width: 14; |
|
|
|
/* GUIStyle.fontSize */ |
|
font-size: 72; |
|
|
|
/* GUIStyle.imagePosition */ |
|
-unity-image-position: image-only; |
|
|
|
/* GUIStyle.name */ |
|
-unity-name: "Icon.ExtrapolationHold"; |
|
|
|
/* GUIStyle.richText */ |
|
-unity-rich-text: false; |
|
|
|
/* GUIStyle.stretchWidth */ |
|
-unity-stretch-width: false; |
|
} |
|
|
|
.Icon-ExtrapolationLoop { |
|
/* GUIStyle.alignment */ |
|
-unity-text-align: middle-center; |
|
|
|
/* GUIStyle.clipping */ |
|
-unity-clipping: clip; |
|
|
|
/* GUIStyle.fixedHeight */ |
|
height: 11; |
|
|
|
/* GUIStyle.fixedWidth */ |
|
width: 14; |
|
|
|
/* GUIStyle.fontSize */ |
|
font-size: 72; |
|
|
|
/* GUIStyle.imagePosition */ |
|
-unity-image-position: image-only; |
|
|
|
/* GUIStyle.name */ |
|
-unity-name: "Icon.ExtrapolationLoop"; |
|
|
|
/* GUIStyle.richText */ |
|
-unity-rich-text: false; |
|
|
|
/* GUIStyle.stretchWidth */ |
|
-unity-stretch-width: false; |
|
} |
|
|
|
.Icon-ExtrapolationPingPong { |
|
/* GUIStyle.alignment */ |
|
-unity-text-align: middle-center; |
|
|
|
/* GUIStyle.clipping */ |
|
-unity-clipping: clip; |
|
|
|
/* GUIStyle.fixedHeight */ |
|
height: 11; |
|
|
|
/* GUIStyle.fixedWidth */ |
|
width: 14; |
|
|
|
/* GUIStyle.fontSize */ |
|
font-size: 72; |
|
|
|
/* GUIStyle.imagePosition */ |
|
-unity-image-position: image-only; |
|
|
|
/* GUIStyle.name */ |
|
-unity-name: "Icon.ExtrapolationPingPong"; |
|
|
|
/* GUIStyle.richText */ |
|
-unity-rich-text: false; |
|
|
|
/* GUIStyle.stretchWidth */ |
|
-unity-stretch-width: false; |
|
} |
|
|
|
.Icon-Foldout { |
|
/* GUIStyle.alignment */ |
|
-unity-text-align: middle-left; |
|
|
|
/* GUIStyle.fixedWidth */ |
|
width: 13; |
|
|
|
/* GUIStyle.fixedWidth */ |
|
height: 13; |
|
|
|
/* GUIStyle.fontSize */ |
|
font-size: --unity-font-size; |
|
|
|
/* GUIStyle.imagePosition */ |
|
-unity-image-position: image-only; |
|
|
|
/* GUIStyle.name */ |
|
-unity-name: "Icon.Foldout"; |
|
|
|
/* GUIStyle.richText */ |
|
-unity-rich-text: false; |
|
|
|
/* GUIStyle.stretchWidth */ |
|
-unity-stretch-width: false; |
|
} |
|
|
|
.Icon-InfiniteTrack { |
|
/* GUIStyle.alignment */ |
|
-unity-text-align: middle-center; |
|
-unity-slice-top: 5; |
|
-unity-slice-bottom: 5; |
|
|
|
/* GUIStyle.clipping */ |
|
-unity-clipping: clip; |
|
|
|
/* GUIStyle.fontSize */ |
|
font-size: --unity-font-size; |
|
|
|
/* GUIStyle.imagePosition */ |
|
-unity-image-position: image-above; |
|
|
|
/* GUIStyle.name */ |
|
-unity-name: "Icon.InfiniteTrack"; |
|
|
|
/* GUIStyle.richText */ |
|
-unity-rich-text: false; |
|
|
|
/* GUIStyle.stretchWidth */ |
|
-unity-stretch-width: false; |
|
|
|
/* GUIStyle.wordWrap */ |
|
-unity-word-wrap: true; |
|
} |
|
|
|
/* GUIStyle.active */ |
|
.Icon-InfiniteTrack:hover:active { |
|
/* GUIState.textColor */ |
|
color: rgba(0, 0, 0, 0.96); |
|
} |
|
|
|
.Icon-Keyframe { |
|
/* GUIStyle.alignment */ |
|
-unity-text-align: middle-center; |
|
|
|
/* GUIStyle.clipping */ |
|
-unity-clipping: clip; |
|
|
|
/* GUIStyle.fixedHeight */ |
|
height: 8; |
|
|
|
/* GUIStyle.fixedWidth */ |
|
width: 9; |
|
|
|
/* GUIStyle.fontSize */ |
|
font-size: 72; |
|
|
|
/* GUIStyle.imagePosition */ |
|
-unity-image-position: image-only; |
|
|
|
/* GUIStyle.name */ |
|
-unity-name: "Icon.Keyframe"; |
|
|
|
/* GUIStyle.richText */ |
|
-unity-rich-text: false; |
|
|
|
/* GUIStyle.stretchWidth */ |
|
-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 { |
|
/* GUIStyle.alignment */ |
|
-unity-text-align: middle-center; |
|
|
|
/* GUIStyle.clipping */ |
|
-unity-clipping: clip; |
|
|
|
/* GUIStyle.fixedHeight */ |
|
height: 14; |
|
|
|
/* GUIStyle.fixedWidth */ |
|
width: 14; |
|
|
|
/* GUIStyle.fontSize */ |
|
font-size: 72; |
|
|
|
/* GUIStyle.imagePosition */ |
|
-unity-image-position: text-only; |
|
|
|
/* GUIStyle.margin */ |
|
margin-left: 10; |
|
margin-right: 5; |
|
|
|
/* GUIStyle.name */ |
|
-unity-name: "Icon.Options"; |
|
|
|
/* GUIStyle.richText */ |
|
-unity-rich-text: false; |
|
|
|
/* GUIStyle.stretchWidth */ |
|
-unity-stretch-width: false; |
|
|
|
/* GUIState.textColor */ |
|
color: rgb(37, 45, 50); |
|
} |
|
|
|
.Icon-OutlineBorder { |
|
/* GUIStyle.alignment */ |
|
-unity-text-align: middle-center; |
|
|
|
/* GUIStyle.border */ |
|
-unity-slice-left: 5; |
|
-unity-slice-right: 5; |
|
-unity-slice-top: 5; |
|
-unity-slice-bottom: 5; |
|
|
|
/* GUIStyle.clipping */ |
|
-unity-clipping: clip; |
|
|
|
/* GUIStyle.fontSize */ |
|
font-size: --unity-font-size; |
|
|
|
/* GUIStyle.imagePosition */ |
|
-unity-image-position: image-above; |
|
|
|
/* GUIStyle.name */ |
|
-unity-name: "Icon.OutlineBorder"; |
|
|
|
/* GUIStyle.richText */ |
|
-unity-rich-text: false; |
|
|
|
/* GUIStyle.stretchWidth */ |
|
-unity-stretch-width: false; |
|
|
|
/* GUIStyle.wordWrap */ |
|
-unity-word-wrap: true; |
|
|
|
/* GUIState.background */ |
|
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineOutline.png"); |
|
} |
|
|
|
/* GUIStyle.active */ |
|
.Icon-OutlineBorder:hover:active { |
|
/* GUIState.textColor */ |
|
color: rgba(0, 0, 0, 0.96); |
|
} |
|
|
|
.Icon-PlayAreaEnd { |
|
/* GUIStyle.alignment */ |
|
-unity-text-align: middle-center; |
|
|
|
/* GUIStyle.clipping */ |
|
-unity-clipping: clip; |
|
|
|
/* GUIStyle.fixedHeight */ |
|
height: 20; |
|
|
|
/* GUIStyle.fixedWidth */ |
|
width: 6; |
|
|
|
/* GUIStyle.fontSize */ |
|
font-size: 72; |
|
|
|
/* GUIStyle.imagePosition */ |
|
-unity-image-position: text-only; |
|
|
|
/* GUIStyle.name */ |
|
-unity-name: "Icon.PlayAreaEnd"; |
|
|
|
/* GUIStyle.richText */ |
|
-unity-rich-text: false; |
|
|
|
/* GUIStyle.stretchWidth */ |
|
-unity-stretch-width: false; |
|
} |
|
|
|
.Icon-PlayAreaStart { |
|
/* GUIStyle.alignment */ |
|
-unity-text-align: middle-center; |
|
|
|
/* GUIStyle.clipping */ |
|
-unity-clipping: clip; |
|
|
|
/* GUIStyle.fixedHeight */ |
|
height: 20; |
|
|
|
/* GUIStyle.fixedWidth */ |
|
width: 6; |
|
|
|
/* GUIStyle.fontSize */ |
|
font-size: 72; |
|
|
|
/* GUIStyle.imagePosition */ |
|
-unity-image-position: text-only; |
|
|
|
/* GUIStyle.name */ |
|
-unity-name: "Icon.PlayAreaStart"; |
|
|
|
/* GUIStyle.richText */ |
|
-unity-rich-text: false; |
|
|
|
/* GUIStyle.stretchWidth */ |
|
-unity-stretch-width: false; |
|
} |
|
|
|
.Icon-Playrange { |
|
/* GUIStyle.alignment */ |
|
-unity-text-align: middle-center; |
|
|
|
/* GUIStyle.clipping */ |
|
-unity-clipping: clip; |
|
|
|
/* GUIStyle.fixedHeight */ |
|
height: 25; |
|
|
|
/* GUIStyle.fixedWidth */ |
|
width: 6; |
|
|
|
/* GUIStyle.fontSize */ |
|
font-size: 72; |
|
|
|
/* GUIStyle.imagePosition */ |
|
-unity-image-position: image-only; |
|
|
|
/* GUIStyle.name */ |
|
-unity-name: "Icon.Playrange"; |
|
|
|
/* GUIStyle.richText */ |
|
-unity-rich-text: false; |
|
|
|
/* GUIStyle.stretchWidth */ |
|
-unity-stretch-width: false; |
|
} |
|
|
|
.Icon-Shadow { |
|
/* GUIStyle.alignment */ |
|
-unity-text-align: middle-center; |
|
|
|
/* GUIStyle.clipping */ |
|
-unity-clipping: clip; |
|
|
|
/* GUIStyle.fontSize */ |
|
font-size: 72; |
|
|
|
/* GUIStyle.imagePosition */ |
|
-unity-image-position: image-only; |
|
|
|
/* GUIStyle.name */ |
|
-unity-name: "Icon.Shadow"; |
|
|
|
/* GUIStyle.richText */ |
|
-unity-rich-text: false; |
|
|
|
/* GUIStyle.stretchWidth */ |
|
-unity-stretch-width: false; |
|
|
|
/* GUIState.background */ |
|
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineBottomShadow.png"); |
|
} |
|
|
|
.Icon-TimeCursor { |
|
/* GUIStyle.alignment */ |
|
-unity-text-align: middle-left; |
|
|
|
/* GUIStyle.fixedHeight */ |
|
height: 20; |
|
|
|
/* GUIStyle.fixedWidth */ |
|
width: 11; |
|
|
|
/* GUIStyle.fontSize */ |
|
font-size: 72; |
|
|
|
/* GUIStyle.imagePosition */ |
|
-unity-image-position: text-only; |
|
|
|
/* GUIStyle.margin */ |
|
margin-left: 4; |
|
margin-right: 4; |
|
margin-top: 4; |
|
margin-bottom: 4; |
|
|
|
/* GUIStyle.name */ |
|
-unity-name: "Icon.TimeCursor"; |
|
|
|
/* GUIStyle.padding */ |
|
padding-left: 4; |
|
padding-right: 4; |
|
padding-top: 4; |
|
padding-bottom: 4; |
|
|
|
/* GUIStyle.richText */ |
|
-unity-rich-text: false; |
|
|
|
/* GUIStyle.stretchWidth */ |
|
-unity-stretch-width: false; |
|
|
|
/* GUIState.textColor */ |
|
color: rgb(255, 255, 255); |
|
} |
|
|
|
.Icon-TrackHeaderSwatch { |
|
/* GUIStyle.alignment */ |
|
-unity-text-align: middle-left; |
|
-unity-slice-top: 4; |
|
-unity-slice-bottom: 4; |
|
|
|
/* GUIStyle.clipping */ |
|
-unity-clipping: clip; |
|
|
|
/* GUIStyle.fixedWidth */ |
|
width: 4; |
|
|
|
/* GUIStyle.imagePosition */ |
|
-unity-image-position: text-only; |
|
|
|
/* GUIStyle.name */ |
|
-unity-name: "Icon.TrackHeaderSwatch"; |
|
|
|
/* GUIStyle.richText */ |
|
-unity-rich-text: false; |
|
|
|
/* GUIStyle.stretchWidth */ |
|
-unity-stretch-width: false; |
|
|
|
/* GUIState.background */ |
|
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineSwatch.png"); |
|
} |
|
|
|
/* GUIStyle.active */ |
|
.Icon-TrackHeaderSwatch:hover:active { |
|
/* GUIState.textColor */ |
|
color: rgb(137, 196, 255); |
|
} |
|
|
|
.Icon-TrackOptions { |
|
/* GUIStyle.alignment */ |
|
-unity-text-align: middle-center; |
|
|
|
/* GUIStyle.clipping */ |
|
-unity-clipping: clip; |
|
|
|
/* GUIStyle.fixedHeight */ |
|
height: 16; |
|
|
|
/* GUIStyle.fixedWidth */ |
|
width: 16; |
|
|
|
/* GUIStyle.fontSize */ |
|
font-size: --unity-font-size; |
|
|
|
/* GUIStyle.name */ |
|
-unity-name: "Icon.TrackOptions"; |
|
|
|
/* GUIStyle.richText */ |
|
-unity-rich-text: false; |
|
|
|
/* GUIStyle.stretchWidth */ |
|
-unity-stretch-width: false; |
|
|
|
/* GUIStyle.wordWrap */ |
|
-unity-word-wrap: true; |
|
} |
|
|
|
/* GUIStyle.active */ |
|
.Icon-TrackOptions:hover:active { |
|
/* GUIState.textColor */ |
|
color: rgba(0, 0, 0, 0.96); |
|
} |
|
|
|
.Icon-Warning { |
|
/* GUIStyle.alignment */ |
|
-unity-text-align: middle-center; |
|
|
|
/* GUIStyle.clipping */ |
|
-unity-clipping: clip; |
|
|
|
/* GUIStyle.fontSize */ |
|
font-size: 72; |
|
|
|
/* GUIStyle.imagePosition */ |
|
-unity-image-position: image-only; |
|
|
|
/* GUIStyle.name */ |
|
-unity-name: "Icon.Warning"; |
|
|
|
/* GUIStyle.richText */ |
|
-unity-rich-text: false; |
|
|
|
/* GUIStyle.stretchWidth */ |
|
-unity-stretch-width: false; |
|
|
|
/* GUIState.background */ |
|
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineWarning.png"); |
|
} |
|
|
|
.sequenceClip { |
|
/* GUIStyle.alignment */ |
|
-unity-text-align: middle-left; |
|
|
|
/* GUIStyle.border */ |
|
-unity-slice-left: 5; |
|
-unity-slice-right: 5; |
|
-unity-slice-top: 5; |
|
-unity-slice-bottom: 5; |
|
|
|
/* GUIStyle.clipping */ |
|
-unity-clipping: clip; |
|
|
|
/* GUIStyle.fontSize */ |
|
font-size: --unity-font-size-tiny; |
|
|
|
/* GUIStyle.imagePosition */ |
|
-unity-image-position: text-only; |
|
|
|
padding-top: 2; |
|
padding-bottom: 2; |
|
|
|
/* GUIStyle.richText */ |
|
-unity-rich-text: false; |
|
|
|
/* GUIStyle.stretchHeight */ |
|
-unity-stretch-height: true; |
|
|
|
/* GUIState.textColor */ |
|
color: rgb(115, 151, 236); |
|
|
|
/* GUIState.background */ |
|
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineDisplay.png"); |
|
} |
|
|
|
/* GUIStyle.active */ |
|
.sequenceClip:hover:active { |
|
/* GUIState.textColor */ |
|
color: rgb(137, 196, 255); |
|
} |
|
|
|
.sequenceGroupFont { |
|
/* GUIStyle.alignment */ |
|
-unity-text-align: middle-left; |
|
|
|
/* GUIStyle.fontSize */ |
|
font-size: --unity-font-size; |
|
|
|
/* GUIStyle.imagePosition */ |
|
-unity-image-position: text-only; |
|
|
|
/* GUIStyle.richText */ |
|
-unity-rich-text: false; |
|
|
|
/* GUIStyle.stretchWidth */ |
|
-unity-stretch-width: false; |
|
} |
|
|
|
.sequenceTrackHeaderFont { |
|
/* GUIStyle.alignment */ |
|
-unity-text-align: middle-left; |
|
|
|
/* GUIStyle.fontSize */ |
|
font-size: --unity-font-size; |
|
|
|
/* GUIStyle.imagePosition */ |
|
-unity-image-position: text-only; |
|
|
|
/* GUIStyle.padding */ |
|
padding-left: 5; |
|
|
|
/* GUIStyle.richText */ |
|
-unity-rich-text: false; |
|
|
|
/* GUIStyle.stretchWidth */ |
|
-unity-stretch-width: false; |
|
|
|
/* GUIState.textColor */ |
|
color: rgb(153, 153, 153); |
|
} |
|
|
|
.tinyFont { |
|
/* GUIStyle.alignment */ |
|
-unity-text-align: middle-left; |
|
|
|
/* GUIStyle.fontSize */ |
|
font-size: --unity-font-size-tiny; |
|
|
|
/* GUIStyle.imagePosition */ |
|
-unity-image-position: text-only; |
|
|
|
/* GUIStyle.richText */ |
|
-unity-rich-text: false; |
|
|
|
/* GUIStyle.stretchWidth */ |
|
-unity-stretch-width: false; |
|
|
|
/* GUIState.textColor */ |
|
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; |
|
}
|
|
|