initial commit
This commit is contained in:
parent
6715289efe
commit
788c3389af
37645 changed files with 2526849 additions and 80 deletions
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: b58c1dc8f8abfc4458f825c1b0e68484
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
/* Custom USS stylesheet. */
|
||||
|
||||
.AnnotationStyle
|
||||
{
|
||||
width:18px;
|
||||
height:18px;
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 9b8aaeac72f483a48b454787276a9f33
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
/* Custom USS stylesheet for Annotation. */
|
||||
|
||||
/* A marker will use the default style when it is collapsed.*/
|
||||
.AnnotationStyle
|
||||
{
|
||||
background-image: resource("dark/timeline_annotation_collapsed");
|
||||
}
|
||||
|
||||
/* A marker will use the hover:focus:checked pseudo-state when it is selected.*/
|
||||
|
||||
|
||||
.AnnotationStyle:hover:checked
|
||||
{
|
||||
background-image: resource("dark/timeline_annotation_selected");
|
||||
}
|
||||
|
||||
/* A marker will use this style when it is not selected and not collapsed.*/
|
||||
.AnnotationStyle:checked
|
||||
{
|
||||
background-image: resource("dark/timeline_annotation");
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 8955d37f7555d3a42886eb229b047e61
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
/* Custom USS stylesheet for Annotation. */
|
||||
|
||||
/* A marker will use the default style when it is collapsed.*/
|
||||
.AnnotationStyle
|
||||
{
|
||||
background-image: resource("light/timeline_annotation_collapsed");
|
||||
}
|
||||
|
||||
/* A marker will use the hover:focus:checked pseudo-state when it is selected.*/
|
||||
|
||||
|
||||
.AnnotationStyle:hover:checked
|
||||
{
|
||||
background-image: resource("light/timeline_annotation_selected");
|
||||
}
|
||||
|
||||
/* A marker will use this style when it is not selected and not collapsed.*/
|
||||
.AnnotationStyle:checked
|
||||
{
|
||||
background-image: resource("light/timeline_annotation");
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 263a295af0dd69c46a6aa3bb612ad67f
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue