mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
238 lines
8.8 KiB
CSS
238 lines
8.8 KiB
CSS
/******************************************************************/
|
|
/* CURRENT DIRECTORY STYLES */
|
|
/******************************************************************/
|
|
/* cwd container to avoid selectable on scrollbar */
|
|
.elfinder-cwd-wrapper {
|
|
overflow: auto;
|
|
position:relative;
|
|
padding:2px;
|
|
margin:0;
|
|
}
|
|
|
|
.elfinder-cwd-wrapper-list { padding:0; }
|
|
|
|
/* container */
|
|
.elfinder-cwd {
|
|
position:relative;
|
|
cursor:default;
|
|
padding:0;
|
|
margin:0;
|
|
-moz-user-select: -moz-none;
|
|
-khtml-user-select: none;
|
|
-webkit-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
/* container active on dropenter */
|
|
.elfinder .elfinder-cwd-wrapper.elfinder-droppable-active {
|
|
padding:0;
|
|
border:2px solid #8cafed;
|
|
}
|
|
|
|
|
|
/************************** ICONS VIEW ********************************/
|
|
|
|
/* file container */
|
|
.elfinder-cwd-view-icons .elfinder-cwd-file {
|
|
width:120px;
|
|
height:80px;
|
|
padding-bottom:2px;
|
|
cursor:default;
|
|
border:none;
|
|
/* overflow:hidden;*/
|
|
/* position:relative;*/
|
|
}
|
|
|
|
/* ltr/rtl enviroment */
|
|
.elfinder-ltr .elfinder-cwd-view-icons .elfinder-cwd-file { float:left; margin:0 3px 12px 0; }
|
|
.elfinder-rtl .elfinder-cwd-view-icons .elfinder-cwd-file { float:right; margin:0 0 5px 3px; }
|
|
|
|
/* remove ui hover class border */
|
|
.elfinder-cwd-view-icons .elfinder-cwd-file .ui-state-hover { border:0 solid; }
|
|
|
|
/* icon wrapper to create selected highlight around icon */
|
|
.elfinder-cwd-view-icons .elfinder-cwd-file-wrapper {
|
|
width:52px;
|
|
height:52px;
|
|
margin:1px auto 1px auto;
|
|
padding:2px;
|
|
position:relative;
|
|
}
|
|
|
|
/* file name place */
|
|
.elfinder-cwd-view-icons .elfinder-cwd-filename {
|
|
text-align:center;
|
|
white-space:pre;
|
|
overflow:hidden;
|
|
text-overflow:ellipsis;
|
|
-o-text-overflow:ellipsis;
|
|
margin:3px 1px 0 1px;
|
|
padding:1px;
|
|
-moz-border-radius: 8px;
|
|
-webkit-border-radius: 8px;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
/* permissions/symlink markers */
|
|
.elfinder-cwd-view-icons .elfinder-perms { bottom:4px; right:2px; }
|
|
.elfinder-cwd-view-icons .elfinder-symlink { bottom:6px; left:0px; }
|
|
|
|
/* icon/thumbnail */
|
|
.elfinder-cwd-icon {
|
|
display:block;
|
|
width:48px;
|
|
height:48px;
|
|
margin:0 auto;
|
|
background: url('../img/icons-big.png') 0 0 no-repeat;
|
|
-moz-background-clip: padding;
|
|
-webkit-background-clip: padding-box;
|
|
background-clip: padding-box;
|
|
}
|
|
|
|
/* "opened folder" icon on dragover */
|
|
.elfinder-cwd .elfinder-droppable-active .elfinder-cwd-icon { background-position: 0 -100px; }
|
|
|
|
/* mimetypes icons */
|
|
.elfinder-cwd-icon-directory { background-position:0 -50px; }
|
|
.elfinder-cwd-icon-application { background-position:0 -150px; }
|
|
.elfinder-cwd-icon-x-empty,
|
|
.elfinder-cwd-icon-text { background-position:0 -200px; }
|
|
.elfinder-cwd-icon-image,
|
|
.elfinder-cwd-icon-vnd-adobe-photoshop,
|
|
.elfinder-cwd-icon-postscript { background-position:0 -250px; }
|
|
.elfinder-cwd-icon-audio { background-position:0 -300px; }
|
|
.elfinder-cwd-icon-video,
|
|
.elfinder-cwd-icon-flash-video { background-position:0 -350px; }
|
|
.elfinder-cwd-icon-rtf,
|
|
.elfinder-cwd-icon-rtfd { background-position: 0 -401px; }
|
|
.elfinder-cwd-icon-pdf { background-position: 0 -450px; }
|
|
.elfinder-cwd-icon-ms-excel,
|
|
.elfinder-cwd-icon-msword,
|
|
.elfinder-cwd-icon-vnd-ms-excel,
|
|
.elfinder-cwd-icon-vnd-ms-excel-addin-macroEnabled-12,
|
|
.elfinder-cwd-icon-vnd-ms-excel-sheet-binary-macroEnabled-12,
|
|
.elfinder-cwd-icon-vnd-ms-excel-sheet-macroEnabled-12,
|
|
.elfinder-cwd-icon-vnd-ms-excel-template-macroEnabled-12,
|
|
.elfinder-cwd-icon-vnd-ms-office,
|
|
.elfinder-cwd-icon-vnd-ms-powerpoint,
|
|
.elfinder-cwd-icon-vnd-ms-powerpoint-addin-macroEnabled-12,
|
|
.elfinder-cwd-icon-vnd-ms-powerpoint-presentation-macroEnabled-12,
|
|
.elfinder-cwd-icon-vnd-ms-powerpoint-slide-macroEnabled-12,
|
|
.elfinder-cwd-icon-vnd-ms-powerpoint-slideshow-macroEnabled-12,
|
|
.elfinder-cwd-icon-vnd-ms-powerpoint-template-macroEnabled-12,
|
|
.elfinder-cwd-icon-vnd-ms-word,
|
|
.elfinder-cwd-icon-vnd-ms-word-document-macroEnabled-12,
|
|
.elfinder-cwd-icon-vnd-ms-word-template-macroEnabled-12,
|
|
.elfinder-cwd-icon-vnd-oasis-opendocument-chart,
|
|
.elfinder-cwd-icon-vnd-oasis-opendocument-database,
|
|
.elfinder-cwd-icon-vnd-oasis-opendocument-formula,
|
|
.elfinder-cwd-icon-vnd-oasis-opendocument-graphics,
|
|
.elfinder-cwd-icon-vnd-oasis-opendocument-graphics-template,
|
|
.elfinder-cwd-icon-vnd-oasis-opendocument-image,
|
|
.elfinder-cwd-icon-vnd-oasis-opendocument-presentation,
|
|
.elfinder-cwd-icon-vnd-oasis-opendocument-presentation-template,
|
|
.elfinder-cwd-icon-vnd-oasis-opendocument-spreadsheet,
|
|
.elfinder-cwd-icon-vnd-oasis-opendocument-spreadsheet-template,
|
|
.elfinder-cwd-icon-vnd-oasis-opendocument-text,
|
|
.elfinder-cwd-icon-vnd-oasis-opendocument-text-master,
|
|
.elfinder-cwd-icon-vnd-oasis-opendocument-text-template,
|
|
.elfinder-cwd-icon-vnd-oasis-opendocument-text-web,
|
|
.elfinder-cwd-icon-vnd-openofficeorg-extension,
|
|
.elfinder-cwd-icon-vnd-openxmlformats-officedocument-presentationml-presentation,
|
|
.elfinder-cwd-icon-vnd-openxmlformats-officedocument-presentationml-slide,
|
|
.elfinder-cwd-icon-vnd-openxmlformats-officedocument-presentationml-slideshow,
|
|
.elfinder-cwd-icon-vnd-openxmlformats-officedocument-presentationml-template,
|
|
.elfinder-cwd-icon-vnd-openxmlformats-officedocument-spreadsheetml-sheet,
|
|
.elfinder-cwd-icon-vnd-openxmlformats-officedocument-spreadsheetml-template,
|
|
.elfinder-cwd-icon-vnd-openxmlformats-officedocument-wordprocessingml-document,
|
|
.elfinder-cwd-icon-vnd-openxmlformats-officedocument-wordprocessingml-template { background-position: 0 -500px; }
|
|
.elfinder-cwd-icon-html { background-position: 0 -550px; }
|
|
.elfinder-cwd-icon-css { background-position: 0 -600px; }
|
|
.elfinder-cwd-icon-javascript,
|
|
.elfinder-cwd-icon-x-javascript { background-position: 0 -650px; }
|
|
.elfinder-cwd-icon-x-perl { background-position: 0 -700px; }
|
|
.elfinder-cwd-icon-x-python { background-position: 0 -750px; }
|
|
.elfinder-cwd-icon-x-ruby { background-position: 0 -800px; }
|
|
.elfinder-cwd-icon-x-sh,
|
|
.elfinder-cwd-icon-x-shellscript { background-position: 0 -850px; }
|
|
.elfinder-cwd-icon-x-c,
|
|
.elfinder-cwd-icon-x-csrc,
|
|
.elfinder-cwd-icon-x-chdr,
|
|
.elfinder-cwd-icon-x-c--,
|
|
.elfinder-cwd-icon-x-c--src,
|
|
.elfinder-cwd-icon-x-c--hdr,
|
|
.elfinder-cwd-icon-x-java,
|
|
.elfinder-cwd-icon-x-java-source { background-position: 0 -900px; }
|
|
.elfinder-cwd-icon-x-php { background-position: 0 -950px; }
|
|
.elfinder-cwd-icon-xml { background-position: 0 -1000px; }
|
|
.elfinder-cwd-icon-zip,
|
|
.elfinder-cwd-icon-x-zip,
|
|
.elfinder-cwd-icon-x-7z-compressed { background-position: 0 -1050px; }
|
|
.elfinder-cwd-icon-x-gzip,
|
|
.elfinder-cwd-icon-x-tar { background-position: 0 -1100px; }
|
|
.elfinder-cwd-icon-x-bzip,
|
|
.elfinder-cwd-icon-x-bzip2 { background-position: 0 -1150px; }
|
|
.elfinder-cwd-icon-x-rar,
|
|
.elfinder-cwd-icon-x-rar-compressed { background-position: 0 -1200px; }
|
|
.elfinder-cwd-icon-x-shockwave-flash { background-position: 0 -1250px; }
|
|
.elfinder-cwd-icon-group { background-position:0 -1300px;}
|
|
|
|
/* textfield inside icon */
|
|
.elfinder-cwd input { width:100%; border:0px solid; margin:0; padding:0; }
|
|
.elfinder-cwd-view-icons input {text-align:center; }
|
|
|
|
.elfinder-cwd-view-icons { text-align:center; }
|
|
|
|
|
|
/************************************ LIST VIEW ************************************/
|
|
|
|
/*.elfinder-cwd-view-list { padding:0 0 4px 0; }*/
|
|
|
|
.elfinder-cwd table { width:100%; border-collapse:collapse; border:0 solid; margin:0 0 10px 0; }
|
|
.elfinder .elfinder-cwd table thead tr { border-left:0 solid; border-top:0 solid; border-right:0 solid; }
|
|
|
|
.elfinder .elfinder-cwd table td {
|
|
padding:3px 12px;
|
|
white-space:pre;
|
|
overflow:hidden;
|
|
text-align:right;
|
|
cursor:default;
|
|
border:0 solid;
|
|
|
|
}
|
|
|
|
.elfinder-ltr .elfinder-cwd table td { text-align:right; }
|
|
.elfinder-ltr .elfinder-cwd table td:first-child { text-align:left; }
|
|
.elfinder-rtl .elfinder-cwd table td { text-align:left; }
|
|
.elfinder-rtl .elfinder-cwd table td:first-child { text-align:right; }
|
|
|
|
.elfinder-odd-row { background:#eee; }
|
|
|
|
/* filename container */
|
|
.elfinder-cwd-view-list .elfinder-cwd-file-wrapper { width:97%; position:relative; }
|
|
/* filename container in ltr/rtl enviroment */
|
|
.elfinder-ltr .elfinder-cwd-view-list .elfinder-cwd-file-wrapper { padding-left:23px; }
|
|
.elfinder-rtl .elfinder-cwd-view-list .elfinder-cwd-file-wrapper { padding-right:23px; }
|
|
|
|
/* premissions/symlink marker */
|
|
.elfinder-cwd-view-list .elfinder-perms,
|
|
.elfinder-cwd-view-list .elfinder-symlink { top:50%; margin-top:-6px; }
|
|
/* markers in ltr/rtl enviroment */
|
|
.elfinder-ltr .elfinder-cwd-view-list .elfinder-perms { left:7px; }
|
|
.elfinder-ltr .elfinder-cwd-view-list .elfinder-symlink { left:-7px; }
|
|
|
|
/* file icon */
|
|
.elfinder-cwd-view-list td .elfinder-cwd-icon {
|
|
width:16px;
|
|
height:16px;
|
|
position:absolute;
|
|
top:50%;
|
|
margin-top:-8px;
|
|
background-image:url(../img/icons-small.png);
|
|
}
|
|
/* icon in ltr/rtl enviroment */
|
|
.elfinder-ltr .elfinder-cwd-view-list .elfinder-cwd-icon { left:0; }
|
|
.elfinder-rtl .elfinder-cwd-view-list .elfinder-cwd-icon { right:0; }
|
|
|
|
|