summaryrefslogtreecommitdiff
path: root/Assets/ThirdParty/UMotion/UMotionEditor/Manual/styles
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/ThirdParty/UMotion/UMotionEditor/Manual/styles')
-rw-r--r--Assets/ThirdParty/UMotion/UMotionEditor/Manual/styles/element_styles.css464
-rw-r--r--Assets/ThirdParty/UMotion/UMotionEditor/Manual/styles/theme_styles.css240
-rw-r--r--Assets/ThirdParty/UMotion/UMotionEditor/Manual/styles/treeview_styles.css206
3 files changed, 455 insertions, 455 deletions
diff --git a/Assets/ThirdParty/UMotion/UMotionEditor/Manual/styles/element_styles.css b/Assets/ThirdParty/UMotion/UMotionEditor/Manual/styles/element_styles.css
index 0020129d..dbbfdf7a 100644
--- a/Assets/ThirdParty/UMotion/UMotionEditor/Manual/styles/element_styles.css
+++ b/Assets/ThirdParty/UMotion/UMotionEditor/Manual/styles/element_styles.css
@@ -1,233 +1,233 @@
-.headline1
-{
- color: #000000;
- font-size: 30px;
- font-weight: bold;
- font-family: "arial";
-
- /* Scroll correction (by 90px fixed header height) */
- padding-top: 90px;
- margin-top: -90px;
- /* width: 1px; 0 won't work for Opera */
-}
-
-.headline2
-{
- color: #455463;
- font-size: 24px;
- font-weight: bold;
- margin-bottom: 10px;
- font-family: "arial";
-
- /* Scroll correction (by 90px fixed header height) */
- padding-top: 90px;
- margin-top: -80px;
- /* width: 1px; 0 won't work for Opera */
-}
-
-.headline3
-{
- color: #455463;
- font-size: 14px;
- font-weight: bold;
- font-family: "arial";
-
- /* Scroll correction (by 90px fixed header height) */
- padding-top: 90px;
- margin-top: -80px;
- /* width: 1px; 0 won't work for Opera */
-}
-
-.textBlock
-{
- color: #455463;
- font-size: 14px;
- font-weight: normal;
- font-family: "arial";
-}
-
-.themeTable
-{
- border: 1px solid #f0f0f0;
- border-collapse: collapse;
- margin-top: 15px;
- margin-bottom: 15px;
-}
-
-.themeTableRow
-{
-
-}
-
-.themeTableHeader
-{
- border: 1px solid #f0f0f0;
- background: #f0f0f0;
- color: #455463;
- font-size: 16px;
- font-weight: normal;
- font-family: "arial";
- text-align: left;
- padding-top: 6px;
- padding-bottom: 6px;
- padding-left: 10px;
- padding-right: 10px;
- white-space: nowrap;
-}
-
-.themeTableCell
-{
- border: 1px solid #e6e6e6;
- color: #455463;
- font-size: 14px;
- font-weight: normal;
- font-family: "arial";
- text-align: left;
- padding-top: 6px;
- padding-bottom: 6px;
- padding-left: 10px;
- padding-right: 10px;
-}
-
-.containerTable
-{
- border: 0px;
- border-collapse: separate;
- padding: 0px;
- margin: 0px;
-}
-
-.containerTableRow
-{
- border: 0px;
- padding: 0px;
- margin: 0px;
-}
-
-.containerTableCell
-{
- border: 0px;
- vertical-align: top;
- padding-top: 0px;
- margin: 0px;
-}
-
-.containerTableCell ~ .containerTableCell
-{
- padding-left: 15px;
-}
-
-.keyboardKey
-{
- border-radius: 5px;
- border: 2px solid #cdcdcd;
- color: #455463;
- font-size: 12px;
- font-weight: bold;
- font-family: "arial";
- text-align: middle;
- padding-left: 3px;
- padding-right: 3px;
- padding-top: 1px;
- padding-bottom: 1px;
- text-transform: uppercase;
- background-color: #f3f3f3;
-}
-
-.professionalTag
-{
- border-radius: 5px;
- border: 1px solid #000000;
- color: #ffffff;
- font-size: 12px;
- font-weight: bold;
- font-family: "arial";
- text-align: middle;
- padding-left: 4px;
- padding-right: 4px;
- padding-top: 2px;
- padding-bottom: 2px;
- background-color: #29abe2;
- position: relative;
- top: -10px;
- left: 2px;
- margin-right: 10px;
-}
-
-.image
-{
- border: 1px solid #898989;
-}
-
-.imageText
-{
- color: #a3a6a7;
- font-size: 14px;
- font-weight: normal;
- font-family: "arial";
- margin-top: 0px;
- padding-top: 0px;
-}
-
-.listMain
-{
- list-style-type: none;
-}
-
-.listItem
-{
- color: #455463;
- font-size: 18px;
- line-height: 18px;
- font-weight: bold;
- font-family: "arial";
- position: relative;
- margin-bottom: 5px;
- margin-left: 0px;
- display: list-item;
- list-style: disc;
-}
-
-.listText
-{
- color: #455463;
- font-size: 14px;
- font-weight: normal;
- font-family: "arial";
-}
-
-.link:link
-{
- color: #b83c82;
- font-size: 14px;
- font-weight: normal;
- font-family: "arial";
- text-decoration: underline;
-}
-
-.link:visited
-{
- color: #b83c82;
- font-size: 14px;
- font-weight: normal;
- font-family: "arial";
- text-decoration: underline;
-}
-
-.link:hover
-{
- color: #ff5566;
- font-size: 14px;
- font-weight: normal;
- font-family: "arial";
- text-decoration: none;
-}
-
-.link:active
-{
- color: #ff5566;
- font-size: 14px;
- font-weight: normal;
- font-family: "arial";
- text-decoration: none;
+.headline1
+{
+ color: #000000;
+ font-size: 30px;
+ font-weight: bold;
+ font-family: "arial";
+
+ /* Scroll correction (by 90px fixed header height) */
+ padding-top: 90px;
+ margin-top: -90px;
+ /* width: 1px; 0 won't work for Opera */
+}
+
+.headline2
+{
+ color: #455463;
+ font-size: 24px;
+ font-weight: bold;
+ margin-bottom: 10px;
+ font-family: "arial";
+
+ /* Scroll correction (by 90px fixed header height) */
+ padding-top: 90px;
+ margin-top: -80px;
+ /* width: 1px; 0 won't work for Opera */
+}
+
+.headline3
+{
+ color: #455463;
+ font-size: 14px;
+ font-weight: bold;
+ font-family: "arial";
+
+ /* Scroll correction (by 90px fixed header height) */
+ padding-top: 90px;
+ margin-top: -80px;
+ /* width: 1px; 0 won't work for Opera */
+}
+
+.textBlock
+{
+ color: #455463;
+ font-size: 14px;
+ font-weight: normal;
+ font-family: "arial";
+}
+
+.themeTable
+{
+ border: 1px solid #f0f0f0;
+ border-collapse: collapse;
+ margin-top: 15px;
+ margin-bottom: 15px;
+}
+
+.themeTableRow
+{
+
+}
+
+.themeTableHeader
+{
+ border: 1px solid #f0f0f0;
+ background: #f0f0f0;
+ color: #455463;
+ font-size: 16px;
+ font-weight: normal;
+ font-family: "arial";
+ text-align: left;
+ padding-top: 6px;
+ padding-bottom: 6px;
+ padding-left: 10px;
+ padding-right: 10px;
+ white-space: nowrap;
+}
+
+.themeTableCell
+{
+ border: 1px solid #e6e6e6;
+ color: #455463;
+ font-size: 14px;
+ font-weight: normal;
+ font-family: "arial";
+ text-align: left;
+ padding-top: 6px;
+ padding-bottom: 6px;
+ padding-left: 10px;
+ padding-right: 10px;
+}
+
+.containerTable
+{
+ border: 0px;
+ border-collapse: separate;
+ padding: 0px;
+ margin: 0px;
+}
+
+.containerTableRow
+{
+ border: 0px;
+ padding: 0px;
+ margin: 0px;
+}
+
+.containerTableCell
+{
+ border: 0px;
+ vertical-align: top;
+ padding-top: 0px;
+ margin: 0px;
+}
+
+.containerTableCell ~ .containerTableCell
+{
+ padding-left: 15px;
+}
+
+.keyboardKey
+{
+ border-radius: 5px;
+ border: 2px solid #cdcdcd;
+ color: #455463;
+ font-size: 12px;
+ font-weight: bold;
+ font-family: "arial";
+ text-align: middle;
+ padding-left: 3px;
+ padding-right: 3px;
+ padding-top: 1px;
+ padding-bottom: 1px;
+ text-transform: uppercase;
+ background-color: #f3f3f3;
+}
+
+.professionalTag
+{
+ border-radius: 5px;
+ border: 1px solid #000000;
+ color: #ffffff;
+ font-size: 12px;
+ font-weight: bold;
+ font-family: "arial";
+ text-align: middle;
+ padding-left: 4px;
+ padding-right: 4px;
+ padding-top: 2px;
+ padding-bottom: 2px;
+ background-color: #29abe2;
+ position: relative;
+ top: -10px;
+ left: 2px;
+ margin-right: 10px;
+}
+
+.image
+{
+ border: 1px solid #898989;
+}
+
+.imageText
+{
+ color: #a3a6a7;
+ font-size: 14px;
+ font-weight: normal;
+ font-family: "arial";
+ margin-top: 0px;
+ padding-top: 0px;
+}
+
+.listMain
+{
+ list-style-type: none;
+}
+
+.listItem
+{
+ color: #455463;
+ font-size: 18px;
+ line-height: 18px;
+ font-weight: bold;
+ font-family: "arial";
+ position: relative;
+ margin-bottom: 5px;
+ margin-left: 0px;
+ display: list-item;
+ list-style: disc;
+}
+
+.listText
+{
+ color: #455463;
+ font-size: 14px;
+ font-weight: normal;
+ font-family: "arial";
+}
+
+.link:link
+{
+ color: #b83c82;
+ font-size: 14px;
+ font-weight: normal;
+ font-family: "arial";
+ text-decoration: underline;
+}
+
+.link:visited
+{
+ color: #b83c82;
+ font-size: 14px;
+ font-weight: normal;
+ font-family: "arial";
+ text-decoration: underline;
+}
+
+.link:hover
+{
+ color: #ff5566;
+ font-size: 14px;
+ font-weight: normal;
+ font-family: "arial";
+ text-decoration: none;
+}
+
+.link:active
+{
+ color: #ff5566;
+ font-size: 14px;
+ font-weight: normal;
+ font-family: "arial";
+ text-decoration: none;
} \ No newline at end of file
diff --git a/Assets/ThirdParty/UMotion/UMotionEditor/Manual/styles/theme_styles.css b/Assets/ThirdParty/UMotion/UMotionEditor/Manual/styles/theme_styles.css
index 04f91fd7..5768ea05 100644
--- a/Assets/ThirdParty/UMotion/UMotionEditor/Manual/styles/theme_styles.css
+++ b/Assets/ThirdParty/UMotion/UMotionEditor/Manual/styles/theme_styles.css
@@ -1,121 +1,121 @@
-body
-{
- margin: 0px;
- background: #ffffff;
- color: #000000;
-}
-
-.header
-{
- background-color: #3f4247;
- position: fixed;
- height: 60px;
- top: 0px;
- left: 0px;
- right: 0px;
- width: 100%;
- border: 0px solid #000000;
- z-index: 2;
-}
-
-.versionHeader
-{
- background-color: #e6e6e6;
- position: fixed;
- height: 30px;
- top: 60px;
- left: 0px;
- right: 0px;
- width: 100%;
- border: 0px solid #000000;
- z-index: 2;
-}
-
-.versionText
-{
- color: #455463;
- font-family: "arial";
- font-size: 17px;
- margin: 5px 0px 0px 20px;
-}
-
-.mainContent
-{
- background-color: #ffffff;
- position: absolute;
- left: 350px;
- right: 0px;
- top: 90px;
- padding: 20px;
-}
-
-.mainContentInner
-{
- margin: 20px 20px 20px 20px;
-}
-
-.leftContent
-{
- background-color: #ffffff;
- position: fixed;
- left: 0px;
- width: 350px;
- top: 90px;
- height: 100%;
- z-index: 1;
- border-right:1px solid #e6e6e6;
-}
-
-.leftContentInner
-{
- margin: 20px 20px 20px 20px;
-}
-
-.leftContentHeadline
-{
- border-bottom: 1px solid #e6e6e6;
- margin: 0 0 0 0;
- padding-bottom: 5px;
- color: #000000;
- font-size: 28px;
- font-weight: bold;
- font-family: "arial";
-}
-
-.mainContentFooter
-{
- border-top: 1px solid #e6e6e6;
- padding-top: 0px;
- margin-top: 30px;
-}
-
-.headerLogo
-{
- margin-top: 5px;
- margin-left: 20px;
- float: left;
-}
-
-.headerBlueRight
-{
- float: right;
- height: 60px;
- width: 300px;
- background: url(BlueHeaderRight.png);
- display: flex;
- justify-content: center;
- align-items: center;
-}
-
-.headerLink
-{
- color: #ffffff;
- font-weight: bold;
- font-family: "arial";
- text-decoration: none;
- font-size: 21px;
- margin-left: 20px;
- padding-left: 20px;
- padding-right: 42px;
- background: url(FollowLinkArrow.png) no-repeat center right;
+body
+{
+ margin: 0px;
+ background: #ffffff;
+ color: #000000;
+}
+
+.header
+{
+ background-color: #3f4247;
+ position: fixed;
+ height: 60px;
+ top: 0px;
+ left: 0px;
+ right: 0px;
+ width: 100%;
+ border: 0px solid #000000;
+ z-index: 2;
+}
+
+.versionHeader
+{
+ background-color: #e6e6e6;
+ position: fixed;
+ height: 30px;
+ top: 60px;
+ left: 0px;
+ right: 0px;
+ width: 100%;
+ border: 0px solid #000000;
+ z-index: 2;
+}
+
+.versionText
+{
+ color: #455463;
+ font-family: "arial";
+ font-size: 17px;
+ margin: 5px 0px 0px 20px;
+}
+
+.mainContent
+{
+ background-color: #ffffff;
+ position: absolute;
+ left: 350px;
+ right: 0px;
+ top: 90px;
+ padding: 20px;
+}
+
+.mainContentInner
+{
+ margin: 20px 20px 20px 20px;
+}
+
+.leftContent
+{
+ background-color: #ffffff;
+ position: fixed;
+ left: 0px;
+ width: 350px;
+ top: 90px;
+ height: 100%;
+ z-index: 1;
+ border-right:1px solid #e6e6e6;
+}
+
+.leftContentInner
+{
+ margin: 20px 20px 20px 20px;
+}
+
+.leftContentHeadline
+{
+ border-bottom: 1px solid #e6e6e6;
+ margin: 0 0 0 0;
+ padding-bottom: 5px;
+ color: #000000;
+ font-size: 28px;
+ font-weight: bold;
+ font-family: "arial";
+}
+
+.mainContentFooter
+{
+ border-top: 1px solid #e6e6e6;
+ padding-top: 0px;
+ margin-top: 30px;
+}
+
+.headerLogo
+{
+ margin-top: 5px;
+ margin-left: 20px;
+ float: left;
+}
+
+.headerBlueRight
+{
+ float: right;
+ height: 60px;
+ width: 300px;
+ background: url(BlueHeaderRight.png);
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
+
+.headerLink
+{
+ color: #ffffff;
+ font-weight: bold;
+ font-family: "arial";
+ text-decoration: none;
+ font-size: 21px;
+ margin-left: 20px;
+ padding-left: 20px;
+ padding-right: 42px;
+ background: url(FollowLinkArrow.png) no-repeat center right;
} \ No newline at end of file
diff --git a/Assets/ThirdParty/UMotion/UMotionEditor/Manual/styles/treeview_styles.css b/Assets/ThirdParty/UMotion/UMotionEditor/Manual/styles/treeview_styles.css
index 63615b27..b838e7fd 100644
--- a/Assets/ThirdParty/UMotion/UMotionEditor/Manual/styles/treeview_styles.css
+++ b/Assets/ThirdParty/UMotion/UMotionEditor/Manual/styles/treeview_styles.css
@@ -1,104 +1,104 @@
-.treeFolderLink:link
-{
- color: #000000;
- font-size: 16px;
- font-weight: normal;
- font-family: "arial";
- text-decoration: none;
-}
-
-.treeFolderLink:visited
-{
- color: #000000;
- font-size: 16px;
- font-weight: normal;
- font-family: "arial";
- text-decoration: none;
-}
-
-.treeFolderLink:hover
-{
- color: #000000;
- font-size: 16px;
- font-weight: normal;
- font-family: "arial";
- text-decoration: underline;
-}
-
-.treeFolderLink:active
-{
- color: #000000;
- font-size: 16px;
- font-weight: normal;
- font-family: "arial";
- text-decoration: none;
-}
-
-ol.tree
-{
- margin-left: 0px;
- padding: 0 0 0 20px;
- width: 300px;
-}
- li
- {
- position: relative;
- margin-left: -15px;
- list-style: none;
- }
- li.file
- {
- margin-left: -17px !important;
- }
- li.file a
- {
- background: url(TreeViewItem.png) 0 0 no-repeat;
- color: #000000;
- font-size: 16px;
- font-weight: normal;
- font-family: "arial";
- padding-left: 21px;
- margin-top: 5px;
- text-decoration: none;
- display: block;
- }
- li.file a:hover
- {
- text-decoration: underline;
- }
- li input
- {
- position: absolute;
- left: 0;
- margin-left: 0;
- opacity: 0;
- z-index: 2;
- cursor: pointer;
- height: 1em;
- width: 1em;
- top: 0;
- }
- li input + ol
- {
- background: url(TreeViewExpand.png) 40px 0 no-repeat;
- margin: -17px 0 0 -44px;
- height: 1em;
- }
- li input + ol > li { display: none; margin-left: -14px !important; padding-left: 1px; }
- li label
- {
- cursor: pointer;
- display: block;
- padding-left: 18px;
- margin-top: 5px;
- }
-
- li input:checked + ol
- {
- background: url(TreeViewCollapse.png) 40px 5px no-repeat;
- margin: -22px 0 0 -44px;
- padding: 20px 0 0 80px;
- height: auto;
- }
- li input:checked + ol > li { display: block; margin: 0 0 0.125em; /* 2px */}
+.treeFolderLink:link
+{
+ color: #000000;
+ font-size: 16px;
+ font-weight: normal;
+ font-family: "arial";
+ text-decoration: none;
+}
+
+.treeFolderLink:visited
+{
+ color: #000000;
+ font-size: 16px;
+ font-weight: normal;
+ font-family: "arial";
+ text-decoration: none;
+}
+
+.treeFolderLink:hover
+{
+ color: #000000;
+ font-size: 16px;
+ font-weight: normal;
+ font-family: "arial";
+ text-decoration: underline;
+}
+
+.treeFolderLink:active
+{
+ color: #000000;
+ font-size: 16px;
+ font-weight: normal;
+ font-family: "arial";
+ text-decoration: none;
+}
+
+ol.tree
+{
+ margin-left: 0px;
+ padding: 0 0 0 20px;
+ width: 300px;
+}
+ li
+ {
+ position: relative;
+ margin-left: -15px;
+ list-style: none;
+ }
+ li.file
+ {
+ margin-left: -17px !important;
+ }
+ li.file a
+ {
+ background: url(TreeViewItem.png) 0 0 no-repeat;
+ color: #000000;
+ font-size: 16px;
+ font-weight: normal;
+ font-family: "arial";
+ padding-left: 21px;
+ margin-top: 5px;
+ text-decoration: none;
+ display: block;
+ }
+ li.file a:hover
+ {
+ text-decoration: underline;
+ }
+ li input
+ {
+ position: absolute;
+ left: 0;
+ margin-left: 0;
+ opacity: 0;
+ z-index: 2;
+ cursor: pointer;
+ height: 1em;
+ width: 1em;
+ top: 0;
+ }
+ li input + ol
+ {
+ background: url(TreeViewExpand.png) 40px 0 no-repeat;
+ margin: -17px 0 0 -44px;
+ height: 1em;
+ }
+ li input + ol > li { display: none; margin-left: -14px !important; padding-left: 1px; }
+ li label
+ {
+ cursor: pointer;
+ display: block;
+ padding-left: 18px;
+ margin-top: 5px;
+ }
+
+ li input:checked + ol
+ {
+ background: url(TreeViewCollapse.png) 40px 5px no-repeat;
+ margin: -22px 0 0 -44px;
+ padding: 20px 0 0 80px;
+ height: auto;
+ }
+ li input:checked + ol > li { display: block; margin: 0 0 0.125em; /* 2px */}
li input:checked + ol > li:last-child { margin: 0 0 0.063em; /* 1px */ } \ No newline at end of file