root / htmltest / sites / all / modules / ctools / css / stylizer.css @ a5572547
1 |
|
---|---|
2 |
/* Farbtastic placement */
|
3 |
.color-form {
|
4 |
max-width: 50em; |
5 |
position: relative; |
6 |
min-height: 195px; |
7 |
} |
8 |
#placeholder {
|
9 |
/*
|
10 |
position: absolute;
|
11 |
top: 0;
|
12 |
right: 0;
|
13 |
*/
|
14 |
margin: 0 auto; |
15 |
width: 195px; |
16 |
} |
17 |
|
18 |
/* Palette */
|
19 |
.color-form .form-item { |
20 |
height: 2em; |
21 |
line-height: 2em; |
22 |
padding-left: 1em; /* LTR */ |
23 |
margin: 0.5em 0; |
24 |
} |
25 |
|
26 |
.color-form .form-item input { |
27 |
margin-top: .2em; |
28 |
} |
29 |
|
30 |
.color-form label { |
31 |
float: left; /* LTR */ |
32 |
clear: left; /* LTR */ |
33 |
width: 14em; |
34 |
} |
35 |
.color-form .form-text, .color-form .form-select { |
36 |
float: left; /* LTR */ |
37 |
} |
38 |
.color-form .form-text { |
39 |
text-align: center; |
40 |
margin-right: 5px; /* LTR */ |
41 |
cursor: pointer; |
42 |
} |
43 |
|
44 |
#palette .hook { |
45 |
float: left; /* LTR */ |
46 |
margin-top: 3px; |
47 |
width: 16px; |
48 |
height: 16px; |
49 |
} |
50 |
#palette .up { |
51 |
background-position: 100% -27px; /* LTR */ |
52 |
} |
53 |
#palette .both { |
54 |
background-position: 100% -54px; /* LTR */ |
55 |
} |
56 |
|
57 |
|
58 |
#palette .form-item { |
59 |
width: 24em; |
60 |
} |
61 |
#palette .item-selected { |
62 |
background: #eee; |
63 |
} |
64 |
|
65 |
/* Preview */
|
66 |
#preview {
|
67 |
width: 45%; |
68 |
float: right; |
69 |
margin: 0; |
70 |
} |
71 |
|
72 |
#ctools_stylizer_color_scheme_form {
|
73 |
float: left; |
74 |
width: 45%; |
75 |
margin: 0; |
76 |
} |
77 |
|
78 |
/* general style for the layout-icon */
|
79 |
.ctools-style-icon .caption { |
80 |
width: 100px; |
81 |
margin-bottom: 1em; |
82 |
line-height: 1em; |
83 |
text-align: center; |
84 |
cursor: default; |
85 |
} |
86 |
|
87 |
.ctools-style-icons .form-item { |
88 |
width: 100px; |
89 |
float: left; |
90 |
margin: 0 3px !important; |
91 |
} |
92 |
|
93 |
.ctools-style-icons .form-item .ctools-style-icon { |
94 |
float: none; |
95 |
height: 150px; |
96 |
width: 100px; |
97 |
} |
98 |
|
99 |
.ctools-style-icons .form-item label.option { |
100 |
width: 100px; |
101 |
display: block; |
102 |
text-align: center; |
103 |
} |
104 |
|
105 |
.ctools-style-icons .form-item label.option input { |
106 |
margin: 0 auto; |
107 |
} |
108 |
|
109 |
.ctools-style-icons .ctools-style-category { |
110 |
height: 190px; |
111 |
} |
112 |
|
113 |
.ctools-style-icons .ctools-style-category label { |
114 |
font-weight: bold; |
115 |
width: 100%; |
116 |
float: left; |
117 |
} |
118 |
|
119 |
/**
|
120 |
* Stylizer font editor widget
|
121 |
*/
|
122 |
.ctools-stylizer-spacing-form .form-item { |
123 |
float: left; |
124 |
margin: .25em; |
125 |
} |
126 |
|
127 |
#edit-font-font {
|
128 |
width: 9em; |
129 |
} |