source: sipes/modules_contrib/panels/panels_ipe/css/panels_ipe.css @ de78188

stableversion-3.0
Last change on this file since de78188 was 4f375e3, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agrego el modulo panels

  • Propiedad mode establecida a 100644
File size: 4.3 KB
Línea 
1div.panels-ipe-handlebar-wrapper {
2  border-bottom: #898AAB solid 2px;
3}
4
5.panels-ipe-editing div.panels-ipe-portlet-wrapper {
6  margin-top: 1em;
7  border: #898AAB solid 2px;
8  -moz-border-radius-bottomleft:8px;
9  -moz-border-radius-bottomright:8px;
10  -moz-border-radius-topleft:2px;
11  -moz-border-radius-topright:2px;
12
13  -webkit-border-radius-bottomleft:8px;
14  -webkit-border-radius-bottomright:8px;
15  -webkit-border-radius-topleft:2px;
16  -webkit-border-radius-topright:2px;
17}
18
19/* Hide empty panes when not editing them. */
20.panels-ipe-empty-pane {
21  display: none;
22}
23
24.panels-ipe-editing .panels-ipe-empty-pane {
25  display: block;
26}
27
28
29.panels-ipe-editing div.panels-ipe-portlet-wrapper:hover {
30  border: #FF000A solid 2px;
31}
32
33.panels-ipe-editing .panels-ipe-sort-container .ui-sortable-helper {
34  background: white;
35}
36
37.panels-ipe-editing div.panel-pane div.admin-links {
38  display: none !important;
39}
40
41.panels-ipe-editing .panels-ipe-sort-container .ui-sortable-placeholder {
42  -moz-border-radius: 0;
43  -webkit-border-radius: 0;
44  border: 1px dotted red;
45  background-color: white;
46}
47
48div.panels-ipe-handlebar-wrapper ul {
49  float: left;
50  margin: 0;
51  padding: 0;
52  text-align: right;
53}
54
55div.panels-ipe-handlebar-wrapper li {
56  background: none repeat scroll 0 0 transparent;
57  list-style: none outside none;
58  margin: 0;
59  padding: 0;
60  float: left;
61  font: 12px/170% Verdana,sans-serif !important;
62}
63
64div.panels-ipe-handlebar-wrapper li {
65  border-top: 1px solid #CCC;
66  border-right: 1px solid #CCC;
67}
68
69div.panels-ipe-handlebar-wrapper li.first {
70  border-left: 1px solid #CCC;
71}
72
73div.panels-ipe-draghandle {
74  background: #898AAB url(../images/dragger.png) top right no-repeat;
75  cursor: move;
76  height: 24px;
77}
78
79div.panels-ipe-placeholder {
80  border: 1px solid black;
81  padding: .5em;
82  margin-top: .5em;
83  background-color: #f6f6f6;
84  color: black;
85  background-color: white;
86  font: 12px/170% Verdana,sans-serif !important;
87  text-transform: none;
88  letter-spacing: 0;
89  text-align: left;
90  word-spacing: 0;
91}
92
93div.panels-ipe-placeholder h3 {
94  font-weight: bold;
95}
96
97/* Hide editor-state-on elements initially */
98body .panels-ipe-on {
99  display: none;
100}
101
102body .panels-ipe-editing .panels-ipe-on {
103        display: block;
104}
105
106/* Show editor-state-off elements initially */
107.panels-ipe-off {
108  display: block;
109}
110
111div.panels-ipe-handlebar-wrapper li a,
112div.panels-ipe-draghandle span,
113div.panels-ipe-newblock a {
114  background-color: #f6f6f6;
115  color: blue;
116  display: block;
117  padding: 0.1em 0.5em;
118  font: 12px/170% Verdana,sans-serif !important;
119  text-transform: none;
120  letter-spacing: 0;
121}
122
123div.panels-ipe-newblock a {
124  display: inline;
125  border: 1px solid #CCC;
126  color: blue;
127}
128
129.panels-ipe-editing .panels-ipe-portlet-content {
130  margin-bottom: 10px;
131  border: transparent dotted 1px;
132  overflow: hidden;
133}
134
135.panels-ipe-editing .panels-ipe-region {
136  border: transparent dotted 1px;
137  float: left;
138  width: 100%;
139  margin-bottom: 5px;
140}
141
142div.panels-ipe-draghandle {
143  border: none;
144}
145
146.ui-sortable-placeholder {
147  margin: 1em;
148  border: 1px dotted black;
149  visibility: visible !important;
150  height: 50px !important;
151}
152.ui-sortable-placeholder * {
153  visibility: hidden;
154}
155
156/* counteract panels_dnd.css - temporary */
157div.panels-ipe-display-container .panel-pane .pane-title {
158  padding: 0;
159}
160
161/** ============================================================================
162 * Controller form markup
163 */
164
165div#panels-ipe-control-container {
166  z-index: 100;
167  position: fixed;
168  margin: auto;
169  bottom: 0;
170  left: 50%;
171  display: block;
172  background-color: #000;
173  padding: 0.5em 1em;
174  min-width: 9.5em;
175  max-width: 12.5em;
176  min-height: 2em;
177  max-height: 2.5em;
178  -moz-border-radius-topleft:5px;
179  -moz-border-radius-topright:5px;
180  -moz-box-shadow: #333 0px 1px 0px;
181  -webkit-border-radius-topleft:5px;
182  -webkit-border-radius-topright:5px;
183  -webkit-box-shadow: #333 0px 1px 0px;
184}
185
186div.panels-ipe-pseudobutton {
187  cursor: pointer;
188  background-color: #333;
189  font:normal 11px/15px "Lucida Grande",Tahoma,Verdana,sans-serif;
190  color: #FFF;
191  -moz-border-radius:5px;
192  -moz-box-shadow: #333 0px 1px 0px;
193  -webkit-border-radius:5px;
194  -webkit-box-shadow: #333 0px 1px 0px;
195  padding: 0.3em 0.8em;
196  float: left;
197}
198
199div.panels-ipe-control .form-submit {
200  float: left;
201  margin: 0.3em 0.5em;
202}
203
204div.panels-ipe-form-container {
205  min-width: 12.5em;
206  min-height: 2em;
207  margin-left: auto;
208  margin-right: auto;
209}
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.