-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
113 lines (93 loc) · 2.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="webix/codebase/webix.css" type="text/css" media="screen" charset="utf-8">
<style>
.webix_list_item {
padding: 0px;
}
.pc_menu-y {
border-radius: 0px;
}
.webix_item_tab {
border-radius: 0px;
}
.webix_menu {
border-radius: 0px;
}
.webix_menu-x {
background-color: #5a5a5a;
}
.webix_control {
background-color: #5a5a5a;
}
.webix_view.webix_control.webix_el_tabbar {
background-color: #5a5a5a;
}
.webix_list .webix_list_item.webix_selected {
padding: 0;
}
.webix_view .webix_tree_open, .webix_view .webix_tree_close {
line-height: 30px;
}
.webix_view {
font-family: 'Microsoft YaHei', Tahoma;
font-size: 12px;
}
.pc_menu-y .webix_list_item {
text-align: center;
/*border-bottom: solid 1px white;*/
}
.webix_menu-x .webix_list_item:first-child {
border-radius: 0px;
}
.webix_menu-x .webix_list_item:last-child {
border-radius: 0px;
}
.webix_info {
color: black;
}
.pc_menu {
border-radius: 0px;
}
.pc_menu .webix_list_item {
text-align: center;
}
/*.webix_menu {*/
/*font-size: 12px;*/
/*}*/
/* .webix_menu.webix_view .webix_list_item:hover, .webix_menu.webix_view .webix_list_item:active {
background-color: #181818;
}
.webix_menu-x.webix_view .webix_list_item:hover, .webix_menu-x.webix_view .webix_list_item:active {
background-color: #181818;
}
.webix_menu-x {
background-color: #5a5a5a;
}
.webix_menu-x .webix_list_item {
background-color: #5a5a5a;
}*/
</style>
<!--
-->
<link rel="stylesheet" href="cm/lib/codemirror.css">
<link rel="stylesheet" href="cm/theme/rubyblue.css">
<!--
-->
<link rel="stylesheet" href="jq-console/css/ansi.css">
<link rel="stylesheet" href="jq-console/css/pc-console.css">
<script src="js/require.js" charset="utf-8"></script>
<script src="js/jquery-2.1.1.min.js" charset="utf-8"></script>
<script src="webix/codebase/webix.js" type="text/javascript" charset="utf-8"></script>
<title>PRANCE CLOUD</title>
<!--
-->
<script src="js/start.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<script type="text/javascript" charset="utf-8">
</script>
</body>
</html>