@kordar/easyui-tpl 2.0.7 → 2.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +11 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.css +1 -0
- package/dist/index.umd.cjs +11 -0
- package/dist/index.umd.cjs.map +1 -0
- package/dist/public/en.json +167 -0
- package/dist/public/themes/modern-blue/accordion.css +89 -0
- package/dist/public/themes/modern-blue/calendar.css +213 -0
- package/dist/public/themes/modern-blue/checkbox.css +31 -0
- package/dist/public/themes/modern-blue/combo.css +35 -0
- package/dist/public/themes/modern-blue/combobox.css +40 -0
- package/dist/public/themes/modern-blue/datagrid.css +305 -0
- package/dist/public/themes/modern-blue/datalist.css +95 -0
- package/dist/public/themes/modern-blue/datebox.css +36 -0
- package/dist/public/themes/modern-blue/dialog.css +47 -0
- package/dist/public/themes/modern-blue/drawer.css +15 -0
- package/dist/public/themes/modern-blue/easyui.css +4750 -0
- package/dist/public/themes/modern-blue/filebox.css +20 -0
- package/dist/public/themes/modern-blue/flex.css +52 -0
- package/dist/public/themes/modern-blue/images/accordion_arrows.png +0 -0
- package/dist/public/themes/modern-blue/images/blank.gif +0 -0
- package/dist/public/themes/modern-blue/images/calendar_arrows.png +0 -0
- package/dist/public/themes/modern-blue/images/combo_arrow.png +0 -0
- package/dist/public/themes/modern-blue/images/datagrid_icons.png +0 -0
- package/dist/public/themes/modern-blue/images/datebox_arrow.png +0 -0
- package/dist/public/themes/modern-blue/images/layout_arrows.png +0 -0
- package/dist/public/themes/modern-blue/images/linkbutton_bg.png +0 -0
- package/dist/public/themes/modern-blue/images/loading.gif +0 -0
- package/dist/public/themes/modern-blue/images/menu_arrows.png +0 -0
- package/dist/public/themes/modern-blue/images/messager_icons.png +0 -0
- package/dist/public/themes/modern-blue/images/messager_icons16.png +0 -0
- package/dist/public/themes/modern-blue/images/pagination_icons.png +0 -0
- package/dist/public/themes/modern-blue/images/panel_tools.png +0 -0
- package/dist/public/themes/modern-blue/images/passwordbox_close.png +0 -0
- package/dist/public/themes/modern-blue/images/passwordbox_open.png +0 -0
- package/dist/public/themes/modern-blue/images/searchbox_button.png +0 -0
- package/dist/public/themes/modern-blue/images/slider_handle.png +0 -0
- package/dist/public/themes/modern-blue/images/spinner_arrows.png +0 -0
- package/dist/public/themes/modern-blue/images/tabs_icons.png +0 -0
- package/dist/public/themes/modern-blue/images/tagbox_icons.png +0 -0
- package/dist/public/themes/modern-blue/images/tree_icons.png +0 -0
- package/dist/public/themes/modern-blue/images/validatebox_warning.png +0 -0
- package/dist/public/themes/modern-blue/layout.css +150 -0
- package/dist/public/themes/modern-blue/linkbutton.css +203 -0
- package/dist/public/themes/modern-blue/menu.css +119 -0
- package/dist/public/themes/modern-blue/menubutton.css +94 -0
- package/dist/public/themes/modern-blue/messager.css +74 -0
- package/dist/public/themes/modern-blue/numberbox.css +0 -0
- package/dist/public/themes/modern-blue/pagination.css +77 -0
- package/dist/public/themes/modern-blue/panel.css +276 -0
- package/dist/public/themes/modern-blue/passwordbox.css +6 -0
- package/dist/public/themes/modern-blue/progressbar.css +33 -0
- package/dist/public/themes/modern-blue/propertygrid.css +27 -0
- package/dist/public/themes/modern-blue/radiobutton.css +25 -0
- package/dist/public/themes/modern-blue/searchbox.css +61 -0
- package/dist/public/themes/modern-blue/sidemenu.css +78 -0
- package/dist/public/themes/modern-blue/slider.css +101 -0
- package/dist/public/themes/modern-blue/spinner.css +114 -0
- package/dist/public/themes/modern-blue/splitbutton.css +12 -0
- package/dist/public/themes/modern-blue/switchbutton.css +83 -0
- package/dist/public/themes/modern-blue/tabs.css +415 -0
- package/dist/public/themes/modern-blue/tagbox.css +44 -0
- package/dist/public/themes/modern-blue/textbox.css +173 -0
- package/dist/public/themes/modern-blue/timepicker.css +93 -0
- package/dist/public/themes/modern-blue/tooltip.css +101 -0
- package/dist/public/themes/modern-blue/tree.css +168 -0
- package/dist/public/themes/modern-blue/validatebox.css +13 -0
- package/dist/public/themes/modern-blue/window.css +188 -0
- package/dist/public/zh_CN.json +166 -0
- package/dist/types/components/BaseLayout.d.ts +3 -0
- package/dist/types/components/Card.d.ts +29 -0
- package/dist/types/components/LayoutContext.d.ts +10 -0
- package/dist/types/components/LocaleBarItem.d.ts +3 -0
- package/dist/types/components/PaginationPanel.d.ts +4 -0
- package/dist/types/components/RememberMeBox.d.ts +8 -0
- package/dist/types/components/SettingBarItem.d.ts +3 -0
- package/dist/types/components/Tooltip.d.ts +17 -0
- package/dist/types/components/UserBarItem.d.ts +3 -0
- package/dist/types/composable/useAppRedirect.d.ts +1 -0
- package/dist/types/composable/useAppStarter.d.ts +7 -0
- package/dist/types/composable/useLocalTable.d.ts +3 -0
- package/dist/types/composable/useMenuAndTabData.d.ts +18 -0
- package/dist/types/composable/useRefreshKey.d.ts +1 -0
- package/dist/types/composable/useRemoteTable.d.ts +3 -0
- package/dist/types/hoc/withDocHoc.d.ts +3 -0
- package/dist/types/index.d.ts +44 -0
- package/dist/types/init.d.ts +7 -0
- package/dist/types/service/AdminService.d.ts +23 -0
- package/dist/types/service/AuthService.d.ts +13 -0
- package/dist/types/service/ConfigService.d.ts +6 -0
- package/dist/types/service/RbacService.d.ts +80 -0
- package/dist/types/service/ResourceService.d.ts +25 -0
- package/dist/types/util/form.d.ts +8 -0
- package/dist/types/util/helper.d.ts +7 -0
- package/dist/types/util/interface.d.ts +66 -0
- package/dist/types/util/lazy.d.ts +2 -0
- package/dist/types/util/tables.d.ts +5 -0
- package/dist/types/views/admin/assign.d.ts +4 -0
- package/dist/types/views/admin/context.d.ts +3 -0
- package/dist/types/views/admin/form_dlg.d.ts +4 -0
- package/dist/types/views/admin/index.d.ts +2 -0
- package/dist/types/views/admin/search.d.ts +3 -0
- package/dist/types/views/admin/table.d.ts +4 -0
- package/dist/types/views/dict/context.d.ts +3 -0
- package/dist/types/views/dict/dialog.d.ts +5 -0
- package/dist/types/views/dict/form.d.ts +4 -0
- package/dist/types/views/dict/index.d.ts +2 -0
- package/dist/types/views/dict/search.d.ts +3 -0
- package/dist/types/views/dict/table.d.ts +4 -0
- package/dist/types/views/dict-item/context.d.ts +3 -0
- package/dist/types/views/dict-item/dialog.d.ts +4 -0
- package/dist/types/views/dict-item/form.d.ts +4 -0
- package/dist/types/views/dict-item/index.d.ts +2 -0
- package/dist/types/views/dict-item/search.d.ts +3 -0
- package/dist/types/views/dict-item/table.d.ts +4 -0
- package/dist/types/views/home/index.d.ts +2 -0
- package/dist/types/views/language/index.d.ts +3 -0
- package/dist/types/views/login/form.d.ts +3 -0
- package/dist/types/views/login/header.d.ts +9 -0
- package/dist/types/views/login/index.d.ts +3 -0
- package/dist/types/views/page/404.d.ts +2 -0
- package/dist/types/views/permissions/context.d.ts +3 -0
- package/dist/types/views/permissions/fastadd_form_dlg.d.ts +4 -0
- package/dist/types/views/permissions/form_dlg.d.ts +4 -0
- package/dist/types/views/permissions/index.d.ts +2 -0
- package/dist/types/views/permissions/search.d.ts +3 -0
- package/dist/types/views/permissions/table.d.ts +3 -0
- package/dist/types/views/roles/assign.d.ts +4 -0
- package/dist/types/views/roles/context.d.ts +3 -0
- package/dist/types/views/roles/form_dlg.d.ts +4 -0
- package/dist/types/views/roles/index.d.ts +2 -0
- package/dist/types/views/roles/search.d.ts +3 -0
- package/dist/types/views/roles/table.d.ts +4 -0
- package/dist/types/views/router/context.d.ts +3 -0
- package/dist/types/views/router/form_dlg.d.ts +4 -0
- package/dist/types/views/router/index.d.ts +2 -0
- package/dist/types/views/router/search.d.ts +3 -0
- package/dist/types/views/router/table.d.ts +4 -0
- package/dist/types/views/setting/context.d.ts +3 -0
- package/dist/types/views/setting/dialog.d.ts +5 -0
- package/dist/types/views/setting/form.d.ts +4 -0
- package/dist/types/views/setting/index.d.ts +2 -0
- package/dist/types/views/setting/search.d.ts +3 -0
- package/dist/types/views/setting/table.d.ts +4 -0
- package/dist/types/views/srceen/design/container.d.ts +3 -0
- package/dist/types/views/srceen/design/index.d.ts +4 -0
- package/package.json +5 -4
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
.slider-disabled {
|
|
2
|
+
opacity: 0.5;
|
|
3
|
+
filter: alpha(opacity=50);
|
|
4
|
+
}
|
|
5
|
+
.slider-h {
|
|
6
|
+
height: 22px;
|
|
7
|
+
}
|
|
8
|
+
.slider-v {
|
|
9
|
+
width: 22px;
|
|
10
|
+
}
|
|
11
|
+
.slider-inner {
|
|
12
|
+
position: relative;
|
|
13
|
+
height: 6px;
|
|
14
|
+
top: 7px;
|
|
15
|
+
border-width: 1px;
|
|
16
|
+
border-style: solid;
|
|
17
|
+
border-radius: 5px;
|
|
18
|
+
}
|
|
19
|
+
.slider-handle {
|
|
20
|
+
position: absolute;
|
|
21
|
+
display: block;
|
|
22
|
+
outline: none;
|
|
23
|
+
width: 20px;
|
|
24
|
+
height: 20px;
|
|
25
|
+
top: 50%;
|
|
26
|
+
margin-top: -10px;
|
|
27
|
+
margin-left: -10px;
|
|
28
|
+
}
|
|
29
|
+
.slider-tip {
|
|
30
|
+
position: absolute;
|
|
31
|
+
display: inline-block;
|
|
32
|
+
line-height: 12px;
|
|
33
|
+
font-size: 14px;
|
|
34
|
+
white-space: nowrap;
|
|
35
|
+
top: -22px;
|
|
36
|
+
}
|
|
37
|
+
.slider-rule {
|
|
38
|
+
position: relative;
|
|
39
|
+
top: 15px;
|
|
40
|
+
}
|
|
41
|
+
.slider-rule span {
|
|
42
|
+
position: absolute;
|
|
43
|
+
display: inline-block;
|
|
44
|
+
font-size: 0;
|
|
45
|
+
height: 5px;
|
|
46
|
+
border-width: 0 0 0 1px;
|
|
47
|
+
border-style: solid;
|
|
48
|
+
}
|
|
49
|
+
.slider-rulelabel {
|
|
50
|
+
position: relative;
|
|
51
|
+
top: 20px;
|
|
52
|
+
}
|
|
53
|
+
.slider-rulelabel span {
|
|
54
|
+
position: absolute;
|
|
55
|
+
display: inline-block;
|
|
56
|
+
font-size: 14px;
|
|
57
|
+
}
|
|
58
|
+
.slider-v .slider-inner {
|
|
59
|
+
width: 6px;
|
|
60
|
+
left: 7px;
|
|
61
|
+
top: 0;
|
|
62
|
+
float: left;
|
|
63
|
+
}
|
|
64
|
+
.slider-v .slider-handle {
|
|
65
|
+
left: 50%;
|
|
66
|
+
margin-top: -10px;
|
|
67
|
+
}
|
|
68
|
+
.slider-v .slider-tip {
|
|
69
|
+
left: -10px;
|
|
70
|
+
margin-top: -6px;
|
|
71
|
+
}
|
|
72
|
+
.slider-v .slider-rule {
|
|
73
|
+
float: left;
|
|
74
|
+
top: 0;
|
|
75
|
+
left: 16px;
|
|
76
|
+
}
|
|
77
|
+
.slider-v .slider-rule span {
|
|
78
|
+
width: 5px;
|
|
79
|
+
height: 'auto';
|
|
80
|
+
border-left: 0;
|
|
81
|
+
border-width: 1px 0 0 0;
|
|
82
|
+
border-style: solid;
|
|
83
|
+
}
|
|
84
|
+
.slider-v .slider-rulelabel {
|
|
85
|
+
float: left;
|
|
86
|
+
top: 0;
|
|
87
|
+
left: 23px;
|
|
88
|
+
}
|
|
89
|
+
.slider-handle {
|
|
90
|
+
background: url('images/slider_handle.png') no-repeat;
|
|
91
|
+
}
|
|
92
|
+
.slider-inner {
|
|
93
|
+
border-color: hsl(214 22% 88%);
|
|
94
|
+
background: hsl(216 30% 91%);
|
|
95
|
+
}
|
|
96
|
+
.slider-rule span {
|
|
97
|
+
border-color: hsl(214 22% 88%);
|
|
98
|
+
}
|
|
99
|
+
.slider-rulelabel span {
|
|
100
|
+
color: hsl(222 47% 9%);
|
|
101
|
+
}
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
.spinner-arrow {
|
|
2
|
+
display: inline-block;
|
|
3
|
+
overflow: hidden;
|
|
4
|
+
vertical-align: top;
|
|
5
|
+
margin: 0;
|
|
6
|
+
padding: 0;
|
|
7
|
+
opacity: 1.0;
|
|
8
|
+
filter: alpha(opacity=100);
|
|
9
|
+
width: 18px;
|
|
10
|
+
}
|
|
11
|
+
.spinner-arrow.spinner-button-top,
|
|
12
|
+
.spinner-arrow.spinner-button-bottom,
|
|
13
|
+
.spinner-arrow.spinner-button-left,
|
|
14
|
+
.spinner-arrow.spinner-button-right {
|
|
15
|
+
background-color: hsl(216 30% 91%);
|
|
16
|
+
}
|
|
17
|
+
.spinner-arrow-up,
|
|
18
|
+
.spinner-arrow-down {
|
|
19
|
+
opacity: 0.6;
|
|
20
|
+
filter: alpha(opacity=60);
|
|
21
|
+
display: block;
|
|
22
|
+
font-size: 1px;
|
|
23
|
+
width: 18px;
|
|
24
|
+
height: 10px;
|
|
25
|
+
width: 100%;
|
|
26
|
+
height: 50%;
|
|
27
|
+
color: hsl(222 47% 9%);
|
|
28
|
+
outline-style: none;
|
|
29
|
+
background-color: hsl(216 30% 91%);
|
|
30
|
+
}
|
|
31
|
+
.spinner-button-updown {
|
|
32
|
+
opacity: 1.0;
|
|
33
|
+
}
|
|
34
|
+
.spinner-button-updown .spinner-button-top,
|
|
35
|
+
.spinner-button-updown .spinner-button-bottom {
|
|
36
|
+
position: relative;
|
|
37
|
+
display: block;
|
|
38
|
+
width: 100%;
|
|
39
|
+
height: 50%;
|
|
40
|
+
}
|
|
41
|
+
.spinner-button-updown .spinner-arrow-up,
|
|
42
|
+
.spinner-button-updown .spinner-arrow-down {
|
|
43
|
+
opacity: 1.0;
|
|
44
|
+
filter: alpha(opacity=100);
|
|
45
|
+
cursor: pointer;
|
|
46
|
+
width: 16px;
|
|
47
|
+
height: 16px;
|
|
48
|
+
top: 50%;
|
|
49
|
+
left: 50%;
|
|
50
|
+
margin-top: -8px;
|
|
51
|
+
margin-left: -8px;
|
|
52
|
+
position: absolute;
|
|
53
|
+
}
|
|
54
|
+
.spinner-button-updown .spinner-button-top,
|
|
55
|
+
.spinner-button-updown .spinner-button-bottom {
|
|
56
|
+
cursor: pointer;
|
|
57
|
+
opacity: 0.6;
|
|
58
|
+
filter: alpha(opacity=60);
|
|
59
|
+
}
|
|
60
|
+
.spinner-button-updown .spinner-button-top:hover,
|
|
61
|
+
.spinner-button-updown .spinner-button-bottom:hover {
|
|
62
|
+
opacity: 1.0;
|
|
63
|
+
filter: alpha(opacity=100);
|
|
64
|
+
}
|
|
65
|
+
.spinner-button-updown .spinner-arrow-up,
|
|
66
|
+
.spinner-button-updown .spinner-arrow-down,
|
|
67
|
+
.spinner-button-updown .spinner-arrow-up:hover,
|
|
68
|
+
.spinner-button-updown .spinner-arrow-down:hover {
|
|
69
|
+
background-color: transparent;
|
|
70
|
+
}
|
|
71
|
+
.spinner-arrow-hover {
|
|
72
|
+
background-color: hsl(216 30% 91%);
|
|
73
|
+
opacity: 1.0;
|
|
74
|
+
filter: alpha(opacity=100);
|
|
75
|
+
}
|
|
76
|
+
.spinner-button-top:hover,
|
|
77
|
+
.spinner-button-bottom:hover,
|
|
78
|
+
.spinner-button-left:hover,
|
|
79
|
+
.spinner-button-right:hover,
|
|
80
|
+
.spinner-arrow-up:hover,
|
|
81
|
+
.spinner-arrow-down:hover {
|
|
82
|
+
opacity: 1.0;
|
|
83
|
+
filter: alpha(opacity=100);
|
|
84
|
+
background-color: hsl(216 30% 91%);
|
|
85
|
+
}
|
|
86
|
+
.textbox-disabled .spinner-button-top:hover,
|
|
87
|
+
.textbox-disabled .spinner-button-bottom:hover,
|
|
88
|
+
.textbox-disabled .spinner-button-left:hover,
|
|
89
|
+
.textbox-disabled .spinner-button-right:hover,
|
|
90
|
+
.textbox-icon-disabled .spinner-arrow-up:hover,
|
|
91
|
+
.textbox-icon-disabled .spinner-arrow-down:hover {
|
|
92
|
+
opacity: 0.6;
|
|
93
|
+
filter: alpha(opacity=60);
|
|
94
|
+
background-color: hsl(216 30% 91%);
|
|
95
|
+
cursor: default;
|
|
96
|
+
}
|
|
97
|
+
.spinner .textbox-icon-disabled {
|
|
98
|
+
opacity: 0.6;
|
|
99
|
+
filter: alpha(opacity=60);
|
|
100
|
+
}
|
|
101
|
+
.spinner-arrow-up {
|
|
102
|
+
background: url('images/spinner_arrows.png') no-repeat 1px center;
|
|
103
|
+
background-color: hsl(216 30% 91%);
|
|
104
|
+
}
|
|
105
|
+
.spinner-arrow-down {
|
|
106
|
+
background: url('images/spinner_arrows.png') no-repeat -15px center;
|
|
107
|
+
background-color: hsl(216 30% 91%);
|
|
108
|
+
}
|
|
109
|
+
.spinner-button-up {
|
|
110
|
+
background: url('images/spinner_arrows.png') no-repeat -32px center;
|
|
111
|
+
}
|
|
112
|
+
.spinner-button-down {
|
|
113
|
+
background: url('images/spinner_arrows.png') no-repeat -48px center;
|
|
114
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
.s-btn:hover .m-btn-line,
|
|
2
|
+
.s-btn-active .m-btn-line,
|
|
3
|
+
.s-btn-plain-active .m-btn-line {
|
|
4
|
+
display: inline-block;
|
|
5
|
+
}
|
|
6
|
+
.l-btn:hover .s-btn-downarrow,
|
|
7
|
+
.s-btn-active .s-btn-downarrow,
|
|
8
|
+
.s-btn-plain-active .s-btn-downarrow {
|
|
9
|
+
border-style: solid;
|
|
10
|
+
border-color: #aac5e7;
|
|
11
|
+
border-width: 0 0 0 1px;
|
|
12
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
.switchbutton {
|
|
2
|
+
text-decoration: none;
|
|
3
|
+
display: inline-block;
|
|
4
|
+
overflow: hidden;
|
|
5
|
+
vertical-align: middle;
|
|
6
|
+
margin: 0;
|
|
7
|
+
padding: 0;
|
|
8
|
+
cursor: pointer;
|
|
9
|
+
background: hsl(214 22% 88%);
|
|
10
|
+
border: 1px solid hsl(214 22% 88%);
|
|
11
|
+
-moz-border-radius: .375rem;
|
|
12
|
+
-webkit-border-radius: .375rem;
|
|
13
|
+
border-radius: .375rem;
|
|
14
|
+
}
|
|
15
|
+
.switchbutton-inner {
|
|
16
|
+
display: inline-block;
|
|
17
|
+
overflow: hidden;
|
|
18
|
+
position: relative;
|
|
19
|
+
top: -1px;
|
|
20
|
+
left: -1px;
|
|
21
|
+
}
|
|
22
|
+
.switchbutton-on,
|
|
23
|
+
.switchbutton-off,
|
|
24
|
+
.switchbutton-handle {
|
|
25
|
+
display: inline-block;
|
|
26
|
+
text-align: center;
|
|
27
|
+
height: 100%;
|
|
28
|
+
float: left;
|
|
29
|
+
font-size: 14px;
|
|
30
|
+
-moz-border-radius: .375rem;
|
|
31
|
+
-webkit-border-radius: .375rem;
|
|
32
|
+
border-radius: .375rem;
|
|
33
|
+
}
|
|
34
|
+
.switchbutton-on {
|
|
35
|
+
background: hsl(221 90% 55%);
|
|
36
|
+
color: hsl(222 47% 9%);
|
|
37
|
+
}
|
|
38
|
+
.switchbutton-off {
|
|
39
|
+
background-color: hsl(0 0% 100%);
|
|
40
|
+
color: hsl(222 47% 9%);
|
|
41
|
+
}
|
|
42
|
+
.switchbutton-on,
|
|
43
|
+
.switchbutton-reversed .switchbutton-off {
|
|
44
|
+
-moz-border-radius: .375rem 0 0 .375rem;
|
|
45
|
+
-webkit-border-radius: .375rem 0 0 .375rem;
|
|
46
|
+
border-radius: .375rem 0 0 .375rem;
|
|
47
|
+
}
|
|
48
|
+
.switchbutton-off,
|
|
49
|
+
.switchbutton-reversed .switchbutton-on {
|
|
50
|
+
-moz-border-radius: 0 .375rem .375rem 0;
|
|
51
|
+
-webkit-border-radius: 0 .375rem .375rem 0;
|
|
52
|
+
border-radius: 0 .375rem .375rem 0;
|
|
53
|
+
}
|
|
54
|
+
.switchbutton-handle {
|
|
55
|
+
position: absolute;
|
|
56
|
+
top: 0;
|
|
57
|
+
left: 50%;
|
|
58
|
+
background-color: hsl(0 0% 100%);
|
|
59
|
+
color: hsl(222 47% 9%);
|
|
60
|
+
border: 1px solid hsl(214 22% 88%);
|
|
61
|
+
-moz-box-shadow: 0 0 3px 0 hsl(214 22% 88%);
|
|
62
|
+
-webkit-box-shadow: 0 0 3px 0 hsl(214 22% 88%);
|
|
63
|
+
box-shadow: 0 0 3px 0 hsl(214 22% 88%);
|
|
64
|
+
}
|
|
65
|
+
.switchbutton-value {
|
|
66
|
+
position: absolute;
|
|
67
|
+
top: 0;
|
|
68
|
+
left: -5000px;
|
|
69
|
+
}
|
|
70
|
+
.switchbutton-disabled {
|
|
71
|
+
opacity: 0.5;
|
|
72
|
+
filter: alpha(opacity=50);
|
|
73
|
+
}
|
|
74
|
+
.switchbutton-disabled,
|
|
75
|
+
.switchbutton-readonly {
|
|
76
|
+
cursor: default;
|
|
77
|
+
}
|
|
78
|
+
.switchbutton:focus {
|
|
79
|
+
-moz-box-shadow: 0 0 3px 0 hsl(214 22% 88%);
|
|
80
|
+
-webkit-box-shadow: 0 0 3px 0 hsl(214 22% 88%);
|
|
81
|
+
box-shadow: 0 0 3px 0 hsl(214 22% 88%);
|
|
82
|
+
outline: none;
|
|
83
|
+
}
|
|
@@ -0,0 +1,415 @@
|
|
|
1
|
+
.tabs-container {
|
|
2
|
+
overflow: hidden;
|
|
3
|
+
}
|
|
4
|
+
.tabs-header {
|
|
5
|
+
border-width: 1px;
|
|
6
|
+
border-style: solid;
|
|
7
|
+
border-bottom-width: 0;
|
|
8
|
+
position: relative;
|
|
9
|
+
padding: 0;
|
|
10
|
+
padding-top: 2px;
|
|
11
|
+
overflow: hidden;
|
|
12
|
+
}
|
|
13
|
+
.tabs-scroller-left,
|
|
14
|
+
.tabs-scroller-right {
|
|
15
|
+
position: absolute;
|
|
16
|
+
top: auto;
|
|
17
|
+
bottom: 0;
|
|
18
|
+
width: 18px;
|
|
19
|
+
font-size: 1px;
|
|
20
|
+
display: none;
|
|
21
|
+
cursor: pointer;
|
|
22
|
+
border-width: 1px;
|
|
23
|
+
border-style: solid;
|
|
24
|
+
}
|
|
25
|
+
.tabs-scroller-left {
|
|
26
|
+
left: 0;
|
|
27
|
+
}
|
|
28
|
+
.tabs-scroller-right {
|
|
29
|
+
right: 0;
|
|
30
|
+
}
|
|
31
|
+
.tabs-tool {
|
|
32
|
+
position: absolute;
|
|
33
|
+
bottom: 0;
|
|
34
|
+
padding: 1px;
|
|
35
|
+
overflow: hidden;
|
|
36
|
+
border-width: 1px;
|
|
37
|
+
border-style: solid;
|
|
38
|
+
}
|
|
39
|
+
.tabs-header-plain .tabs-tool {
|
|
40
|
+
padding: 0 1px;
|
|
41
|
+
}
|
|
42
|
+
.tabs-wrap {
|
|
43
|
+
position: relative;
|
|
44
|
+
left: 0;
|
|
45
|
+
overflow: hidden;
|
|
46
|
+
width: 100%;
|
|
47
|
+
margin: 0;
|
|
48
|
+
padding: 0;
|
|
49
|
+
}
|
|
50
|
+
.tabs-scrolling {
|
|
51
|
+
margin-left: 18px;
|
|
52
|
+
margin-right: 18px;
|
|
53
|
+
}
|
|
54
|
+
.tabs-disabled {
|
|
55
|
+
opacity: 0.3;
|
|
56
|
+
filter: alpha(opacity=30);
|
|
57
|
+
}
|
|
58
|
+
.tabs {
|
|
59
|
+
list-style-type: none;
|
|
60
|
+
height: 26px;
|
|
61
|
+
margin: 0px;
|
|
62
|
+
padding: 0px;
|
|
63
|
+
padding-left: 4px;
|
|
64
|
+
width: 50000px;
|
|
65
|
+
border-style: solid;
|
|
66
|
+
border-width: 0 0 1px 0;
|
|
67
|
+
}
|
|
68
|
+
.tabs li {
|
|
69
|
+
float: left;
|
|
70
|
+
display: inline-block;
|
|
71
|
+
margin: 0 4px -1px 0;
|
|
72
|
+
padding: 0;
|
|
73
|
+
position: relative;
|
|
74
|
+
border: 0;
|
|
75
|
+
}
|
|
76
|
+
.tabs li .tabs-inner {
|
|
77
|
+
display: inline-block;
|
|
78
|
+
text-decoration: none;
|
|
79
|
+
cursor: hand;
|
|
80
|
+
cursor: pointer;
|
|
81
|
+
margin: 0;
|
|
82
|
+
padding: 0 10px;
|
|
83
|
+
height: 25px;
|
|
84
|
+
line-height: 25px;
|
|
85
|
+
text-align: center;
|
|
86
|
+
white-space: nowrap;
|
|
87
|
+
border-width: 1px;
|
|
88
|
+
border-style: solid;
|
|
89
|
+
-moz-border-radius: .375rem .375rem 0 0;
|
|
90
|
+
-webkit-border-radius: .375rem .375rem 0 0;
|
|
91
|
+
border-radius: .375rem .375rem 0 0;
|
|
92
|
+
}
|
|
93
|
+
.tabs li.tabs-selected .tabs-inner {
|
|
94
|
+
font-weight: bold;
|
|
95
|
+
outline: none;
|
|
96
|
+
}
|
|
97
|
+
.tabs li.tabs-selected .tabs-inner:hover {
|
|
98
|
+
cursor: default;
|
|
99
|
+
pointer: default;
|
|
100
|
+
}
|
|
101
|
+
.tabs li .tabs-close,
|
|
102
|
+
.tabs-p-tool {
|
|
103
|
+
position: absolute;
|
|
104
|
+
font-size: 1px;
|
|
105
|
+
display: block;
|
|
106
|
+
height: 12px;
|
|
107
|
+
padding: 0;
|
|
108
|
+
top: 50%;
|
|
109
|
+
margin-top: -6px;
|
|
110
|
+
overflow: hidden;
|
|
111
|
+
}
|
|
112
|
+
.tabs li .tabs-close {
|
|
113
|
+
width: 12px;
|
|
114
|
+
right: 5px;
|
|
115
|
+
opacity: 0.6;
|
|
116
|
+
filter: alpha(opacity=60);
|
|
117
|
+
}
|
|
118
|
+
.tabs-p-tool {
|
|
119
|
+
right: 16px;
|
|
120
|
+
}
|
|
121
|
+
.tabs-p-tool a {
|
|
122
|
+
display: inline-block;
|
|
123
|
+
font-size: 1px;
|
|
124
|
+
width: 12px;
|
|
125
|
+
height: 12px;
|
|
126
|
+
margin: 0;
|
|
127
|
+
opacity: 0.6;
|
|
128
|
+
filter: alpha(opacity=60);
|
|
129
|
+
}
|
|
130
|
+
.tabs li .tabs-close:hover,
|
|
131
|
+
.tabs-p-tool a:hover {
|
|
132
|
+
opacity: 1;
|
|
133
|
+
filter: alpha(opacity=100);
|
|
134
|
+
cursor: hand;
|
|
135
|
+
cursor: pointer;
|
|
136
|
+
}
|
|
137
|
+
.tabs-with-icon {
|
|
138
|
+
padding-left: 18px;
|
|
139
|
+
}
|
|
140
|
+
.tabs-icon {
|
|
141
|
+
position: absolute;
|
|
142
|
+
width: 16px;
|
|
143
|
+
height: 16px;
|
|
144
|
+
left: 10px;
|
|
145
|
+
top: 50%;
|
|
146
|
+
margin-top: -8px;
|
|
147
|
+
}
|
|
148
|
+
.tabs-title {
|
|
149
|
+
font-size: 14px;
|
|
150
|
+
}
|
|
151
|
+
.tabs-closable {
|
|
152
|
+
padding-right: 8px;
|
|
153
|
+
}
|
|
154
|
+
.tabs-panels {
|
|
155
|
+
margin: 0px;
|
|
156
|
+
padding: 0px;
|
|
157
|
+
border-width: 1px;
|
|
158
|
+
border-style: solid;
|
|
159
|
+
border-top-width: 0;
|
|
160
|
+
overflow: hidden;
|
|
161
|
+
}
|
|
162
|
+
.tabs-header-bottom {
|
|
163
|
+
border-width: 0 1px 1px 1px;
|
|
164
|
+
padding: 0 0 2px 0;
|
|
165
|
+
}
|
|
166
|
+
.tabs-header-bottom .tabs {
|
|
167
|
+
border-width: 1px 0 0 0;
|
|
168
|
+
}
|
|
169
|
+
.tabs-header-bottom .tabs li {
|
|
170
|
+
margin: -1px 4px 0 0;
|
|
171
|
+
}
|
|
172
|
+
.tabs-header-bottom .tabs li .tabs-inner {
|
|
173
|
+
-moz-border-radius: 0 0 .375rem .375rem;
|
|
174
|
+
-webkit-border-radius: 0 0 .375rem .375rem;
|
|
175
|
+
border-radius: 0 0 .375rem .375rem;
|
|
176
|
+
}
|
|
177
|
+
.tabs-header-bottom .tabs-tool {
|
|
178
|
+
top: 0;
|
|
179
|
+
}
|
|
180
|
+
.tabs-header-bottom .tabs-scroller-left,
|
|
181
|
+
.tabs-header-bottom .tabs-scroller-right {
|
|
182
|
+
top: 0;
|
|
183
|
+
bottom: auto;
|
|
184
|
+
}
|
|
185
|
+
.tabs-panels-top {
|
|
186
|
+
border-width: 1px 1px 0 1px;
|
|
187
|
+
}
|
|
188
|
+
.tabs-header-left {
|
|
189
|
+
float: left;
|
|
190
|
+
border-width: 1px 0 1px 1px;
|
|
191
|
+
padding: 0;
|
|
192
|
+
}
|
|
193
|
+
.tabs-header-right {
|
|
194
|
+
float: right;
|
|
195
|
+
border-width: 1px 1px 1px 0;
|
|
196
|
+
padding: 0;
|
|
197
|
+
}
|
|
198
|
+
.tabs-header-left .tabs-wrap,
|
|
199
|
+
.tabs-header-right .tabs-wrap {
|
|
200
|
+
height: 100%;
|
|
201
|
+
}
|
|
202
|
+
.tabs-header-left .tabs {
|
|
203
|
+
height: 100%;
|
|
204
|
+
padding: 4px 0 0 2px;
|
|
205
|
+
border-width: 0 1px 0 0;
|
|
206
|
+
}
|
|
207
|
+
.tabs-header-right .tabs {
|
|
208
|
+
height: 100%;
|
|
209
|
+
padding: 4px 2px 0 0;
|
|
210
|
+
border-width: 0 0 0 1px;
|
|
211
|
+
}
|
|
212
|
+
.tabs-header-left .tabs li,
|
|
213
|
+
.tabs-header-right .tabs li {
|
|
214
|
+
display: block;
|
|
215
|
+
width: 100%;
|
|
216
|
+
position: relative;
|
|
217
|
+
}
|
|
218
|
+
.tabs-header-left .tabs li {
|
|
219
|
+
left: auto;
|
|
220
|
+
right: 0;
|
|
221
|
+
margin: 0 -1px 4px 0;
|
|
222
|
+
float: right;
|
|
223
|
+
}
|
|
224
|
+
.tabs-header-right .tabs li {
|
|
225
|
+
left: 0;
|
|
226
|
+
right: auto;
|
|
227
|
+
margin: 0 0 4px -1px;
|
|
228
|
+
float: left;
|
|
229
|
+
}
|
|
230
|
+
.tabs-justified li .tabs-inner {
|
|
231
|
+
padding-left: 0;
|
|
232
|
+
padding-right: 0;
|
|
233
|
+
}
|
|
234
|
+
.tabs-header-left .tabs li .tabs-inner {
|
|
235
|
+
display: block;
|
|
236
|
+
text-align: left;
|
|
237
|
+
padding-left: 10px;
|
|
238
|
+
padding-right: 10px;
|
|
239
|
+
-moz-border-radius: .375rem 0 0 .375rem;
|
|
240
|
+
-webkit-border-radius: .375rem 0 0 .375rem;
|
|
241
|
+
border-radius: .375rem 0 0 .375rem;
|
|
242
|
+
}
|
|
243
|
+
.tabs-header-right .tabs li .tabs-inner {
|
|
244
|
+
display: block;
|
|
245
|
+
text-align: left;
|
|
246
|
+
padding-left: 10px;
|
|
247
|
+
padding-right: 10px;
|
|
248
|
+
-moz-border-radius: 0 .375rem .375rem 0;
|
|
249
|
+
-webkit-border-radius: 0 .375rem .375rem 0;
|
|
250
|
+
border-radius: 0 .375rem .375rem 0;
|
|
251
|
+
}
|
|
252
|
+
.tabs-panels-right {
|
|
253
|
+
float: right;
|
|
254
|
+
border-width: 1px 1px 1px 0;
|
|
255
|
+
}
|
|
256
|
+
.tabs-panels-left {
|
|
257
|
+
float: left;
|
|
258
|
+
border-width: 1px 0 1px 1px;
|
|
259
|
+
}
|
|
260
|
+
.tabs-header-noborder,
|
|
261
|
+
.tabs-panels-noborder {
|
|
262
|
+
border: 0px;
|
|
263
|
+
}
|
|
264
|
+
.tabs-header-plain {
|
|
265
|
+
border: 0px;
|
|
266
|
+
background: transparent;
|
|
267
|
+
}
|
|
268
|
+
.tabs-pill {
|
|
269
|
+
padding-bottom: 3px;
|
|
270
|
+
}
|
|
271
|
+
.tabs-header-bottom .tabs-pill {
|
|
272
|
+
padding-top: 3px;
|
|
273
|
+
padding-bottom: 0;
|
|
274
|
+
}
|
|
275
|
+
.tabs-header-left .tabs-pill {
|
|
276
|
+
padding-right: 3px;
|
|
277
|
+
}
|
|
278
|
+
.tabs-header-right .tabs-pill {
|
|
279
|
+
padding-left: 3px;
|
|
280
|
+
}
|
|
281
|
+
.tabs-header .tabs-pill li .tabs-inner {
|
|
282
|
+
-moz-border-radius: .375rem;
|
|
283
|
+
-webkit-border-radius: .375rem;
|
|
284
|
+
border-radius: .375rem;
|
|
285
|
+
}
|
|
286
|
+
.tabs-header-narrow,
|
|
287
|
+
.tabs-header-narrow .tabs-narrow {
|
|
288
|
+
padding: 0;
|
|
289
|
+
}
|
|
290
|
+
.tabs-narrow li,
|
|
291
|
+
.tabs-header-bottom .tabs-narrow li {
|
|
292
|
+
margin-left: 0;
|
|
293
|
+
margin-right: -1px;
|
|
294
|
+
}
|
|
295
|
+
.tabs-narrow li.tabs-last,
|
|
296
|
+
.tabs-header-bottom .tabs-narrow li.tabs-last {
|
|
297
|
+
margin-right: 0;
|
|
298
|
+
}
|
|
299
|
+
.tabs-header-left .tabs-narrow,
|
|
300
|
+
.tabs-header-right .tabs-narrow {
|
|
301
|
+
padding-top: 0;
|
|
302
|
+
}
|
|
303
|
+
.tabs-header-left .tabs-narrow li {
|
|
304
|
+
margin-bottom: -1px;
|
|
305
|
+
margin-right: -1px;
|
|
306
|
+
}
|
|
307
|
+
.tabs-header-left .tabs-narrow li.tabs-last,
|
|
308
|
+
.tabs-header-right .tabs-narrow li.tabs-last {
|
|
309
|
+
margin-bottom: 0;
|
|
310
|
+
}
|
|
311
|
+
.tabs-header-right .tabs-narrow li {
|
|
312
|
+
margin-bottom: -1px;
|
|
313
|
+
margin-left: -1px;
|
|
314
|
+
}
|
|
315
|
+
.tabs-scroller-left {
|
|
316
|
+
background: hsl(216 30% 91%) url('images/tabs_icons.png') no-repeat 1px center;
|
|
317
|
+
}
|
|
318
|
+
.tabs-scroller-right {
|
|
319
|
+
background: hsl(216 30% 91%) url('images/tabs_icons.png') no-repeat -15px center;
|
|
320
|
+
}
|
|
321
|
+
.tabs li .tabs-close {
|
|
322
|
+
background: url('images/tabs_icons.png') no-repeat -34px center;
|
|
323
|
+
}
|
|
324
|
+
.tabs li .tabs-inner:hover {
|
|
325
|
+
background: hsl(216 30% 91%);
|
|
326
|
+
color: hsl(222 47% 9%);
|
|
327
|
+
filter: none;
|
|
328
|
+
}
|
|
329
|
+
.tabs li.tabs-selected .tabs-inner {
|
|
330
|
+
background-color: hsl(0 0% 100%);
|
|
331
|
+
color: hsl(221 80% 42%);
|
|
332
|
+
background: -webkit-linear-gradient(top,hsl(220 45% 98%) 0,hsl(0 0% 100%) 100%);
|
|
333
|
+
background: -moz-linear-gradient(top,hsl(220 45% 98%) 0,hsl(0 0% 100%) 100%);
|
|
334
|
+
background: -o-linear-gradient(top,hsl(220 45% 98%) 0,hsl(0 0% 100%) 100%);
|
|
335
|
+
background: linear-gradient(to bottom,hsl(220 45% 98%) 0,hsl(0 0% 100%) 100%);
|
|
336
|
+
background-repeat: repeat-x;
|
|
337
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=hsl(220 45% 98%),endColorstr=hsl(0 0% 100%),GradientType=0);
|
|
338
|
+
}
|
|
339
|
+
.tabs-header-bottom .tabs li.tabs-selected .tabs-inner {
|
|
340
|
+
background: -webkit-linear-gradient(top,hsl(0 0% 100%) 0,hsl(220 45% 98%) 100%);
|
|
341
|
+
background: -moz-linear-gradient(top,hsl(0 0% 100%) 0,hsl(220 45% 98%) 100%);
|
|
342
|
+
background: -o-linear-gradient(top,hsl(0 0% 100%) 0,hsl(220 45% 98%) 100%);
|
|
343
|
+
background: linear-gradient(to bottom,hsl(0 0% 100%) 0,hsl(220 45% 98%) 100%);
|
|
344
|
+
background-repeat: repeat-x;
|
|
345
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=hsl(0 0% 100%),endColorstr=hsl(220 45% 98%),GradientType=0);
|
|
346
|
+
}
|
|
347
|
+
.tabs-header-left .tabs li.tabs-selected .tabs-inner {
|
|
348
|
+
background: -webkit-linear-gradient(left,hsl(220 45% 98%) 0,hsl(0 0% 100%) 100%);
|
|
349
|
+
background: -moz-linear-gradient(left,hsl(220 45% 98%) 0,hsl(0 0% 100%) 100%);
|
|
350
|
+
background: -o-linear-gradient(left,hsl(220 45% 98%) 0,hsl(0 0% 100%) 100%);
|
|
351
|
+
background: linear-gradient(to right,hsl(220 45% 98%) 0,hsl(0 0% 100%) 100%);
|
|
352
|
+
background-repeat: repeat-y;
|
|
353
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=hsl(220 45% 98%),endColorstr=hsl(0 0% 100%),GradientType=1);
|
|
354
|
+
}
|
|
355
|
+
.tabs-header-right .tabs li.tabs-selected .tabs-inner {
|
|
356
|
+
background: -webkit-linear-gradient(left,hsl(0 0% 100%) 0,hsl(220 45% 98%) 100%);
|
|
357
|
+
background: -moz-linear-gradient(left,hsl(0 0% 100%) 0,hsl(220 45% 98%) 100%);
|
|
358
|
+
background: -o-linear-gradient(left,hsl(0 0% 100%) 0,hsl(220 45% 98%) 100%);
|
|
359
|
+
background: linear-gradient(to right,hsl(0 0% 100%) 0,hsl(220 45% 98%) 100%);
|
|
360
|
+
background-repeat: repeat-y;
|
|
361
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=hsl(0 0% 100%),endColorstr=hsl(220 45% 98%),GradientType=1);
|
|
362
|
+
}
|
|
363
|
+
.tabs li .tabs-inner {
|
|
364
|
+
color: hsl(221 80% 42%);
|
|
365
|
+
background-color: hsl(216 30% 91%);
|
|
366
|
+
background: -webkit-linear-gradient(top,hsl(220 45% 98%) 0,hsl(216 30% 91%) 100%);
|
|
367
|
+
background: -moz-linear-gradient(top,hsl(220 45% 98%) 0,hsl(216 30% 91%) 100%);
|
|
368
|
+
background: -o-linear-gradient(top,hsl(220 45% 98%) 0,hsl(216 30% 91%) 100%);
|
|
369
|
+
background: linear-gradient(to bottom,hsl(220 45% 98%) 0,hsl(216 30% 91%) 100%);
|
|
370
|
+
background-repeat: repeat-x;
|
|
371
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=hsl(220 45% 98%),endColorstr=hsl(216 30% 91%),GradientType=0);
|
|
372
|
+
}
|
|
373
|
+
.tabs-header,
|
|
374
|
+
.tabs-tool {
|
|
375
|
+
background-color: hsl(216 30% 91%);
|
|
376
|
+
}
|
|
377
|
+
.tabs-header-plain {
|
|
378
|
+
background: transparent;
|
|
379
|
+
}
|
|
380
|
+
.tabs-header,
|
|
381
|
+
.tabs-scroller-left,
|
|
382
|
+
.tabs-scroller-right,
|
|
383
|
+
.tabs-tool,
|
|
384
|
+
.tabs,
|
|
385
|
+
.tabs-panels,
|
|
386
|
+
.tabs li .tabs-inner,
|
|
387
|
+
.tabs li.tabs-selected .tabs-inner,
|
|
388
|
+
.tabs-header-bottom .tabs li.tabs-selected .tabs-inner,
|
|
389
|
+
.tabs-header-left .tabs li.tabs-selected .tabs-inner,
|
|
390
|
+
.tabs-header-right .tabs li.tabs-selected .tabs-inner {
|
|
391
|
+
border-color: hsl(214 22% 88%);
|
|
392
|
+
}
|
|
393
|
+
.tabs-p-tool a:hover,
|
|
394
|
+
.tabs li a:hover.tabs-close,
|
|
395
|
+
.tabs-scroller-over {
|
|
396
|
+
background-color: hsl(216 30% 91%);
|
|
397
|
+
}
|
|
398
|
+
.tabs li.tabs-selected .tabs-inner {
|
|
399
|
+
border-bottom: 1px solid hsl(0 0% 100%);
|
|
400
|
+
}
|
|
401
|
+
.tabs-header-bottom .tabs li.tabs-selected .tabs-inner {
|
|
402
|
+
border-top: 1px solid hsl(0 0% 100%);
|
|
403
|
+
}
|
|
404
|
+
.tabs-header-left .tabs li.tabs-selected .tabs-inner {
|
|
405
|
+
border-right: 1px solid hsl(0 0% 100%);
|
|
406
|
+
}
|
|
407
|
+
.tabs-header-right .tabs li.tabs-selected .tabs-inner {
|
|
408
|
+
border-left: 1px solid hsl(0 0% 100%);
|
|
409
|
+
}
|
|
410
|
+
.tabs-header .tabs-pill li.tabs-selected .tabs-inner {
|
|
411
|
+
background: hsl(221 90% 55%);
|
|
412
|
+
color: hsl(222 47% 9%);
|
|
413
|
+
filter: none;
|
|
414
|
+
border-color: hsl(214 22% 88%);
|
|
415
|
+
}
|