mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
257 lines
5.4 KiB
CSS
257 lines
5.4 KiB
CSS
/******************************************************************/
|
|
/* COMMANDS STYLES */
|
|
/******************************************************************/
|
|
|
|
/********************** COMMAND "RESIZE" ****************************/
|
|
.elfinder-dialog-resize { margin-top:.3em; }
|
|
.elfinder-resize-type { float:left; margin-bottom: .4em; }
|
|
.elfinder-resize-control { padding-top:3em; }
|
|
.elfinder-resize-control input[type=text] { border:1px solid #aaa; text-align: right; }
|
|
.elfinder-resize-preview {
|
|
width:400px;
|
|
height:400px;
|
|
padding:10px;
|
|
background:#fff;
|
|
border:1px solid #aaa;
|
|
float:right;
|
|
position:relative;
|
|
overflow:auto;
|
|
/* z-index:100;*/
|
|
}
|
|
|
|
.elfinder-resize-handle { position:relative;}
|
|
|
|
.elfinder-resize-handle-hline,
|
|
.elfinder-resize-handle-vline {
|
|
position:absolute;
|
|
background-image:url("../img/crop.gif");
|
|
}
|
|
|
|
.elfinder-resize-handle-hline {
|
|
width:100%;
|
|
height:1px !important;
|
|
background-repeat:repeat-x;
|
|
}
|
|
.elfinder-resize-handle-vline {
|
|
width:1px !important;
|
|
height:100%;
|
|
background-repeat:repeat-y;
|
|
}
|
|
|
|
.elfinder-resize-handle-hline-top { top:0; left:0; }
|
|
.elfinder-resize-handle-hline-bottom { bottom:0; left:0; }
|
|
.elfinder-resize-handle-vline-left { top:0; left:0; }
|
|
.elfinder-resize-handle-vline-right { top:0; right:0; }
|
|
|
|
.elfinder-resize-handle-point {
|
|
position:absolute;
|
|
width:8px;
|
|
height:8px;
|
|
border:1px solid #777;
|
|
background:transparent;
|
|
}
|
|
|
|
.elfinder-resize-handle-point-n {
|
|
top:0;
|
|
left:50%;
|
|
margin-top:-5px;
|
|
margin-left:-5px;
|
|
}
|
|
.elfinder-resize-handle-point-ne {
|
|
top:0;
|
|
right:0;
|
|
margin-top:-5px;
|
|
margin-right:-5px;
|
|
}
|
|
.elfinder-resize-handle-point-e {
|
|
top:50%;
|
|
right:0;
|
|
margin-top:-5px;
|
|
margin-right:-5px;
|
|
}
|
|
.elfinder-resize-handle-point-se {
|
|
bottom:0;
|
|
right:0;
|
|
margin-bottom:-5px;
|
|
margin-right:-5px;
|
|
}
|
|
.elfinder-resize-handle-point-s {
|
|
bottom:0;
|
|
left:50%;
|
|
margin-bottom:-5px;
|
|
margin-left:-5px;
|
|
}
|
|
.elfinder-resize-handle-point-sw {
|
|
bottom:0;
|
|
left:0;
|
|
margin-bottom:-5px;
|
|
margin-left:-5px;
|
|
}
|
|
.elfinder-resize-handle-point-w {
|
|
top:50%;
|
|
left:0;
|
|
margin-top:-5px;
|
|
margin-left:-5px;
|
|
}
|
|
.elfinder-resize-handle-point-nw {
|
|
top:0;
|
|
left:0;
|
|
margin-top:-5px;
|
|
margin-left:-5px;
|
|
}
|
|
|
|
.elfinder-resize-spinner {
|
|
position:absolute;
|
|
width:200px;
|
|
height:30px;
|
|
top:50%;
|
|
margin-top:-25px;
|
|
left:50%;
|
|
margin-left:-100px;
|
|
text-align:center;
|
|
background:url(../img/progress.gif) center bottom repeat-x;
|
|
}
|
|
|
|
.elfinder-resize-row { margin-bottom:7px; position:relative;}
|
|
|
|
.elfinder-resize-label { float:left; width:80px; padding-top: 3px; }
|
|
|
|
.elfinder-resize-reset {
|
|
width:16px;
|
|
height:16px;
|
|
/* border:1px solid #111;*/
|
|
position:absolute;
|
|
margin-top:-8px;
|
|
}
|
|
|
|
.elfinder-dialog .elfinder-dialog-resize .ui-resizable-e { height:100%; width:10px; }
|
|
.elfinder-dialog .elfinder-dialog-resize .ui-resizable-s { width:100%; height:10px; }
|
|
.elfinder-dialog .elfinder-dialog-resize .ui-resizable-se {
|
|
background:transparent;
|
|
bottom:0;
|
|
right:0;
|
|
margin-right:-7px;
|
|
margin-bottom:-7px;
|
|
}
|
|
|
|
.elfinder-dialog-resize .ui-icon-grip-solid-vertical {
|
|
position:absolute;
|
|
top:50%;
|
|
right:0;
|
|
margin-top:-8px;
|
|
margin-right:-11px;
|
|
}
|
|
.elfinder-dialog-resize .ui-icon-grip-solid-horizontal {
|
|
position:absolute;
|
|
left:50%;
|
|
bottom:0;
|
|
margin-left:-8px;
|
|
margin-bottom:-11px;;
|
|
}
|
|
|
|
.elfinder-resize-row .elfinder-buttonset { float:right; }
|
|
|
|
.elfinder-resize-rotate-slider {
|
|
float: left;
|
|
width: 195px;
|
|
margin: 7px 7px 0;
|
|
}
|
|
|
|
/********************** COMMAND "EDIT" ****************************/
|
|
/* edit text file textarea */
|
|
.elfinder-file-edit {
|
|
width:99%;
|
|
height:99%;
|
|
margin:0;
|
|
padding:2px;
|
|
border:1px solid #ccc;
|
|
}
|
|
|
|
|
|
/********************** COMMAND "HELP" ****************************/
|
|
/* help dialog */
|
|
.elfinder-help { margin-bottom:.5em; }
|
|
|
|
/* fix tabs */
|
|
.elfinder-help .ui-tabs-panel { padding:.5em; }
|
|
.elfinder-dialog .ui-tabs .ui-tabs-nav li a { padding:.2em 1em;}
|
|
|
|
.elfinder-help-shortcuts {
|
|
height:300px;
|
|
padding:1em;
|
|
margin:.5em 0;
|
|
overflow:auto;
|
|
}
|
|
.elfinder-help-shortcut { white-space:nowrap; clear:both;}
|
|
|
|
.elfinder-help-shortcut-pattern { float:left; width:160px;}
|
|
|
|
.elfinder-help-logo {
|
|
width:100px;
|
|
height:96px;
|
|
float:left;
|
|
margin-right:1em;
|
|
background:url('../img/logo.png') center center no-repeat;
|
|
}
|
|
|
|
.elfinder-help h3 { font-size:1.5em; margin:.2em 0 .3em 0; }
|
|
|
|
.elfinder-help-separator { clear:both; padding:.5em; }
|
|
|
|
.elfinder-help-link { padding:2px; }
|
|
|
|
.elfinder-help .ui-priority-secondary { font-size:.9em;}
|
|
|
|
.elfinder-help .ui-priority-primary { margin-bottom:7px;}
|
|
|
|
.elfinder-help-team {
|
|
clear: both;
|
|
text-align:right;
|
|
border-bottom:1px solid #ccc;
|
|
margin:.5em 0;
|
|
font-size:.9em;
|
|
}
|
|
|
|
.elfinder-help-team div { float:left; }
|
|
.elfinder-help-license { font-size:.9em;}
|
|
|
|
.elfinder-help-disabled {
|
|
font-weight:bold;
|
|
text-align:center;
|
|
margin:90px 0;
|
|
}
|
|
|
|
.elfinder-help .elfinder-dont-panic {
|
|
display:block;
|
|
border:1px solid transparent;
|
|
width:200px;
|
|
height:200px;
|
|
margin:30px auto;
|
|
text-decoration:none;
|
|
text-align:center;
|
|
position:relative;
|
|
background:#d90004;
|
|
-moz-box-shadow: 5px 5px 9px #111;
|
|
-webkit-box-shadow: 5px 5px 9px #111;
|
|
box-shadow: 5px 5px 9px #111;
|
|
background: -moz-radial-gradient(80px 80px, circle farthest-corner, #d90004 35%, #960004 100%);
|
|
background: -webkit-gradient(radial, 80 80, 60, 80 80, 120, from(#d90004), to(#960004));
|
|
-moz-border-radius: 100px;
|
|
-webkit-border-radius: 100px;
|
|
border-radius: 100px;
|
|
outline:none;
|
|
}
|
|
|
|
.elfinder-help .elfinder-dont-panic span {
|
|
font-size:3em;
|
|
font-weight:bold;
|
|
text-align:center;
|
|
color:#fff;
|
|
position:absolute;
|
|
left:0;
|
|
top:45px;
|
|
}
|
|
|
|
|
|
|