Skip to content
This repository was archived by the owner on Jul 11, 2024. It is now read-only.

Commit 5d2dbbe

Browse files
committed
Version 2.0.3
1 parent 54582f3 commit 5d2dbbe

7 files changed

Lines changed: 481 additions & 519 deletions

File tree

Gruntfile.js

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -17,42 +17,6 @@ module.exports = function(grunt) {
1717
' * Licensed under MIT (http://opensource.org/licenses/MIT)\n' +
1818
' */',
1919

20-
// serve folder content
21-
connect: {
22-
dev: {
23-
options: {
24-
port: 9000,
25-
livereload: true
26-
}
27-
}
28-
},
29-
30-
// watchers
31-
watch: {
32-
options: {
33-
livereload: true
34-
},
35-
js: {
36-
files: ['src/*.js'],
37-
tasks: ['build_js']
38-
},
39-
css: {
40-
files: ['src/*.scss'],
41-
tasks: ['build_css']
42-
},
43-
example: {
44-
files: ['example/**', 'test/**'],
45-
tasks: []
46-
}
47-
},
48-
49-
// open example
50-
open: {
51-
dev: {
52-
path: 'http://localhost:<%= connect.dev.options.port%>/example/index.html'
53-
}
54-
},
55-
5620
// add UMD
5721
wrap: {
5822
js: {
@@ -173,11 +137,4 @@ module.exports = function(grunt) {
173137
'default',
174138
'qunit'
175139
]);
176-
177-
grunt.registerTask('serve', [
178-
'default',
179-
'open',
180-
'connect',
181-
'watch'
182-
]);
183140
};

bower.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "jqcloud2",
3-
"version": "2.0.3",
43
"homepage": "https://github.com/mistic100/jQCloud",
54
"description": "jQuery plugin for drawing neat word clouds that actually look like clouds",
65
"authors": [{

dist/jqcloud.css

Lines changed: 56 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,66 @@
1-
/*!
2-
* jQCloud 2.0.2
3-
* Copyright 2011 Luca Ongaro (http://www.lucaongaro.eu)
4-
* Copyright 2013 Daniel White (http://www.developerdan.com)
5-
* Copyright 20142016 Damien "Mistic" Sorel (http://www.strangeplanet.fr)
6-
* Licensed under MIT (http://opensource.org/licenses/MIT)
7-
*/
8-
/* layout */
9-
div.jqcloud {
1+
/*!
2+
* jQCloud 2.0.3
3+
* Copyright 2011 Luca Ongaro (http://www.lucaongaro.eu)
4+
* Copyright 2013 Daniel White (http://www.developerdan.com)
5+
* Copyright 2014-2017 Damien "Mistic" Sorel (http://www.strangeplanet.fr)
6+
* Licensed under MIT (http://opensource.org/licenses/MIT)
7+
*/
8+
.jqcloud {
9+
font: 10px "Helvetica", "Arial", sans-serif;
10+
line-height: normal;
1011
overflow: hidden;
1112
position: relative;
1213
}
1314

14-
div.jqcloud span {
15+
.jqcloud-word {
16+
margin: 0;
1517
padding: 0;
1618
}
17-
18-
/* fonts */
19-
div.jqcloud {
20-
font-family: "Helvetica", "Arial", sans-serif;
21-
font-size: 10px;
22-
line-height: normal;
19+
.jqcloud-word.w1 {
20+
color: #aab5f0;
21+
font-size: 100%;
2322
}
24-
25-
div.jqcloud a {
23+
.jqcloud-word.w2 {
24+
color: #99ccee;
25+
font-size: 150%;
26+
}
27+
.jqcloud-word.w3 {
28+
color: #a0ddff;
29+
font-size: 200%;
30+
}
31+
.jqcloud-word.w4 {
32+
color: #90c5f0;
33+
font-size: 250%;
34+
}
35+
.jqcloud-word.w5 {
36+
color: #90a0dd;
37+
font-size: 300%;
38+
}
39+
.jqcloud-word.w6 {
40+
color: #90c5f0;
41+
font-size: 350%;
42+
}
43+
.jqcloud-word.w7 {
44+
color: #3399dd;
45+
font-size: 400%;
46+
}
47+
.jqcloud-word.w8 {
48+
color: #00ccff;
49+
font-size: 450%;
50+
}
51+
.jqcloud-word.w9 {
52+
color: #00ccff;
53+
font-size: 500%;
54+
}
55+
.jqcloud-word.w10 {
56+
color: #00ccff;
57+
font-size: 550%;
58+
}
59+
.jqcloud-word a {
60+
color: inherit;
2661
font-size: inherit;
2762
text-decoration: none;
2863
}
29-
30-
div.jqcloud span.w10 { font-size: 550%; }
31-
div.jqcloud span.w9 { font-size: 500%; }
32-
div.jqcloud span.w8 { font-size: 450%; }
33-
div.jqcloud span.w7 { font-size: 400%; }
34-
div.jqcloud span.w6 { font-size: 350%; }
35-
div.jqcloud span.w5 { font-size: 300%; }
36-
div.jqcloud span.w4 { font-size: 250%; }
37-
div.jqcloud span.w3 { font-size: 200%; }
38-
div.jqcloud span.w2 { font-size: 150%; }
39-
div.jqcloud span.w1 { font-size: 100%; }
40-
41-
/* colors */
42-
div.jqcloud { color: #09f; }
43-
div.jqcloud a { color: inherit; }
44-
div.jqcloud a:hover { color: #0df; }
45-
div.jqcloud a:hover { color: #0cf; }
46-
div.jqcloud span.w10 { color: #0cf; }
47-
div.jqcloud span.w9 { color: #0cf; }
48-
div.jqcloud span.w8 { color: #0cf; }
49-
div.jqcloud span.w7 { color: #39d; }
50-
div.jqcloud span.w6 { color: #90c5f0; }
51-
div.jqcloud span.w5 { color: #90a0dd; }
52-
div.jqcloud span.w4 { color: #90c5f0; }
53-
div.jqcloud span.w3 { color: #a0ddff; }
54-
div.jqcloud span.w2 { color: #99ccee; }
55-
div.jqcloud span.w1 { color: #aab5f0; }
64+
.jqcloud-word a:hover {
65+
color: #00ccff;
66+
}

0 commit comments

Comments
 (0)