stylizer.css
1.94 KB
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
/* Farbtastic placement */
.color-form {
max-width: 50em;
position: relative;
min-height: 195px;
}
#placeholder {
/*
position: absolute;
top: 0;
right: 0;
*/
margin: 0 auto;
width: 195px;
}
/* Palette */
.color-form .form-item {
height: 2em;
line-height: 2em;
padding-left: 1em; /* LTR */
margin: 0.5em 0;
}
.color-form .form-item input {
margin-top: .2em;
}
.color-form label {
float: left; /* LTR */
clear: left; /* LTR */
width: 14em;
}
.color-form .form-text, .color-form .form-select {
float: left; /* LTR */
}
.color-form .form-text {
text-align: center;
margin-right: 5px; /* LTR */
cursor: pointer;
}
#palette .hook {
float: left; /* LTR */
margin-top: 3px;
width: 16px;
height: 16px;
}
#palette .up {
background-position: 100% -27px; /* LTR */
}
#palette .both {
background-position: 100% -54px; /* LTR */
}
#palette .form-item {
width: 24em;
}
#palette .item-selected {
background: #eee;
}
/* Preview */
#preview {
width: 45%;
float: right;
margin: 0;
}
#ctools_stylizer_color_scheme_form {
float: left;
width: 45%;
margin: 0;
}
/* general style for the layout-icon */
.ctools-style-icon .caption {
width: 100px;
margin-bottom: 1em;
line-height: 1em;
text-align: center;
cursor: default;
}
.ctools-style-icons .form-item {
width: 100px;
float: left;
margin: 0 3px !important;
}
.ctools-style-icons .form-item .ctools-style-icon {
float: none;
height: 150px;
width: 100px;
}
.ctools-style-icons .form-item label.option {
width: 100px;
display: block;
text-align: center;
}
.ctools-style-icons .form-item label.option input {
margin: 0 auto;
}
.ctools-style-icons .ctools-style-category {
height: 190px;
}
.ctools-style-icons .ctools-style-category label {
font-weight: bold;
width: 100%;
float: left;
}
/**
* Stylizer font editor widget
*/
.ctools-stylizer-spacing-form .form-item {
float: left;
margin: .25em;
}
#edit-font-font {
width: 9em;
}