Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kityminder-core
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
吴志俊
kityminder-core
Commits
4d2e76a2
Commit
4d2e76a2
authored
Oct 21, 2014
by
techird
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove build files
parent
45327707
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3984 deletions
+3
-3984
.gitignore
.gitignore
+3
-1
default.all.css
ui/theme/default/css/default.all.css
+0
-3982
default.all.css.map
ui/theme/default/css/default.all.css.map
+0
-1
No files found.
.gitignore
View file @
4d2e76a2
...
@@ -6,4 +6,6 @@ dist/
...
@@ -6,4 +6,6 @@ dist/
node_modules/
node_modules/
_drafts/
_drafts/
native-support/archive/src/tmp/
native-support/archive/src/tmp/
native-support/archive/upload/
native-support/archive/upload/
\ No newline at end of file
ui/theme/default/css/*.css
ui/theme/default/css/*.css.map
\ No newline at end of file
ui/theme/default/css/default.all.css
deleted
100644 → 0
View file @
45327707
/**
* 所有构件样式规则
**/
/**
* FUI 通用样式定义
*/
/*------------ var*/
/*------------ mixin*/
.fui-widget
{
-webkit-user-select
:
none
;
-khtml-user-select
:
none
;
-moz-user-select
:
none
;
-ms-user-select
:
none
;
user-select
:
none
;
-webkit-user-drag
:
none
;
color
:
#000000
;
line-height
:
1.5
;
font-size
:
12px
;
font-family
:
"ff-tisa-web-pro-1"
,
"ff-tisa-web-pro-2"
,
"Lucida Grande"
,
"Hiragino Sans GB"
,
"Hiragino Sans GB W3"
,
"Microsoft YaHei"
,
"WenQuanYi Micro Hei"
,
sans-serif
;
-webkit-font-smoothing
:
antialiased
;
outline
:
none
;
display
:
inline-block
;
vertical-align
:
top
;
position
:
relative
;
top
:
0
;
left
:
0
;
}
.fui-widget.fui-selectable
{
-webkit-user-select
:
text
;
-khtml-user-select
:
text
;
-moz-user-select
:
text
;
-ms-user-select
:
text
;
user-select
:
text
;
-webkit-user-drag
:
text
;
}
.fui-widget
*
{
-webkit-user-select
:
none
;
-khtml-user-select
:
none
;
-moz-user-select
:
none
;
-ms-user-select
:
none
;
user-select
:
none
;
-webkit-user-drag
:
none
;
}
.fui-widget.fui-disabled
{
opacity
:
0.3
;
}
.fui-widget.fui-hide
{
display
:
none
!important
;
}
.fui-widget.fui-mask-animate
{
-webkit-transition
:
all
0.2s
;
transition
:
all
0.2s
;
}
.fui-widget.fui-mask-hint
{
-webkit-transform
:
perspective
(
600px
)
translateZ
(
30px
);
transform
:
perspective
(
600px
)
translateZ
(
30px
);
}
/**
* 容器类通用样式
**/
/**
* FUI 通用样式定义
*/
/*------------ var*/
/*------------ mixin*/
.fui-container
{
overflow
:
hidden
;
position
:
relative
;
top
:
0
;
left
:
0
;
}
.fui-container.fui-disabled
{
opacity
:
1
;
}
/**
* FUI 通用样式定义
*/
/*------------ var*/
/*------------ mixin*/
.fui-button-menu
{
border
:
1px
solid
white
;
}
.fui-button-menu
:HOVER
{
border-color
:
#d5e1f2
;
}
.fui-button-menu.fui-button-active
{
border-color
:
#d5e1f2
;
background
:
#d5e1f2
;
}
.fui-button-menu.fui-button-active
.fui-button
{
background
:
#d5e1f2
;
}
.fui-button-menu.fui-layout-top
,
.fui-button-menu.fui-layout-bottom
{
text-align
:
center
;
}
.fui-button-menu.fui-layout-top
.fui-open-btn
,
.fui-button-menu.fui-layout-bottom
.fui-open-btn
{
display
:
block
;
}
/**
* 通用button
*/
/**
* FUI 通用样式定义
*/
/*------------ var*/
/*------------ mixin*/
.fui-button
{
overflow
:
hidden
;
cursor
:
default
;
font-size
:
0
;
}
.fui-button
._layout
.fui-label
{
display
:
block
;
}
.fui-button
._layout
.fui-icon
{
display
:
block
;
}
.fui-button
.fui-icon
{
display
:
inline-block
;
vertical-align
:
middle
;
}
.fui-button
.fui-label
{
display
:
inline-block
;
vertical-align
:
middle
;
}
.fui-button.fui-button-layout-top
.fui-label
{
display
:
block
;
}
.fui-button.fui-button-layout-top
.fui-icon
{
display
:
block
;
}
.fui-button.fui-button-layout-bottom
.fui-label
{
display
:
block
;
}
.fui-button.fui-button-layout-bottom
.fui-icon
{
display
:
block
;
}
.fui-button
:HOVER
{
background-color
:
#d5e1f2
;
color
:
#000000
;
}
.fui-button
:ACTIVE
{
background-color
:
#87a9da
;
color
:
#000000
;
}
.fui-button.fui-disabled
:HOVER
{
background-color
:
#ffffff
;
color
:
#000000
;
}
.fui-button.fui-disabled
:ACTIVE
{
background-color
:
#ffffff
;
color
:
#000000
;
}
/**
* FUI 通用样式定义
*/
/*------------ var*/
/*------------ mixin*/
.fui-colorpicker
{
background-color
:
#fff
;
}
.fui-colorpicker-container
{
border
:
1px
solid
#d3d3d3
;
}
.fui-colorpicker-container
.fui-colorpicker-title
{
background
:
#eee
;
padding
:
2px
4px
;
}
.fui-colorpicker-container
.fui-colorpicker-colors
{
margin
:
0
;
padding
:
0
;
font-size
:
0
;
line-height
:
0
;
}
.fui-colorpicker-container
.fui-colorpicker-colors-line0
{
margin-bottom
:
3px
;
}
.fui-colorpicker-container
.fui-colorpicker-item
{
display
:
inline-block
;
margin
:
0
2px
;
width
:
13px
;
height
:
13px
;
border-style
:
solid
;
border-width
:
1px
;
}
.fui-colorpicker-container
.fui-colorpicker-commoncolor
,
.fui-colorpicker-container
.fui-colorpicker-standardcolor
{
margin
:
4px
3px
;
white-space
:
nowrap
;
}
.fui-colorpicker-container
.fui-colorpicker-toolbar
{
margin
:
4px
;
height
:
27px
;
}
.fui-colorpicker-container
.fui-colorpicker-toolbar
.fui-colorpicker-preview
{
display
:
inline-block
;
height
:
25px
;
line-height
:
25px
;
width
:
120px
;
border
:
1px
solid
#d3d3d3
;
}
.fui-colorpicker-container
.fui-colorpicker-toolbar
.fui-colorpicker-clear
{
display
:
inline-block
;
height
:
25px
;
line-height
:
25px
;
width
:
60px
;
border
:
1px
solid
#d3d3d3
;
font-size
:
12px
;
text-align
:
center
;
position
:
absolute
;
right
:
5px
;
cursor
:
pointer
;
}
/**
* FUI 通用样式定义
*/
/*------------ var*/
/*------------ mixin*/
/**
* 通用button
*/
/**
* FUI 通用样式定义
*/
/*------------ var*/
/*------------ mixin*/
.fui-dialog
{
position
:
fixed
;
top
:
-1000000px
;
left
:
-100000px
;
border
:
1px
solid
#B1B1B1
;
background
:
#fff
;
}
.fui-dialog
.fui-panel-content
{
width
:
auto
;
height
:
auto
;
padding
:
2px
;
}
.fui-dialog
.fui-dialog-caption
{
margin
:
0
;
padding
:
5px
;
font-size
:
16px
;
font-weight
:
normal
;
line-height
:
1
;
display
:
inline-block
;
}
.fui-dialog
.fui-dialog-head
.fui-close-button
{
float
:
right
;
}
.fui-dialog
.fui-dialog-head
.fui-close-button
.fui-close-button-icon
{
width
:
16px
;
height
:
16px
;
background
:
url("images/close.png")
no-repeat
0
0
;
}
/**
* FUI 通用样式定义
*/
/*------------ var*/
/*------------ mixin*/
.fui-drop-panel
{
border
:
1px
solid
#d3d3d3
;
overflow
:
hidden
;
position
:
relative
;
}
.fui-drop-panel
.fui-drop-panel-content
{
display
:
inline-block
;
}
.fui-drop-panel
.fui-drop-panel-placeholder
{
display
:
none
;
}
.fui-drop-panel
.fui-drop-panel-button
{
border-left
:
1px
solid
#d3d3d3
;
visibility
:
visible
;
}
.fui-drop-panel
.fui-drop-panel-button
:HOVER
{
border-color
:
#d5e1f2
;
}
.fui-drop-panel
.fui-drop-panel-button
:ACTIVE
{
border-color
:
#87a9da
;
}
.fui-drop-panel
:HOVER
{
border-color
:
#d5e1f2
;
}
.fui-drop-panel
:HOVER
.fui-drop-panel-button
{
border-left-color
:
#d5e1f2
;
}
.fui-drop-panel
:ACTIVE
{
border-color
:
#87a9da
;
}
.fui-drop-panel
:ACTIVE
.fui-drop-panel-button
{
border-left-color
:
#d5e1f2
;
}
.fui-drop-panel.fui-drop-panel-open
{
overflow
:
visible
;
}
.fui-drop-panel.fui-drop-panel-open
.fui-drop-panel-content
{
border
:
1px
solid
#d3d3d3
;
position
:
absolute
;
top
:
-1px
;
left
:
-1px
;
}
.fui-drop-panel.fui-drop-panel-open
.fui-drop-panel-button
{
visibility
:
hidden
;
}
.fui-drop-panel.fui-drop-panel-open
.fui-drop-panel-placeholder
{
display
:
inline-block
;
}
.fui-drop-panel-popup
{
border
:
1px
solid
#d3d3d3
;
}
.fui-drop-panel-popup
:HOVER
{
border-color
:
#d5e1f2
;
}
.fui-drop-panel-popup
:HOVER
.fui-drop-panel-button
{
border-left-color
:
#d5e1f2
;
}
.fui-drop-panel-popup
:ACTIVE
{
border-color
:
#87a9da
;
}
.fui-drop-panel-popup
:ACTIVE
.fui-drop-panel-button
{
border-left-color
:
#d5e1f2
;
}
.fui-icon
{
text-align
:
center
;
font-size
:
0
;
}
.fui-icon
img
{
display
:
inline-block
;
}
/**
* FUI 通用样式定义
*/
/*------------ var*/
/*------------ mixin*/
.fui-input-button
{
border
:
1px
solid
#ababab
;
}
.fui-input-button
.fui-input
{
vertical-align
:
middle
;
border
:
none
;
}
.fui-input-button
.fui-button
{
vertical-align
:
middle
;
}
.fui-input-button
:HOVER
{
border-color
:
#87a9da
;
}
.fui-input-button
:ACTIVE
{
border-color
:
#87a9da
;
}
/**
* FUI 通用样式定义
*/
/*------------ var*/
/*------------ mixin*/
.fui-input
{
border
:
1px
solid
#d3d3d3
;
padding
:
1px
;
margin
:
0
;
}
.fui-input
:HOVER
,
.fui-input
:FOCUS
{
border-color
:
#4d90fe
;
}
.fui-input.fui-disabled
{
border-color
:
#d3d3d3
;
-moz-user-select
:
none
;
-webkit-user-select
:
none
;
-ms-user-select
:
none
;
user-select
:
none
;
}
/**
* FUI 通用样式定义
*/
/*------------ var*/
/*------------ mixin*/
.fui-item
{
font-size
:
0
;
}
.fui-item
.fui-icon
{
vertical-align
:
middle
;
}
.fui-item
.fui-label
{
vertical-align
:
middle
;
}
.fui-item.fui-item-selected
{
background
:
#87a9da
;
}
/**
* FUI 通用样式定义
*/
/*------------ var*/
/*------------ mixin*/
.fui-label-panel
.fui-label-panel-label
{
width
:
100%
;
color
:
#666
;
}
.fui-label-panel.fui-no-position
.fui-label-panel-label
{
position
:
static
;
}
.fui-label-panel.fui-layout-bottom
.fui-label-panel-label
{
position
:
absolute
;
bottom
:
0
;
left
:
0
;
top
:
auto
;
z-index
:
2
;
}
.fui-label
{
cursor
:
default
;
display
:
inline-block
;
white-space
:
nowrap
;
}
/**
* 通用button
*/
.fui-mask
{
position
:
fixed
;
z-index
:
99998
;
}
/**
* FUI 通用样式定义
*/
/*------------ var*/
/*------------ mixin*/
.fui-menu
{
background-color
:
#fff
;
border
:
1px
solid
#d3d3d3
;
}
.fui-menu
.fui-item
{
padding
:
2px
5px
;
display
:
block
;
}
.fui-menu
.fui-item
:HOVER
{
background
:
#d5e1f2
;
}
/**
* 通用button
*/
/**
* FUI 通用样式定义
*/
/*------------ var*/
/*------------ mixin*/
.fui-panel
{
display
:
inline-block
;
vertical-align
:
top
;
overflow-y
:
auto
;
overflow-x
:
hidden
;
}
.fui-panel
.fui-panel-content
{
position
:
relative
;
top
:
0
;
left
:
0
;
}
.fui-panel
.fui-panel-content
{
width
:
100%
;
height
:
100%
;
}
.fui-panel.fui-container-column
{
font-size
:
0
;
}
.fui-panel.fui-container-column
.fui-column
{
display
:
block
;
}
/**
* 通用button
*/
.fui-ppanel
::-webkit-scrollbar
{
width
:
15px
;
}
.fui-ppanel
::-webkit-scrollbar-button:start:decrement
,
.fui-ppanel
::-webkit-scrollbar-button:end:decrement
,
.fui-ppanel
::-webkit-scrollbar-button:start:increment
,
.fui-ppanel
::-webkit-scrollbar-button:end:increment
,
.fui-ppanel
::-webkit-scrollbar-thumb
{
border
:
1px
solid
#e7e7e7
;
}
.fui-ppanel.fui-ppanel-position
{
position
:
fixed
;
z-index
:
99999
;
}
/**
* 通用button
*/
/**
* FUI 通用样式定义
*/
/*------------ var*/
/*------------ mixin*/
.fui-select-menu
.fui-select-menu-container
{
background
:
white
;
}
.fui-select-menu
.fui-select-menu-selected
{
background
:
#87a9da
;
}
/**
* FUI 通用样式定义
*/
/*------------ var*/
/*------------ mixin*/
.fui-separator
{
background
:
#6d6d6d
;
}
/**
* Spin-button
*/
.fui-spin-button
.fui-spin-up-btn
.fui-icon
,
.fui-spin-button
.fui-spin-down-btn
.fui-icon
{
width
:
16px
;
height
:
9px
;
background
:
url("images/up.png")
no-repeat
3px
1.5px
;
}
.fui-spin-button
.fui-spin-down-btn
.fui-icon
{
background-image
:
url("images/down.png")
;
}
/**
* 通用button
*/
/**
* FUI 通用样式定义
*/
/*------------ var*/
/*------------ mixin*/
.fui-tabs
.fui-selected
{
background-color
:
#d5e1f2
;
}
/**
* 可切换Button (ToggleButton)
*/
/**
* FUI 通用样式定义
*/
/*------------ var*/
/*------------ mixin*/
.fui-toggle-button.fui-button-pressed
{
background-color
:
#aec5e6
;
}
.fui-toggle-button.fui-button-pressed.fui-disabled
{
background-color
:
#aec5e6
;
}
.fui-toggle-button
:HOVER
{
background-color
:
#d5e1f2
;
color
:
#000000
;
}
.fui-toggle-button
:ACTIVE
{
background-color
:
#87a9da
;
color
:
#000000
;
}
.blur
{
filter
:
url(../images/blur.svg#blur)
;
-webkit-filter
:
blur
(
5px
);
-moz-filter
:
blur
(
5px
);
-mz-filter
:
blur
(
5px
);
filter
:
blur
(
5px
);
}
.validate-error
{
color
:
red
;
border-color
:
red
!important
;
vertical-align
:
middle
;
}
span
.validate-error
{
margin-left
:
5px
;
}
.button
,
button
{
display
:
inline-block
;
height
:
30px
;
padding
:
0
15px
;
line-height
:
30px
;
text-align
:
center
;
outline
:
none
;
background
:
#717b94
;
cursor
:
default
;
color
:
#ffffff
;
border
:
none
;
}
.button
:hover
,
button
:hover
,
.button.hover
,
button
.hover
{
background
:
#8e96aa
;
}
.button
:active
,
button
:active
,
.button.active
,
button
.active
{
background
:
#656f87
;
}
.button
:disabled
,
button
:disabled
{
background
:
#CCC
;
}
.button
:disabled:hover
,
button
:disabled:hover
,
.button
:disabled
.hover
,
button
:disabled
.hover
,
.button
:disabled:active
,
button
:disabled:active
,
.button
:disabled
.active
,
button
:disabled
.active
{
background
:
#CCC
;
}
input
[
type
=
text
],
input
[
type
=
url
]
{
padding
:
2px
5px
;
height
:
16px
;
line-height
:
16px
;
outline
:
none
;
border
:
1px
solid
#e5e7ec
;
box-shadow
:
inset
0
1px
3px
rgba
(
0
,
0
,
0
,
0.05
);
border-radius
:
2px
;
}
input
[
type
=
text
]
:focus
,
input
[
type
=
url
]
:focus
{
border-color
:
#6179b8
;
}
.loading
.loading-target
{
filter
:
url(../images/blur.svg#blur)
;
-webkit-filter
:
blur
(
5px
);
-moz-filter
:
blur
(
5px
);
-mz-filter
:
blur
(
5px
);
filter
:
blur
(
5px
);
}
.loading
:after
{
content
:
' '
;
display
:
block
;
position
:
absolute
;
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
background
:
rgba
(
128
,
130
,
140
,
0.75
);
-webkit-animation
:
fadeIn
3s
ease
;
-ms-animation
:
fadeIn
3s
ease
;
animation
:
fadeIn
3s
ease
;
}
.loading
:before
{
content
:
' '
;
width
:
40px
;
height
:
40px
;
border
:
4px
solid
;
border-color
:
#c9ced1
transparent
transparent
;
box-shadow
:
0
0
35px
#ffffff
;
z-index
:
10
;
border-radius
:
100%
;
-webkit-animation
:
rotate
1.33s
ease
infinite
;
-ms-animation
:
rotate
1.33s
ease
infinite
;
animation
:
rotate
1.33s
ease
infinite
;
filter
:
none
;
-webkit-filter
:
none
;
position
:
absolute
;
left
:
50%
;
top
:
50%
;
margin-left
:
-24px
;
margin-top
:
-24px
;
}
@-webkit-keyframes
rotate
{
from
{
-webkit-transform
:
rotate
(
0
);
transform
:
rotate
(
0
);
}
to
{
-webkit-transform
:
rotate
(
360deg
);
transform
:
rotate
(
360deg
);
}
}
@keyframes
rotate
{
from
{
-webkit-transform
:
rotate
(
0
);
transform
:
rotate
(
0
);
}
to
{
-webkit-transform
:
rotate
(
360deg
);
transform
:
rotate
(
360deg
);
}
}
@-webkit-keyframes
fadeIn
{
from
{
opacity
:
0
;
}
to
{
opacity
:
1
;
}
}
@keyframes
fadeIn
{
from
{
opacity
:
0
;
}
to
{
opacity
:
1
;
}
}
@-webkit-keyframes
fadeOut
{
from
{
opacity
:
1
;
}
to
{
opacity
:
0
;
}
}
@keyframes
fadeOut
{
from
{
opacity
:
1
;
}
to
{
opacity
:
0
;
}
}
.shortcut-key
{
display
:
inline-block
;
padding
:
3px
8px
5px
;
font-size
:
12px
;
font-weight
:
normal
;
line-height
:
14px
;
color
:
#6e6e6e
;
/* text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25); */
white-space
:
nowrap
;
vertical-align
:
middle
;
background-color
:
#fcfcfc
;
border-radius
:
3px
;
border
:
1px
solid
#cccccc
;
text-transform
:
capitalize
;
box-shadow
:
inset
0
-2px
#ebebeb
,
inset
0
-3px
#ffffff
,
0
1px
2px
rgba
(
255
,
255
,
255
,
0.3
);
}
.shortcut-key
:active
{
padding-top
:
4px
;
padding-bottom
:
4px
;
box-shadow
:
inset
0
-1px
#ebebeb
,
inset
0
-2px
#ffffff
,
0
1px
1px
rgba
(
255
,
255
,
255
,
0.3
);
}
.shortcut-key
:active:after
{
-webkit-transform
:
translate
(
0
,
1px
);
-ms-transform
:
translate
(
0
,
1px
);
transform
:
translate
(
0
,
1px
);
}
.mac
.shortcut-key.ctrl
,
.mac
.shortcut-key.shift
,
.mac
.shortcut-key.alt
,
.shortcut-key.up
,
.shortcut-key.down
,
.shortcut-key.left
,
.shortcut-key.right
{
text-indent
:
99999px
;
position
:
relative
;
width
:
9px
;
}
.mac
.shortcut-key.ctrl
:after
,
.mac
.shortcut-key.shift
:after
,
.mac
.shortcut-key.alt
:after
,
.shortcut-key.up
:after
,
.shortcut-key.down
:after
,
.shortcut-key.left
:after
,
.shortcut-key.right
:after
{
display
:
block
;
position
:
absolute
;
text-align
:
center
;
left
:
5px
;
top
:
4px
;
width
:
16px
;
height
:
16px
;
text-indent
:
0
;
}
.mac
.shortcut-key.ctrl
:after
{
content
:
'⌘'
;
}
.mac
.shortcut-key.shift
:after
{
content
:
'⇧'
;
}
.mac
.shortcut-key.alt
:after
{
content
:
'⌥'
;
}
.shortcut-key.up
:after
{
content
:
'↑'
;
top
:
2px
;
}
.shortcut-key.down
:after
{
content
:
'↓'
;
top
:
2px
;
}
.shortcut-key.left
:after
{
content
:
'←'
;
top
:
2px
;
}
.shortcut-key.right
:after
{
content
:
'→'
;
top
:
2px
;
}
.triangle
{
content
:
' '
;
display
:
block
;
width
:
0
;
height
:
0
;
padding
:
0
!important
;
line-height
:
0
;
font-size
:
0
;
border-style
:
solid
;
border-color
:
transparent
;
}
.fui-button
,
li
{
-webkit-transition
:
background-color
0.2s
ease
;
transition
:
background-color
0.2s
ease
;
}
.fui-disabled
:hover
,
.fui-disabled
.fui-widget
:hover
,
.fui-disabled
:active
,
.fui-disabled
.fui-widget
:active
{
background-color
:
transparent
;
}
input
::-ms-clear
{
display
:
none
;
}
input
[
type
=
search
]
::-ms-clear
{
display
:
inline-block
;
}
#tab-container
.fui-button
{
display
:
inline-block
;
padding
:
2px
5px
2px
3px
;
}
#tab-container
.fui-button
.fui-label
{
color
:
#5a6378
;
font-size
:
12px
;
vertical-align
:
middle
;
}
#tab-container
.fui-button.command-button
{
margin-bottom
:
3px
;
}
#tab-container
.fui-button.command-button
.fui-icon
{
width
:
20px
;
height
:
20px
;
margin-right
:
3px
;
display
:
inline-block
;
vertical-align
:
middle
;
}
#tab-container
.fui-button.command-button.large
{
width
:
50px
;
height
:
50px
;
padding
:
0
;
}
#tab-container
.fui-button.command-button.large
.fui-icon
{
width
:
25px
;
height
:
25px
;
margin-left
:
12px
;
margin-bottom
:
3px
;
margin-top
:
4px
;
}
#tab-container
.fui-button.command-button.large
.fui-label
{
display
:
block
;
text-align
:
center
;
}
#tab-container
.fui-button
:hover
{
background-color
:
#eff3fa
;
}
#tab-container
.fui-button
:active
{
background-color
:
#c4d0ee
;
}
#tab-container
.fui-button.fui-disabled
:hover
,
#tab-container
.fui-button.fui-disabled
:active
{
background-color
:
transparent
;
}
#tab-container
.fui-button.active
{
background-color
:
#d7e0f4
;
}
.command-buttonset
.fui-toggle-button
:hover
{
background-color
:
#eff3fa
;
}
.fui-disabled.command-buttonset
.fui-toggle-button
:hover
{
background-color
:
transparent
;
}
.command-buttonset
.fui-toggle-button
:active
{
-webkit-transform
:
scale
(
0.9
);
-ms-transform
:
scale
(
0.9
);
transform
:
scale
(
0.9
);
}
.command-buttonset
.fui-toggle-button
:active:hover
{
background-color
:
#c4d0ee
;
}
.fui-disabled.command-buttonset
.fui-toggle-button
:active:hover
{
background-color
:
transparent
;
}
.command-buttonset
.fui-toggle-button.fui-button-pressed
{
background-color
:
#d7e0f4
;
}
.command-inputmenu
>
.fui-input-button
,
.fui-input-menu
>
.fui-input-button
{
position
:
relative
;
border-color
:
#c9ced1
;
margin
:
2px
0
;
}
.command-inputmenu
>
.fui-input-button
.fui-input
,
.fui-input-menu
>
.fui-input-button
.fui-input
{
width
:
100px
;
}
.command-inputmenu
>
.fui-input-button
>
.fui-button
,
.fui-input-menu
>
.fui-input-button
>
.fui-button
{
position
:
absolute
;
left
:
auto
;
right
:
0
;
top
:
0
;
bottom
:
0
;
width
:
20px
;
border-left
:
1px
solid
#c9ced1
;
padding
:
0
!important
;
}
.command-inputmenu
>
.fui-input-button
>
.fui-button
.fui-icon
,
.fui-input-menu
>
.fui-input-button
>
.fui-button
.fui-icon
{
position
:
absolute
;
left
:
auto
;
right
:
6px
;
top
:
50%
;
margin-top
:
-2px
;
content
:
' '
;
display
:
block
;
width
:
0
;
height
:
0
;
padding
:
0
!important
;
line-height
:
0
;
font-size
:
0
;
border-style
:
solid
;
border-color
:
transparent
;
border-width
:
4px
4px
;
border-top-color
:
#5a6378
;
}
#tab-container
.fui-drop-panel
{
padding-right
:
10px
;
border-color
:
#c9ced1
;
}
#tab-container
.fui-drop-panel
>
.fui-button
{
position
:
absolute
;
display
:
block
;
right
:
1px
;
left
:
auto
;
top
:
1px
;
bottom
:
1px
;
width
:
10px
;
padding
:
0
;
}
#tab-container
.fui-drop-panel
>
.fui-button
:hover
{
background
:
#eff3fa
;
}
#tab-container
.fui-drop-panel
>
.fui-button
:active
{
background
:
#c4d0ee
;
}
#tab-container
.fui-drop-panel
>
.fui-button
>
.fui-icon
{
position
:
absolute
;
content
:
' '
;
display
:
block
;
width
:
0
;
height
:
0
;
padding
:
0
!important
;
line-height
:
0
;
font-size
:
0
;
border-style
:
solid
;
border-color
:
transparent
;
border-width
:
4px
3px
;
border-top-color
:
#5a6378
;
top
:
auto
;
bottom
:
2px
;
left
:
2px
;
}
.fui-drop-panel-popup
{
background
:
white
;
box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.3
);
padding-right
:
5px
;
padding-bottom
:
5px
;
max-width
:
300px
;
}
#tab-container
.fui-button-menu
{
border
:
1px
solid
transparent
;
width
:
40px
;
height
:
50px
;
display
:
inline-block
;
margin-top
:
2px
;
}
#tab-container
.fui-button-menu
:hover
{
border-color
:
#eff3fa
;
}
#tab-container
.fui-button-menu.fui-disabled
:hover
{
border-color
:
transparent
;
}
#tab-container
.fui-button-menu
.fui-button
:first-child
{
display
:
block
;
width
:
40px
;
height
:
25px
;
padding
:
0
;
}
#tab-container
.fui-button-menu
.fui-button
:last-child
{
display
:
block
;
width
:
40px
;
height
:
25px
;
padding
:
0
;
}
#tab-container
.fui-button-menu
.fui-button
:last-child
.fui-label
{
font-size
:
12px
;
}
#tab-container
.fui-button-menu
.fui-button
:last-child
.fui-icon
{
content
:
' '
;
width
:
0
;
height
:
0
;
padding
:
0
!important
;
line-height
:
0
;
font-size
:
0
;
border-style
:
solid
;
border-color
:
transparent
;
border-width
:
4px
3px
;
border-top-color
:
#5a6378
;
display
:
block
;
position
:
absolute
;
top
:
auto
;
bottom
:
-2px
;
left
:
50%
;
margin-left
:
-3px
;
}
.fui-dialog
{
box-shadow
:
0
0
5px
rgba
(
0
,
0
,
0
,
0.15
);
border
:
none
;
}
.fui-dialog
>
.fui-panel-content
{
padding
:
0
;
}
.fui-dialog
.fui-dialog-head
{
background-color
:
#393f4f
;
color
:
white
;
padding
:
5px
;
}
.fui-dialog
.fui-dialog-head
h1
{
font-size
:
14px
;
font-weight
:
normal
;
}
.fui-dialog
.fui-dialog-head
.fui-close-button
{
position
:
absolute
;
right
:
6px
;
top
:
7px
;
left
:
auto
;
display
:
block
;
width
:
20px
;
height
:
20px
;
cursor
:
pointer
;
border-radius
:
100%
;
}
.fui-dialog
.fui-dialog-head
.fui-close-button
.fui-close-button-icon
{
display
:
none
;
background
:
none
;
}
.fui-dialog
.fui-dialog-head
.fui-close-button
:hover
{
background-color
:
#e66060
;
}
.fui-dialog
.fui-dialog-head
.fui-close-button
:active
{
background-color
:
#e34f4f
;
}
.fui-dialog
.fui-dialog-head
.fui-close-button
:after
{
content
:
'x'
;
display
:
block
;
width
:
16px
;
height
:
16px
;
font-family
:
inherit
;
color
:
white
;
font-size
:
14px
;
position
:
absolute
;
left
:
2px
;
top
:
1px
;
line-height
:
16px
;
text-align
:
center
;
}
.fui-dialog
.fui-dialog-body
{
padding
:
20px
;
}
.fui-dialog
.fui-dialog-body
p
{
margin
:
0
;
height
:
40px
;
}
.fui-dialog
.fui-dialog-body
input
[
type
=
text
],
.fui-dialog
.fui-dialog-body
input
[
type
=
url
]
{
border
:
1px
solid
#c9ced1
;
outline
:
none
;
height
:
20px
;
padding
:
2px
4px
;
width
:
300px
;
vertical-align
:
middle
;
}
.fui-dialog
.fui-dialog-foot
{
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
top
:
auto
;
height
:
50px
;
border-top
:
1px
solid
#c9ced1
;
text-align
:
right
;
}
.fui-dialog
.fui-dialog-foot
.fui-button
{
width
:
80px
;
height
:
30px
;
line-height
:
30px
;
text-align
:
center
;
border
:
1px
solid
#c9ced1
;
border-radius
:
4px
;
margin
:
8px
8px
0
0
;
}
.fui-dialog
.fui-dialog-foot
.fui-button
:hover
{
background
:
#d7dbe3
;
}
.fui-dialog
.fui-dialog-foot
.fui-button
:active
{
background
:
#c9cdd8
;
}
.fui-dialog
.fui-dialog-foot
.fui-button.fui-xdialog-ok-btn
{
background
:
#393f4f
;
border-color
:
transparent
;
}
.fui-dialog
.fui-dialog-foot
.fui-button.fui-xdialog-ok-btn
:hover
{
background
:
#444b5e
;
}
.fui-dialog
.fui-dialog-foot
.fui-button.fui-xdialog-ok-btn
:active
{
background
:
#333846
;
}
.fui-dialog
.fui-dialog-foot
.fui-button.fui-xdialog-ok-btn
.fui-label
{
color
:
white
;
}
.fui-dialog
.fui-dialog-foot
.fui-button
.fui-label
{
font-size
:
14px
;
line-height
:
30px
;
height
:
30px
;
}
#tab-container
.fui-select-menu.command-selectmenu
>
.fui-panel-content
{
padding-right
:
10px
;
border
:
1px
solid
transparent
;
width
:
auto
;
}
#tab-container
.fui-select-menu.command-selectmenu
>
.fui-panel-content
:hover
{
border-color
:
#c9ced1
;
}
#tab-container
.fui-select-menu.command-selectmenu
>
.fui-panel-content
>
.fui-button
{
display
:
block
;
position
:
absolute
;
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
padding
:
0
;
}
#tab-container
.fui-select-menu.command-selectmenu
>
.fui-panel-content
>
.fui-button
:hover
{
background
:
rgba
(
239
,
243
,
250
,
0.1
);
}
#tab-container
.fui-select-menu.command-selectmenu
>
.fui-panel-content
>
.fui-button
:active
{
background
:
rgba
(
196
,
208
,
238
,
0.5
);
}
#tab-container
.fui-select-menu.command-selectmenu
>
.fui-panel-content
>
.fui-button
>
.fui-icon
{
position
:
absolute
;
content
:
' '
;
display
:
block
;
width
:
0
;
height
:
0
;
padding
:
0
!important
;
line-height
:
0
;
font-size
:
0
;
border-style
:
solid
;
border-color
:
transparent
;
border-width
:
4px
3px
;
border-top-color
:
#5a6378
;
top
:
auto
;
bottom
:
2px
;
right
:
2px
;
left
:
auto
;
}
#tab-container
.fui-select-menu.command-selectmenu
>
.fui-panel-content
>
.fui-select-menu-container
{
border
:
1px
solid
#ccc
;
box-shadow
:
3px
3px
6px
rgba
(
0
,
0
,
0
,
0.3
);
}
.fui-popup-menu
,
.fui-menu.fui-ppanel-position
{
position
:
absolute
;
z-index
:
100000
;
min-width
:
160px
;
padding
:
5px
0
;
font-size
:
12px
;
list-style
:
none
;
background-color
:
#ffffff
;
border-radius
:
0
;
box-shadow
:
0
1px
15px
rgba
(
0
,
0
,
0
,
0.3
);
background-clip
:
padding-box
;
font-family
:
Arial
,
"Heiti SC"
,
"Microsoft Yahei"
;
overflow
:
hidden
;
}
.fui-popup-menu
:empty
,
.fui-menu.fui-ppanel-position
:empty
{
display
:
none
!important
;
}
.fui-popup-menu
.fui-panel-content
,
.fui-menu.fui-ppanel-position
.fui-panel-content
,
.fui-popup-menu
.fui-menu
,
.fui-menu.fui-ppanel-position
.fui-menu
{
border
:
none
;
display
:
block
;
}
.fui-popup-menu
.fui-item
,
.fui-menu.fui-ppanel-position
.fui-item
{
display
:
block
;
padding
:
2px
15px
2px
30px
;
height
:
25px
;
line-height
:
25px
;
clear
:
both
;
font-weight
:
normal
;
color
:
#333333
;
white-space
:
nowrap
;
text-decoration
:
none
;
font-size
:
12px
;
overflow
:
hidden
;
-webkit-transition
:
none
;
transition
:
none
;
}
.fui-popup-menu
.fui-item
.fui-label
,
.fui-menu.fui-ppanel-position
.fui-item
.fui-label
,
.fui-popup-menu
.fui-item
.fui-icon
,
.fui-menu.fui-ppanel-position
.fui-item
.fui-icon
{
height
:
25px
;
line-height
:
25px
;
}
.fui-popup-menu
.fui-item
:hover
,
.fui-menu.fui-ppanel-position
.fui-item
:hover
,
.fui-popup-menu
.fui-item
:focus
,
.fui-menu.fui-ppanel-position
.fui-item
:focus
{
background
:
#0099f2
;
/* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background
:
url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTlmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNDA5NmVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNzZkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=)
;
/* FF3.6+ */
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#0099f2
),
color-stop
(
0%
,
#4096ee
),
color-stop
(
100%
,
#0076dd
));
/* Chrome,Safari4+ */
background
:
-webkit-linear-gradient
(
top
,
#0099f2
0%
,
#4096ee
0%
,
#0076dd
100%
);
/* Chrome10+,Safari5.1+ */
/* Opera 11.10+ */
/* IE10+ */
background
:
#5a6377
;
/* W3C */
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#0099f2'
,
endColorstr
=
'#0076dd'
,
GradientType
=
0
);
/* IE6-8 */
color
:
white
;
}
.fui-popup-menu
.fui-item
:hover
.fui-label
,
.fui-menu.fui-ppanel-position
.fui-item
:hover
.fui-label
,
.fui-popup-menu
.fui-item
:focus
.fui-label
,
.fui-menu.fui-ppanel-position
.fui-item
:focus
.fui-label
{
color
:
white
;
}
.fui-popup-menu
.fui-item
.menu-label
,
.fui-menu.fui-ppanel-position
.fui-item
.menu-label
{
display
:
inline-block
;
}
.fui-popup-menu
.fui-item
.shortcut
,
.fui-menu.fui-ppanel-position
.fui-item
.shortcut
{
float
:
right
;
margin-left
:
20px
;
}
.fui-popup-menu
.fui-item
.shortcut
.shortcut-key
,
.fui-menu.fui-ppanel-position
.fui-item
.shortcut
.shortcut-key
{
font-size
:
12px
;
border
:
1px
solid
#CCC
;
height
:
10px
;
line-height
:
10px
;
margin-left
:
3px
;
}
.fui-popup-menu
.fui-item
.shortcut
+
.shortcut
:after
,
.fui-menu.fui-ppanel-position
.fui-item
.shortcut
+
.shortcut
:after
{
content
:
'or'
;
position
:
relative
;
left
:
10px
;
}
.fui-popup-menu
.divider
,
.fui-menu.fui-ppanel-position
.divider
,
.fui-popup-menu
.fui-spliter
,
.fui-menu.fui-ppanel-position
.fui-spliter
{
height
:
1px
;
margin
:
5px
0
;
overflow
:
hidden
;
background-color
:
#e5e5e5
;
padding
:
0
;
}
.fui-popup-menu
.divider
:first-child
,
.fui-menu.fui-ppanel-position
.divider
:first-child
,
.fui-popup-menu
.fui-spliter
:first-child
,
.fui-menu.fui-ppanel-position
.fui-spliter
:first-child
,
.fui-popup-menu
.divider
:last-child
,
.fui-menu.fui-ppanel-position
.divider
:last-child
,
.fui-popup-menu
.fui-spliter
:last-child
,
.fui-menu.fui-ppanel-position
.fui-spliter
:last-child
{
display
:
none
;
}
.notice-widget
{
position
:
absolute
;
right
:
20px
;
top
:
20px
;
padding
:
5px
15px
;
border-radius
:
4px
;
background
:
#8e96aa
;
-webkit-transition
:
all
ease
.2s
;
transition
:
all
ease
.2s
;
opacity
:
0
;
color
:
white
;
-webkit-transform
:
translate3d
(
0
,
-50px
,
0
);
transform
:
translate3d
(
0
,
-50px
,
0
);
}
.notice-widget
p
{
margin
:
5px
0
;
font-size
:
12px
;
}
.notice-widget.show
{
-webkit-transform
:
translate3d
(
0
,
0
,
0
);
transform
:
translate3d
(
0
,
0
,
0
);
opacity
:
1
;
}
.notice-widget.warn
{
background
:
#ffffff
url(../images/kmcat_warn.png)
8px
10px
no-repeat
;
color
:
#ff9200
;
box-shadow
:
none
;
padding-left
:
35px
;
border
:
1px
solid
#FFB200
;
}
#content-wrapper
.error-dialog
{
border-radius
:
4px
;
}
#content-wrapper
.error-dialog
.fui-dialog-head
{
background
:
#DC0000
;
height
:
40px
;
line-height
:
40px
;
padding
:
0
15px
;
}
#content-wrapper
.error-dialog
.fui-dialog-head
.fui-close-button
{
top
:
10px
;
}
#content-wrapper
.error-dialog
.fui-dialog-body
.error-content
{
background
:
url(../images/kmcat_sad.png)
no-repeat
;
padding-left
:
80px
;
min-height
:
80px
;
}
#content-wrapper
.error-dialog
.fui-dialog-body
.error-content
h3
{
font-size
:
16px
;
font-weight
:
normal
;
margin
:
0
;
}
#content-wrapper
.error-dialog
.fui-dialog-body
.error-content
p
{
margin
:
10px
0
;
height
:
auto
;
}
#content-wrapper
.error-dialog
.fui-dialog-body
.error-detail
{
position
:
relative
;
}
#content-wrapper
.error-dialog
.fui-dialog-body
.error-detail
a
.expander
{
display
:
block
;
margin
:
8px
0
;
cursor
:
pointer
;
}
#content-wrapper
.error-dialog
.fui-dialog-body
.error-detail
a
.expander
:before
{
content
:
' '
;
display
:
block
;
width
:
0
;
height
:
0
;
padding
:
0
!important
;
line-height
:
0
;
font-size
:
0
;
border-style
:
solid
;
border-color
:
transparent
;
border-width
:
5px
5px
;
border-left-color
:
#333333
;
display
:
inline-block
;
margin-right
:
3px
;
}
#content-wrapper
.error-dialog
.fui-dialog-body
.error-detail
a
.expander
:hover
{
text-decoration
:
underline
;
}
#content-wrapper
.error-dialog
.fui-dialog-body
.error-detail.expanded
.error-detail-wrapper
{
display
:
block
;
}
#content-wrapper
.error-dialog
.fui-dialog-body
.error-detail.expanded
a
.expander
:before
{
content
:
' '
;
display
:
block
;
width
:
0
;
height
:
0
;
padding
:
0
!important
;
line-height
:
0
;
font-size
:
0
;
border-style
:
solid
;
border-color
:
transparent
;
border-width
:
5px
5px
;
border-top-color
:
#333333
;
margin-right
:
3px
;
top
:
3px
;
position
:
relative
;
display
:
inline-block
;
}
#content-wrapper
.error-dialog
.fui-dialog-body
.error-detail
:before
{
display
:
block
;
content
:
'反馈详细信息有助于开发人员定位问题'
;
position
:
absolute
;
top
:
8px
;
right
:
0
;
font-size
:
12px
;
color
:
#AAA
;
}
#content-wrapper
.error-dialog
.fui-dialog-body
.error-detail
.error-detail-wrapper
{
display
:
none
;
}
#content-wrapper
.error-dialog
.fui-dialog-body
.error-detail
.error-detail-wrapper
textarea
{
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
width
:
100%
;
height
:
200px
;
border
:
1px
solid
#EEE
;
background
:
#fcfcfc
;
outline
:
none
;
padding
:
6px
;
color
:
#666
;
}
#content-wrapper
.error-dialog
.fui-dialog-body
.error-detail
.error-detail-wrapper
.copy-and-feedback
{
float
:
right
;
margin-top
:
10px
;
}
#content-wrapper
.error-dialog
.fui-dialog-foot
{
position
:
static
;
padding
:
5px
20px
;
}
#content-wrapper
.error-dialog
.fui-dialog-foot
.fui-button.fui-xdialog-ok-btn
{
background
:
#dc0000
;
margin
:
10px
0
;
}
#content-wrapper
.error-dialog
.fui-dialog-foot
.fui-button.fui-xdialog-ok-btn
:hover
{
background
:
#FF7F7F
;
}
#content-wrapper
.error-dialog
.fui-dialog-foot
.fui-button.fui-xdialog-cancel-btn
{
display
:
none
;
}
/**
* 基本页面样式
*/
html
,
body
,
div
{
margin
:
0
;
padding
:
0
;
overflow
:
hidden
;
}
body
,
svg
{
font-family
:
"Microsoft Yahei"
,
"Heiti SC"
,
Arial
,
sans-serif
;
}
html
,
body
{
height
:
100%
;
}
#content-wrapper
{
overflow
:
hidden
;
position
:
absolute
;
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
position
:
fixed
;
-webkit-user-select
:
none
;
-khtml-user-select
:
none
;
-moz-user-select
:
none
;
-ms-user-select
:
none
;
user-select
:
none
;
-webkit-user-drag
:
none
;
cursor
:
default
;
}
#kityminder
{
position
:
absolute
;
top
:
100px
;
right
:
0
;
bottom
:
0
;
left
:
0
;
-moz-user-select
:
none
;
}
#kityminder
.maximize
{
top
:
40px
;
}
#kityminder
:focus
{
/* box-shadow: inset 0 0 10px fadeOut(black, 0.5); */
}
#tab-container
.collapsed
+
#kityminder
,
#panel
+
#kityminder
{
top
:
40px
;
}
.fullscreen
#panel
{
-webkit-transform
:
translate
(
0
,
-101px
);
-ms-transform
:
translate
(
0
,
-101px
);
transform
:
translate
(
0
,
-101px
);
}
.fullscreen
#kityminder
{
top
:
0
!important
;
}
#panel
{
background
:
#393f4f
;
font-family
:
'Hiragino Sans GB'
,
'Arial'
,
'Microsoft Yahei'
;
height
:
40px
;
overflow
:
hidden
;
-webkit-backface-visibility
:
hidden
;
position
:
relative
;
-webkit-transition
:
-webkit-transform
.7s
ease
;
transition
:
transform
.7s
ease
;
z-index
:
11
;
}
#panel
h1
{
font-size
:
14px
;
height
:
40px
;
line-height
:
40px
;
margin
:
0
;
text-align
:
center
;
font-weight
:
normal
;
color
:
#ffffff
;
}
#panel
h1
.loading
:before
{
position
:
relative
;
display
:
inline-block
;
width
:
12px
;
height
:
12px
;
border
:
3px
solid
;
border-color
:
#c9ced1
transparent
transparent
;
box-shadow
:
0
0
7px
#ffffff
;
z-index
:
10
;
border-radius
:
100%
;
-webkit-animation
:
rotate
1.33s
ease
infinite
;
-ms-animation
:
rotate
1.33s
ease
infinite
;
animation
:
rotate
1.33s
ease
infinite
;
filter
:
none
;
-webkit-filter
:
none
;
left
:
-6px
;
top
:
3px
;
box-shadow
:
none
;
}
#panel
h1
.loading
:after
{
display
:
none
;
}
.fui-widget
{
-webkit-font-smoothing
:
auto
;
}
#main-menu-btn
{
display
:
block
;
float
:
left
;
height
:
40px
;
line-height
:
40px
;
padding
:
0
30px
0
15px
;
z-index
:
11
;
background-color
:
#fc8383
;
}
#main-menu-btn
:hover
{
background-color
:
#fc9c9c
!important
;
}
#main-menu-btn
:active
{
background-color
:
#fb6a6a
!important
;
}
#main-menu-btn
.fui-label
{
height
:
40px
;
line-height
:
40px
;
font-size
:
14px
;
color
:
white
;
}
#main-menu-btn
:after
{
content
:
' '
;
display
:
block
;
position
:
absolute
;
width
:
0
;
height
:
0
;
line-height
:
0
;
font-size
:
0
;
border
:
6px
solid
;
border-color
:
white
transparent
transparent
transparent
;
right
:
12px
;
top
:
16px
;
}
#main-menu
{
background
:
white
;
position
:
absolute
;
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
overflow
:
hidden
;
-webkit-transform
:
translate3d
(
0
,
-100%
,
0
);
transform
:
translate3d
(
0
,
-100%
,
0
);
-webkit-transform-origin
:
0
0
;
-ms-transform-origin
:
0
0
;
transform-origin
:
0
0
;
opacity
:
0
;
-webkit-transition
:
opacity
0.2s
ease
,
-webkit-transform
0.2s
ease
;
transition
:
opacity
.2s
ease
,
transform
.2s
ease
;
z-index
:
100
;
}
#main-menu
.show
{
opacity
:
1
;
-webkit-transform
:
translate3d
(
0
,
0
,
0
);
transform
:
translate3d
(
0
,
0
,
0
);
}
#main-menu
:before
{
content
:
' '
;
display
:
block
;
position
:
absolute
;
top
:
0
;
left
:
200px
;
right
:
-1000px
;
bottom
:
10px
;
box-shadow
:
0
-3px
8px
rgba
(
0
,
0
,
0
,
0.15
);
z-index
:
1
;
-webkit-transform
:
translateX
(
-200px
)
translateZ
(
0
);
transform
:
translateX
(
-200px
)
translateZ
(
0
);
-webkit-transition
:
-webkit-transform
0.7s
ease
,
opacity
0.5s
ease
;
transition
:
transform
.7s
ease
,
opacity
.5s
ease
;
}
.show
#main-menu
:before
{
-webkit-transform
:
translateX
(
0
)
translateZ
(
0
);
transform
:
translateX
(
0
)
translateZ
(
0
);
-webkit-transition
:
-webkit-transform
0.7s
ease
,
opacity
0.5s
ease
;
transition
:
transform
.7s
ease
,
opacity
.5s
ease
;
}
#main-menu
.main-menu-header
{
background
:
white
;
height
:
40px
;
}
#main-menu
.main-menu-back-panel
{
background-color
:
#fc8383
;
float
:
left
;
width
:
200px
;
height
:
40px
;
}
#main-menu
.main-menu-back-panel
.main-menu-back-button
{
width
:
190px
;
height
:
30px
;
padding
:
5px
;
}
#main-menu
.main-menu-back-panel
.main-menu-back-button
.fui-label
{
display
:
inline-block
;
color
:
white
;
margin-left
:
10px
;
font-size
:
14px
;
display
:
none
;
}
#main-menu
.main-menu-back-panel
.main-menu-back-button
.fui-icon
{
display
:
inline-block
;
width
:
25px
;
height
:
25px
;
line-height
:
25px
;
border-radius
:
100%
;
border
:
2px
solid
white
;
background
:
url(../images/icons.png)
-1px
-370px
;
vertical-align
:
middle
;
}
#main-menu
.main-menu-back-panel
.main-menu-back-button
:hover
{
/* FF3.6+ */
background
:
-webkit-gradient
(
linear
,
left
top
,
right
top
,
color-stop
(
0%
,
rgba
(
255
,
255
,
255
,
0.3
)),
color-stop
(
100%
,
rgba
(
255
,
255
,
255
,
0
)));
/* Chrome,Safari4+ */
background
:
-webkit-linear-gradient
(
left
,
rgba
(
255
,
255
,
255
,
0.3
)
0%
,
rgba
(
255
,
255
,
255
,
0
)
100%
);
/* Chrome10+,Safari5.1+ */
/* Opera 11.10+ */
/* IE10+ */
background
:
linear-gradient
(
to
right
,
rgba
(
255
,
255
,
255
,
0.3
)
0%
,
rgba
(
255
,
255
,
255
,
0
)
100%
);
/* W3C */
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#4dffffff'
,
endColorstr
=
'#00ffffff'
,
GradientType
=
1
);
/* IE6-9 */
}
#main-menu
.main-menu-back-panel
.main-menu-back-button
:active
{
background
:
#fb5151
;
}
#main-menu
.main-menu-title
{
margin-left
:
200px
;
height
:
40px
;
display
:
block
;
background
:
white
;
z-index
:
2
;
text-align
:
center
;
font-size
:
12px
;
font-weight
:
normal
;
line-height
:
40px
;
color
:
#999
;
-webkit-transform
:
translateX
(
-200px
)
translateZ
(
0
);
transform
:
translateX
(
-200px
)
translateZ
(
0
);
-webkit-transition
:
-webkit-transform
0.7s
ease
,
opacity
0.5s
ease
;
transition
:
transform
.7s
ease
,
opacity
.5s
ease
;
}
.show
#main-menu
.main-menu-title
{
-webkit-transform
:
translateX
(
0
)
translateZ
(
0
);
transform
:
translateX
(
0
)
translateZ
(
0
);
-webkit-transition
:
-webkit-transform
0.7s
ease
,
opacity
0.5s
ease
;
transition
:
transform
.7s
ease
,
opacity
.5s
ease
;
}
#main-menu
.main-menu-level1
{
position
:
absolute
;
left
:
0
;
right
:
0
;
bottom
:
0
;
top
:
40px
;
}
#main-menu
.main-menu-level1
>
.fui-tabs-
{
/* 二级菜单区域 */
}
#main-menu
.main-menu-level1
>
.fui-tabs-button-wrap
{
top
:
0
;
right
:
auto
;
bottom
:
0
;
left
:
0
;
width
:
200px
;
position
:
absolute
;
background-color
:
#fc8383
;
}
#main-menu
.main-menu-level1
>
.fui-tabs-button-wrap
.fui-button
{
display
:
block
;
text-align
:
right
;
height
:
50px
;
}
#main-menu
.main-menu-level1
>
.fui-tabs-button-wrap
.fui-button
.fui-label
{
height
:
50px
;
line-height
:
50px
;
color
:
white
;
padding-right
:
20px
;
font-size
:
16px
;
}
#main-menu
.main-menu-level1
>
.fui-tabs-button-wrap
.fui-button
:hover
{
background
:
#fb6a6a
;
}
#main-menu
.main-menu-level1
>
.fui-tabs-button-wrap
.fui-button
:active
{
background
:
#fb5151
;
}
#main-menu
.main-menu-level1
>
.fui-tabs-button-wrap
.fui-button.fui-selected
{
background
:
#fdb4b4
;
}
#main-menu
.main-menu-level1
>
.fui-tabs-panel-wrap
{
position
:
absolute
;
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
200px
;
background-color
:
white
;
z-index
:
2
;
-webkit-transform
:
translateX
(
-200px
)
translateZ
(
0
);
transform
:
translateX
(
-200px
)
translateZ
(
0
);
-webkit-transition
:
-webkit-transform
0.7s
ease
,
opacity
0.5s
ease
;
transition
:
transform
.7s
ease
,
opacity
.5s
ease
;
/* 每个二级菜单的面板 */
}
.show
#main-menu
.main-menu-level1
>
.fui-tabs-panel-wrap
{
-webkit-transform
:
translateX
(
0
)
translateZ
(
0
);
transform
:
translateX
(
0
)
translateZ
(
0
);
-webkit-transition
:
-webkit-transform
0.7s
ease
,
opacity
0.5s
ease
;
transition
:
transform
.7s
ease
,
opacity
.5s
ease
;
}
#main-menu
.main-menu-level1
>
.fui-tabs-panel-wrap
>
.fui-panel
{
position
:
absolute
;
top
:
0
;
right
:
40px
;
bottom
:
0
;
left
:
40px
;
/* 面板内容 */
-webkit-animation
:
slideRight
0.3s
ease
;
animation
:
slideRight
0.3s
ease
;
-webkit-animation-fill-mode
:
backward
;
animation-fill-mode
:
backward
;
-webkit-animation-direction
:
reverse
;
animation-direction
:
reverse
;
}
#main-menu
.main-menu-level1
>
.fui-tabs-panel-wrap
>
.fui-panel
>
.fui-panel-content
{
position
:
absolute
;
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
/* 二级菜单大标题 */
/* 二级菜单导航 */
}
#main-menu
.main-menu-level1
>
.fui-tabs-panel-wrap
>
.fui-panel
>
.fui-panel-content
>
h2
{
font-size
:
24px
;
font-weight
:
normal
;
margin-top
:
0
;
margin-bottom
:
20px
;
color
:
#465468
;
}
#main-menu
.main-menu-level1
>
.fui-tabs-panel-wrap
>
.fui-panel
>
.fui-panel-content
>
.fui-tabs
{
position
:
absolute
;
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
/* 二级导航菜单区域 */
/* 二级菜单内容区域 */
}
#main-menu
.main-menu-level1
>
.fui-tabs-panel-wrap
>
.fui-panel
>
.fui-panel-content
>
.fui-tabs
>
.fui-tabs-button-wrap
{
position
:
absolute
;
top
:
60px
;
right
:
auto
;
bottom
:
30px
;
left
:
0
;
display
:
block
;
width
:
180px
;
border-right
:
1px
solid
#c8ccd6
;
}
#main-menu
.main-menu-level1
>
.fui-tabs-panel-wrap
>
.fui-panel
>
.fui-panel-content
>
.fui-tabs
>
.fui-tabs-button-wrap
>
.fui-button
{
display
:
block
;
height
:
50px
;
line-height
:
50px
;
text-align
:
right
;
padding-right
:
20px
;
}
#main-menu
.main-menu-level1
>
.fui-tabs-panel-wrap
>
.fui-panel
>
.fui-panel-content
>
.fui-tabs
>
.fui-tabs-button-wrap
>
.fui-button
>
.fui-label
{
font-size
:
14px
;
line-height
:
50px
;
color
:
#465468
;
}
#main-menu
.main-menu-level1
>
.fui-tabs-panel-wrap
>
.fui-panel
>
.fui-panel-content
>
.fui-tabs
>
.fui-tabs-button-wrap
>
.fui-button
:hover
{
background-color
:
#c8ccd6
;
}
#main-menu
.main-menu-level1
>
.fui-tabs-panel-wrap
>
.fui-panel
>
.fui-panel-content
>
.fui-tabs
>
.fui-tabs-button-wrap
>
.fui-button.fui-selected
{
background-color
:
#717b94
;
}
#main-menu
.main-menu-level1
>
.fui-tabs-panel-wrap
>
.fui-panel
>
.fui-panel-content
>
.fui-tabs
>
.fui-tabs-button-wrap
>
.fui-button.fui-selected
>
.fui-label
{
color
:
white
;
}
#main-menu
.main-menu-level1
>
.fui-tabs-panel-wrap
>
.fui-panel
>
.fui-panel-content
>
.fui-tabs
>
.fui-tabs-panel-wrap
{
position
:
absolute
;
top
:
60px
;
right
:
0
;
bottom
:
30px
;
left
:
200px
;
}
#main-menu
.main-menu-level1
>
.fui-tabs-panel-wrap
>
.fui-panel
>
.fui-panel-content
>
.fui-tabs
>
.fui-tabs-panel-wrap
>
.fui-panel
{
display
:
block
;
position
:
absolute
;
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
}
#main-menu
.main-menu-level1
>
.fui-tabs-panel-wrap
>
.fui-panel
>
.fui-panel-content
>
.fui-tabs
>
.fui-tabs-panel-wrap
>
.fui-panel
>
.fui-panel-content
{
position
:
absolute
;
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
display
:
block
;
}
#main-menu
.main-menu-level1
>
.fui-tabs-panel-wrap
>
.fui-panel
>
.fui-panel-content
>
.fui-tabs
>
.fui-tabs-panel-wrap
>
.fui-panel
>
.fui-panel-content
h2
{
padding-bottom
:
10px
;
height
:
30px
;
line-height
:
30px
;
border-bottom
:
1px
solid
#ededed
;
font-size
:
18px
;
font-weight
:
normal
;
margin
:
0
;
padding-left
:
38px
;
}
#main-menu
.main-menu-level1
>
.fui-tabs-panel-wrap
>
.fui-panel.fui-hide
{
-webkit-animation-fill-mode
:
forward
;
animation-fill-mode
:
forward
;
-webkit-animation-direction
:
normal
;
animation-direction
:
normal
;
}
@-webkit-keyframes
slideLeft
{
}
@keyframes
slideLeft
{
}
@-webkit-keyframes
slideRight
{
0
%
{
-webkit-transform
:
translate
(
0
,
0
);
transform
:
translate
(
0
,
0
);
opacity
:
1
;
display
:
block
!important
;
}
100
%
{
-webkit-transform
:
translate
(
50px
,
0
);
transform
:
translate
(
50px
,
0
);
opacity
:
0
;
display
:
none
!important
;
}
}
@keyframes
slideRight
{
0
%
{
-webkit-transform
:
translate
(
0
,
0
);
transform
:
translate
(
0
,
0
);
opacity
:
1
;
display
:
block
!important
;
}
100
%
{
-webkit-transform
:
translate
(
50px
,
0
);
transform
:
translate
(
50px
,
0
);
opacity
:
0
;
display
:
none
!important
;
}
}
.new-file-template-select
{
margin
:
0
;
padding
:
0
;
list-style
:
none
;
}
.new-file-template-select
li
{
display
:
inline-block
;
position
:
relative
;
width
:
120px
;
height
:
120px
;
margin-right
:
20px
;
margin-bottom
:
20px
;
cursor
:
pointer
;
}
.new-file-template-select
li
a
{
display
:
block
;
text-align
:
center
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
}
.new-file-template-select
li
:before
{
content
:
' '
;
display
:
block
;
position
:
absolute
;
top
:
0
;
right
:
0
;
bottom
:
24px
;
left
:
0
;
border
:
1px
solid
#ddd
;
}
.new-file-template-select
li
:after
{
content
:
' '
;
display
:
block
;
position
:
absolute
;
width
:
100px
;
height
:
80px
;
left
:
50%
;
top
:
10px
;
margin-left
:
-50px
;
background
:
url(../images/template_large.png)
no-repeat
;
}
.new-file-template-select
li
.default
:after
{
background-position
:
0
0
;
}
.new-file-template-select
li
.structure
:after
{
background-position
:
-100px
0
;
}
.new-file-template-select
li
.filetree
:after
{
background-position
:
-200px
0
;
}
.new-file-template-select
li
.right
:after
{
background-position
:
-300px
0
;
}
.new-file-template-select
li
:hover
a
{
color
:
#fc8383
;
}
.new-file-template-select
li
:hover:before
{
border
:
1px
solid
#fc8383
;
}
.new-file-template-select
li
:active:before
{
background-color
:
#fee6e6
;
}
#panel
.quick-visit-button
{
float
:
left
;
border
:
none
;
width
:
40px
;
height
:
40px
;
line-height
:
40px
;
padding
:
0
;
margin
:
0
;
display
:
block
;
position
:
relative
;
text-indent
:
-10000px
;
}
#panel
.quick-visit-button
:after
{
content
:
' '
;
position
:
absolute
;
display
:
block
;
width
:
25px
;
height
:
25px
;
left
:
7.5px
;
top
:
5.5px
;
background
:
url(../images/icons.png)
no-repeat
;
}
#panel
.quick-visit-button.new
:after
{
background-position
:
0
-895px
;
}
#panel
.quick-visit-button.save
:after
{
background-position
:
0
-920px
;
}
#panel
.quick-visit-button.share
:after
{
background-position
:
0
-945px
;
}
#panel
.quick-visit-button.feedback
{
float
:
right
;
margin-right
:
5px
;
}
#panel
.quick-visit-button.feedback
:after
{
top
:
6.5px
;
left
:
7px
;
background-position
:
0
-970px
;
}
#panel
.quick-visit-button.editshare
{
margin-right
:
5px
;
float
:
right
;
}
#panel
.quick-visit-button.editshare
:after
{
top
:
6.5px
;
left
:
7px
;
background-position
:
0
-1060px
;
}
#panel
.quick-visit-button
:hover
{
background-color
:
#5a6378
;
}
#panel
.quick-visit-button
:active
{
background-color
:
#444b5b
;
}
#panel
.quick-visit-button
:first-child
{
margin-left
:
5px
;
}
.command-button.undo
,
.command-button.redo
{
float
:
left
;
border
:
none
;
width
:
40px
;
height
:
40px
;
line-height
:
40px
;
padding
:
0
;
margin
:
0
;
}
.command-button.undo
.fui-label
,
.command-button.redo
.fui-label
{
display
:
none
;
}
.command-button.undo
.fui-icon
,
.command-button.redo
.fui-icon
{
display
:
block
;
width
:
40px
;
height
:
40px
;
background
:
url(../images/history.png)
no-repeat
;
}
.command-button.undo
:hover
,
.command-button.redo
:hover
{
background
:
#5a6378
;
}
.command-button.undo
:hover
.fui-icon
,
.command-button.redo
:hover
.fui-icon
{
background-position-y
:
-40px
;
}
.command-button.undo
:active
,
.command-button.redo
:active
{
background
:
#444b5b
;
}
.command-button.undo.fui-disabled
:hover
,
.command-button.redo.fui-disabled
:hover
,
.command-button.undo.fui-disabled
:active
,
.command-button.redo.fui-disabled
:active
{
background
:
none
;
}
.command-button.undo.fui-disabled
.fui-icon
,
.command-button.redo.fui-disabled
.fui-icon
{
background-position-y
:
0
;
}
.command-button.redo
.fui-icon
{
background-position-x
:
-40px
;
}
#tab-select
{
height
:
40px
;
line-height
:
40px
;
min-width
:
200px
;
margin-left
:
10px
;
float
:
left
;
}
#tab-select
.fui-button
{
width
:
60px
;
height
:
40px
;
line-height
:
40px
;
text-align
:
50px
;
display
:
inline-block
;
}
#tab-select
.fui-button
:hover
{
background
:
#5a6378
!important
;
}
#tab-select
.fui-button
:active
{
background
:
#444b5b
!important
;
}
#tab-select
.fui-button
.fui-icon
{
display
:
none
;
}
#tab-select
.fui-button
.fui-label
{
height
:
40px
;
line-height
:
40px
;
text-align
:
center
;
display
:
block
;
color
:
#c9cbcf
;
font-size
:
14px
;
}
#tab-select
.fui-button
.fui-label
:hover
{
background
:
#5a6378
;
}
#tab-select
.fui-button
.fui-label
:active
{
background
:
#2e333e
;
}
#tab-select
.fui-button.fui-selected
.fui-label
{
color
:
white
;
}
#tab-select
.fui-button.fui-selected
:after
{
content
:
' '
;
height
:
0
;
line-height
:
0
;
font-size
:
0
;
display
:
block
;
position
:
absolute
;
border
:
6px
solid
;
border-color
:
transparent
transparent
white
transparent
;
bottom
:
0
;
left
:
50%
;
margin-left
:
-3px
;
z-index
:
11
;
}
#tab-select
.collapsed
.fui-button.fui-selected
.fui-label
{
color
:
#c9cbcf
;
}
#tab-select
.collapsed
.fui-button.fui-selected
:after
{
display
:
none
;
}
.fullscreen
#tab-container
{
-webkit-transform
:
translate
(
0
,
-101px
)
!important
;
-ms-transform
:
translate
(
0
,
-101px
)
!important
;
transform
:
translate
(
0
,
-101px
)
!important
;
}
#tab-container
{
position
:
absolute
;
top
:
40px
;
height
:
60px
;
left
:
0
;
right
:
0
;
background
:
white
;
z-index
:
10
;
border-bottom
:
1px
solid
#dbdbdb
;
box-shadow
:
0
-3px
3px
rgba
(
0
,
0
,
0
,
0.05
);
overflow
:
visible
;
/* 每一个 Tab 面板 */
-webkit-transition
:
-webkit-transform
0.7s
ease
,
opacity
,
height
.5s
ease
;
transition
:
transform
0.7s
ease
,
opacity
,
height
.5s
ease
;
}
#tab-container
>
.fui-panel
{
display
:
block
;
height
:
100%
;
/* 每一个小节 */
}
#tab-container
>
.fui-panel
>
.fui-panel-content
>
.fui-panel
{
height
:
100%
;
padding
:
0
5px
;
border-right
:
1px
dashed
#eee
;
}
#tab-container
>
.fui-panel
>
.fui-panel-content
>
.fui-panel
>
.fui-panel-content
>
.fui-label
{
text-align
:
center
;
display
:
block
;
width
:
100%
;
padding
:
1px
0
;
position
:
absolute
;
bottom
:
0
;
top
:
auto
;
display
:
none
;
}
#tab-container
>
.fui-panel
>
.fui-panel-content
>
.fui-panel
>
.fui-panel-content
>
.fui-label-panel-content
{
padding
:
5px
;
}
#tab-container
.collapsed
{
opacity
:
0
;
height
:
0
;
}
#search
{
float
:
right
;
position
:
relative
;
}
#search
:after
{
content
:
' '
;
display
:
block
;
position
:
absolute
;
width
:
24px
;
height
:
24px
;
left
:
5px
;
top
:
7px
;
background
:
url(../images/icons.png)
no-repeat
0
-345px
;
}
#search
input
[
type
=
search
]
{
background
:
#5a6378
;
border
:
none
;
height
:
20px
;
line-height
:
1em
;
border-radius
:
15px
;
outline
:
none
;
color
:
#ffffff
;
padding
:
5px
10px
5px
30px
;
-moz-box-sizing
:
content-box
;
box-sizing
:
content-box
;
margin-top
:
5px
;
margin-right
:
3px
;
width
:
30px
;
-webkit-appearance
:
none
;
-webkit-transition
:
width
.5s
ease
;
transition
:
width
.5s
ease
;
-webkit-transform
:
translateZ
(
0
);
transform
:
translateZ
(
0
);
}
#search
input
[
type
=
search
]
:focus
{
width
:
150px
;
}
#panel
div
.user-panel
{
float
:
right
;
height
:
40px
;
line-height
:
40px
;
font-size
:
14px
;
color
:
#ffffff
;
vertical-align
:
baseline
;
}
#panel
div
.user-panel
.loading-tip
{
text-indent
:
100000px
;
display
:
inline-block
;
width
:
50px
;
height
:
40px
;
line-height
:
40px
;
position
:
relative
;
}
#panel
div
.user-panel
.loading-tip
:before
{
content
:
' '
;
display
:
block
;
position
:
absolute
;
left
:
9px
;
top
:
7px
;
width
:
16px
;
height
:
16px
;
border
:
4px
solid
;
border-color
:
#c9ced1
transparent
transparent
;
box-shadow
:
0
0
11px
#ffffff
;
z-index
:
10
;
border-radius
:
100%
;
-webkit-animation
:
rotate
1.33s
ease
infinite
;
-ms-animation
:
rotate
1.33s
ease
infinite
;
animation
:
rotate
1.33s
ease
infinite
;
filter
:
none
;
-webkit-filter
:
none
;
box-shadow
:
none
;
}
#panel
div
.user-panel
.fui-button
{
padding
:
5px
10px
;
height
:
30px
;
line-height
:
30px
;
}
#panel
div
.user-panel
.fui-button
:hover
{
background-color
:
#5a6378
;
}
#panel
div
.user-panel
.fui-button
:active
{
background-color
:
#444b5b
;
}
#panel
div
.user-panel
.fui-button
.fui-label
{
font-size
:
14px
;
color
:
#ffffff
;
vertical-align
:
baseline
;
}
#panel
div
.user-panel
.fui-button.user-button
.fui-label
{
display
:
none
;
}
#panel
div
.user-panel
.fui-button
.fui-icon
{
vertical-align
:
baseline
;
border-radius
:
100%
;
}
#panel
div
.user-panel
.fui-button
.fui-icon
img
{
width
:
30px
;
height
:
30px
;
}
#panel
div
.user-panel
.fui-button.login-button
.fui-icon
{
border-radius
:
100%
;
width
:
25px
;
height
:
25px
;
margin-right
:
3px
;
vertical-align
:
baseline
;
background
:
url(../images/icons.png)
0
-320px
;
}
#panel
div
.user-panel
.fui-button.login-button
.fui-label
{
display
:
none
;
}
.login-tip
{
display
:
none
;
}
.login-required
>
*
{
display
:
none
;
}
.login-required
>
.login-tip
{
display
:
block
;
text-align
:
center
;
font-size
:
16px
;
color
:
#999
;
margin-top
:
30px
;
}
.login-required
>
.login-tip
a
{
text-decoration
:
underline
;
color
:
#fc8383
;
cursor
:
pointer
;
}
.login-required
>
.login-tip
a
:hover
{
color
:
#fdb4b4
;
}
.recent-file-panel
h2
:before
{
content
:
' '
;
display
:
block
;
width
:
25px
;
height
:
25px
;
position
:
absolute
;
left
:
0
;
top
:
2px
;
background
:
url(../images/icons.png)
no-repeat
0
-520px
;
}
.recent-file-panel
>
.clear-recent-list
{
position
:
absolute
;
right
:
0
;
top
:
0
;
}
.recent-file-panel
>
.recent-file-list
{
margin
:
0
;
padding
:
0
;
list-style
:
none
;
}
.recent-file-panel
>
.recent-file-list
:empty:after
{
content
:
'没有最近打开文件!'
;
display
:
block
;
text-align
:
center
;
font-size
:
18px
;
height
:
50px
;
line-height
:
50px
;
color
:
#CCC
;
}
.recent-file-panel
>
.recent-file-list
.recent-file-item
{
font-size
:
14px
;
line-height
:
20px
;
padding
:
10px
20px
10px
40px
;
cursor
:
default
;
position
:
relative
;
}
.recent-file-panel
>
.recent-file-list
.recent-file-item
:hover
{
background-color
:
#f4f5f7
;
}
.recent-file-panel
>
.recent-file-list
.recent-file-item
:active
{
background-color
:
#e5e7ec
;
}
.recent-file-panel
>
.recent-file-list
.recent-file-item
.file-name
{
margin
:
0
;
font-weight
:
normal
;
height
:
20px
;
line-height
:
20px
;
}
.recent-file-panel
>
.recent-file-list
.recent-file-item
.file-name
:after
{
content
:
' '
;
display
:
block
;
position
:
absolute
;
width
:
25px
;
height
:
25px
;
background
:
url(../images/icons.png)
no-repeat
0
-445px
;
left
:
5px
;
top
:
10px
;
}
.recent-file-panel
>
.recent-file-list
.recent-file-item
.file-title
{
margin
:
0
;
margin-top
:
5px
;
font-size
:
12px
;
color
:
#999
;
}
.recent-file-panel
>
.recent-file-list
.recent-file-item
.file-time
{
position
:
absolute
;
right
:
5px
;
top
:
10px
;
font-size
:
12px
;
color
:
#999
;
}
@-webkit-keyframes
shake
{
0
%
{
-webkit-transform
:
translate
(
0
,
0
);
transform
:
translate
(
0
,
0
);
}
15
%
{
-webkit-transform
:
translate
(
-2px
,
-2px
);
transform
:
translate
(
-2px
,
-2px
);
}
35
%
{
-webkit-transform
:
translate
(
2px
,
-2px
);
transform
:
translate
(
2px
,
-2px
);
}
65
%
{
-webkit-transform
:
translate
(
-2px
,
2px
);
transform
:
translate
(
-2px
,
2px
);
}
85
%
{
-webkit-transform
:
translate
(
2px
,
2px
);
transform
:
translate
(
2px
,
2px
);
}
100
%
{
-webkit-transform
:
translate
(
0
,
0
);
transform
:
translate
(
0
,
0
);
}
}
@keyframes
shake
{
0
%
{
-webkit-transform
:
translate
(
0
,
0
);
transform
:
translate
(
0
,
0
);
}
15
%
{
-webkit-transform
:
translate
(
-2px
,
-2px
);
transform
:
translate
(
-2px
,
-2px
);
}
35
%
{
-webkit-transform
:
translate
(
2px
,
-2px
);
transform
:
translate
(
2px
,
-2px
);
}
65
%
{
-webkit-transform
:
translate
(
-2px
,
2px
);
transform
:
translate
(
-2px
,
2px
);
}
85
%
{
-webkit-transform
:
translate
(
2px
,
2px
);
transform
:
translate
(
2px
,
2px
);
}
100
%
{
-webkit-transform
:
translate
(
0
,
0
);
transform
:
translate
(
0
,
0
);
}
}
.netdisk-finder
.dir.drag-enter
{
border
:
1px
dashed
#717B94
!important
;
background
:
#F9F9F9
;
}
.netdisk-finder.drop-mode
.dir
{
-webkit-animation
:
shake
.3s
ease
;
animation
:
shake
.3s
ease
;
}
.netdisk-finder.drop-mode
.recycle
{
-webkit-animation
:
shake
.3s
ease
;
animation
:
shake
.3s
ease
;
}
.netdisk-finder
.head
{
padding-bottom
:
10px
;
height
:
30px
;
border-bottom
:
1px
solid
#eee
;
}
.netdisk-finder
.head
.control
{
float
:
right
;
}
.netdisk-finder
.head
.control
.button
{
vertical-align
:
middle
;
font-size
:
0
;
background
:
url(../images/finder.svg)
no-repeat
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
width
:
30px
;
height
:
30px
;
border-radius
:
2px
;
border
:
1px
solid
transparent
;
}
.netdisk-finder
.head
.control
.button.recycle
{
background-position
:
-30px
0
;
}
.netdisk-finder
.head
.control
.button.recycle.drag-enter
{
background-position
:
-60px
0
!important
;
}
.netdisk-finder
.head
.control
.button
:hover
{
border
:
1px
solid
#c8ccd6
;
}
.netdisk-finder
.head
.control
.button
:active
{
box-shadow
:
inset
0
1px
3px
rgba
(
113
,
123
,
148
,
0.2
);
}
.netdisk-finder
.head
.nav
{
font-size
:
18px
;
}
.netdisk-finder
.head
.nav
span
,
.netdisk-finder
.head
.nav
a
{
display
:
inline-block
;
height
:
20px
;
line-height
:
20px
;
padding
:
5px
10px
;
margin
:
0
3px
0
0
;
cursor
:
default
;
vertical-align
:
middle
;
}
.netdisk-finder
.head
.nav
span
.my-document
{
width
:
25px
;
height
:
25px
;
padding
:
0
;
text-indent
:
-1000px
;
position
:
relative
;
top
:
-2px
;
background
:
url(../images/icons.png)
0
-470px
;
}
.netdisk-finder
.head
.nav
a
.dir-back
{
border-radius
:
100%
;
width
:
23px
;
height
:
23px
;
padding
:
0
;
border
:
1px
solid
#393f4f
;
text-indent
:
-1000px
;
position
:
relative
;
top
:
-1px
;
background
:
url(../images/icons.png)
-2px
-396px
no-repeat
;
}
.netdisk-finder
.head
.nav
span
.spliter
{
content
:
' '
;
display
:
block
;
width
:
0
;
height
:
0
;
padding
:
0
!important
;
line-height
:
0
;
font-size
:
0
;
border-style
:
solid
;
border-color
:
transparent
;
border-width
:
4px
4px
;
border-left-color
:
#000000
;
display
:
inline-block
;
margin-left
:
4px
;
}
.netdisk-finder
.head
.nav
a
{
border
:
1px
solid
transparent
;
}
.netdisk-finder
.head
.nav
a
:hover
{
background-color
:
#f4f5f7
;
}
.netdisk-finder
.head
.nav
a
:active
{
background-color
:
#d7dae1
;
}
.netdisk-finder
.file-list
{
margin
:
0
;
padding
:
0
;
list-style
:
none
;
overflow
:
auto
;
}
.netdisk-finder
.file-list
.empty
{
height
:
50px
;
line-height
:
50px
;
text-align
:
center
;
font-size
:
18px
;
color
:
#ccc
;
}
.netdisk-finder
.file-list
.file-list-item
{
font-size
:
14px
;
line-height
:
20px
;
padding
:
10px
20px
10px
40px
;
cursor
:
default
;
-webkit-user-drag
:
element
;
-khtml-user-drag
:
element
;
border
:
1px
solid
transparent
;
}
.netdisk-finder
.file-list
.file-list-item
:hover
{
/* background-color: lighten(@tab-hover, 55%); */
}
.netdisk-finder
.file-list
.file-list-item
:active
{
background-color
:
#e5e7ec
;
}
.netdisk-finder
.file-list
.file-list-item.selected
{
background-color
:
#717b94
;
color
:
white
;
}
.netdisk-finder
.file-list
.file-list-item.selected.dir
.icon
{
background
:
#717b94
url(../images/icons.png)
0
-1085px
;
}
.netdisk-finder
.file-list
.file-list-item.selected.dir
:after
{
border-left-color
:
white
;
}
.netdisk-finder
.file-list
.file-list-item.selected.file
.icon
{
background
:
#717b94
url(../images/icons.png)
0
-545px
;
}
.netdisk-finder
.file-list
.file-list-item.dragging
{
border
:
1px
solid
#717B94
;
}
.netdisk-finder
.file-list
.file-list-item.file
{
position
:
relative
;
}
.netdisk-finder
.file-list
.file-list-item.file
.icon
{
display
:
block
;
position
:
absolute
;
width
:
25px
;
height
:
25px
;
left
:
5px
;
top
:
7px
;
background
:
url(../images/icons.png)
0
-445px
no-repeat
;
}
.netdisk-finder
.file-list
.file-list-item.dir
{
position
:
relative
;
}
.netdisk-finder
.file-list
.file-list-item.dir
.icon
{
display
:
block
;
position
:
absolute
;
width
:
25px
;
height
:
25px
;
left
:
5px
;
top
:
7px
;
background
:
url(../images/icons.png)
0
-420px
no-repeat
;
}
.netdisk-finder
.file-list
.file-list-item.dir
:after
{
content
:
' '
;
display
:
block
;
width
:
0
;
height
:
0
;
padding
:
0
!important
;
line-height
:
0
;
font-size
:
0
;
border-style
:
solid
;
border-color
:
transparent
;
border-width
:
4px
4px
;
border-left-color
:
#000000
;
position
:
absolute
;
right
:
5px
;
top
:
20px
;
margin-top
:
-4px
;
}
.netdisk-finder
.file-list
.file-list-item.dir
input
{
margin
:
0
;
outline
:
none
;
width
:
61.80%
;
}
.netdisk-save-panel
.netdisk-file-list
{
bottom
:
50px
;
}
.netdisk-save-select
{
position
:
absolute
;
top
:
auto
;
right
:
0
;
bottom
:
0
;
left
:
0
;
height
:
auto
;
padding
:
10px
;
border-top
:
1px
solid
#EEE
;
background
:
#fcfcfc
;
}
.netdisk-save-select
label
{
display
:
inline-block
;
padding
:
0
10px
0
0
;
vertical-align
:
middle
;
margin-top
:
5px
;
}
.netdisk-save-select
>
input
{
width
:
50%
;
margin
:
0
;
margin-top
:
5px
;
margin-right
:
10px
;
vertical-align
:
middle
;
}
.netdisk-save-select
>
select
{
margin
:
5px
0
0
0
;
outline
:
none
;
vertical-align
:
middle
;
}
.netdisk-save-select
>
.save-button
{
float
:
right
;
width
:
80px
;
vertical-align
:
middle
;
}
.local-file-open-panel
{
position
:
relative
;
}
.local-file-open-panel
>
h2
:before
{
content
:
' '
;
display
:
block
;
width
:
25px
;
height
:
25px
;
position
:
absolute
;
left
:
0
;
background
:
url(../images/icons.png)
no-repeat
0
-495px
;
}
.local-file-open-panel
.pick-file
{
padding
:
10px
0
;
}
.local-file-open-panel
.pick-file
a
{
display
:
inline-block
;
height
:
30px
;
padding
:
0
15px
;
line-height
:
30px
;
text-align
:
center
;
outline
:
none
;
background
:
#717b94
;
cursor
:
default
;
color
:
#ffffff
;
border
:
none
;
margin
:
0
10px
10px
0
;
}
.local-file-open-panel
.pick-file
a
:hover
,
.local-file-open-panel
.pick-file
a
.hover
{
background
:
#8e96aa
;
}
.local-file-open-panel
.pick-file
a
:active
,
.local-file-open-panel
.pick-file
a
.active
{
background
:
#656f87
;
}
.local-file-open-panel
.pick-file
a
:disabled
{
background
:
#CCC
;
}
.local-file-open-panel
.pick-file
a
:disabled:hover
,
.local-file-open-panel
.pick-file
a
:disabled
.hover
,
.local-file-open-panel
.pick-file
a
:disabled:active
,
.local-file-open-panel
.pick-file
a
:disabled
.active
{
background
:
#CCC
;
}
.local-file-open-panel
.pick-file
span
{
line-height
:
30px
;
}
.local-file-open-panel
.drop-file
{
border
:
2px
dashed
#eee
;
border-radius
:
4px
;
height
:
100px
;
width
:
100px
;
text-align
:
center
;
font-size
:
16px
;
color
:
#CCC
;
margin
:
150px
auto
;
-webkit-transition
:
all
.1s
ease
;
transition
:
all
.1s
ease
;
}
.local-file-open-panel
.drop-file
span
{
display
:
block
;
margin-top
:
25px
;
padding
:
0
15px
;
}
.local-file-open-panel
.drop-file.accept
{
border-color
:
#abb1c0
;
-webkit-transform
:
scale
(
1.2
);
-ms-transform
:
scale
(
1.2
);
transform
:
scale
(
1.2
);
}
.local-file-open-panel
.drop-file.deny
{
border-color
:
#eee
;
color
:
#eee
;
}
.draft-panel
h2
:before
{
content
:
' '
;
display
:
block
;
width
:
25px
;
height
:
25px
;
position
:
absolute
;
left
:
0
;
background
:
url(../images/icons.png)
no-repeat
0
-570px
;
}
.draft-panel
>
.clear-draft
{
position
:
absolute
;
right
:
0
;
top
:
0
;
}
.draft-panel
>
.draft-list
{
margin
:
0
;
padding
:
0
;
list-style
:
none
;
}
.draft-panel
>
.draft-list
:empty:after
{
content
:
'这是个空虚寂寞的草稿箱!'
;
display
:
block
;
text-align
:
center
;
font-size
:
18px
;
height
:
50px
;
line-height
:
50px
;
color
:
#CCC
;
}
.draft-panel
>
.draft-list
.draft-list-item
{
font-size
:
14px
;
line-height
:
20px
;
padding
:
10px
20px
10px
40px
;
cursor
:
default
;
position
:
relative
;
}
.draft-panel
>
.draft-list
.draft-list-item
:hover
{
background-color
:
#f4f5f7
;
}
.draft-panel
>
.draft-list
.draft-list-item
:active
{
background-color
:
#e5e7ec
;
}
.draft-panel
>
.draft-list
.draft-list-item
.draft-title
{
margin
:
0
;
font-weight
:
normal
;
height
:
20px
;
line-height
:
20px
;
}
.draft-panel
>
.draft-list
.draft-list-item
.draft-title
:after
{
content
:
' '
;
display
:
block
;
position
:
absolute
;
width
:
25px
;
height
:
25px
;
background
:
url(../images/icons.png)
no-repeat
0
-445px
;
left
:
5px
;
top
:
10px
;
}
.draft-panel
>
.draft-list
.draft-list-item
.file-time
{
position
:
absolute
;
right
:
5px
;
top
:
10px
;
font-size
:
12px
;
color
:
#999
;
}
.download-panel
h2
:before
{
content
:
' '
;
display
:
block
;
width
:
25px
;
height
:
25px
;
position
:
absolute
;
left
:
0
;
background
:
url(../images/icons.png)
no-repeat
0
-595px
;
}
.download-panel
>
.download-list
{
margin
:
0
;
padding
:
0
;
list-style
:
none
;
}
.download-panel
>
.download-list
li
{
font-size
:
14px
;
padding
:
10px
20px
10px
40px
;
cursor
:
default
;
position
:
relative
;
margin
:
0
;
font-weight
:
normal
;
height
:
20px
;
line-height
:
20px
;
}
.download-panel
>
.download-list
li
:hover
{
background-color
:
#f4f5f7
;
}
.download-panel
>
.download-list
li
:active
{
background-color
:
#e5e7ec
;
}
#help-panel
,
#feedback-panel
{
position
:
absolute
;
top
:
50px
;
right
:
0
;
bottom
:
0
;
left
:
0
;
overflow-y
:
auto
;
}
#help-panel
h2
,
#feedback-panel
h2
{
font-weight
:
normal
;
color
:
#fc8383
;
margin
:
10px
0
;
}
#help-panel
.shortcut-content
,
#feedback-panel
.shortcut-content
{
font-family
:
'Microsoft Yahei'
;
margin-left
:
50px
;
}
#help-panel
.shortcut-content
section
,
#feedback-panel
.shortcut-content
section
{
min-width
:
300px
;
margin
:
0
20px
20px
0
;
float
:
left
;
}
#help-panel
.shortcut-content
section
h3
,
#feedback-panel
.shortcut-content
section
h3
{
border-bottom
:
1px
solid
#EEE
;
}
#help-panel
.shortcut-content
section
div
.shortcut-group
,
#feedback-panel
.shortcut-content
section
div
.shortcut-group
{
margin
:
5px
auto
;
}
#help-panel
.shortcut-content
section
div
.shortcut-group
span
.shortcut
,
#feedback-panel
.shortcut-content
section
div
.shortcut-group
span
.shortcut
{
display
:
inline-block
;
width
:
220px
;
text-align
:
right
;
margin-right
:
10px
;
}
#help-panel
.contact-content
,
#feedback-panel
.contact-content
{
list-style
:
none
;
padding-left
:
0
;
}
#help-panel
.contact-content
li
,
#feedback-panel
.contact-content
li
{
display
:
block
;
float
:
left
;
padding
:
0
;
width
:
150px
;
height
:
150px
;
margin
:
20px
;
text-align
:
center
;
position
:
relative
;
}
#help-panel
.contact-content
li
a
,
#feedback-panel
.contact-content
li
a
{
-webkit-user-select
:
initial
;
cursor
:
text
;
color
:
#fc8383
;
}
#help-panel
.contact-content
li
a
[
href
],
#feedback-panel
.contact-content
li
a
[
href
]
{
cursor
:
pointer
;
}
#help-panel
.contact-content
li
:before
,
#feedback-panel
.contact-content
li
:before
{
-webkit-transition
:
all
.3s
ease
;
transition
:
all
.3s
ease
;
opacity
:
0.6
;
content
:
' '
;
display
:
block
;
width
:
150px
;
height
:
150px
;
background
:
#ffffff
url(../images/feedback.png)
no-repeat
;
}
#help-panel
.contact-content
li
:hover:before
,
#feedback-panel
.contact-content
li
:hover:before
{
-webkit-transform
:
translate3d
(
0
,
-5px
,
0
);
transform
:
translate3d
(
0
,
-5px
,
0
);
opacity
:
1
;
}
#help-panel
.contact-content
li
.email
:before
,
#feedback-panel
.contact-content
li
.email
:before
{
background-position
:
-150px
0
;
}
#help-panel
.contact-content
li
.github
:before
,
#feedback-panel
.contact-content
li
.github
:before
{
background-position
:
-300px
0
;
}
#help-panel
.contact-content
li
.tieba
:before
,
#feedback-panel
.contact-content
li
.tieba
:before
{
background-position
:
-450px
0
;
}
#tab-container
.command-buttonset.priority
{
width
:
130px
;
}
#tab-container
.command-buttonset.priority
.fui-button
{
width
:
20px
;
height
:
20px
;
margin
:
1px
;
padding
:
2px
;
border-radius
:
4px
;
}
#tab-container
.command-buttonset.priority
.fui-button
.fui-label
{
display
:
none
;
}
#tab-container
.command-buttonset.priority
.fui-button
.fui-icon
{
display
:
block
;
height
:
20px
;
width
:
20px
;
background
:
url(../images/iconpriority.png)
repeat-y
;
background-color
:
transparent
;
}
#tab-container
.command-buttonset.priority
.fui-button.priority-0
.fui-icon
{
background-position
:
0
20px
;
}
#tab-container
.command-buttonset.priority
.fui-button.priority-1
.fui-icon
{
background-position
:
0
0px
;
}
#tab-container
.command-buttonset.priority
.fui-button.priority-2
.fui-icon
{
background-position
:
0
-20px
;
}
#tab-container
.command-buttonset.priority
.fui-button.priority-3
.fui-icon
{
background-position
:
0
-40px
;
}
#tab-container
.command-buttonset.priority
.fui-button.priority-4
.fui-icon
{
background-position
:
0
-60px
;
}
#tab-container
.command-buttonset.priority
.fui-button.priority-5
.fui-icon
{
background-position
:
0
-80px
;
}
#tab-container
.command-buttonset.priority
.fui-button.priority-6
.fui-icon
{
background-position
:
0
-100px
;
}
#tab-container
.command-buttonset.priority
.fui-button.priority-7
.fui-icon
{
background-position
:
0
-120px
;
}
#tab-container
.command-buttonset.priority
.fui-button.priority-8
.fui-icon
{
background-position
:
0
-140px
;
}
#tab-container
.command-buttonset.priority
.fui-button.priority-9
.fui-icon
{
background-position
:
0
-160px
;
}
#tab-container
.command-buttonset.priority
.fui-button.fui-button-pressed
{
background-color
:
#c4d0ee
;
}
#tab-container
.command-buttonset.progress
{
width
:
130px
;
}
#tab-container
.command-buttonset.progress
.fui-button
{
width
:
20px
;
height
:
20px
;
margin
:
1px
;
padding
:
2px
;
border-radius
:
4px
;
}
#tab-container
.command-buttonset.progress
.fui-button
.fui-label
{
display
:
none
;
}
#tab-container
.command-buttonset.progress
.fui-button
.fui-icon
{
display
:
block
;
height
:
20px
;
width
:
20px
;
background
:
url(../images/iconprogress.png)
repeat-y
;
background-color
:
transparent
;
}
#tab-container
.command-buttonset.progress
.fui-button.progress-0
.fui-icon
{
background-position
:
0
20px
;
}
#tab-container
.command-buttonset.progress
.fui-button.progress-1
.fui-icon
{
background-position
:
0
0px
;
}
#tab-container
.command-buttonset.progress
.fui-button.progress-2
.fui-icon
{
background-position
:
0
-20px
;
}
#tab-container
.command-buttonset.progress
.fui-button.progress-3
.fui-icon
{
background-position
:
0
-40px
;
}
#tab-container
.command-buttonset.progress
.fui-button.progress-4
.fui-icon
{
background-position
:
0
-60px
;
}
#tab-container
.command-buttonset.progress
.fui-button.progress-5
.fui-icon
{
background-position
:
0
-80px
;
}
#tab-container
.command-buttonset.progress
.fui-button.progress-6
.fui-icon
{
background-position
:
0
-100px
;
}
#tab-container
.command-buttonset.progress
.fui-button.progress-7
.fui-icon
{
background-position
:
0
-120px
;
}
#tab-container
.command-buttonset.progress
.fui-button.progress-8
.fui-icon
{
background-position
:
0
-140px
;
}
#tab-container
.command-buttonset.progress
.fui-button.progress-9
.fui-icon
{
background-position
:
0
-160px
;
}
#tab-container
.command-buttonset.progress
.fui-button.fui-button-pressed
{
background-color
:
#c4d0ee
;
}
#resource-panel
>
.fui-panel-content
>
.fui-label-panel-content
{
position
:
relative
;
}
#resource-panel
>
.fui-panel-content
>
.fui-label-panel-content
>
.fui-input
{
width
:
140px
;
margin
:
2px
0
0
;
vertical-align
:
middle
;
-moz-box-sizing
:
content-box
;
box-sizing
:
content-box
;
}
#resource-panel
>
.fui-panel-content
>
.fui-label-panel-content
>
.fui-button
{
left
:
auto
;
right
:
6px
;
top
:
8px
;
padding
:
1px
3px
;
vertical-align
:
middle
;
position
:
absolute
;
}
#resource-panel
>
.fui-panel-content
>
.fui-label-panel-content
>
.fui-drop-panel
{
display
:
block
;
height
:
25px
;
margin-top
:
-1px
;
width
:
140px
;
}
#image-button-menu
.fui-button
:first-child
{
background-image
:
url(../images/icons.png)
;
background-position
:
center
-125px
;
background-repeat
:
no-repeat
;
}
#link-button-menu
.fui-button
:first-child
{
background-image
:
url(../images/icons.png)
;
background-position
:
center
-100px
;
background-repeat
:
no-repeat
;
}
ul
.resource-list
{
margin
:
0
;
padding
:
0
;
list-style
:
none
;
width
:
150px
;
}
ul
.resource-list
li
{
display
:
inline-block
;
padding
:
1px
2px
;
border-radius
:
4px
;
margin
:
3px
;
}
#img_panels
{
top
:
-1px
;
margin
:
0
auto
;
border
:
1px
solid
#ccc
;
width
:
100%
;
height
:
240px
;
position
:
relative
;
clear
:
both
;
z-index
:
60
;
padding-left
:
5px
;
padding-top
:
20px
;
}
#img_panels
.fui-container
{
width
:
450px
;
}
#img_panels
.searchBar
{
width
:
100%
;
height
:
30px
;
margin-bottom
:
5px
;
padding
:
0px
;
}
#img_searchTxt
{
margin-left
:
5px
;
padding-left
:
5px
;
width
:
300px
;
height
:
21px
;
line-height
:
21px
;
padding
:
3px
6px
;
font-size
:
14px
;
color
:
#555
;
border
:
1px
solid
#ccc
;
border-radius
:
4px
;
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
-webkit-transition
:
border-color
ease-in-out
0.15s
,
box-shadow
ease-in-out
0.15s
;
transition
:
border-color
ease-in-out
0.15s
,
box-shadow
ease-in-out
0.15s
;
float
:
left
;
}
#img_searchBtn
{
color
:
white
;
border-color
:
#285e8e
;
background-color
:
#3b97d7
;
display
:
inline-block
;
margin
:
0
5px
;
padding
:
4px
10px
;
font-weight
:
400
;
text-align
:
center
;
vertical-align
:
middle
;
cursor
:
pointer
;
border
:
1px
solid
transparent
;
white-space
:
nowrap
;
font-size
:
14px
;
border-radius
:
4px
;
-webkit-user-select
:
none
;
-moz-user-select
:
none
;
-ms-user-select
:
none
;
user-select
:
none
;
vertical-align
:
top
;
float
:
right
;
}
#img_buttons
{
height
:
26px
;
position
:
relative
;
z-index
:
70
;
}
#img_buttons
.fui-button
{
padding
:
0px
5px
;
margin-right
:
5px
;
height
:
24px
;
border
:
1px
solid
#ccc
;
text-align
:
center
;
line-height
:
30px
;
cursor
:
pointer
;
background
:
#ccc
;
}
#img_buttons
.fui-button.fui-selected
{
height
:
26px
;
background
:
#fff
;
}
#img_searchList
{
width
:
100%
;
height
:
200px
;
overflow
:
hidden
;
clear
:
both
;
}
#img_searchListUl
{
margin
:
0
;
padding
:
0
;
list-style
:
none
;
clear
:
both
;
width
:
100%
;
height
:
100%
;
overflow-x
:
hidden
;
overflow-y
:
auto
;
zoom
:
1
;
position
:
relative
;
}
#img_searchListUl
li
{
list-style
:
none
;
float
:
left
;
display
:
block
;
width
:
115px
;
margin
:
5px
10px
5px
20px
;
padding
:
0
;
font-size
:
12px
;
box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0.3
);
-moz-box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0.3
);
-webkit-box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0.3
);
position
:
relative
;
vertical-align
:
top
;
text-align
:
center
;
overflow
:
hidden
;
cursor
:
pointer
;
filter
:
alpha
(
opacity
=
100
);
-moz-opacity
:
1
;
opacity
:
1
;
border
:
2px
solid
#eee
;
}
#img_searchListUl
li
.selected
{
opacity
:
0.4
;
border
:
2px
solid
#00a0e9
;
}
#img_searchListUl
li
p
{
background-color
:
#eee
;
margin
:
0
;
padding
:
0
;
position
:
relative
;
width
:
100%
;
height
:
115px
;
overflow
:
hidden
;
}
#img_searchListUl
li
a
{
color
:
#999
;
border-top
:
1px
solid
#F2F2F2
;
background
:
#FAFAFA
;
text-align
:
center
;
display
:
block
;
padding
:
0
5px
;
width
:
105px
;
height
:
32px
;
line-height
:
32px
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
text-decoration
:
none
;
overflow
:
hidden
;
word-break
:
break-all
;
}
#template-panel
>
.fui-panel-content
>
.fui-label-panel-content
>
.fui-drop-panel
{
width
:
65px
;
height
:
50px
;
}
#theme-panel
>
.fui-panel-content
>
.fui-label-panel-content
>
.fui-drop-panel
{
width
:
90px
;
height
:
50px
;
}
#layout-panel
>
.fui-panel-content
>
.fui-label-panel-content
>
.fui-drop-panel
{
width
:
65px
;
height
:
50px
;
margin-right
:
10px
;
}
.fui-button.template
{
width
:
50px
;
height
:
40px
;
padding
:
0
2px
!important
;
margin
:
5px
!important
;
}
.fui-button.template
.fui-label
{
display
:
none
;
}
.fui-button.template
.fui-icon
{
display
:
block
;
width
:
50px
;
height
:
40px
;
background-image
:
url(../images/template.png)
;
background-repeat
:
no-repeat
;
}
.fui-button.template.default
.fui-icon
{
background-position
:
0
0
;
}
.fui-button.template.structure
.fui-icon
{
background-position
:
-50px
0
;
}
.fui-button.template.filetree
.fui-icon
{
background-position
:
-100px
0
;
}
.fui-button.template.right
.fui-icon
{
background-position
:
-150px
0
;
}
.fui-button.theme
{
padding
:
5px
!important
;
margin
:
5px
!important
;
}
.fui-button.theme
.fui-label
{
width
:
60px
;
height
:
30px
;
line-height
:
30px
;
text-align
:
center
;
padding
:
0
5px
;
}
.fui-button.layout
{
width
:
50px
;
height
:
40px
;
padding
:
0
2px
!important
;
margin
:
5px
0
0
5px
!important
;
}
.fui-button.layout
.fui-label
{
display
:
none
;
}
.fui-button.layout
.fui-icon
{
display
:
block
;
width
:
50px
;
height
:
40px
;
background-image
:
url(../images/layout.png)
;
background-repeat
:
no-repeat
;
}
.fui-button.layout.default
.fui-icon
{
background-position
:
0
0
;
}
.fui-button.layout.bottom
.fui-icon
{
background-position
:
-100px
0
;
}
.fui-button.layout.filetree
.fui-icon
{
background-position
:
-200px
0
;
}
#font-panel
.command-button
{
padding
:
0
;
width
:
20px
;
height
:
20px
;
border
:
1px
solid
transparent
;
background
:
transparent
;
border-radius
:
11px
;
margin-left
:
5px
;
margin-top
:
2px
;
margin-bottom
:
2px
!important
;
}
#font-panel
.command-button.active
{
border
:
1px
solid
#ccd0d3
;
background
:
#fafcff
;
}
#font-panel
.command-button
:hover
{
border
:
1px
solid
#ccd0d3
;
background
:
#fff
;
}
#font-panel
.command-button
:active
{
background
:
#e1edff
;
}
#font-panel
.command-button
.fui-label
{
display
:
none
;
}
.command-buttonset.color-picker
{
width
:
100px
;
}
.command-buttonset.color-picker
.fui-toggle-button
{
margin
:
3px
3px
0
0
!important
;
padding
:
2px
!important
;
border-radius
:
100%
;
border
:
1px
solid
#efefef
;
background
:
transparent
;
}
.command-buttonset.color-picker
.fui-toggle-button.fui-button-pressed
{
border
:
1px
solid
#c4d0ee
;
background
:
#fafcff
;
}
.command-buttonset.color-picker
.fui-toggle-button
:hover
{
border
:
1px
solid
#ccd0d3
;
background
:
#fff
;
}
.command-buttonset.color-picker
.fui-toggle-button
.fui-label
{
display
:
none
;
}
.command-buttonset.color-picker
.fui-toggle-button
.fui-icon
{
width
:
16px
;
height
:
16px
;
border-radius
:
100%
;
}
/**
* 页面下方 “关于” 面板的样式
*/
.fullscreen
#about
#km-cat
{
-webkit-transform
:
translate
(
0
,
0
);
-ms-transform
:
translate
(
0
,
0
);
transform
:
translate
(
0
,
0
);
-webkit-transition
:
-webkit-transform
0.7s
0.2s
ease
;
transition
:
transform
0.7s
0.2s
ease
;
}
#about
{
position
:
absolute
;
bottom
:
0
;
right
:
0
;
height
:
40px
;
line-height
:
40px
;
background
:
#5d697a
;
color
:
#eee
;
font-family
:
Arial
;
font-size
:
13px
;
font-weight
:
normal
;
margin
:
0
;
text-align
:
right
;
padding
:
0
15px
0
60px
;
border-bottom
:
5px
solid
#393F4F
;
overflow
:
visible
;
-webkit-transition
:
all
ease
.3s
0.3s
;
transition
:
all
ease
.3s
0.3s
;
-webkit-transform
:
translate
(
100%
);
-ms-transform
:
translate
(
100%
);
transform
:
translate
(
100%
);
}
#about
a
{
color
:
#eee
;
}
#about
#km-cat
{
position
:
absolute
;
left
:
15px
;
top
:
5px
;
-webkit-transition
:
all
ease
1.3s
0.3s
;
transition
:
all
ease
1.3s
0.3s
;
-webkit-transform
:
translate
(
-60px
,
0
);
-ms-transform
:
translate
(
-60px
,
0
);
transform
:
translate
(
-60px
,
0
);
cursor
:
pointer
;
}
#about
#cat-face
{
fill
:
#393F4F
;
}
#about
:hover
,
#about
:hover
#km-cat
{
-webkit-transform
:
translate
(
0
);
-ms-transform
:
translate
(
0
);
transform
:
translate
(
0
);
}
#about
#km-version
.new-version
{
position
:
relative
;
padding-right
:
30px
;
}
#about
#km-version
.new-version
:after
{
content
:
'NEW'
;
color
:
#ff0
;
position
:
absolute
;
top
:
-10px
;
right
:
-5px
;
display
:
block
;
background
:
#f00
;
padding
:
0
5px
;
border-radius
:
4px
;
text-shadow
:
none
;
box-shadow
:
-1px
1px
3px
rgba
(
0
,
0
,
0
,
0.3
);
-webkit-transform
:
scale
(
0.6
);
-ms-transform
:
scale
(
0.6
);
transform
:
scale
(
0.6
);
}
.km_receiver
{
width
:
0
;
height
:
0
;
}
#current-share-header
:before
{
content
:
' '
;
display
:
block
;
width
:
25px
;
height
:
25px
;
position
:
absolute
;
left
:
0
;
top
:
1px
;
background
:
url(../images/icons.png)
no-repeat
0
-645px
;
}
#manage-share-header
:before
{
content
:
' '
;
display
:
block
;
width
:
25px
;
height
:
25px
;
position
:
absolute
;
left
:
0
;
top
:
1px
;
background
:
url(../images/icons.png)
no-repeat
0
-620px
;
}
#manage-share-list
{
margin
:
0
;
padding
:
0
;
list-style
:
none
;
position
:
absolute
;
top
:
40px
;
right
:
0
;
bottom
:
0
;
left
:
0
;
overflow
:
auto
;
overflow-x
:
hidden
;
overflow-y
:
auto
;
}
#manage-share-list
:empty:after
{
content
:
'没有分享'
;
display
:
block
;
text-align
:
center
;
font-size
:
18px
;
height
:
50px
;
line-height
:
50px
;
color
:
#CCC
;
}
#manage-share-list
.share-item
{
font-size
:
14px
;
line-height
:
20px
;
padding
:
10px
20px
10px
40px
;
cursor
:
default
;
position
:
relative
;
}
#manage-share-list
.share-item
:hover
{
background-color
:
#f4f5f7
;
}
#manage-share-list
.share-item
:active
{
background-color
:
#e5e7ec
;
}
#manage-share-list
.share-item
.title
{
display
:
block
;
margin
:
0
;
font-weight
:
normal
;
height
:
20px
;
line-height
:
20px
;
overflow
:
ellipse
;
}
#manage-share-list
.share-item
.title
:after
{
content
:
' '
;
display
:
block
;
position
:
absolute
;
width
:
25px
;
height
:
25px
;
background
:
url(../images/icons.png)
no-repeat
0
-445px
;
left
:
5px
;
top
:
10px
;
}
#manage-share-list
.share-item
.url
{
display
:
block
;
margin
:
0
;
margin-top
:
5px
;
font-size
:
12px
;
color
:
#999
;
}
#manage-share-list
.share-item
.ctime
{
position
:
absolute
;
right
:
5px
;
top
:
10px
;
font-size
:
12px
;
color
:
#999
;
}
#manage-share-list
.share-item
.view-action
,
#manage-share-list
.share-item
.remove-action
,
#manage-share-list
.share-item
.edit-action
{
display
:
none
;
float
:
right
;
width
:
18px
;
height
:
18px
;
background
:
url(../images/icons.png)
no-repeat
;
position
:
relative
;
margin-left
:
5px
;
left
:
15px
;
top
:
-20px
;
border
:
1px
solid
transparent
;
border-radius
:
2px
;
text-indent
:
-99999px
;
}
#manage-share-list
.share-item
.view-action
:hover
,
#manage-share-list
.share-item
.remove-action
:hover
,
#manage-share-list
.share-item
.edit-action
:hover
{
border
:
1px
solid
#888
;
box-shadow
:
inset
0
8px
1px
rgba
(
255
,
255
,
255
,
0.3
),
inset
0
0
3px
rgba
(
0
,
0
,
0
,
0.2
);
}
#manage-share-list
.share-item
.view-action
:active
,
#manage-share-list
.share-item
.remove-action
:active
,
#manage-share-list
.share-item
.edit-action
:active
{
box-shadow
:
inset
0
7px
3px
rgba
(
0
,
0
,
0
,
0.05
),
inset
0
0
4px
rgba
(
0
,
0
,
0
,
0.3
);
}
#manage-share-list
.share-item
.view-action
{
background-position
:
-1px
-670px
;
}
#manage-share-list
.share-item
.remove-action
{
background-position
:
0
-690px
;
}
#manage-share-list
.share-item
.edit-action
{
background-position
:
0
-710px
;
}
#manage-share-list
.share-item
:hover
.view-action
,
#manage-share-list
.share-item
:hover
.remove-action
,
#manage-share-list
.share-item
:hover
.edit-action
{
display
:
block
;
}
#share-select
{
margin-top
:
10px
;
}
#share-select
fieldset
{
border
:
1px
solid
#f0f0f0
;
margin
:
0
;
margin-bottom
:
10px
;
padding
:
10px
;
border-radius
:
2px
;
}
#share-select
fieldset
legend
{
font-size
:
14px
;
}
#share-select
fieldset
:disabled
{
opacity
:
0.5
;
}
#share-select
fieldset
.share-body
{
margin-top
:
10px
;
}
#share-select
fieldset
.share-body
.share-qr-code
img
{
margin
:
20px
0
;
}
#public-share
p
{
position
:
relative
;
max-width
:
500px
;
}
#public-share
p
input
{
width
:
100%
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
height
:
24px
;
margin
:
0
;
}
#public-share
p
#copy-share-url
{
position
:
absolute
;
right
:
0
;
top
:
0
;
margin
:
0
;
height
:
24px
;
line-height
:
24px
;
border-radius
:
2px
;
}
#public-share
.share-body
{
display
:
none
;
}
.shared-content
>
.left
,
.shared-content
>
.right
{
float
:
left
;
}
.shared-content
.m-logo
{
float
:
left
;
margin-top
:
4px
;
margin-left
:
8px
;
}
.shared-content
.switch-view
{
float
:
right
;
font-size
:
14px
;
height
:
40px
;
line-height
:
40px
;
margin-right
:
8px
;
text-align
:
center
;
font-weight
:
normal
;
color
:
#ffffff
;
}
.shared-content
.cur-list
,
.shared-content
.cur-root
{
position
:
relative
;
margin
:
0
;
padding
:
0
;
}
.shared-content
.cur-list
{
list-style-type
:
none
;
overflow-y
:
scroll
;
}
.shared-content
.cur-list
li
,
.shared-content
.cur-root
{
line-height
:
50px
;
height
:
50px
;
padding-left
:
25px
;
border-bottom
:
1px
solid
#ddd
;
}
.shared-content
.cur-root
{
background-color
:
#fc8383
;
font-size
:
16px
;
padding-left
:
15px
;
border-bottom
:
none
;
position
:
absolute
;
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
}
.shared-content
.priority
{
height
:
20px
;
width
:
20px
;
background
:
url(../images/iconpriority.png)
repeat-x
;
float
:
left
;
margin
:
15px
15px
auto
0
;
}
.shared-content
.priority-1
{
background-position
:
0
0
;
}
.shared-content
.priority-2
{
background-position
:
-20px
0
;
}
.shared-content
.priority-3
{
background-position
:
-40px
0
;
}
.shared-content
.priority-4
{
background-position
:
-60px
0
;
}
.shared-content
.priority-5
{
background-position
:
-80px
0
;
}
.shared-content
.priority-6
{
background-position
:
-100px
0
;
}
.shared-content
.priority-7
{
background-position
:
-120px
0
;
}
.shared-content
.priority-8
{
background-position
:
-140px
0
;
}
.shared-content
.priority-9
{
background-position
:
-160px
0
;
}
.shared-content
.priority-0
{
background-position
:
-180px
0
;
}
.shared-content
.progress
{
height
:
20px
;
width
:
20px
;
background
:
url(../images/iconprogress.png)
repeat-x
;
float
:
left
;
margin
:
15px
15px
auto
0
;
}
.shared-content
.progress-1
{
background-position
:
0
0
;
}
.shared-content
.progress-2
{
background-position
:
-20px
0
;
}
.shared-content
.progress-3
{
background-position
:
-40px
0
;
}
.shared-content
.progress-4
{
background-position
:
-60px
0
;
}
.shared-content
.progress-5
{
background-position
:
-80px
0
;
}
.shared-content
.progress-6
{
background-position
:
-100px
0
;
}
.shared-content
.progress-7
{
background-position
:
-120px
0
;
}
.shared-content
.progress-8
{
background-position
:
-140px
0
;
}
.shared-content
.progress-9
{
background-position
:
-160px
0
;
}
.shared-content
.progress-0
{
background-position
:
-180px
0
;
}
.shared-content
.resource
{
padding
:
3px
5px
;
border-radius
:
2px
;
font-size
:
12px
;
line-height
:
16px
;
color
:
#4d4100
;
vertical-align
:
middle
;
margin
:
14px
8px
;
float
:
right
;
}
.shared-content
.hyperlink
{
display
:
block
;
float
:
right
;
width
:
30px
;
height
:
20px
;
margin
:
15px
;
padding
:
0
;
background
:
url(../images/icons.png)
no-repeat
0
-80px
;
background-size
:
20px
;
vertical-align
:
middle
;
}
.shared-content
.next-level
{
width
:
32px
;
height
:
50px
;
margin-right
:
16px
;
float
:
right
;
background
:
url(../images/next-level.png)
no-repeat
center
center
;
}
.shared-content
#km-list-view
{
position
:
absolute
;
top
:
40px
;
right
:
0
;
bottom
:
0
;
left
:
0
;
overflow
:
visible
;
}
.shared-content
.cur-list
{
position
:
absolute
;
top
:
50px
;
right
:
0
;
bottom
:
0
;
left
:
0
;
}
.shared-content
.back
{
width
:
32px
;
height
:
32px
;
background
:
url(../images/prev-level.png)
no-repeat
center
center
;
display
:
none
;
}
.shared-content
.clickable
:hover
{
background-color
:
#eee
;
}
.shared-content
.clickable
:active
{
background-color
:
#eee
;
}
.shared-content
#km-list-view
>
div
{
position
:
absolute
;
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
}
.shared-content
.text
{
display
:
block
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
-o-text-overflow
:
ellipsis
;
overflow
:
hidden
;
vertical-align
:
middle
;
}
.shared-content
.cur-root
.text
{
color
:
white
;
}
.command-button
.fui-icon
{
background
:
url(../images/icons.png)
no-repeat
;
background-position
:
0
20px
;
}
.appendchildnode.command-button
.fui-icon
{
background-position
:
0
0px
;
}
.appendsiblingnode.command-button
.fui-icon
{
background-position
:
0
-20px
;
}
.editnode.command-button
.fui-icon
{
background-position
:
0
-60px
;
}
.removenode.command-button
.fui-icon
{
background-position
:
0
-80px
;
}
.resetlayout.command-button
.fui-icon
{
background-position
:
0
-150px
;
}
.clearstyle.command-button
.fui-icon
{
background-position
:
0
-175px
;
}
.copystyle.command-button
.fui-icon
{
background-position
:
0
-200px
;
}
.pastestyle.command-button
.fui-icon
{
background-position
:
0
-220px
;
}
.bold.command-button
.fui-icon
{
background-position
:
0
-240px
;
}
.italic.command-button
.fui-icon
{
background-position
:
0
-260px
;
}
.arrangeup.command-button
.fui-icon
{
background-position
:
0
-280px
;
}
.arrangedown.command-button
.fui-icon
{
background-position
:
0
-300px
;
}
.expandtoleaf.command-button
.fui-icon
{
background-position
:
0
-995px
;
}
.collapsetolevel1.command-button
.fui-icon
{
background-position
:
0
-1015px
;
}
.fullscreen.command-button
.fui-icon
{
background-position
:
0
-1035px
;
}
.fullscreen
.preview-navigator
{
-webkit-transform
:
translate
(
-45px
,
30px
);
-ms-transform
:
translate
(
-45px
,
30px
);
transform
:
translate
(
-45px
,
30px
);
}
.preview-navigator
{
background
:
white
;
width
:
140px
;
height
:
120px
;
position
:
absolute
;
left
:
45px
;
bottom
:
30px
;
box-shadow
:
0
0
8px
rgba
(
0
,
0
,
0
,
0.2
);
border-radius
:
0
2px
2px
0
;
padding
:
1px
;
z-index
:
9
;
cursor
:
crosshair
;
-webkit-transition
:
-webkit-transform
.7s
0.1s
ease
;
transition
:
transform
.7s
0.1s
ease
;
}
.preview-navigator.grab
{
cursor
:
move
;
cursor
:
-webkit-grabbing
;
cursor
:
-moz-grabbing
;
cursor
:
grabbing
;
}
.fullscreen
.nav-bar
{
-webkit-transform
:
translate
(
-60px
,
0
);
-ms-transform
:
translate
(
-60px
,
0
);
transform
:
translate
(
-60px
,
0
);
}
.nav-bar
{
position
:
absolute
;
width
:
35px
;
height
:
240px
;
padding
:
5px
0
;
left
:
10px
;
bottom
:
10px
;
background
:
#fc8383
;
border-radius
:
4px
;
z-index
:
10
;
box-shadow
:
3px
3px
10px
rgba
(
0
,
0
,
0
,
0.2
);
-webkit-transition
:
-webkit-transform
.7s
0.1s
ease
;
transition
:
transform
.7s
0.1s
ease
;
}
.nav-bar
.command-button
{
width
:
35px
;
height
:
24px
;
text-align
:
center
;
line-height
:
30px
;
}
.nav-bar
.command-button
.fui-label
{
display
:
none
;
}
.nav-bar
.command-button
.fui-icon
{
background
:
url(../images/icons.png)
;
width
:
20px
;
height
:
20px
;
margin
:
2px
auto
;
display
:
block
;
}
.nav-bar
.command-button
:hover
{
background
:
#fdb4b4
;
}
.nav-bar
.command-button
:active
{
background
:
#fb7474
;
}
.nav-bar
.command-button.active
{
background
:
#5A6378
;
}
.nav-bar
.command-button.hand
,
.nav-bar
.command-button.nav-trigger
,
.nav-bar
.command-button.camera
{
height
:
25px
;
margin
:
3px
0
;
}
.nav-bar
.command-button.hand
.fui-icon
,
.nav-bar
.command-button.nav-trigger
.fui-icon
,
.nav-bar
.command-button.camera
.fui-icon
{
margin
:
0
auto
;
width
:
25px
;
height
:
25px
;
}
.nav-bar
.command-button.zoom-in
.fui-icon
{
background-position
:
0
-730px
;
}
.nav-bar
.command-button.zoom-out
.fui-icon
{
background-position
:
0
-750px
;
}
.nav-bar
.command-button.hand
{
margin-top
:
10px
;
}
.nav-bar
.command-button.hand
.fui-icon
{
background-position
:
0
-770px
;
}
.nav-bar
.command-button.hand.active
.fui-icon
{
background-position
:
0
-795px
;
}
.nav-bar
.command-button.nav-trigger
.fui-icon
{
background-position
:
0
-820px
;
}
.nav-bar
.command-button.nav-trigger.active
.fui-icon
{
background-position
:
0
-845px
;
}
.nav-bar
.command-button.camera
{
margin-bottom
:
0
;
}
.nav-bar
.command-button.camera
.fui-icon
{
background-position
:
0
-870px
;
}
.nav-bar
.zoom-pan
{
width
:
2px
;
height
:
70px
;
box-shadow
:
0
1px
#E50000
;
position
:
relative
;
background
:
white
;
margin
:
3px
auto
;
overflow
:
visible
;
}
.nav-bar
.zoom-pan
.origin
{
position
:
absolute
;
width
:
20px
;
height
:
8px
;
left
:
-9px
;
margin-top
:
-4px
;
background
:
transparent
;
}
.nav-bar
.zoom-pan
.origin
:after
{
content
:
' '
;
display
:
block
;
width
:
6px
;
height
:
2px
;
background
:
white
;
left
:
7px
;
top
:
3px
;
position
:
absolute
;
}
.nav-bar
.zoom-pan
.origin
:hover:after
{
box-shadow
:
0
0
5px
#ffffff
;
}
.nav-bar
.zoom-pan
.indicator
{
position
:
absolute
;
width
:
8px
;
height
:
8px
;
left
:
-3px
;
background
:
white
;
border-radius
:
100%
;
margin-top
:
-4px
;
}
/*# sourceMappingURL=default.all.css.map */
\ No newline at end of file
ui/theme/default/css/default.all.css.map
deleted
100644 → 0
View file @
45327707
{"version":3,"sources":["default.all.temp.css","lib/fui/theme/default/fui.all.css","_public.less","_triangle.less","_widgets.less","_notice.less","_kityminder.less","_mainmenu.less","_mainmenu.new.less","_quickvisit.less","_history.less","_tab.less","_search.less","_user.less","_recent.less","_netdisk.less","_localfile.less","_draft.less","_download.less","_help.less","_priority_panel.less","_progress_panel.less","_resource_panel.less","_image_dialog.less","_themepanel.less","_fontpanel.less","_colorpanel.less","_about.less","_receiver.less","_share.less","_icons.less","_nav.less"],"names":[],"mappings":"AAAA;;KAEI;AACJ;;IAEG;AACH,qBAAoB;AACpB,uBAAsB;ACCtB;EACE,2BAAA;EACA,0BAAA;EACA,wBAAA;EACA,uBAAA;EACA,mBAAA;EACA,yBAAA;EACA,gBAAA;EACA,kBAAA;EACA,iBAAA;EACA,yKAAA;EACA,qCAAA;EACA,eAAA;EACA,uBAAA;EACA,qBAAA;EACA,oBAAA;EACA,QAAA;EACA,SAAA;EDCD;ACCD;EACE,2BAAA;EACA,0BAAA;EACA,wBAAA;EACA,uBAAA;EACA,mBAAA;EACA,yBAAA;EDCD;ACCD;EACE,2BAAA;EACA,0BAAA;EACA,wBAAA;EACA,uBAAA;EACA,mBAAA;EACA,yBAAA;EDCD;ACCD;EACE,cAAA;EDCD;ACCD;EACE,0BAAA;EDCD;ACCD;EACE,8BAAA;EAEA,sBAAA;EDCD;ACCD;EACE,wDAAA;EAEA,gDAAA;EDCD;AACD;;KAEI;AACJ;;IAEG;AACH,qBAAoB;AACpB,uBAAsB;ACEtB;EACE,kBAAA;EACA,oBAAA;EACA,QAAA;EACA,SAAA;EDAD;ACED;EACE,YAAA;EDAD;AACD;;IAEG;AACH,qBAAoB;AACpB,uBAAsB;ACGtB;EACE,yBAAA;EDDD;ACGD;EACE,uBAAA;EDDD;ACGD;EACE,uBAAA;EACA,qBAAA;EDDD;ACGD;EACE,qBAAA;EDDD;ACGD;;EAEE,oBAAA;EDDD;ACGD;;EAEE,gBAAA;EDDD;AACD;;IAEG;AACH;;IAEG;AACH,qBAAoB;AACpB,uBAAsB;ACItB;EACE,kBAAA;EACA,iBAAA;EACA,cAAA;EDFD;ACID;EACE,gBAAA;EDFD;ACID;EACE,gBAAA;EDFD;ACID;EACE,uBAAA;EACA,wBAAA;EDFD;ACID;EACE,uBAAA;EACA,wBAAA;EDFD;ACID;EACE,gBAAA;EDFD;ACID;EACE,gBAAA;EDFD;ACID;EACE,gBAAA;EDFD;ACID;EACE,gBAAA;EDFD;ACID;EACE,2BAAA;EACA,gBAAA;EDFD;ACID;EACE,2BAAA;EACA,gBAAA;EDFD;ACID;EACE,2BAAA;EACA,gBAAA;EDFD;ACID;EACE,2BAAA;EACA,gBAAA;EDFD;AACD;;IAEG;AACH,qBAAoB;AACpB,uBAAsB;ACKtB;EACE,wBAAA;EDHD;ACKD;EACE,2BAAA;EDHD;ACKD;EACE,kBAAA;EACA,kBAAA;EDHD;ACKD;EACE,WAAA;EACA,YAAA;EACA,cAAA;EACA,gBAAA;EDHD;ACKD;EACE,oBAAA;EDHD;ACKD;EACE,uBAAA;EACA,eAAA;EACA,aAAA;EACA,cAAA;EACA,qBAAA;EACA,mBAAA;EDHD;ACKD;;EAEE,iBAAA;EACA,qBAAA;EDHD;ACKD;EACE,aAAA;EACA,cAAA;EDHD;ACKD;EACE,uBAAA;EACA,cAAA;EACA,mBAAA;EACA,cAAA;EACA,2BAAA;EDHD;ACKD;EACE,uBAAA;EACA,cAAA;EACA,mBAAA;EACA,aAAA;EACA,2BAAA;EACA,iBAAA;EACA,oBAAA;EACA,oBAAA;EACA,YAAA;EACA,iBAAA;EDHD;AACD;;IAEG;AACH,qBAAoB;AACpB,uBAAsB;AACtB;;IAEG;AACH;;IAEG;AACH,qBAAoB;AACpB,uBAAsB;ACOtB;EACE,iBAAA;EACA,iBAAA;EACA,iBAAA;EACA,2BAAA;EACA,kBAAA;EDLD;ACOD;EACE,aAAA;EACA,cAAA;EACA,cAAA;EDLD;ACOD;EACE,WAAA;EACA,cAAA;EACA,iBAAA;EACA,qBAAA;EACA,gBAAA;EACA,uBAAA;EDLD;ACOD;EACE,cAAA;EDLD;ACOD;EACE,aAAA;EACA,cAAA;EACA,mDAAA;EDLD;AACD;;IAEG;AACH,qBAAoB;AACpB,uBAAsB;ACQtB;EACE,2BAAA;EACA,kBAAA;EACA,oBAAA;EDND;ACQD;EACE,uBAAA;EDND;ACQD;EACE,eAAA;EDND;ACQD;EACE,gCAAA;EACA,qBAAA;EDND;ACQD;EACE,uBAAA;EDND;ACQD;EACE,uBAAA;EDND;ACQD;EACE,uBAAA;EDND;ACQD;EACE,4BAAA;EDND;ACQD;EACE,uBAAA;EDND;ACQD;EACE,4BAAA;EDND;ACQD;EACE,mBAAA;EDND;ACQD;EACE,2BAAA;EACA,oBAAA;EACA,WAAA;EACA,YAAA;EDND;ACQD;EACE,oBAAA;EDND;ACQD;EACE,uBAAA;EDND;ACQD;EACE,2BAAA;EDND;ACQD;EACE,uBAAA;EDND;ACQD;EACE,4BAAA;EDND;ACQD;EACE,uBAAA;EDND;ACQD;EACE,4BAAA;EDND;ACSD;EACE,oBAAA;EACA,cAAA;EDPD;ACSD;EACE,uBAAA;EDPD;AACD;;IAEG;AACH,qBAAoB;AACpB,uBAAsB;ACUtB;EACE,2BAAA;EDRD;ACUD;EACE,wBAAA;EACA,cAAA;EDRD;ACUD;EACE,wBAAA;EDRD;ACUD;EACE,uBAAA;EDRD;ACUD;EACE,uBAAA;EDRD;AACD;;IAEG;AACH,qBAAoB;AACpB,uBAAsB;ACWtB;EACE,2BAAA;EACA,cAAA;EACA,WAAA;EDTD;ACWD;;EAEE,uBAAA;EDTD;ACWD;EACE,uBAAA;EACA,wBAAA;EACA,2BAAA;EACA,uBAAA;MAAA,mBAAA;EDTD;AACD;;IAEG;AACH,qBAAoB;AACpB,uBAAsB;ACYtB;EACE,cAAA;EDVD;ACYD;EACE,wBAAA;EDVD;ACYD;EACE,wBAAA;EDVD;ACYD;EACE,qBAAA;EDVD;AACD;;IAEG;AACH,qBAAoB;AACpB,uBAAsB;ACatB;EACE,aAAA;EACA,aAAA;EDXD;ACaD;EACE,kBAAA;EDXD;ACaD;EACE,oBAAA;EACA,WAAA;EACA,SAAA;EACA,WAAA;EACA,YAAA;EDXD;ACcD;EACE,iBAAA;EACA,uBAAA;EACA,qBAAA;EDZD;AACD;;IAEG;ACeH;EACE,iBAAA;EACA,gBAAA;EDbD;AACD;;IAEG;AACH,qBAAoB;AACpB,uBAAsB;ACgBtB;EACE,wBAAA;EACA,2BAAA;EDdD;ACgBD;EACE,kBAAA;EACA,gBAAA;EDdD;ACgBD;EACE,qBAAA;EDdD;AACD;;IAEG;AACH;;IAEG;AACH,qBAAoB;AACpB,uBAAsB;ACiBtB;EACE,uBAAA;EACA,qBAAA;EACA,kBAAA;EACA,oBAAA;EDfD;ACiBD;EACE,oBAAA;EACA,QAAA;EACA,SAAA;EDfD;ACiBD;EACE,aAAA;EACA,cAAA;EDfD;ACiBD;EACE,cAAA;EDfD;ACiBD;EACE,gBAAA;EDfD;AACD;;IAEG;ACkBH;EACE,aAAA;EDhBD;ACkBD;;;;;EAKE,2BAAA;EDhBD;ACkBD;EACE,iBAAA;EACA,gBAAA;EDhBD;AACD;;IAEG;AACH;;IAEG;AACH,qBAAoB;AACpB,uBAAsB;ACmBtB;EACE,mBAAA;EDjBD;ACmBD;EACE,qBAAA;EDjBD;AACD;;IAEG;AACH,qBAAoB;AACpB,uBAAsB;ACoBtB;EACE,qBAAA;EDlBD;AACD;;IAEG;ACqBH;;EAEE,aAAA;EACA,aAAA;EACA,sDAAA;EDnBD;ACqBD;EACE,0CAAA;EDnBD;AACD;;IAEG;AACH;;IAEG;AACH,qBAAoB;AACpB,uBAAsB;ACsBtB;EACE,2BAAA;EDpBD;AACD;;IAEG;AACH;;IAEG;AACH,qBAAoB;AACpB,uBAAsB;ACuBtB;EACE,2BAAA;EDrBD;ACuBD;EACE,2BAAA;EDrBD;ACuBD;EACE,2BAAA;EACA,gBAAA;EDrBD;ACuBD;EACE,2BAAA;EACA,gBAAA;EDrBD;AE7hBD;EACI,sCAAA;EACA,2BAAA;EACA,wBAAA;EACA,uBAAA;EAEA,mBAAA;EF+hBH;AEnhBD;EACI,YAAA;EACA,8BAAA;EACA,wBAAA;EFqhBH;AElhBD;EACI,kBAAA;EFohBH;AEjhBD;;EACI,uBAAA;EACA,cAAA;EACA,iBAAA;EACA,mBAAA;EACA,oBAAA;EACA,eAAA;EACA,qBAAA;EAcA,iBAAA;EACA,gBAAA;EACA,cAAA;EFugBH;AEthBG;;;;EACI,qBAAA;EF2hBP;AEzhBG;;;;EACI,qBAAA;EF8hBP;AE5hBG;;EACI,kBAAA;EF+hBP;AE9hBO;;;;;;;;EAEI,kBAAA;EFsiBX;AE9hBD;;EAEI,kBAAA;EACA,cAAA;EACA,mBAAA;EACA,eAAA;EACA,2BAAA;EACA,iDAAA;EACA,oBAAA;EFgiBH;AE/hBG;;EACI,uBAAA;EFkiBP;AEzfD;EAxGI,sCAAA;EACA,2BAAA;EACA,wBAAA;EACA,uBAAA;EAEA,mBAAA;EFomBH;AEphBG;EACI,cAAA;EACA,gBAAA;EA9EJ,oBAAA;EACA,QAAA;EACA,UAAA;EACA,WAAA;EACA,SAAA;EA4EI,uCAAA;EAjGJ,mCAAA;EAEA,+BAAA;EAEA,2BAAA;EF4nBH;AE3hBG;EACI,cAAA;EA1BJ,aAAA;EACA,cAAA;EACA,mBAAA;EACA,+CAAA;EACA,8BAAA;EACA,aAAA;EACA,qBAAA;EAlFA,+CAAA;EAEA,2CAAA;EAEA,uCAAA;EAgFA,cAAA;EACA,sBAAA;EAmBI,oBAAA;EACA,WAAA;EACA,UAAA;EACA,oBAAA;EACA,mBAAA;EF0iBP;AEliBD;EACI;IACI,8BAAA;YAAA,sBAAA;IFoiBL;EEliBC;IACI,mCAAA;YAAA,2BAAA;IFoiBL;EACF;AEliBD;EACI;IACI,8BAAA;YAAA,sBAAA;IFoiBL;EEliBC;IACI,mCAAA;YAAA,2BAAA;IFoiBL;EACF;AEjiBD;EACI;IAAO,YAAA;IFoiBR;EEniBC;IAAK,YAAA;IFsiBN;EACF;AEriBD;EACI;IAAO,YAAA;IFwiBR;EEviBC;IAAK,YAAA;IF0iBN;EACF;AExiBD;EACI;IAAO,YAAA;IF2iBR;EE1iBC;IAAK,YAAA;IF6iBN;EACF;AE5iBD;EACI;IAAO,YAAA;IF+iBR;EE9iBC;IAAK,YAAA;IFijBN;EACF;AE9iBD;EACI,uBAAA;EACA,sBAAA;EACA,iBAAA;EACA,qBAAA;EACA,mBAAA;EACA,gBAAA;EFgjBF,qDAAoD;EE9iBlD,qBAAA;EACA,wBAAA;EACA,2BAAA;EACA,oBAAA;EACA,2BAAA;EACA,4BAAA;EACA,4FAAA;EFgjBH;AE9iBG;EACI,kBAAA;EACA,qBAAA;EACA,4FAAA;EFgjBP;AE/iBO;EACI,sCAAA;MAAA,kCAAA;UAAA,8BAAA;EFijBX;AE7iBG;;;;;;;EAOI,sBAAA;EACA,oBAAA;EACA,YAAA;EF+iBP;AE7iBO;;;;;;;EACI,gBAAA;EACA,oBAAA;EACA,oBAAA;EACA,WAAA;EACA,UAAA;EACA,aAAA;EACA,cAAA;EACA,gBAAA;EFqjBX;AEjjBG;EACI,cAAA;EFmjBP;AEjjBG;EACI,cAAA;EFmjBP;AEjjBG;EACI,cAAA;EFmjBP;AEjjBG;EACI,cAAA;EACA,UAAA;EFmjBP;AEjjBG;EACI,cAAA;EACA,UAAA;EFmjBP;AEjjBG;EACI,cAAA;EACA,UAAA;EFmjBP;AEjjBG;EACI,cAAA;EACA,UAAA;EFmjBP;AGpxBD;EACI,cAAA;EACA,gBAAA;EACA,UAAA;EACA,WAAA;EACA,uBAAA;EACA,gBAAA;EACA,cAAA;EACA,qBAAA;EACA,2BAAA;EHsxBH;AI/xBD;;EACI,gDAAA;UAAA,wCAAA;EJkyBH;AI7xBG;;;;EACI,+BAAA;EJkyBP;AI9xBD;EACI,eAAA;EJgyBH;AI7xBD;EACI,uBAAA;EJ+xBH;AI5xBD;EACI,uBAAA;EACA,0BAAA;EJ8xBH;AIhyBD;EAKQ,gBAAA;EACA,iBAAA;EACA,wBAAA;EJ8xBP;AI3xBG;EACI,oBAAA;EJ6xBP;AI9xBG;EAGQ,aAAA;EACA,cAAA;EACA,mBAAA;EACA,uBAAA;EACA,wBAAA;EJ8xBX;AI5xBO;EACI,aAAA;EACA,cAAA;EACA,YAAA;EJ8xBX;AIjyBO;EAMQ,aAAA;EACA,cAAA;EACA,mBAAA;EACA,oBAAA;EACA,iBAAA;EJ8xBf;AIxyBO;EAaQ,gBAAA;EACA,oBAAA;EJ8xBf;AI1xBG;EACI,2BAAA;EJ4xBP;AI1xBG;EACI,2BAAA;EJ4xBP;AI1xBG;;EAEI,+BAAA;EJ4xBP;AI1xBG;EACI,2BAAA;EJ4xBP;AItxBO;EACI,2BAAA;EJwxBX;AIvxBW;EACI,+BAAA;EJyxBf;AItxBO;EACI,+BAAA;MAAA,2BAAA;UAAA,uBAAA;EJwxBX;AIvxBW;EACI,2BAAA;EJyxBf;AIxxBe;EACI,+BAAA;EJ0xBnB;AItxBO;EACI,2BAAA;EJwxBX;AIlxBG;;EACI,oBAAA;EAIA,uBAAA;EACA,eAAA;EJkxBP;AIxxBG;;EAGQ,cAAA;EJyxBX;AIrxBO;;EACI,oBAAA;EACA,YAAA;EACA,UAAA;EACA,QAAA;EACA,WAAA;EACA,aAAA;EACA,gCAAA;EACA,uBAAA;EJwxBX;AIhyBO;;EAUQ,oBAAA;EACA,YAAA;EACA,YAAA;EACA,UAAA;EACA,kBAAA;EDnHZ,cAAA;EACA,gBAAA;EACA,UAAA;EACA,WAAA;EACA,uBAAA;EACA,gBAAA;EACA,cAAA;EACA,qBAAA;EACA,2BAAA;EAKA,uBAAA;EACA,2BAAA;EH04BH;AI9xBD;EACI,qBAAA;EACA,uBAAA;EJgyBH;AI/xBG;EACI,oBAAA;EACA,gBAAA;EACA,YAAA;EACA,YAAA;EACA,UAAA;EACA,aAAA;EACA,aAAA;EACA,YAAA;EJiyBP;AI/xBO;EACI,qBAAA;EJiyBX;AI/xBO;EACI,qBAAA;EJiyBX;AI9xBO;EACI,oBAAA;ED/IR,cAAA;EACA,gBAAA;EACA,UAAA;EACA,WAAA;EACA,uBAAA;EACA,gBAAA;EACA,cAAA;EACA,qBAAA;EACA,2BAAA;EAKA,uBAAA;EACA,2BAAA;ECmIQ,WAAA;EACA,aAAA;EACA,WAAA;EJ0yBX;AIryBD;EACI,mBAAA;EACA,wCAAA;EACA,oBAAA;EACA,qBAAA;EACA,kBAAA;EJuyBH;AIpyBD;EACI,+BAAA;EACA,aAAA;EACA,cAAA;EACA,uBAAA;EACA,iBAAA;EJsyBH;AIpyBG;EACI,uBAAA;EJsyBP;AIpyBG;EACI,2BAAA;EJsyBP;AIjzBD;EAeQ,gBAAA;EACA,aAAA;EACA,cAAA;EACA,YAAA;EJqyBP;AIvzBD;EAsBQ,gBAAA;EACA,aAAA;EACA,cAAA;EACA,YAAA;EJoyBP;AI7zBD;EA4BY,iBAAA;EJoyBX;AIh0BD;EDhKI,cAAA;EAEA,UAAA;EACA,WAAA;EACA,uBAAA;EACA,gBAAA;EACA,cAAA;EACA,qBAAA;EACA,2BAAA;EAKA,uBAAA;EACA,2BAAA;ECmLQ,gBAAA;EACA,oBAAA;EACA,WAAA;EACA,cAAA;EACA,WAAA;EACA,mBAAA;EJ4yBX;AIvyBD;EAII,yCAAA;EACA,cAAA;EJsyBH;AI1yBG;EACI,YAAA;EJ4yBP;AI9yBD;EAOQ,2BAAA;EACA,cAAA;EAKA,cAAA;EJsyBP;AInzBD;EAUY,iBAAA;EACA,qBAAA;EJ4yBX;AIvzBD;EAoBY,oBAAA;EACA,YAAA;EACA,UAAA;EACA,YAAA;EACA,gBAAA;EACA,aAAA;EACA,cAAA;EACA,iBAAA;EACA,qBAAA;EJsyBX;AIl0BD;EAiBgB,eAAA;EACA,kBAAA;EJozBf;AIzyBW;EACI,2BAAA;EJ2yBf;AIzyBW;EACI,2BAAA;EJ2yBf;AIzyBW;EACI,cAAA;EACA,gBAAA;EACA,aAAA;EACA,cAAA;EACA,sBAAA;EACA,cAAA;EACA,iBAAA;EACA,oBAAA;EACA,WAAA;EACA,UAAA;EACA,mBAAA;EACA,oBAAA;EJ2yBf;AI11BD;EAoDQ,eAAA;EJyyBP;AI71BD;EAuDY,WAAA;EACA,cAAA;EJyyBX;AIj2BD;;EA6DY,2BAAA;EACA,eAAA;EACA,cAAA;EACA,kBAAA;EACA,cAAA;EACA,wBAAA;EJwyBX;AI12BD;EAsEQ,oBAAA;EACA,WAAA;EACA,SAAA;EACA,UAAA;EACA,WAAA;EACA,cAAA;EACA,+BAAA;EACA,mBAAA;EJuyBP;AIp3BD;EAgFY,aAAA;EACA,cAAA;EACA,mBAAA;EACA,oBAAA;EAsBA,2BAAA;EACA,oBAAA;EACA,qBAAA;EJkxBX;AIxyBW;EACI,qBAAA;EJ0yBf;AIxyBW;EACI,qBAAA;EJ0yBf;AIvyBW;EACI,qBAAA;EAOA,2BAAA;EJmyBf;AIzyBe;EACI,qBAAA;EJ2yBnB;AIzyBe;EACI,qBAAA;EJ2yBnB;AIjzBW;EAUQ,cAAA;EJ0yBnB;AIh5BD;EA6GgB,iBAAA;EACA,mBAAA;EACA,cAAA;EJsyBf;AIhyBD;EACI,qBAAA;EACA,+BAAA;EACA,aAAA;EJkyBH;AIhyBG;EACI,uBAAA;EJkyBP;AIhyBG;EAEI,gBAAA;EFxTJ,oBAAA;EACA,QAAA;EACA,UAAA;EACA,WAAA;EACA,SAAA;EEsTI,YAAA;EJqyBP;AInyBO;EACI,sCAAA;EJqyBX;AInyBO;EACI,sCAAA;EJqyBX;AIlyBO;EACI,oBAAA;EDtVR,cAAA;EACA,gBAAA;EACA,UAAA;EACA,WAAA;EACA,uBAAA;EACA,gBAAA;EACA,cAAA;EACA,qBAAA;EACA,2BAAA;EAKA,uBAAA;EACA,2BAAA;EC0UQ,WAAA;EACA,aAAA;EACA,YAAA;EACA,YAAA;EJ8yBX;AI1yBG;EACI,wBAAA;EACA,4CAAA;EJ4yBP;AIxyBD;;EACI,oBAAA;EACA,iBAAA;EACA,kBAAA;EACA,gBAAA;EACA,iBAAA;EACA,kBAAA;EACA,2BAAA;EACA,kBAAA;EACA,2CAAA;EACA,8BAAA;EACA,mDAAA;EACA,kBAAA;EJ2yBH;AIzyBG;;EACI,0BAAA;EJ4yBP;AI3zBD;;;;EAmBQ,cAAA;EACA,gBAAA;EJ8yBP;AIl0BD;;EA8BQ,gBAAA;EACA,4BAAA;EACA,cAAA;EACA,mBAAA;EACA,aAAA;EACA,qBAAA;EACA,gBAAA;EACA,qBAAA;EACA,uBAAA;EACA,iBAAA;EACA,kBAAA;EAEA,0BAAA;UAAA,kBAAA;EJuyBP;AIj1BD;;;;EA0BY,cAAA;EACA,mBAAA;EJ6zBX;AI5yBO;;;;EACI,qBAAA;EJizBV,mBAAkB;EAClB,gEAA+D;EIhzBrD,yvBAAA;EJmzBV,aAAY;EIjzBF,0IAAA;EJmzBV,sBAAqB;EIlzBX,gFAAA;EJozBV,2BAA0B;EAE1B,mBAAkB;EAElB,YAAW;EIrzBD,qBAAA;EJuzBV,UAAS;EItzBC,oHAAA;EJwzBV,YAAW;EItzBD,cAAA;EJwzBX;AIp0BO;;;;EAeQ,cAAA;EJ2zBf;AIt3BD;;EAgEY,uBAAA;EJ0zBX;AI13BD;;EAoEY,cAAA;EACA,mBAAA;EJ0zBX;AI/3BD;;EAwEgB,iBAAA;EACA,wBAAA;EACA,cAAA;EACA,mBAAA;EACA,kBAAA;EJ2zBf;AIv4BD;;EAgFgB,eAAA;EACA,oBAAA;EACA,YAAA;EJ2zBf;AI74BD;;;;EAwFQ,aAAA;EACA,eAAA;EACA,kBAAA;EACA,2BAAA;EACA,YAAA;EJ2zBP;AI1zBO;;;;;;;;EACI,eAAA;EJm0BX;AKvwCD;EACI,oBAAA;EACA,aAAA;EACA,WAAA;EACA,mBAAA;EACA,oBAAA;EACA,qBAAA;EACA,kCAAA;UAAA,0BAAA;EACA,YAAA;EACA,cAAA;EAEA,6CAAA;UAAA,qCAAA;ELwwCH;AKnxCD;EAcQ,eAAA;EACA,iBAAA;ELwwCP;AKrwCG;EACI,yCAAA;UAAA,iCAAA;EACA,YAAA;ELuwCP;AKpwCG;EACI,sEAAA;EACA,gBAAA;EACA,kBAAA;EAEA,oBAAA;EACA,2BAAA;ELqwCP;AKlwCD;EACI,oBAAA;ELowCH;AKrwCD;EAIQ,qBAAA;EACA,cAAA;EACA,mBAAA;EACA,iBAAA;ELowCP;AK3wCD;EASY,WAAA;ELqwCX;AK9wCD;EAeY,oDAAA;EACA,oBAAA;EAUA,kBAAA;ELyvCX;AKnxCD;EAkBgB,iBAAA;EACA,qBAAA;EACA,WAAA;ELowCf;AKxxCD;EAuBgB,gBAAA;EACA,cAAA;ELowCf;AK5xCD;EA8BY,oBAAA;ELiwCX;AK/xCD;EAgCgB,gBAAA;EAMA,eAAA;EACA,iBAAA;EL6vCf;AKnwCe;EFhEZ,cAAA;EACA,gBAAA;EACA,UAAA;EACA,WAAA;EACA,uBAAA;EACA,gBAAA;EACA,cAAA;EACA,qBAAA;EACA,2BAAA;EAiBA,uBAAA;EACA,4BAAA;EEwCgB,uBAAA;EACA,mBAAA;EL+wCnB;AK3wCe;EACI,4BAAA;EL6wCnB;AK1wCW;EAEQ,gBAAA;EL2wCnB;AK7wCW;EF3ER,cAAA;EACA,gBAAA;EACA,UAAA;EACA,WAAA;EACA,uBAAA;EACA,gBAAA;EACA,cAAA;EACA,qBAAA;EACA,2BAAA;EAKA,uBAAA;EACA,2BAAA;EEmEgB,mBAAA;EACA,UAAA;EACA,oBAAA;EACA,uBAAA;ELqxCnB;AKlxCW;EACI,gBAAA;EACA,8BAAA;EACA,oBAAA;EACA,UAAA;EACA,UAAA;EACA,iBAAA;EACA,aAAA;ELoxCf;AKn1CD;EAmEgB,eAAA;ELmxCf;AKt1CD;EAqEoB,6BAAA;OAAA,wBAAA;EACA,aAAA;EACA,eAAA;EACA,wBAAA;EACA,qBAAA;EACA,eAAA;EACA,cAAA;EACA,aAAA;ELoxCnB;AKh2CD;EA+EoB,cAAA;EACA,kBAAA;ELoxCnB;AKp2CD;EAuFQ,kBAAA;EACA,mBAAA;ELgxCP;AKx2CD;EA0FY,qBAAA;EACA,gBAAA;ELixCX;AKhxCW;EACI,qBAAA;ELkxCf;AK/2CD;EAiGY,eAAA;ELixCX;AACD;;IAEG;AMj5CH;;;EACI,WAAA;EACA,YAAA;EACA,kBAAA;ENq5CH;AMl5CD;;EACI,+DAAA;ENq5CH;AMl5CD;;EACI,cAAA;ENq5CH;AMl5CD;EACI,kBAAA;EJAA,oBAAA;EACA,QAAA;EACA,UAAA;EACA,WAAA;EACA,SAAA;EIFA,iBAAA;EAEA,2BAAA;EACA,0BAAA;EACA,wBAAA;EACA,uBAAA;EACA,mBAAA;EACA,yBAAA;EACA,iBAAA;ENu5CH;AMp5CD;EJbI,oBAAA;EACA,YAAA;EACA,UAAA;EACA,WAAA;EACA,SAAA;EIiBA,wBAAA;ENo5CH;AM15CG;EACI,WAAA;EN45CP;AM15CG;EN45CF,8DAA6D;EAC9D;AMx5CD;;EAEI,WAAA;EN05CH;AMv5CD;EACI,yCAAA;MAAA,qCAAA;UAAA,iCAAA;ENy5CH;AMt5CD;EACI,mBAAA;ENw5CH;AMr5CD;EACI,qBAAA;EACA,6DAAA;EACA,cAAA;EACA,kBAAA;EACA,qCAAA;EACA,oBAAA;EACA,gDAAA;UAAA,gCAAA;EACA,aAAA;ENu5CH;AM/5CD;EAWQ,iBAAA;EACA,cAAA;EACA,mBAAA;EACA,WAAA;EACA,oBAAA;EACA,qBAAA;EACA,gBAAA;ENu5CP;AMp5CW;EACI,oBAAA;EACA,uBAAA;EJCZ,aAAA;EACA,cAAA;EACA,mBAAA;EACA,+CAAA;EACA,6BAAA;EACA,aAAA;EACA,qBAAA;EAlFA,+CAAA;EAEA,2CAAA;EAEA,uCAAA;EAgFA,cAAA;EACA,sBAAA;EIRY,YAAA;EACA,UAAA;EACA,kBAAA;ENm6Cf;AMj6CW;EACI,eAAA;ENm6Cf;AM75CD;EACI,8BAAA;EN+5CH;AO1/CD;EACI,gBAAA;EACA,aAAA;EACA,cAAA;EACA,mBAAA;EACA,wBAAA;EACA,aAAA;EAEA,2BAAA;EP2/CH;AO1/CG;EACI,sCAAA;EP4/CP;AO1/CG;EACI,sCAAA;EP4/CP;AOzgDD;EAiBQ,cAAA;EACA,mBAAA;EACA,iBAAA;EACA,cAAA;EP2/CP;AOx/CG;EACI,cAAA;EACA,gBAAA;EACA,oBAAA;EACA,UAAA;EACA,WAAA;EACA,gBAAA;EACA,cAAA;EACA,mBAAA;EACA,yDAAA;EACA,aAAA;EACA,WAAA;EP0/CP;AOt/CD;EAEI,mBAAA;ELrBA,oBAAA;EACA,QAAA;EACA,UAAA;EACA,WAAA;EACA,SAAA;EKoBA,kBAAA;EACA,6CAAA;UAAA,qCAAA;EACA,+BAAA;MAAA,2BAAA;UAAA,uBAAA;EACA,YAAA;EACA,oEAAA;EACA,kDAAA;EACA,cAAA;EP0/CH;AOx/CG;EACI,YAAA;EACA,yCAAA;UAAA,iCAAA;EP0/CP;AO3+CG;EACI,cAAA;EACA,gBAAA;EACA,oBAAA;EACA,QAAA;EACA,aAAA;EACA,gBAAA;EACA,cAAA;EACA,4CAAA;EACA,YAAA;EApBA,qDAAA;UAAA,6CAAA;EACA,oEAAA;EACA,kDAAA;EPkgDP;AOhgDO;EACI,gDAAA;UAAA,wCAAA;EACA,oEAAA;EACA,kDAAA;EPkgDX;AO/+CO;EACI,mBAAA;EACA,cAAA;EPi/CX;AO/+CO;EACI,2BAAA;EACA,aAAA;EACA,cAAA;EACA,cAAA;EPi/CX;AOr/CO;EAwBQ,cAAA;EACA,cAAA;EACA,cAAA;EPg+Cf;AO1/CO;EAQY,uBAAA;EACA,cAAA;EACA,mBAAA;EACA,iBAAA;EACA,eAAA;EPq/CnB;AOjgDO;EAeY,uBAAA;EACA,aAAA;EACA,cAAA;EACA,mBAAA;EACA,qBAAA;EACA,yBAAA;EACA,kDAAA;EACA,wBAAA;EPq/CnB;AOh/Ce;EPm/Cd,aAAY;EOj/CM,+IAAA;EPm/ClB,sBAAqB;EOl/CH,qGAAA;EPo/ClB,2BAA0B;EAE1B,mBAAkB;EAElB,YAAW;EOr/CO,iGAAA;EPu/ClB,UAAS;EOt/CS,wHAAA;EPw/ClB,YAAW;EACZ;AOv/Ce;EACI,qBAAA;EPy/CnB;AOr/CO;EACI,oBAAA;EACA,cAAA;EACA,gBAAA;EACA,mBAAA;EACA,YAAA;EACA,oBAAA;EACA,iBAAA;EACA,qBAAA;EACA,mBAAA;EACA,aAAA;EAjFJ,qDAAA;UAAA,6CAAA;EACA,oEAAA;EACA,kDAAA;EPykDP;AOvkDO;EACI,gDAAA;UAAA,wCAAA;EACA,oEAAA;EACA,kDAAA;EPykDX;AO5/CO;EACI,oBAAA;EACA,SAAA;EACA,UAAA;EACA,WAAA;EACA,WAAA;EP8/CX;AO5/CW;EP8/CV,aAAY;EACb;AO9/Ce;ELjIZ,QAAA;EACA,aAAA;EACA,WAAA;EACA,SAAA;EKgIgB,cAAA;EACA,oBAAA;EACA,2BAAA;EPmgDnB;AOvgDe;EAOQ,gBAAA;EACA,mBAAA;EACA,cAAA;EPmgDvB;AO5gDe;EAWY,cAAA;EACA,mBAAA;EACA,cAAA;EACA,qBAAA;EACA,iBAAA;EPogD3B;AOlgDuB;EACI,qBAAA;EPogD3B;AOlgDuB;EACI,qBAAA;EPogD3B;AOlgDuB;EACI,qBAAA;EPogD3B;AO9/Ce;ELhKZ,oBAAA;EACA,QAAA;EACA,UAAA;EACA,WAAA;EACA,aAAA;EK8JgB,yBAAA;EACA,YAAA;EA7HZ,qDAAA;UAAA,6CAAA;EACA,oEAAA;EACA,kDAAA;EPkoDN,gBAAe;EAChB;AOjoDO;EACI,gDAAA;UAAA,wCAAA;EACA,oEAAA;EACA,kDAAA;EPmoDX;AOzgDmB;ELvKhB,oBAAA;EACA,QAAA;EACA,aAAA;EACA,WAAA;EACA,YAAA;EFmrDF,WAAU;EO37CY,yCAAA;UAAA,iCAAA;EACA,uCAAA;UAAA,+BAAA;EACA,sCAAA;UAAA,8BAAA;EP67CvB;AOhhDuB;EL3KpB,oBAAA;EACA,QAAA;EACA,UAAA;EACA,WAAA;EACA,SAAA;EF8rDF,cAAa;EACb,aAAY;EACb;AOrhD2B;EACI,iBAAA;EACA,qBAAA;EACA,eAAA;EACA,qBAAA;EACA,gBAAA;EPuhD/B;AOnhD2B;ELxLxB,oBAAA;EACA,QAAA;EACA,UAAA;EACA,WAAA;EACA,SAAA;EF8sDF,eAAc;EACd,eAAc;EACf;AOxhD+B;EL5L5B,oBAAA;EACA,WAAA;EACA,aAAA;EACA,cAAA;EACA,SAAA;EK2LgC,gBAAA;EACA,cAAA;EACA,iCAAA;EP6hDnC;AO3hDmC;EACI,gBAAA;EACA,cAAA;EACA,mBAAA;EACA,mBAAA;EACA,qBAAA;EP6hDvC;AO3hDuC;EACI,iBAAA;EACA,mBAAA;EACA,gBAAA;EP6hD3C;AO1hDuC;EACI,2BAAA;EP4hD3C;AOvhDuC;EACI,2BAAA;EPyhD3C;AOvhD2C;EACI,cAAA;EPyhD/C;AOlhD+B;ELjO5B,oBAAA;EACA,WAAA;EACA,UAAA;EACA,cAAA;EACA,aAAA;EFsvDH;AOthDmC;EACI,gBAAA;ELrOpC,oBAAA;EACA,QAAA;EACA,UAAA;EACA,WAAA;EACA,SAAA;EF8vDH;AO3hDuC;ELvOpC,oBAAA;EACA,QAAA;EACA,UAAA;EACA,WAAA;EACA,SAAA;EKqOwC,gBAAA;EPiiD3C;AOniDuC;EAKQ,sBAAA;EACA,cAAA;EACA,mBAAA;EACA,kCAAA;EACA,iBAAA;EACA,qBAAA;EACA,WAAA;EACA,oBAAA;EPiiD/C;AOphDuB;EACI,sCAAA;UAAA,8BAAA;EACA,qCAAA;UAAA,6BAAA;EPshD3B;AO9gDD;;EPihDC;AOjhDD;;EPihDC;AO9gDD;EACI;IACI,oCAAA;YAAA,4BAAA;IACA,YAAA;IACA,2BAAA;IPghDL;EO7gDC;IACI,uCAAA;YAAA,+BAAA;IACA,YAAA;IACA,0BAAA;IP+gDL;EACF;AO1hDD;EACI;IACI,oCAAA;YAAA,4BAAA;IACA,YAAA;IACA,2BAAA;IPghDL;EO7gDC;IACI,uCAAA;YAAA,+BAAA;IACA,YAAA;IACA,0BAAA;IP+gDL;EACF;AQ1zDD;EACI,WAAA;EACA,YAAA;EACA,kBAAA;ER4zDH;AQ/zDD;EAMQ,uBAAA;EACA,oBAAA;EACA,cAAA;EACA,eAAA;EACA,oBAAA;EACA,qBAAA;EACA,iBAAA;ER4zDP;AQx0DD;EAeY,gBAAA;EACA,oBAAA;EACA,oBAAA;EACA,WAAA;EACA,SAAA;EACA,UAAA;ER4zDX;AQzzDO;EACI,cAAA;EACA,gBAAA;ENNR,oBAAA;EACA,QAAA;EACA,UAAA;EACA,cAAA;EACA,SAAA;EMKQ,wBAAA;ER8zDX;AQ3zDO;EACI,cAAA;EACA,gBAAA;EACA,oBAAA;EACA,cAAA;EACA,cAAA;EACA,WAAA;EACA,WAAA;EACA,oBAAA;EACA,yDAAA;ER6zDX;AQ1zDO;EACI,0BAAA;ER4zDX;AQzzDO;EACI,+BAAA;ER2zDX;AQxzDO;EACI,+BAAA;ER0zDX;AQvzDO;EACI,+BAAA;ERyzDX;AQtzDO;EAEQ,gBAAA;ERuzDf;AQrzDW;EACI,2BAAA;ERuzDf;AQpzDO;EACI,2BAAA;ERszDX;AS13DD;EACI,aAAA;EACA,cAAA;EACA,aAAA;EACA,cAAA;EACA,mBAAA;EACA,YAAA;EACA,WAAA;EACA,gBAAA;EACA,oBAAA;EAYA,uBAAA;ETi3DH;AS33DG;EACI,cAAA;EACA,oBAAA;EACA,gBAAA;EACA,aAAA;EACA,cAAA;EACA,aAAA;EACA,YAAA;EACA,gDAAA;ET63DP;ASx3DO;EACI,+BAAA;ET03DX;ASp3DO;EACI,+BAAA;ETs3DX;ASh3DO;EACI,+BAAA;ETk3DX;AS92DG;EACI,cAAA;EACA,mBAAA;ETg3DP;AS/2DO;EACI,YAAA;EACA,WAAA;EACA,+BAAA;ETi3DX;AS72DG;EACI,mBAAA;EACA,cAAA;ET+2DP;AS92DO;EACI,YAAA;EACA,WAAA;EACA,gCAAA;ETg3DX;AS52DG;EACI,2BAAA;ET82DP;AS52DG;EACI,2BAAA;ET82DP;AS52DG;EACI,kBAAA;ET82DP;AUn7DG;;EACI,aAAA;EACA,cAAA;EACA,aAAA;EACA,cAAA;EACA,mBAAA;EACA,YAAA;EACA,WAAA;EVs7DP;AU77DG;;EAUQ,eAAA;EVu7DX;AUj8DG;;EAcQ,gBAAA;EACA,aAAA;EACA,cAAA;EACA,kDAAA;EVu7DX;AUp7DO;;EACI,qBAAA;EVu7DX;AUx7DO;;EAGQ,8BAAA;EVy7Df;AUt7DO;;EACI,qBAAA;EVy7DX;AUr7DW;;;;EACI,kBAAA;EV07Df;AU57DO;;EAKQ,0BAAA;EV27Df;AUn7DG;EAEQ,8BAAA;EVo7DX;AWl+DD;EACI,cAAA;EACA,mBAAA;EACA,kBAAA;EACA,mBAAA;EACA,aAAA;EXo+DH;AWz+DD;EAQQ,aAAA;EACA,cAAA;EACA,mBAAA;EACA,kBAAA;EACA,uBAAA;EXo+DP;AWl+DO;EACI,gCAAA;EXo+DX;AWl+DO;EACI,gCAAA;EXo+DX;AWt/DD;EAsBY,eAAA;EXm+DX;AWz/DD;EA0BY,cAAA;EACA,mBAAA;EACA,oBAAA;EACA,gBAAA;EACA,gBAAA;EACA,iBAAA;EXk+DX;AWh+DW;EACI,qBAAA;EXk+Df;AWh+DW;EACI,qBAAA;EXk+Df;AW99DO;EAEQ,cAAA;EX+9Df;AW79DW;EACI,cAAA;EACA,WAAA;EACA,gBAAA;EACA,cAAA;EACA,gBAAA;EACA,oBAAA;EACA,mBAAA;EACA,yDAAA;EACA,WAAA;EACA,WAAA;EACA,mBAAA;EACA,aAAA;EX+9Df;AW19DG;EAEQ,gBAAA;EX29DX;AWz9DO;EACI,eAAA;EX29DX;AWt9DD;EACI,oDAAA;MAAA,gDAAA;UAAA,4CAAA;EXw9DH;AWr9DD;EACI,oBAAA;EACA,WAAA;EACA,cAAA;EACA,SAAA;EACA,UAAA;EACA,mBAAA;EACA,aAAA;EACA,kCAAA;EACA,4CAAA;EACA,mBAAA;EXu9DF,iBAAgB;EW37Dd;yCAAA;UAAA;yCAAA;EX87DH;AWv9DG;EACI,gBAAA;EACA,cAAA;EXy9DN,YAAW;EACZ;AWv9DO;EACI,cAAA;EACA,gBAAA;EACA,+BAAA;EXy9DX;AWx9DW;EACI,oBAAA;EACA,gBAAA;EACA,aAAA;EACA,gBAAA;EACA,oBAAA;EACA,WAAA;EACA,WAAA;EACA,eAAA;EX09Df;AWx9DW;EACI,cAAA;EX09Df;AWl9DG;EACI,YAAA;EACA,WAAA;EXo9DP;AY3kED;EACI,cAAA;EACA,oBAAA;EZ6kEH;AY3kEG;EACI,cAAA;EACA,gBAAA;EACA,oBAAA;EACA,aAAA;EACA,cAAA;EACA,WAAA;EACA,UAAA;EACA,yDAAA;EZ6kEP;AYzlED;EAgBQ,qBAAA;EACA,cAAA;EACA,cAAA;EACA,kBAAA;EACA,qBAAA;EACA,eAAA;EACA,gBAAA;EACA,4BAAA;EACA,8BAAA;OAAA,yBAAA;EACA,iBAAA;EACA,mBAAA;EACA,aAAA;EACA,0BAAA;EACA,oCAAA;UAAA,4BAAA;EACA,kCAAA;UAAA,0BAAA;EZ4kEP;AY1kEO;EACI,cAAA;EZ4kEX;Aa7mED;EACI,cAAA;EACA,cAAA;EACA,mBAAA;EACA,iBAAA;EACA,gBAAA;EACA,0BAAA;Eb+mEH;AarnED;EASQ,uBAAA;EACA,uBAAA;EACA,aAAA;EACA,cAAA;EACA,mBAAA;EACA,oBAAA;Eb+mEP;Aa7mEO;EACI,cAAA;EACA,gBAAA;EACA,oBAAA;EACA,WAAA;EACA,UAAA;EXyDR,aAAA;EACA,cAAA;EACA,mBAAA;EACA,+CAAA;EACA,8BAAA;EACA,aAAA;EACA,qBAAA;EAlFA,+CAAA;EAEA,2CAAA;EAEA,uCAAA;EAgFA,cAAA;EACA,sBAAA;EWhEQ,kBAAA;Eb4nEX;AanpED;EA6BQ,mBAAA;EACA,cAAA;EACA,mBAAA;EbynEP;AavnEO;EACI,2BAAA;EbynEX;AavnEO;EACI,2BAAA;EbynEX;Aa9pED;EAyCY,iBAAA;EACA,gBAAA;EACA,0BAAA;EbwnEX;AatnEO;EACI,eAAA;EbwnEX;AatqED;EAkDY,0BAAA;EACA,qBAAA;EbunEX;Aa1qED;EAqDgB,aAAA;EACA,cAAA;EbwnEf;AarnEO;EAEQ,qBAAA;EACA,aAAA;EACA,cAAA;EACA,mBAAA;EACA,0BAAA;EACA,+CAAA;EbsnEf;Aa7nEO;EAUQ,eAAA;EbsnEf;AajnED;EACI,eAAA;EbmnEH;AahnEG;EACI,eAAA;EbknEP;AahnEG;EACI,gBAAA;EACA,oBAAA;EACA,iBAAA;EACA,aAAA;EACA,kBAAA;EbknEP;AavnEG;EAQQ,4BAAA;EACA,gBAAA;EACA,iBAAA;EbknEX;AahnEW;EACI,gBAAA;EbknEf;Ac5sEO;EACI,cAAA;EACA,gBAAA;EACA,aAAA;EACA,cAAA;EACA,oBAAA;EACA,SAAA;EACA,UAAA;EACA,yDAAA;Ed8sEX;Ac1sEG;EACI,oBAAA;EACA,UAAA;EACA,QAAA;Ed4sEP;AczsEG;EACI,WAAA;EACA,YAAA;EACA,kBAAA;Ed2sEP;AczsEO;EACI,sBAAA;EACA,gBAAA;EACA,oBAAA;EACA,iBAAA;EACA,cAAA;EACA,mBAAA;EACA,aAAA;Ed2sEX;AcvtEG;EAgBQ,iBAAA;EACA,mBAAA;EACA,8BAAA;EACA,iBAAA;EACA,oBAAA;Ed0sEX;AcxsEW;EACI,2BAAA;Ed0sEf;AcvsEW;EACI,2BAAA;EdysEf;AcpuEG;EA+BY,WAAA;EACA,qBAAA;EACA,cAAA;EACA,mBAAA;EdwsEf;ActsEe;EACI,cAAA;EACA,gBAAA;EACA,oBAAA;EACA,aAAA;EACA,cAAA;EACA,yDAAA;EACA,WAAA;EACA,WAAA;EdwsEnB;AcpvEG;EAiDY,WAAA;EACA,iBAAA;EACA,iBAAA;EACA,aAAA;EdssEf;Ac1vEG;EAwDY,oBAAA;EACA,YAAA;EACA,WAAA;EACA,iBAAA;EACA,aAAA;EdqsEf;AerxED;EACM;IAAK,oCAAA;YAAA,4BAAA;IfwxER;EevxEE;IAAM,0CAAA;YAAA,kCAAA;If0xER;EezxEE;IAAM,yCAAA;YAAA,iCAAA;If4xER;Ee3xEE;IAAM,yCAAA;YAAA,iCAAA;If8xER;Ee7xEE;IAAM,wCAAA;YAAA,gCAAA;IfgyER;Ee/xEC;IAAO,oCAAA;YAAA,4BAAA;IfkyER;EACF;AezyED;EACM;IAAK,oCAAA;YAAA,4BAAA;IfwxER;EevxEE;IAAM,0CAAA;YAAA,kCAAA;If0xER;EezxEE;IAAM,yCAAA;YAAA,iCAAA;If4xER;Ee3xEE;IAAM,yCAAA;YAAA,iCAAA;If8xER;Ee7xEE;IAAM,wCAAA;YAAA,gCAAA;IfgyER;Ee/xEC;IAAO,oCAAA;YAAA,4BAAA;IfkyER;EACF;AehyED;EAGQ,uCAAA;EACA,qBAAA;EfgyEP;Ae7xEG;EAEQ,mCAAA;UAAA,2BAAA;Ef8xEX;AehyEG;EAKQ,mCAAA;UAAA,2BAAA;Ef8xEX;Ae1yED;EAiBQ,sBAAA;EACA,cAAA;EACA,+BAAA;Ef4xEP;Ae/yED;EAqBY,cAAA;Ef6xEX;AelzED;EAyBgB,wBAAA;EACA,cAAA;EACA,iDAAA;EACA,6BAAA;OAAA,wBAAA;EACA,aAAA;EACA,cAAA;EACA,oBAAA;EACA,+BAAA;Ef4xEf;Ae1xEe;EACI,8BAAA;Ef4xEnB;Ae3xEmB;EACI,yCAAA;Ef6xEvB;AezxEe;EACI,2BAAA;Ef2xEnB;AezxEe;EACI,sDAAA;Ef2xEnB;Aex0ED;EAkDY,iBAAA;EfyxEX;Ae30ED;;EAqDgB,uBAAA;EACA,cAAA;EACA,mBAAA;EACA,mBAAA;EACA,mBAAA;EACA,iBAAA;EACA,wBAAA;Ef0xEf;Aer1ED;EA+DgB,aAAA;EACA,cAAA;EACA,YAAA;EACA,sBAAA;EACA,oBAAA;EACA,WAAA;EACA,+CAAA;EfyxEf;Ae91ED;EAyEgB,qBAAA;EACA,aAAA;EACA,cAAA;EACA,YAAA;EACA,2BAAA;EACA,sBAAA;EACA,oBAAA;EACA,WAAA;EACA,4DAAA;EfwxEf;Aez2ED;EZRI,cAAA;EACA,gBAAA;EACA,UAAA;EACA,WAAA;EACA,uBAAA;EACA,gBAAA;EACA,cAAA;EACA,qBAAA;EACA,2BAAA;EAiBA,uBAAA;EACA,4BAAA;EYqEY,uBAAA;EACA,kBAAA;EfgyEf;Aex3ED;EA4FgB,+BAAA;Ef+xEf;Ae9xEe;EACI,2BAAA;EfgyEnB;Ae9xEe;EACI,2BAAA;EfgyEnB;Aej4ED;EAwGQ,WAAA;EACA,YAAA;EACA,kBAAA;EACA,gBAAA;Ef4xEP;Aev4ED;EA6GY,cAAA;EACA,mBAAA;EACA,oBAAA;EACA,iBAAA;EACA,aAAA;Ef6xEX;Ae94ED;EAoHY,iBAAA;EACA,mBAAA;EACA,8BAAA;EACA,iBAAA;EACA,4BAAA;EACA,2BAAA;EACA,+BAAA;Ef6xEX;Ae3xEW;Ef6xEV,kEAAiE;EAClE;Ae3xEW;EACI,2BAAA;Ef6xEf;Ae3xEW;EACI,2BAAA;EACA,cAAA;Ef6xEf;Ae5xEe;EACI,wDAAA;Ef8xEnB;Ae5xEe;EACI,0BAAA;Ef8xEnB;Ae5xEe;EACI,uDAAA;Ef8xEnB;Ae3xEW;EACI,2BAAA;Ef6xEf;Ae3xEW;EACI,oBAAA;Ef6xEf;Ae9xEW;EAGQ,gBAAA;EACA,oBAAA;EACA,aAAA;EACA,cAAA;EACA,WAAA;EACA,UAAA;EACA,yDAAA;Ef8xEnB;Ae3xEW;EACI,oBAAA;Ef6xEf;Ae9xEW;EAGQ,gBAAA;EACA,oBAAA;EACA,aAAA;EACA,cAAA;EACA,WAAA;EACA,UAAA;EACA,yDAAA;Ef8xEnB;Ae5xEe;EZjLZ,cAAA;EACA,gBAAA;EACA,UAAA;EACA,WAAA;EACA,uBAAA;EACA,gBAAA;EACA,cAAA;EACA,qBAAA;EACA,2BAAA;EAiBA,uBAAA;EACA,4BAAA;EYyJgB,oBAAA;EACA,YAAA;EACA,WAAA;EACA,kBAAA;EfwyEnB;AexzEW;EAmBQ,WAAA;EACA,eAAA;EACA,eAAA;EfwyEnB;AehyED;EACI,cAAA;EfkyEH;AehyED;EbpLI,oBAAA;EACA,WAAA;EACA,UAAA;EACA,WAAA;EACA,SAAA;EakLA,cAAA;EACA,eAAA;EACA,4BAAA;EACA,qBAAA;EfsyEH;Ae3yED;EAQQ,uBAAA;EACA,qBAAA;EACA,wBAAA;EACA,iBAAA;EfsyEP;AepyEG;EACI,YAAA;EACA,WAAA;EACA,iBAAA;EACA,oBAAA;EAEA,wBAAA;EfqyEP;AelyEG;EACI,mBAAA;EACA,eAAA;EACA,wBAAA;EfoyEP;AejyEG;EACI,cAAA;EACA,aAAA;EACA,wBAAA;EfmyEP;AgBzgFD;EACI,oBAAA;EhB2gFH;AgBxgFO;EACI,cAAA;EACA,gBAAA;EACA,aAAA;EACA,cAAA;EACA,oBAAA;EACA,SAAA;EACA,yDAAA;EhB0gFX;AgBrhFD;EAeQ,iBAAA;EhBygFP;AgBxhFD;EdsCI,uBAAA;EACA,cAAA;EACA,iBAAA;EACA,mBAAA;EACA,oBAAA;EACA,eAAA;EACA,qBAAA;EAcA,iBAAA;EACA,gBAAA;EACA,cAAA;Ec1CQ,uBAAA;EhBmhFX;AEx/EG;;EACI,qBAAA;EF2/EP;AEz/EG;;EACI,qBAAA;EF4/EP;AE1/EG;EACI,kBAAA;EF4/EP;AE3/EO;;;;EAEI,kBAAA;EF+/EX;AgBtjFD;EAqBY,mBAAA;EhBoiFX;AgBzjFD;EAyBQ,yBAAA;EACA,oBAAA;EACA,eAAA;EACA,cAAA;EACA,oBAAA;EACA,iBAAA;EACA,aAAA;EACA,oBAAA;EACA,kCAAA;UAAA,0BAAA;EhBmiFP;AgBpkFD;EAoCY,gBAAA;EACA,kBAAA;EACA,iBAAA;EhBmiFX;AgBhiFO;EACI,uBAAA;EACA,+BAAA;MAAA,2BAAA;UAAA,uBAAA;EhBkiFX;AgBhiFO;EACI,oBAAA;EACA,aAAA;EhBkiFX;AiB/kFO;EACI,cAAA;EACA,gBAAA;EACA,aAAA;EACA,cAAA;EACA,oBAAA;EACA,SAAA;EACA,yDAAA;EjBilFX;AiB7kFG;EACI,oBAAA;EACA,UAAA;EACA,QAAA;EjB+kFP;AiB5kFG;EACI,WAAA;EACA,YAAA;EACA,kBAAA;EjB8kFP;AiB5kFO;EACI,yBAAA;EACA,gBAAA;EACA,oBAAA;EACA,iBAAA;EACA,cAAA;EACA,mBAAA;EACA,aAAA;EjB8kFX;AiB1lFG;EAgBQ,iBAAA;EACA,mBAAA;EACA,8BAAA;EACA,iBAAA;EACA,oBAAA;EjB6kFX;AiB3kFW;EACI,2BAAA;EjB6kFf;AiB1kFW;EACI,2BAAA;EjB4kFf;AiBvmFG;EA+BY,WAAA;EACA,qBAAA;EACA,cAAA;EACA,mBAAA;EjB2kFf;AiBzkFe;EACI,cAAA;EACA,gBAAA;EACA,oBAAA;EACA,aAAA;EACA,cAAA;EACA,yDAAA;EACA,WAAA;EACA,WAAA;EjB2kFnB;AiBvnFG;EAiDY,oBAAA;EACA,YAAA;EACA,WAAA;EACA,iBAAA;EACA,aAAA;EjBykFf;AkB/oFO;EACI,cAAA;EACA,gBAAA;EACA,aAAA;EACA,cAAA;EACA,oBAAA;EACA,SAAA;EACA,yDAAA;ElBipFX;AkB9oFG;EACI,WAAA;EACA,YAAA;EACA,kBAAA;ElBgpFP;AkBnpFG;EAMQ,iBAAA;EAEA,8BAAA;EACA,iBAAA;EACA,oBAAA;EACA,WAAA;EACA,qBAAA;EACA,cAAA;EACA,mBAAA;ElB+oFX;AkB7oFW;EACI,2BAAA;ElB+oFf;AkB5oFW;EACI,2BAAA;ElB8oFf;AmB/qFD;;EjBmBI,oBAAA;EACA,WAAA;EACA,UAAA;EACA,WAAA;EACA,SAAA;EiBrBA,kBAAA;EnBsrFH;AmBxrFD;;EAKQ,qBAAA;EACA,gBAAA;EACA,gBAAA;EnBurFP;AmB9rFD;;EAWQ,gCAAA;EACA,mBAAA;EnBurFP;AmBnsFD;;EAcY,kBAAA;EACA,uBAAA;EACA,aAAA;EnByrFX;AmBzsFD;;EAmBgB,+BAAA;EnB0rFf;AmB7sFD;;EAuBgB,kBAAA;EnB0rFf;AmBjtFD;;EA0BoB,uBAAA;EACA,cAAA;EACA,mBAAA;EACA,oBAAA;EnB2rFnB;AmBxtFD;;EAoCQ,kBAAA;EACA,iBAAA;EnBwrFP;AmB7tFD;;EAwCY,gBAAA;EACA,aAAA;EACA,YAAA;EACA,cAAA;EACA,eAAA;EACA,cAAA;EACA,oBAAA;EACA,oBAAA;EnByrFX;AmBxuFD;;EAkDgB,8BAAA;EACA,cAAA;EACA,gBAAA;EnB0rFf;AmBxrFe;;EACI,iBAAA;EnB2rFnB;AmBvrFW;;EACI,kCAAA;UAAA,0BAAA;EACA,cAAA;EACA,cAAA;EACA,gBAAA;EACA,cAAA;EACA,eAAA;EACA,2DAAA;EnB0rFf;AmBvrFW;;EACI,4CAAA;UAAA,oCAAA;EACA,YAAA;EnB0rFf;AmBvrFW;;EACI,+BAAA;EnB0rFf;AmBvrFW;;EACI,+BAAA;EnB0rFf;AmBvrFW;;EACI,+BAAA;EnB0rFf;AoBtwFD;EACI,cAAA;EpBwwFH;AoBzwFD;EAGQ,aAAA;EACA,cAAA;EACA,aAAA;EAWA,cAAA;EACA,oBAAA;EpB+vFP;AoBhxFD;EAOY,eAAA;EpB4wFX;AoBnxFD;EAUY,gBAAA;EACA,cAAA;EACA,aAAA;EACA,sDAAA;EACA,+BAAA;EpB4wFX;AoB/xFG;EACI,6BAAA;EpBiyFP;AoBlyFG;EACI,4BAAA;EpBoyFP;AoBryFG;EACI,8BAAA;EpBuyFP;AoBxyFG;EACI,8BAAA;EpB0yFP;AoB3yFG;EACI,8BAAA;EpB6yFP;AoB9yFG;EACI,8BAAA;EpBgzFP;AoBjzFG;EACI,+BAAA;EpBmzFP;AoBpzFG;EACI,+BAAA;EpBszFP;AoBvzFG;EACI,+BAAA;EpByzFP;AoB1zFG;EACI,+BAAA;EpB4zFP;AoBryFO;EACI,2BAAA;EpBuyFX;AqB3zFD;EACI,cAAA;ErB6zFH;AqB9zFD;EAGQ,aAAA;EACA,cAAA;EACA,aAAA;EAWA,cAAA;EACA,oBAAA;ErBozFP;AqBr0FD;EAOY,eAAA;ErBi0FX;AqBx0FD;EAUY,gBAAA;EACA,cAAA;EACA,aAAA;EACA,sDAAA;EACA,+BAAA;ErBi0FX;AqBp1FG;EACI,6BAAA;ErBs1FP;AqBv1FG;EACI,4BAAA;ErBy1FP;AqB11FG;EACI,8BAAA;ErB41FP;AqB71FG;EACI,8BAAA;ErB+1FP;AqBh2FG;EACI,8BAAA;ErBk2FP;AqBn2FG;EACI,8BAAA;ErBq2FP;AqBt2FG;EACI,+BAAA;ErBw2FP;AqBz2FG;EACI,+BAAA;ErB22FP;AqB52FG;EACI,+BAAA;ErB82FP;AqB/2FG;EACI,+BAAA;ErBi3FP;AqB11FO;EACI,2BAAA;ErB41FX;AsBv3FD;EACI,oBAAA;EtBy3FH;AsBx3FG;EACI,cAAA;EACA,iBAAA;EACA,wBAAA;EACA,8BAAA;OAAA,yBAAA;EtB03FP;AsBv3FG;EACI,YAAA;EACA,YAAA;EACA,UAAA;EACA,kBAAA;EACA,wBAAA;EACA,oBAAA;EtBy3FP;AsBt3FG;EACI,gBAAA;EACA,cAAA;EACA,kBAAA;EACA,cAAA;EtBw3FP;AsBp3FD;EACI,4CAAA;EACA,oCAAA;EACA,8BAAA;EtBs3FH;AsBn3FD;EACI,4CAAA;EACA,oCAAA;EACA,8BAAA;EtBq3FH;AsBl3FD;EACI,WAAA;EACA,YAAA;EACA,kBAAA;EACA,cAAA;EtBo3FH;AsBx3FD;EAOQ,uBAAA;EACA,kBAAA;EACA,oBAAA;EACA,aAAA;EtBo3FP;AuBp6FD;EACC,WAAA;EACA,gBAAA;EACA,wBAAA;EACA,aAAA;EACA,eAAA;EACA,oBAAA;EACA,aAAA;EACA,aAAA;EACA,mBAAA;EACA,mBAAA;EvBs6FA;AuBn6FD;EACC,cAAA;EvBq6FA;AuBl6FD;EACC,aAAA;EACA,cAAA;EACA,oBAAA;EACA,cAAA;EvBo6FA;AuBj6FD;EACC,kBAAA;EACA,mBAAA;EACA,cAAA;EACA,cAAA;EACA,mBAAA;EACA,kBAAA;EACA,iBAAA;EACA,aAAA;EACA,wBAAA;EACA,oBAAA;EACA,kDAAA;EACA,kFAAA;UAAA,0EAAA;EACA,aAAA;EvBm6FA;AuBh6FD;EACC,cAAA;EACA,uBAAA;EACA,2BAAA;EACA,uBAAA;EACA,eAAA;EACA,mBAAA;EACA,kBAAA;EACA,oBAAA;EACA,wBAAA;EACA,iBAAA;EACA,+BAAA;EACA,qBAAA;EACA,iBAAA;EACA,oBAAA;EACA,2BAAA;EACA,wBAAA;EACA,uBAAA;EACA,mBAAA;EACA,qBAAA;EACA,cAAA;EvBk6FA;AuB/5FD;EACC,cAAA;EACA,oBAAA;EACA,aAAA;EvBi6FA;AuB95FD;EACC,kBAAA;EACA,mBAAA;EACA,cAAA;EACA,wBAAA;EACA,oBAAA;EACA,mBAAA;EACA,iBAAA;EACA,kBAAA;EvBg6FA;AuB75FD;EACC,cAAA;EACA,kBAAA;EvB+5FA;AuB55FD;EACC,aAAA;EACA,eAAA;EACA,kBAAA;EACA,aAAA;EvB85FA;AuB55FD;EACC,WAAA;EACA,YAAA;EACA,kBAAA;EACA,aAAA;EACA,aAAA;EACA,cAAA;EACA,oBAAA;EACA,kBAAA;EACA,SAAA;EACA,oBAAA;EvB85FA;AuB35FD;EACC,kBAAA;EACA,aAAA;EACA,gBAAA;EACA,cAAA;EACA,2BAAA;EACA,YAAA;EACA,iBAAA;EACA,0CAAA;EACA,+CAAA;EACA,kDAAA;EACA,oBAAA;EACA,qBAAA;EACA,oBAAA;EACA,kBAAA;EACA,iBAAA;EACA,4BAAA;EACA,iBAAA;EACA,YAAA;EACA,wBAAA;EvB65FA;AuB15FD;EACC,cAAA;EACA,2BAAA;EvB45FA;AuBz5FD;EACC,wBAAA;EACA,WAAA;EACA,YAAA;EACA,oBAAA;EACA,aAAA;EACA,eAAA;EACA,kBAAA;EvB25FA;AuBx5FD;EACC,aAAA;EACA,+BAAA;EACA,qBAAA;EACA,oBAAA;EACA,gBAAA;EACA,gBAAA;EACA,cAAA;EACA,cAAA;EACA,mBAAA;EACA,qBAAA;EACA,yBAAA;EACA,uBAAA;EACA,kBAAA;EACA,uBAAA;EvB05FA;AwBpjGG;EAGI,aAAA;EACA,cAAA;ExBojGP;AwB/iGG;EAGI,aAAA;EACA,cAAA;ExB+iGP;AwBziGG;EAGI,aAAA;EACA,cAAA;EACA,oBAAA;ExByiGP;AwBriGD;EACI,aAAA;EACA,cAAA;EACA,2BAAA;EACA,wBAAA;ExBuiGH;AwB3iGD;EAOQ,eAAA;ExBuiGP;AwB9iGD;EAWQ,gBAAA;EACA,aAAA;EACA,cAAA;EACA,+CAAA;EACA,8BAAA;ExBsiGP;AwBniGG;EACI,0BAAA;ExBqiGP;AwBliGG;EACI,8BAAA;ExBoiGP;AwBjiGG;EACI,+BAAA;ExBmiGP;AwBhiGG;EACI,+BAAA;ExBkiGP;AwB9hGD;EACI,yBAAA;EACA,wBAAA;ExBgiGH;AwBliGD;EAKQ,aAAA;EACA,cAAA;EACA,mBAAA;EACA,oBAAA;EACA,gBAAA;ExBgiGP;AwB5hGD;EACI,aAAA;EACA,cAAA;EACA,2BAAA;EACA,gCAAA;ExB8hGH;AwBliGD;EAOQ,eAAA;ExB8hGP;AwBriGD;EAWQ,gBAAA;EACA,aAAA;EACA,cAAA;EACA,6CAAA;EACA,8BAAA;ExB6hGP;AwB1hGG;EACI,0BAAA;ExB4hGP;AwBzhGG;EACI,+BAAA;ExB2hGP;AwBxhGG;EACI,+BAAA;ExB0hGP;AyBloGD;EAEQ,YAAA;EACA,aAAA;EACA,cAAA;EACA,+BAAA;EACA,yBAAA;EAgBA,qBAAA;EACA,kBAAA;EACA,iBAAA;EACA,+BAAA;EzBonGP;AyBroGO;EACI,2BAAA;EACA,qBAAA;EzBuoGX;AyBpoGO;EACI,2BAAA;EACA,kBAAA;EzBsoGX;AyBnoGO;EACI,qBAAA;EzBqoGX;AyBxpGD;EA2BY,eAAA;EzBgoGX;A0B3pGD;EACI,cAAA;E1B6pGH;A0B9pGD;EAIQ,gCAAA;EACA,yBAAA;EACA,qBAAA;EAEA,2BAAA;EACA,yBAAA;E1B4pGP;A0B1pGO;EACI,2BAAA;EACA,qBAAA;E1B4pGX;A0BzpGO;EACI,2BAAA;EACA,kBAAA;E1B2pGX;A0B7qGD;EAsBY,eAAA;E1B0pGX;A0BhrGD;EAyBY,aAAA;EACA,cAAA;EACA,qBAAA;E1B0pGX;AACD;;IAEG;A2BprGH;EACI,oCAAA;MAAA,gCAAA;UAAA,4BAAA;EACA,sDAAA;UAAA,sCAAA;E3BsrGH;A2BprGD;EACI,oBAAA;EACA,WAAA;EACA,UAAA;EACA,cAAA;EACA,mBAAA;EACA,qBAAA;EACA,aAAA;EACA,oBAAA;EACA,iBAAA;EACA,qBAAA;EACA,WAAA;EACA,mBAAA;EACA,wBAAA;EACA,kCAAA;EACA,mBAAA;EAEA,uCAAA;UAAA,+BAAA;EACA,oCAAA;MAAA,gCAAA;UAAA,4BAAA;E3BqrGH;A2BvsGD;EAoBQ,aAAA;E3BsrGP;A2B1sGD;EAwBQ,oBAAA;EACA,YAAA;EACA,UAAA;EACA,wCAAA;UAAA,gCAAA;EACA,wCAAA;MAAA,oCAAA;UAAA,gCAAA;EACA,iBAAA;E3BqrGP;A2BltGD;EAiCQ,eAAA;E3BorGP;A2BjrGG;;EACI,iCAAA;MAAA,6BAAA;UAAA,yBAAA;E3BorGP;A2BztGD;EAyCQ,oBAAA;EACA,qBAAA;E3BmrGP;A2BjrGO;EACI,gBAAA;EACA,aAAA;EACA,oBAAA;EACA,YAAA;EACA,aAAA;EACA,gBAAA;EACA,kBAAA;EACA,gBAAA;EACA,oBAAA;EACA,mBAAA;EACA,6CAAA;EACA,+BAAA;MAAA,2BAAA;UAAA,uBAAA;E3BmrGX;A4BlvGD;EACI,UAAA;EACA,WAAA;E5BovGH;A6BtvGG;EACI,cAAA;EACA,gBAAA;EACA,aAAA;EACA,cAAA;EACA,oBAAA;EACA,SAAA;EACA,UAAA;EACA,yDAAA;E7BwvGP;A6BpvGG;EACI,cAAA;EACA,gBAAA;EACA,aAAA;EACA,cAAA;EACA,oBAAA;EACA,SAAA;EACA,UAAA;EACA,yDAAA;E7BsvGP;A6BnvGD;EACI,WAAA;EACA,YAAA;EACA,kBAAA;E3BRA,oBAAA;EACA,WAAA;EACA,UAAA;EACA,WAAA;EACA,SAAA;E2BMA,gBAAA;EACA,oBAAA;EACA,kBAAA;E7ByvGH;A6BvvGG;EACI,iBAAA;EACA,gBAAA;EACA,oBAAA;EACA,iBAAA;EACA,cAAA;EACA,mBAAA;EACA,aAAA;E7ByvGP;A6BzwGD;EAoBQ,iBAAA;EACA,mBAAA;EACA,8BAAA;EACA,iBAAA;EACA,oBAAA;E7BwvGP;A6BtvGO;EACI,2BAAA;E7BwvGX;A6BrvGO;EACI,2BAAA;E7BuvGX;A6BtxGD;EAmCY,gBAAA;EACA,WAAA;EACA,qBAAA;EACA,cAAA;EACA,mBAAA;EACA,mBAAA;E7BsvGX;A6BpvGW;EACI,cAAA;EACA,gBAAA;EACA,oBAAA;EACA,aAAA;EACA,cAAA;EACA,yDAAA;EACA,WAAA;EACA,WAAA;E7BsvGf;A6BxyGD;EAuDY,gBAAA;EACA,WAAA;EACA,iBAAA;EACA,iBAAA;EACA,aAAA;E7BovGX;A6B/yGD;EA+DY,oBAAA;EACA,YAAA;EACA,WAAA;EACA,iBAAA;EACA,aAAA;E7BmvGX;A6BtzGD;;;EAuEY,eAAA;EACA,cAAA;EACA,aAAA;EACA,cAAA;EACA,gDAAA;EACA,oBAAA;EACA,kBAAA;EACA,YAAA;EACA,YAAA;EACA,+BAAA;EACA,oBAAA;EACA,uBAAA;E7BovGX;A6BlvGW;;;EACI,wBAAA;EACA,wFAAA;E7BsvGf;A6BnvGW;;;EACI,mFAAA;E7BuvGf;A6Bj1GD;EAgGY,kCAAA;E7BovGX;A6Bp1GD;EAqGY,+BAAA;E7BkvGX;A6Bv1GD;EAyGY,+BAAA;E7BivGX;A6B9uGO;;;EAEQ,gBAAA;E7BivGf;A6B3uGD;EACI,kBAAA;E7B6uGH;A6B9uGD;EAGQ,2BAAA;EACA,WAAA;EACA,qBAAA;EACA,eAAA;EACA,oBAAA;E7B8uGP;A6BrvGD;EAUY,iBAAA;E7B8uGX;A6B3uGO;EACI,cAAA;E7B6uGX;A6B3vGD;EAsBY,kBAAA;E7BwuGX;A6B9vGD;EAyBgB,gBAAA;E7BwuGf;A6BluGD;EAEQ,oBAAA;EACA,kBAAA;E7BmuGP;A6BtuGD;EAKY,aAAA;EACA,6BAAA;OAAA,wBAAA;EACA,cAAA;EACA,WAAA;E7BouGX;A6B5uGD;EAWY,oBAAA;EACA,UAAA;EACA,QAAA;EACA,WAAA;EACA,cAAA;EACA,mBAAA;EACA,oBAAA;E7BouGX;A6BrvGD;EAsBQ,eAAA;E7BkuGP;A6B9tGC;;EACE,aAAA;E7BiuGH;A6BnuGD;EAKI,aAAA;EACA,iBAAA;EACA,kBAAA;E7BiuGH;A6BxuGD;EAUI,cAAA;EACA,iBAAA;EACA,cAAA;EACA,mBAAA;EACA,mBAAA;EACA,oBAAA;EACA,qBAAA;EACA,gBAAA;E7BiuGH;A6BlvGD;;EAoBI,oBAAA;EACA,WAAA;EACA,YAAA;E7BkuGH;A6BxvGD;EAyBI,uBAAA;EACA,oBAAA;E7BkuGH;A6B5vGD;;EA6BM,mBAAA;EACA,cAAA;EACA,oBAAA;EACA,+BAAA;E7BmuGL;A6BnwGD;EAmCI,2BAAA;EACA,iBAAA;EACA,oBAAA;EACA,qBAAA;E3BvNA,oBAAA;EACA,QAAA;EACA,UAAA;EACA,WAAA;EACA,SAAA;EF27GH;A6B9wGD;EA0CI,cAAA;EACA,aAAA;EACA,sDAAA;EACA,aAAA;EACA,0BAAA;E7BuuGH;A6BrxGD;EAiDI,0BAAA;E7BuuGH;A6BxxGD;EAoDI,8BAAA;E7BuuGH;A6B3xGD;EAuDI,8BAAA;E7BuuGH;A6B9xGD;EA0DI,8BAAA;E7BuuGH;A6BjyGD;EA6DI,8BAAA;E7BuuGH;A6BpyGD;EAgEI,+BAAA;E7BuuGH;A6BvyGD;EAmEI,+BAAA;E7BuuGH;A6B1yGD;EAsEI,+BAAA;E7BuuGH;A6B7yGD;EAyEI,+BAAA;E7BuuGH;A6BhzGD;EA4EI,+BAAA;E7BuuGH;A6BnzGD;EA+EI,cAAA;EACA,aAAA;EACA,sDAAA;EACA,aAAA;EACA,0BAAA;E7BuuGH;A6B1zGD;EAsFI,0BAAA;E7BuuGH;A6B7zGD;EAyFI,8BAAA;E7BuuGH;A6Bh0GD;EA4FI,8BAAA;E7BuuGH;A6Bn0GD;EA+FI,8BAAA;E7BuuGH;A6Bt0GD;EAkGI,8BAAA;E7BuuGH;A6Bz0GD;EAqGI,+BAAA;E7BuuGH;A6B50GD;EAwGI,+BAAA;E7BuuGH;A6B/0GD;EA2GI,+BAAA;E7BuuGH;A6Bl1GD;EA8GI,+BAAA;E7BuuGH;A6Br1GD;EAiHI,+BAAA;E7BuuGH;A6Bx1GD;EAoHI,kBAAA;EACA,oBAAA;EACA,iBAAA;EACA,mBAAA;EACA,gBAAA;EACA,wBAAA;EACA,kBAAA;EACA,cAAA;E7BuuGH;A6Bl2GD;EA8HI,gBAAA;EACA,cAAA;EACA,aAAA;EACA,cAAA;EACA,cAAA;EACA,YAAA;EACA,wDAAA;EACA,uBAAA;EACA,wBAAA;E7BuuGH;A6B72GD;EAyII,aAAA;EACA,cAAA;EACA,oBAAA;EACA,cAAA;EACA,mEAAA;E7BuuGH;A6Bp3GD;E3BjLI,oBAAA;EACA,WAAA;EACA,UAAA;EACA,WAAA;EACA,SAAA;E2B8TA,mBAAA;E7B2uGH;A6B53GD;E3BjLI,oBAAA;EACA,WAAA;EACA,UAAA;EACA,WAAA;EACA,SAAA;EFgjHH;A6Bn4GD;EAuJI,aAAA;EACA,cAAA;EACA,mEAAA;EACA,eAAA;E7B+uGH;A6Bz4GD;EA6JI,wBAAA;E7B+uGH;A6B54GD;EAgKI,wBAAA;E7B+uGH;A6B/4GD;E3BjLI,oBAAA;EACA,QAAA;EACA,UAAA;EACA,WAAA;EACA,SAAA;EFmkHH;A6Bt5GD;EAsKI,gBAAA;EACA,qBAAA;EACA,yBAAA;EACA,4BAAA;EACA,kBAAA;EACA,wBAAA;E7BmvGH;A6B95GD;EA8KI,cAAA;E7BmvGH;A8B/lHD;EACI,gDAAA;EAJA,6BAAA;E9BsmHH;A8B9lHG;EARA,4BAAA;E9BymHH;A8BhmHG;EATA,8BAAA;E9B4mHH;A8BlmHG;EAVA,8BAAA;E9B+mHH;A8BpmHG;EAXA,8BAAA;E9BknHH;A8BtmHG;EAAgB,+BAAA;E9BymHnB;A8BxmHG;EAAe,+BAAA;E9B2mHlB;A8B1mHG;EAdA,+BAAA;E9B2nHH;A8B5mHG;EAfA,+BAAA;E9B8nHH;A8B9mHG;EAhBA,+BAAA;E9BioHH;A8BhnHG;EAjBA,+BAAA;E9BooHH;A8BlnHG;EAlBA,+BAAA;E9BuoHH;A8BpnHG;EAnBA,+BAAA;E9B0oHH;A8BtnHG;EAAiB,+BAAA;E9BynHpB;A8BxnHG;EAAqB,gCAAA;E9B2nHxB;A8B1nHG;EAAe,gCAAA;E9B6nHlB;A+BtpHD;EACI,2CAAA;MAAA,uCAAA;UAAA,mCAAA;E/BwpHH;A+BrpHD;EACI,mBAAA;EACA,cAAA;EACA,eAAA;EACA,oBAAA;EACA,YAAA;EACA,cAAA;EACA,wCAAA;EACA,4BAAA;EACA,cAAA;EACA,YAAA;EACA,mBAAA;EACA,qDAAA;UAAA,qCAAA;E/BupHH;A+BrpHG;EACI,cAAA;EACA,0BAAA;EACA,uBAAA;EACA,kBAAA;E/BupHP;A+BppHD;EACI,wCAAA;MAAA,oCAAA;UAAA,gCAAA;E/BspHH;A+BppHD;EACI,oBAAA;EACA,aAAA;EACA,eAAA;EACA,gBAAA;EACA,YAAA;EACA,cAAA;EACA,qBAAA;EACA,oBAAA;EACA,aAAA;EACA,6CAAA;EACA,qDAAA;UAAA,qCAAA;E/BspHH;A+BjqHD;EAcQ,aAAA;EACA,cAAA;EACA,oBAAA;EACA,mBAAA;E/BspHP;A+BvqHD;EAoBY,eAAA;E/BspHX;A+B1qHD;EAwBY,sCAAA;EACA,aAAA;EACA,cAAA;EACA,kBAAA;EACA,gBAAA;E/BqpHX;A+BlpHO;EACI,qBAAA;E/BopHX;A+BjpHO;EACI,qBAAA;E/BmpHX;A+BhpHO;EACI,qBAAA;E/BkpHX;A+B/oHO;;;EACI,cAAA;EACA,eAAA;E/BmpHX;A+BrpHO;;;EAIQ,gBAAA;EACA,aAAA;EACA,cAAA;E/BspHf;A+BlpHO;EACI,+BAAA;E/BopHX;A+BjpHO;EACI,+BAAA;E/BmpHX;A+BhpHO;EACI,kBAAA;E/BkpHX;A+BnpHO;EAGQ,+BAAA;E/BmpHf;A+BjpHW;EACI,+BAAA;E/BmpHf;A+B/oHO;EAEQ,+BAAA;E/BgpHf;A+B9oHW;EACI,+BAAA;E/BgpHf;A+B5oHO;EAII,kBAAA;E/B2oHX;A+B/oHO;EAEQ,+BAAA;E/BgpHf;A+BluHD;EA0FQ,YAAA;EACA,cAAA;EACA,2BAAA;EACA,oBAAA;EACA,mBAAA;EACA,kBAAA;EACA,mBAAA;E/B2oHP;A+B3uHD;EAmGY,oBAAA;EACA,aAAA;EACA,aAAA;EACA,YAAA;EACA,kBAAA;EACA,yBAAA;E/B2oHX;A+BzoHW;EACI,cAAA;EACA,gBAAA;EACA,YAAA;EACA,aAAA;EACA,mBAAA;EACA,WAAA;EACA,UAAA;EACA,oBAAA;E/B2oHf;A+BxoHW;EACI,6BAAA;E/B0oHf;A+BhwHD;EA2HY,oBAAA;EACA,YAAA;EACA,aAAA;EACA,YAAA;EACA,mBAAA;EACA,qBAAA;EACA,kBAAA;E/BwoHX","file":"default.all.css"}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment