8000 Update · css-ui/css-ui.github.io@4bf2856 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit 4bf2856

Browse files
committed
Update
1 parent 5a0663a commit 4bf2856

15 files changed

+175
-61
lines changed

gruntfile.js

Lines changed: 8 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,51 +4,32 @@ module.exports = function(grunt) {
44
cssmin: {
55
target: {
66
files: [
7-
{'www/css/cssui-demo.min.css': [
7+
{'www/css/cssui.min.css': [
88
'node_modules/normalize.css/normalize.css',
99
'node_modules/open-sans-fontface/open-sans.css',
10-
'node_modules/css-ui-simple/css/cssui.css',
11-
'style.css'
12-
]},
13-
{'www/css/cssui-menu-demo.min.css': [
14-
'node_modules/normalize.css/normalize.css',
15-
'node_modules/perfect-scrollbar/css/perfect-scrollbar.css',
1610
'node_modules/font-awesome/css/font-awesome.css',
17-
'node_modules/open-sans-fontface/open-sans.css',
11+
'node_modules/perfect-scrollbar/css/perfect-scrollbar.css',
1812
'node_modules/css-ui-simple/css/cssui.css',
19-
'node_modules/css-ui-responsive-menu/css/style.menu.css'
13+
'node_modules/css-ui-responsive-menu/css/style.menu.css',
14+
'node_modules/css-ui-dropdown-menu/css/style.dropdown.css',
15+
'node_modules/css-ui-tooltip/css/style.tooltip.css',
16+
'node_modules/css-ui-tooltip/css/style.tooltip.theme.css',
17+
'node_modules/css-ui-table/css/style.tables.css'
2018
]},
2119
{'www/css/cssui-menu-light.min.css': [
2220
'node_modules/css-ui-responsive-menu/css/style.menu.light.css'
2321
]},
2422
{'www/css/cssui-menu-dark.min.css': [
2523
'node_modules/css-ui-responsive-menu/css/style.menu.dark.css'
2624
]},
27-
{'www/css/cssui-dropdown.min.css': [
28-
'node_modules/normalize.css/normalize.css',
29-
'node_modules/font-awesome/css/font-awesome.css',
30-
'node_modules/open-sans-fontface/open-sans.css',
31-
'node_modules/css-ui-simple/css/cssui.css',
32-
'node_modules/css-ui-dropdown-menu/css/style.dropdown.css'
33-
]},
3425
{'www/css/cssui-dropdown-light.min.css': [
3526
'node_modules/css-ui-dropdown-menu/css/style.dropdown.light.css'
3627
]},
3728
{'www/css/cssui-dropdown-dark.min.css': [
3829
'node_modules/css-ui-dropdown-menu/css/style.dropdown.dark.css'
3930
]},
40-
{'www/css/cssui-sign-in.min.css': [
41-
'node_modules/normalize.css/normalize.css',
42-
'node_modules/open-sans-fontface/open-sans.css',
43-
'node_modules/css-ui-simple/css/cssui.css',
31+
{'www/css/cssui-sing-in.min.css': [
4432
'node_modules/css-ui-sign-in/css/style.sign.in.css'
45-
]},
46-
{'www/css/cssui-tooltip.min.css': [
47-
'node_modules/normalize.css/normalize.css',
48-
'node_modules/open-sans-fontface/open-sans.css',
49-
'node_modules/css-ui-simple/css/cssui.css',
50-
'node_modules/css-ui-tooltip/css/style.tooltip.css',
51-
'node_modules/css-ui-tooltip/css/style.tooltip.theme.css'
5233
]}
5334
]
5435
}

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
<title>CSS UI - The code samples</title>
77

88
<!-- css -->
9-
<link rel="stylesheet" href="www/css/cssui-demo.min.css">
9+
<link rel="stylesheet" href="www/css/cssui.min.css">
10+
<link rel="stylesheet" href="style.css">
1011
</head>
1112
<body>
1213
<!-- link to source on github -->

package-lock.json

Lines changed: 21 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
"description": "CSS UI - Demo.",
55
"main": "gruntfile.js",
66
"dependencies": {
7-
"css-ui-responsive-menu": "^3.1.0",
8-
"css-ui-dropdown-menu": "^1.1.9",
9-
"css-ui-sign-in": "^1.1.1",
10-
"css-ui-tooltip": "^2.0.4",
7+
"css-ui-dropdown-menu": "^1.2.0",
8+
"css-ui-responsive-menu": "^3.1.1",
9+
"css-ui-sign-in": "^1.1.2",
10+
"css-ui-table": "^1.0.8",
11+
"css-ui-tooltip": "^2.0.6",
1112
"grunt": "^1.0.3",
12-
"grunt-contrib-cssmin": "^3.0.0",
1313
"grunt-contrib-copy": "^1.0.0",
14+
"grunt-contrib-cssmin": "^3.0.0",
1415
"grunt-contrib-uglify": "^4.0.0"
1516
},
1617
"repository": {

responsive.menu/dark.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>CSS UI - Simple responsive sidebar menu</title>
6+
<title>CSS UI - Simple responsive menu</title>
77

88
<!-- css -->
9-
<link rel="stylesheet" href="../www/css/cssui-menu-demo.min.css">
9+
<link rel="stylesheet" href="../www/css/cssui.min.css">
1010
<link rel="stylesheet" href="../www/css/cssui-menu-dark.min.css">
1111
<style>
1212
body {
13-
background: #f2f2f2;
1413
font-family: 'Open Sans', sans-serif;
1514
}
1615
</style>

responsive.menu/light.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>CSS UI - Simple responsive sidebar menu</title>
6+
<title>CSS UI - Simple responsive menu</title>
77

88
<!-- css -->
9-
<link rel="stylesheet" href="../www/css/cssui-menu-demo.min.css">
9+
<link rel="stylesheet" href="../www/css/cssui.min.css">
1010
<link rel="stylesheet" href="../www/css/cssui-menu-light.min.css">
1111
<style>
1212
body {

sign.in/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
<title>CSS UI - Sign in template</title>
77

88
<!-- css -->
9-
<link rel="stylesheet" href="../www/css/cssui-sign-in.min.css">
9+
<link rel="stylesheet" href="../www/css/cssui.min.css">
10+
<link rel="stylesheet" href="../www/css/cssui-sing-in.min.css">
1011
<style>
1112
body {
1213
font-family: 'Open Sans', sans-serif;

table/index.html

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title>CSS UI - Simple tooltip</title>
7+
8+
<!-- css -->
9+
<link rel="stylesheet" href="../www/css/cssui.min.css">
10+
<style>
11+
body {
12+
font-family: 'Open Sans', sans-serif;
13+
padding: 25px;
14+
}
15+
</style>
16+
</head>
17+
<body>
18+
<div class="container">
19+
<h2>CSS UI - Simple table</h2>
20+
<div class="wrapper box">
21+
<h4>Table default style</h4>
22+
<table class="full width">
23+
<tr class="default">
24+
<th>#</th>
25+
<th>Username</th>
26+
<th>Email</th>
27+
</tr>
28+
<tr class="default">
29+
<td>1</td>
30+
<td>Root</td>
31+
<td>root@domain.com</td>
32+
</tr>
33+
<tr class="default">
34+
<td>2</td>
35+
<td>Admin</td>
36+
<td>admin@domain.com</td>
37+
</tr>
38+
<tr class="default">
39+
<td>3</td>
40+
<td>User</td>
41+
<td>user@domain.com</td>
42+
</tr>
43+
</table>
44+
</div>
45+
</div>
46+
<div class="container">
47+
<div class="wrapper box">
48+
<h4>Table primary style</h4>
49+
<table class="full width">
50+
<tr class="primary">
51+
<th>#</th>
52+
<th>Username</th>
53+
<th>Email</th>
54+
</tr>
55+
<tr class="primary">
56+
<td>1</td>
57+
<td>Root</td>
58+
<td>root@domain.com</td>
59+
</tr>
60+
<tr class="primary">
61+
<td>2</td>
62+
<td>Admin</td>
63+
<td>admin@domain.com</td>
64+
</tr>
65+
<tr class="primary">
66+
<td>3</td>
67+
<td>User</td>
68+
<td>user@domain.com</td>
69+
</tr>
70+
</table>
71+
</div>
72+
</div>
73+
<div class="container">
74+
<div class="wrapper box">
75+
<h4>Table success style</h4>
76+
<table class="full width">
77+
<tr class="success">
78+
<th>#</th>
79+
<th>Username</th>
80+
<th>Email</th>
81+
</tr>
82+
<tr class="success">
83+
<td>1</td>
84+
<td>Root</td>
85+
<td>root@domain.com</td>
86+
</tr>
87+
<tr class="success">
88+
<td>2</td>
89+
<td>Admin</td>
90+
<td>admin@domain.com</td>
91+
</tr>
92+
<tr class="success">
93+
<td>3</td>
94+
<td>User</td>
95+
<td>user@domain.com</td>
96+
</tr>
97+
</table>
98+
</div>
99+
</div>
100+
<div class="container">
101+
<div class="wrapper box">
102+
<h4>Table warning style</h4>
103+
<table class="full width">
104+
<tr class="warning">
105+
<th>#</th>
106+
<th>Username</th>
107+
<th>Email</th>
108+
</tr>
109+
<tr class="warning">
110+
<td>1</td>
111+
<td>Root</td>
112+
<td>root@domain.com</td>
113+
</tr>
114+
<tr class="warning">
115+
<td>2</td>
116+
<td>Admin</td>
117+
<td>admin@domain.com</td>
118+
</tr>
119+
<tr class="warning">
120+
<td>3</td>
121+
<td>User</td>
122+
<td>user@domain.com</td>
123+
</tr>
124+
</table>
125+
</div>
126+
</div>
127+
</body>
128+
</html>

tooltip/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>CSS UI - Simple tooltip</title>
77

88
<!-- css -->
9-
<link rel="stylesheet" href="../www/css/cssui-tooltip.min.css">
9+
<link rel="stylesheet" href="../www/css/cssui.min.css">
1010
<style>
1111
body {
1212
font-family: 'Open Sans', sans-serif;

www/css/cssui-demo.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

www/css/cssui-dropdown.min.css

Lines changed: 0 additions & 4 deletions
This file was deleted.

www/css/cssui-sign-in.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

www/css/cssui-sing-in.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/css/cssui-tooltip.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)
0