forked from lmatteis/void-graph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjqcloud.css
99 lines (83 loc) · 1.95 KB
/
jqcloud.css
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
/* fonts */
body {
font-family: Verdana;
}
g {
cursor: move;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
div.jqcloud {
font-family: "Helvetica", "Arial", sans-serif;
font-size: 10px;
line-height: normal;
}
div.jqcloud a {
font-size: inherit;
text-decoration: none;
}
div.jqcloud span.w10 {
width:170px !important;
height:170px !important;
font-size: 150%; }
div.jqcloud span.w9 {
width:165px !important;
height:165px !important;
font-size: 145%; }
div.jqcloud span.w8 {
width:160px !important;
height:160px !important;
font-size: 210%; }
div.jqcloud span.w7 {
width:160px !important;
height:160px !important;
font-size: 140%; }
div.jqcloud span.w6 {
width:150px !important;
height:150px !important;
font-size: 135%; }
div.jqcloud span.w5 {
width:140px !important;
height:140px !important;
font-size: 130%; }
div.jqcloud span.w4 {
width:130px !important;
height:130px !important;
font-size: 130%; }
div.jqcloud span.w3 {
width:120px !important;
height:120px !important;
font-size: 120%; }
div.jqcloud span.w2 {
width:110px !important;
height:110px !important;
font-size: 110%; }
div.jqcloud span.w1 {
width:100px !important; height:100px !important; font-size: 100%; }
/* colors */
/*
div.jqcloud { color: #09f; }
div.jqcloud a { color: inherit; }
div.jqcloud a:hover { color: #0df; }
div.jqcloud a:hover { color: #0cf; }
div.jqcloud span.w10 { color: #0cf; }
div.jqcloud span.w9 { color: #0cf; }
div.jqcloud span.w8 { color: #0cf; }
div.jqcloud span.w7 { color: #39d; }
div.jqcloud span.w6 { color: #90c5f0; }
div.jqcloud span.w5 { color: #90a0dd; }
div.jqcloud span.w4 { color: #90c5f0; }
div.jqcloud span.w3 { color: #a0ddff; }
div.jqcloud span.w2 { color: #99ccee; }
div.jqcloud span.w1 { color: #aab5f0; }
*/
/* layout */
div.jqcloud {
overflow: hidden;
position: relative;
}
div.jqcloud span { padding: 0; }