From fc6de82e75310b4c007d80753a5f58e6692f4855 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 13 Oct 2020 10:33:05 +0800 Subject: +misc --- .../Manual/styles/treeview_styles.css | 206 ++++++++++----------- 1 file changed, 103 insertions(+), 103 deletions(-) (limited to 'Assets/ThirdParty/UMotion/UMotionEditor/Manual/styles/treeview_styles.css') 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 -- cgit v1.1-26-g67d0