3 font: 10pt Helvetica, Verdana, sans-serif;
10 background-color: #CDCDCD;
11 border-bottom: 1px solid black;
14 vertical-align: center;
17 #header #breadcrumbs {
20 #header-right-toolbar {
26 vertical-align: center;
41 text-decoration: none;
45 text-decoration: underline;
55 background-color: #BCD6E9;
59 border-bottom: 1px solid #858585;
60 background-color: #B7B7B7;
65 border-right: 1px solid #858585;
71 background-color: #909090;
99 bottom: 0px; left: 0px; right: 0px; top: 1em;
104 position: absolute; /* absolute to relation with #panels */
111 width: 8px; /* initial width */
117 left: 8px; /* initial width of the left panel */
124 top: 22px; left: 0px; bottom:0px; right: 0px;
129 top: 0px; bottom: 0px; left: 0px; right: 0px;
139 .panel-content-overlay {
142 .panel-wrap.last-panel .panel-content {
146 /* Toolbars with select box to change panel contents*/
149 top: 0px; left:0px; right: 0px; height: 20px;
152 border-top: 1px solid #AAA;
153 border-bottom: 1px solid #AAA;
156 background-color: #DDD;
162 .panel-toolbar label {
165 margin: 0 10px 0 2px;
168 /* Slider between panels */
169 .panel-wrap .panel-slider {
171 background-color: #DDD;
173 top: 0px; bottom: 0px; right: 0px; width: 4px;
175 border-left: 1px solid #999;
176 border-right: 1px solid #999;
184 .panel-wrap .panel-slider:hover {
185 background-color: #999;
188 .panel-content-overlay.panel-wrap .panel-slider {
189 background-color: #DDD;
192 /* ================= */
193 /* = Gallery panel = */
194 /* ================= */
201 /* ==================== */
202 /* = XML Editor panel = */
203 /* ==================== */
210 .toolbar, .toolbar ol {
211 /* overflow: hidden;*/
215 background-color: #CCC;
216 border-top: 1px solid #AAA;
223 margin: 4px 0 -1px 4px;
224 padding: 2px 10px 0 10px;
225 background-color: #CCC;
226 border: 1px solid #AAA;
227 border-radius-topleft: 8px;
228 border-radius-topright: 8px;
229 -moz-border-radius-topleft: 8px;
230 -moz-border-radius-topright: 8px;
231 -webkit-border-top-left-radius: 8px;
232 -webkit-border-top-right-radius: 8px;
238 /* overflow: hidden;*/
241 .toolbar-tabs li:hover, .toolbar-tabs li.active {
243 background-color: #EEE;
244 border-bottom: 1px solid #EEE;
248 background-color: #EEE;
249 border-bottom: 1px solid #AAA;
252 .toolbar-buttons li {
258 -moz-border-radius: 10px;
259 -webkit-border-radius: 8px;
263 .toolbar-buttons li:hover {
264 background-color: #777;
269 /* =========================== */
270 /* = DublinCore Editor panel = */
271 /* =========================== */
276 .panel-dceditor label {
284 .panel-dceditor input, .panel-dceditor textarea {
291 border: 1px solid black;
302 .change-notification {