Unity-jump-proj
This commit is contained in:
@ -0,0 +1,1053 @@
|
||||
.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;
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ada555936059fa149bb48537842ee230
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 1
|
@ -0,0 +1,250 @@
|
||||
.Font-Clip {
|
||||
/* GUIState.textColor */
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
.Icon-Activation {
|
||||
/* GUIStyle.fixedWidth */
|
||||
width: 12;
|
||||
|
||||
/* GUIState.background */
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineActivation.png");
|
||||
}
|
||||
|
||||
.trackRecordButton {
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackRecordButtonDisabled.png");
|
||||
-unity-scaled-backgrounds: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackRecordButtonDisabled@2x.png");
|
||||
}
|
||||
|
||||
.trackRecordButton:checked {
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackRecordButtonEnabled.png");
|
||||
-unity-scaled-backgrounds: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackRecordButtonEnabled@2x.png");
|
||||
}
|
||||
|
||||
.trackAvatarMaskButton {
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackAvatarButtonDisabled.png");
|
||||
-unity-scaled-backgrounds: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackAvatarButtonDisabled@2x.png");
|
||||
}
|
||||
|
||||
.trackAvatarMaskButton:checked {
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackAvatarButtonEnabled.png");
|
||||
-unity-scaled-backgrounds: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackAvatarButtonEnabled@2x.png");
|
||||
}
|
||||
|
||||
.Icon-ClipIn {
|
||||
/* GUIState.background */
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineIconClipIn.png");
|
||||
}
|
||||
|
||||
.Icon-ClipOut {
|
||||
/* GUIState.background */
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineIconClipOut.png");
|
||||
}
|
||||
|
||||
.Icon-ClipSelected {
|
||||
/* GUIState.background */
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineClipGradientSelected.png");
|
||||
}
|
||||
|
||||
.trackCurvesButton {
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackCurvesButtonDisabled.png");
|
||||
-unity-scaled-backgrounds: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackCurvesButtonDisabled@2x.png");
|
||||
}
|
||||
|
||||
.trackCurvesButton:checked {
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackCurvesButtonEnabled.png");
|
||||
-unity-scaled-backgrounds: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackCurvesButtonEnabled@2x.png");
|
||||
}
|
||||
|
||||
.Icon-Endmarker {
|
||||
/* GUIState.textColor */
|
||||
color: rgb(61, 94, 152);
|
||||
}
|
||||
|
||||
.MarkerItem {
|
||||
/* GUIState.background */
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineMarkerItemCollapsed.png");
|
||||
}
|
||||
|
||||
.MarkerItem:checked {
|
||||
/* GUIState.background */
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineMarkerItem.png");
|
||||
}
|
||||
|
||||
.MarkerItem:hover:focus:checked {
|
||||
/* GUIState.background */
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineMarkerItemSelected.png");
|
||||
}
|
||||
|
||||
.SignalEmitter {
|
||||
/* GUIState.background */
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineSignalCollapsed.png");
|
||||
}
|
||||
|
||||
.SignalEmitter:checked {
|
||||
/* GUIState.background */
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineSignal.png");
|
||||
}
|
||||
|
||||
.SignalEmitter:hover:focus:checked {
|
||||
/* GUIState.background */
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineSignalSelected.png");
|
||||
}
|
||||
|
||||
.trackCollapseMarkerButton {
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackMarkerButtonDisabled.png");
|
||||
-unity-scaled-backgrounds: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackMarkerButtonDisabled@2x.png");
|
||||
}
|
||||
|
||||
.trackCollapseMarkerButton:checked {
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackMarkerButtonEnabled.png");
|
||||
-unity-scaled-backgrounds: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackMarkerButtonEnabled@2x.png");
|
||||
}
|
||||
|
||||
.Icon-ExtrapolationContinue {
|
||||
/* GUIState.background */
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineContinue.png");
|
||||
|
||||
/* GUIStyle.contentOffset */
|
||||
-unity-content-offset: -5 0;
|
||||
}
|
||||
|
||||
.Icon-ExtrapolationHold {
|
||||
/* GUIState.background */
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineHold.png");
|
||||
}
|
||||
|
||||
.Icon-ExtrapolationLoop {
|
||||
/* GUIState.background */
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineLoop.png");
|
||||
}
|
||||
|
||||
.Icon-ExtrapolationPingPong {
|
||||
/* GUIState.background */
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelinePingPong.png");
|
||||
}
|
||||
|
||||
.Icon-Foldout {
|
||||
/* GUIState.background */
|
||||
background-image: resource("Builtin Skins/DarkSkin/Images/IN foldout.png");
|
||||
|
||||
/* GUIState.scaledBackgrounds */
|
||||
-unity-scaled-backgrounds: resource("Builtin Skins/DarkSkin/Images/IN foldout@2x.png");
|
||||
}
|
||||
|
||||
/* GUIStyle.active */
|
||||
.Icon-Foldout:hover:active {
|
||||
/* GUIState.background */
|
||||
background-image: resource("Builtin Skins/DarkSkin/Images/IN foldout on.png");
|
||||
|
||||
/* GUIState.scaledBackgrounds */
|
||||
-unity-scaled-backgrounds: resource("Builtin Skins/DarkSkin/Images/IN foldout on@2x.png");
|
||||
}
|
||||
|
||||
/* GUIStyle.onActive */
|
||||
.Icon-Foldout:hover:active:checked {
|
||||
/* GUIState.background */
|
||||
background-image: resource("Builtin Skins/DarkSkin/Images/IN foldout on.png");
|
||||
|
||||
/* GUIState.scaledBackgrounds */
|
||||
-unity-scaled-backgrounds: resource("Builtin Skins/DarkSkin/Images/IN foldout on@2x.png");
|
||||
}
|
||||
|
||||
/* GUIStyle.onNormal */
|
||||
.Icon-Foldout:checked {
|
||||
/* GUIState.background */
|
||||
background-image: resource("Builtin Skins/DarkSkin/Images/IN foldout on.png");
|
||||
|
||||
/* GUIState.scaledBackgrounds */
|
||||
-unity-scaled-backgrounds: resource("Builtin Skins/DarkSkin/Images/IN foldout on@2x.png");
|
||||
}
|
||||
|
||||
.Icon-InfiniteTrack {
|
||||
/* GUIState.background */
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineInfiniteTrackNoShadow.png");
|
||||
}
|
||||
|
||||
.Icon-Keyframe {
|
||||
/* GUIState.background */
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineKeyframe.png");
|
||||
}
|
||||
|
||||
.trackLockOverlay {
|
||||
/* GUIState.background */
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineDisabledBackground.png");
|
||||
}
|
||||
|
||||
.trackMuteButton {
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackMuteButtonDisabled.png");
|
||||
-unity-scaled-backgrounds: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackMuteButtonDisabled@2x.png");
|
||||
}
|
||||
|
||||
.trackMuteButton:checked {
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackMuteButtonEnabled.png");
|
||||
-unity-scaled-backgrounds: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackMuteButtonEnabled@2x.png");
|
||||
}
|
||||
|
||||
.trackLockButton {
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackLockButtonDisabled.png");
|
||||
-unity-scaled-backgrounds: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackLockButtonDisabled@2x.png");
|
||||
}
|
||||
|
||||
.trackLockButton:checked {
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackLockButtonEnabled.png");
|
||||
-unity-scaled-backgrounds: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackLockButtonEnabled@2x.png");
|
||||
}
|
||||
|
||||
.Icon-Options {
|
||||
/* GUIState.background */
|
||||
background-image: resource("Icons/d__Popup.png");
|
||||
}
|
||||
|
||||
.Icon-PlayAreaEnd {
|
||||
/* GUIState.textColor */
|
||||
color: rgb(187, 189, 191);
|
||||
|
||||
/* GUIState.background */
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineEndPlayback.png");
|
||||
}
|
||||
|
||||
.Icon-PlayAreaStart {
|
||||
/* GUIState.textColor */
|
||||
color: rgb(187, 189, 191);
|
||||
|
||||
/* GUIState.background */
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineStartPlayback.png");
|
||||
}
|
||||
|
||||
.Icon-Playrange {
|
||||
/* GUIState.background */
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelinePlayRange.png");
|
||||
}
|
||||
|
||||
.Icon-TimeCursor {
|
||||
/* GUIState.background */
|
||||
background-image: resource("Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineTimeCursor.png");
|
||||
}
|
||||
|
||||
.Icon-TrackOptions {
|
||||
/* GUIStyle.imagePosition */
|
||||
-unity-image-position: image-only;
|
||||
|
||||
/* GUIState.background */
|
||||
background-image: resource("Builtin Skins/DarkSkin/Images/pane options.png");
|
||||
|
||||
/* GUIState.scaledBackgrounds */
|
||||
-unity-scaled-backgrounds: resource("Builtin Skins/DarkSkin/Images/pane options@2x.png");
|
||||
}
|
||||
|
||||
.sequenceGroupFont {
|
||||
/* GUIState.textColor */
|
||||
color: rgb(204, 204, 204);
|
||||
}
|
||||
|
||||
.sequenceSwitcher{
|
||||
background-color: rgb(51, 51, 51);
|
||||
}
|
||||
|
||||
.trackButtonSuite {
|
||||
background-color: rgba(40, 40, 40, 0.75);
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5393cdb70614ab24f94f78bfcf5d1455
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 1
|
@ -0,0 +1,247 @@
|
||||
.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);
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e98085123be873947970c4f10099a39a
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 1
|
Reference in New Issue
Block a user