Welcome to mirror list, hosted at ThFree Co, Russian Federation.

jquery.themes.css « css « netrender - git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 330a0ac6f514f19e6b3e596e72d678076f57c5c4 (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
/* jQuery Themes styles */
.themes_list {
	list-style-type: none;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  /* Safari3/Opera9 */
	.themes_list {
		font-size: 100%;
	}
}
.themes_list {
	float: left;
}
.themes_list li {
	float: left;
	width: 120px;
	height: 22px;
	padding: 2px;
	border: 1px inset;
	overflow: hidden;
}
.themes_list li a {
	white-space: nowrap;
}
.themes_compact {
	border: 1px inset;
}
.themes_compact li {
	width: 24px;
	height: 22px;
	background-color: transparent;
	border: none;
}
li.themes_current {
	background-color: #ffffa0;
}
.themes_list span {
	display: inline-block;
	width: 23px;
	height: 20px;
	vertical-align: top;
}
.themes_list img {
	border: none;
	vertical-align: top;
}
.themes_preview {
	display: none;
	position: absolute;
	z-index: 20;
	padding: 2px;
	border: 1px inset;
	background: #fff;
	text-align: center;
}
.themes_preview img {
	align: top;
}