summaryrefslogtreecommitdiffstats
path: root/css/jquery.projectPlugins.css
blob: b9f571029b182ddc6d3c9766f20fb6f8df5b29fe (plain)
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
/**
 * CSS for jquery plugins contained in js/jquery.projectPlugins.js
 *
 * $Id: jquery.projectPlugins.css 592 2015-04-12 19:53:44Z imoore76 $
 *
 */

/*
 * Medium select plugin CSS
 */

div.vboxMediumSelect {
	background-color: #fff;
	color: #000;
	padding: 2px;
	height: 16px;
	cursor: pointer;
	overflow: hidden;
	margin: 0px;
	width: 100%;
	
}


div.vboxMediumSelectReadOnly {
	padding-left: 20px;
	background-position: 2px 2px;
}

div.vboxMediumSelectDiv { border: 1px solid transparent; }
div.vboxMediumSelectHover {
	background-color: #f0f8ff;
	border: 1px solid #aaaaaa;	
}

div.vboxMediumSelectImg {
	height: 16px;
	padding: 2px;
	width: 16px;
	background-color: #fff;
	margin: 0px;
	background-position: 2px 6px;
	background-repeat: no-repeat;
}

table.vboxDisabled div.vboxMediumSelect, table.vboxDisabled div.vboxMediumSelectImg {
	background-color: #efefef;
	border-color: #aaa;
	color: #aaa;
	background-position: -20px -20px;
	cursor: default;
}

table.vboxMediumSelect td.vboxMediumSelectTableLeft {
	border: 1px solid #000;
	border-right: 0px;
	cursor: pointer;
}
table.vboxMediumSelect td.vboxMediumSelectTableRight {
	border: 1px solid #000;
	border-left: 0px;
	cursor: pointer;
}

table.vboxDisabled td.vboxMediumSelectTableLeft, table.vboxDisabled td.vboxMediumSelectTableRight {
	border-color: #aaa;
}

ul.vboxMediumSelect {
	list-style: none;
	position: absolute;
	background-color: #fff;
	color: #000;
	z-index: 9999;
	padding-left: 2px;
	margin: 0px;
	cursor: pointer;
	border: 1px solid #000;
	border-top: 1px solid #99ccff;
	border-left: 1px solid #99ccff;
}

ul.vboxMediumSelect ul { padding: 0px; margin-left: 8px; list-style: none; }
ul.vboxMediumSelect li { padding: 0px 2px 0px 0px; margin: 0px; white-space: nowrap; }
ul.vboxMediumSelect div { height: 16px; white-space: nowrap; padding: 1px 2px 1px 4px; }
ul.vboxMediumSelect li.vboxMediumReadOnly { background-image: none; }
ul.vboxMediumSelect li.vboxMediumReadOnly ul { padding: 0px 0px 0px 14px; background-image: none; }
ul.vboxMediumSelect div.vboxMediumReadOnly { padding-left: 18px; background-position: 0px 0px; }


/**
 * Context menu plugin CSS
 */
.contextMenu {
	position: absolute;
	z-index: 9999999;
	border: 1px solid #CCC;
	padding: 0px;
	margin: 0px;
	display: none;
	background-color: #e9e9e9;
	background-repeat: no-repeat;
}

.contextMenu span.vboxMenuItemChecked {
	display: none;
	background: #ccc;
	border: 1px solid #999;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 20px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 1px;
	left: 3px;
}
ul.contextMenu {
	/* From #ffffff to #d9d9d9 */
	background-color: #e9e9e9;
	background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#d9d9d9)); /* for webkit browsers */
	background: -moz-linear-gradient(left,  #ffffff, #d9d9d9); /* for firefox 3.6+ */
	background: -o-linear-gradient(left,  #ffffff, #d9d9d9);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ffffff', endColorstr='#d9d9d9'); /* for IE */
}

ul.contextMenu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	border: 1px solid transparent;
	position: relative;
}

ul.contextMenu li a.vboxCheckMark {
	padding-left: 12px;
}
ul.contextMenu li a.vboxCheckMark > span.vboxCheckMark {
	display: inline-block;
	position: relative;
	left: -6px;
	padding: 0px;
	margin: 0px;
	width: 16px;
	text-align: center;
}
ul.contextMenu li.vboxMenuItemChecked > span.vboxMenuItemChecked {
	display: inline-block;
}
ul.contextMenu li.vboxMenuItemChecked > a {
	position: absolute;
	top: 0px;
}
.contextMenu LI input {
	padding-left: 2px;
}
.contextMenu a, .contextMenu SPAN {
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 20px;
	height: 20px;
	background-position: 6px center;
	background-repeat: no-repeat;
	outline: none;
	padding: 1px 5px;
	padding-left: 28px;
	border: 0px solid transparent;
	cursor: pointer;
	white-space: nowrap;
}

ul.contextMenuNoBG li {
	cursor: pointer;
	border: 1px solid transparent;
}
ul.contextMenuNoBG li.disabled {
	cursor: default;
}
ul.contextMenuNoBG SPAN {
	display: inline;
	padding-left: 2px;
}
ul.contextMenuNoBG A {
	padding-left: 2px;
}

ul.contextMenu LI.vboxHover {
	background-color: #f0f8ff;
	border: 1px solid #aaaaaa;
}
 
.contextMenu LI.disabled img {
	display: none;
}

.contextMenu LI.vboxHover.disabled, .contextMenu LI.disabled A, .contextMenu LI.disabled SPAN {
	color: #AAA;
	cursor: default;
}

.contextMenu LI.vboxHover.disabled, .contextMenu LI.vboxHover.disabled A {
	background-color: transparent;
}

.contextMenu LI.separator {
	border-top: 1px solid #CCC;
}

.contextMenu LI:first {
	border-top: 1px solid transparent;
}



/**
 * Filetree plugin css
 */
ul.jqueryFileTree {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	display: block;
}

UL.jqueryFileTree LI {
	list-style: none;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	white-space: nowrap;
	display: block;
}

UL.jqueryFileTree A {
	text-decoration: none;
	display: block;
	padding: 0px 2px;
}


/* Core Styles */
.jqueryFileTree LI.folder { background: url(../images/jqueryFileTree/directory.png) left top no-repeat; }
.jqueryFileTree LI.expanded { background: url(../images/jqueryFileTree/folder_open.png) left top no-repeat; }
.jqueryFileTree LI.file { background: url(../images/jqueryFileTree/file.png) left top no-repeat; }
.jqueryFileTree LI.wait { background: url(../images/jqueryFileTree/spinner.gif) left top no-repeat; }
.jqueryFileTree LI.file_vmdk { background: url(../images/vbox/virtualbox-vmdk.png) 0px 1px no-repeat; }
.jqueryFileTree LI.file_vdi  { background: url(../images/vbox/virtualbox-vdi.png) 0px 1px no-repeat; }
.jqueryFileTree LI.file_vhd  { background: url(../images/vbox/virtualbox-vhd.png) 0px 1px no-repeat; }
.jqueryFileTree LI.file_hdd { background: url(../images/vbox/virtualbox-hdd.png) 0px 1px no-repeat; }
.jqueryFileTree LI.file_ovf { background: url(../images/vbox/virtualbox-ovf.png) 0px 1px no-repeat; }
.jqueryFileTree LI.file_ova { background: url(../images/vbox/virtualbox-ova.png) 0px 1px no-repeat; }
.jqueryFileTree LI.file_iso, .jqueryFileTree LI.file_cdr, .jqueryFileTree LI.file_dmg { background: url(../images/vbox/cd_16px.png) 0px 1px no-repeat; }
.jqueryFileTree LI.file_img, .jqueryFileTree LI.file_ima, .jqueryFileTree LI.file_dsk, .jqueryFileTree LI.file_vfd { background: url(../images/vbox/fd_16px.png) 0px 1px no-repeat; }
.jqueryFileTree LI.file_vbox, .jqueryFileTree LI.file_xml { background: url(../images/vbox/virtualbox-vbox.png) 0px 1px no-repeat; }