forked from extern/egroupware
b0ec6dc0a2
et2_file - background image and size
399 lines
9.5 KiB
CSS
Executable File
399 lines
9.5 KiB
CSS
Executable File
/**
|
|
* EGroupware: CSS with less preprocessor
|
|
|
|
* FILEMANAGER
|
|
*
|
|
* Please do NOT change app.css directly, instead change app.less and compile it!
|
|
*
|
|
* @link http://www.egroupware.org
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
|
* @package filemanager
|
|
* @version $Id$
|
|
*/
|
|
/**
|
|
* EGroupware - CSS Styles used by filemanager app
|
|
*
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @package etemplate
|
|
* @link http://www.egroupware.org
|
|
* @author Ralf Becker <RalfBecker@outdoor-training.de>
|
|
* @version $Id$
|
|
*/
|
|
/**
|
|
* CSS for new eTemplate filemanager UI
|
|
*/
|
|
.mimeHuge img {
|
|
width: 64px;
|
|
height: 64px;
|
|
}
|
|
.fileName input {
|
|
font-weight: bold;
|
|
width: 100%;
|
|
}
|
|
.comment textarea {
|
|
width: 100%;
|
|
height: 35px;
|
|
}
|
|
.previewImage img {
|
|
max-width: 430px;
|
|
max-height: 275px;
|
|
border: 1px solid black;
|
|
}
|
|
.pathSelection {
|
|
font-weight: bold;
|
|
}
|
|
.pathSelection a {
|
|
font-weight: bold;
|
|
font-size: 120%;
|
|
}
|
|
.pathSelectionContainer {
|
|
width: 640px;
|
|
overflow: auto;
|
|
}
|
|
/**
|
|
* Get path input to take all remaining width
|
|
*/
|
|
#filemanager-index_filemanager-index-header_left {
|
|
width: 100%;
|
|
}
|
|
div.filemanager_navigation {
|
|
position: relative;
|
|
width: 100%;
|
|
}
|
|
div.filemanager_navigation > * {
|
|
vertical-align: middle;
|
|
}
|
|
#filemanager-index_buttons {
|
|
float: right;
|
|
}
|
|
#filemanager-index_buttons > * {
|
|
vertical-align: middle;
|
|
padding-left: 3px;
|
|
}
|
|
div.filemanager_navigation > label {
|
|
position: absolute;
|
|
left: 50px;
|
|
right: 385px;
|
|
padding-top: 3px;
|
|
font-size: 140%;
|
|
white-space: nowrap;
|
|
}
|
|
div.filemanager_navigation > label > input {
|
|
width: 100%;
|
|
}
|
|
#filemanager-index-buttons div.et2_file .progress {
|
|
position: absolute;
|
|
right: 0px;
|
|
}
|
|
/**
|
|
* Select file dialog
|
|
*/
|
|
.selectPath {
|
|
font-weight: bold;
|
|
width: 98%;
|
|
}
|
|
.selectPathContainer {
|
|
width: 470px;
|
|
overflow: auto;
|
|
}
|
|
.selectName input {
|
|
width: 100%;
|
|
}
|
|
.selectMime select {
|
|
width: 100%;
|
|
}
|
|
.displayNone input,
|
|
input.displayNone {
|
|
display: none;
|
|
}
|
|
.selectFiles td div {
|
|
border-style: groove;
|
|
}
|
|
.selectFiles div {
|
|
max-height: 400px;
|
|
overflow: auto;
|
|
}
|
|
/*/*****************************************************************
|
|
// sidebar
|
|
|
|
*/
|
|
/*//******************************************************************
|
|
// iframe*/
|
|
#filemanager-index_filemanager-index-header_left {
|
|
float: left;
|
|
height: 36px;
|
|
width: 98%;
|
|
}
|
|
div.filemanager_navigation {
|
|
position: relative;
|
|
width: 100%;
|
|
}
|
|
div.filemanager_navigation img {
|
|
width: 16px;
|
|
height: 16px;
|
|
/*.background_color_10_gray;*/
|
|
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
padding: 0.2em;
|
|
}
|
|
div.filemanager_navigation img:hover {
|
|
/*.background_color_20_gray;*/
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
border: 1px solid rgba(0, 0, 0, 0.5);
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
div.filemanager_navigation img#filemanager-index_tarp {
|
|
border: none;
|
|
-webkit-box-shadow: none;
|
|
-moz-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
div.filemanager_navigation img#filemanager-index_tarp:hover {
|
|
border: none;
|
|
-webkit-box-shadow: none;
|
|
-moz-box-shadow: none;
|
|
box-shadow: none;
|
|
background-color: #f0f0f0;
|
|
}
|
|
/*Up img*/
|
|
img#filemanager-index_up {
|
|
position: relative;
|
|
top: 5px;
|
|
}
|
|
/*Home img*/
|
|
img#filemanager-index_home {
|
|
position: relative;
|
|
top: 5px;
|
|
}
|
|
/*Pfad */
|
|
div.filemanager_navigation > label {
|
|
float: left;
|
|
left: 64px;
|
|
right: 485px;
|
|
font-size: 140%;
|
|
top: 5px;
|
|
}
|
|
/*Buttons / Tarp / FileUpload*/
|
|
#filemanager-index_buttons {
|
|
/* float: right;
|
|
left: 0px;
|
|
right: 30%;
|
|
position: relative;*/
|
|
top: 0px;
|
|
float: left;
|
|
position: absolute;
|
|
right: 0;
|
|
}
|
|
#filemanager-index_buttons > * {
|
|
padding-left: 3px;
|
|
vertical-align: middle;
|
|
margin-right: 0.2em;
|
|
}
|
|
div.filemanager_navigation > label > input {
|
|
width: 95%;
|
|
}
|
|
#filemanager-index .et2_file {
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
border: none;
|
|
}
|
|
#filemanager-index .et2_file input#filemanager-index_upload {
|
|
color: #ffffff;
|
|
background-color: #0c5da5;
|
|
}
|
|
#filemanager-index .et2_file input#filemanager-index_upload:hover {
|
|
background-color: #66a1d2 !important;
|
|
color: #ffc200;
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-webkit-border-radius: 3px;
|
|
-webkit-border-top-left-radius: 10px;
|
|
-moz-border-radius: 3px;
|
|
-moz-border-radius-topleft: 10px;
|
|
border-radius: 3px;
|
|
border-top-left-radius: 10px;
|
|
}
|
|
#filemanager-index .et2_file input#filemanager-index_upload:active {
|
|
background-color: #1aa200 !important;
|
|
}
|
|
#filemanager-index .et2_file .et2_file_span {
|
|
background-size: 20px 20px;
|
|
padding: 3px 5px 3px 10px;
|
|
height: 16px;
|
|
border: 2px solid transparent;
|
|
}
|
|
#filemanager-index .et2_file div.progress {
|
|
z-index: 1;
|
|
}
|
|
#filemanager-index #filemanager-index_tarp {
|
|
width: 32px !important;
|
|
height: 32px !important;
|
|
position: relative;
|
|
top: 0px;
|
|
}
|
|
#filemanager-index .filters {
|
|
vertical-align: center;
|
|
}
|
|
#filemanager-index .filters #filemanager-index_filter {
|
|
margin-top: 0.5em;
|
|
}
|
|
/*// #####################################################*/
|
|
/*Dialog filemanager*/
|
|
#filemanager-select {
|
|
padding: 0px 8px 0 0;
|
|
}
|
|
#filemanager-select .dialogHeader .et2_button_icon {
|
|
margin: 4px 4px 0 4px;
|
|
border-top: solid 1px #ffffff;
|
|
border-left: solid 1px #ffffff;
|
|
border-right: solid 1px #ffffff;
|
|
border-bottom: solid 1px #ffffff;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
background-color: #ffffff;
|
|
height: auto;
|
|
width: 24px;
|
|
}
|
|
#filemanager-select .dialogHeader .selectPathContainer {
|
|
overflow: auto;
|
|
width: 470px;
|
|
margin_top: 0px;
|
|
height: 32px;
|
|
}
|
|
#filemanager-select .dialogHeader .selectPathContainer input {
|
|
height: 20px;
|
|
}
|
|
#filemanager-select #filemanager-select_apps {
|
|
background-color: #d9d9d9;
|
|
}
|
|
#filemanager-select #filemanager-select_apps .et2_button_icon {
|
|
height: auto;
|
|
width: 24px;
|
|
padding: 10px;
|
|
}
|
|
#filemanager-select table#filemanager-select_dir {
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
}
|
|
#filemanager-select table#filemanager-select_dir tr:nth-child(even) {
|
|
background: #ffffff;
|
|
}
|
|
#filemanager-select table#filemanager-select_dir tr:nth-child(odd) {
|
|
background: #f2f2f2;
|
|
}
|
|
#filemanager-select .vfsMimeIcon {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
/*// #####################################################*/
|
|
/*Dialog filemanager edit POPUP WINDOW*/
|
|
div#filemanager-file {
|
|
margin: 0.5em;
|
|
}
|
|
div#filemanager-file_tabs {
|
|
width: 564px;
|
|
/*eacl*/
|
|
/*Abonements*/
|
|
}
|
|
div#filemanager-file_tabs .et2_tabs {
|
|
width: 554px;
|
|
}
|
|
div#filemanager-file_tabs img {
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
div#filemanager-file_tabs span.ui-icon-search {
|
|
/*.background_color_10_gray;*/
|
|
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
position: relative;
|
|
top: 3px;
|
|
margin-left: 3px;
|
|
}
|
|
div#filemanager-file_tabs span.ui-icon-search:hover {
|
|
/*.background_color_20_gray;*/
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
border: 1px solid rgba(0, 0, 0, 0.5);
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
div#filemanager-file_tabs span.ui-icon-search:active {
|
|
/*.background_color_30_gray;*/
|
|
border: 1px solid rgba(0, 0, 0, 0.9);
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
background-color: #1aa200;
|
|
}
|
|
div#filemanager-file_tabs #filemanager-file_filemanager-file-eacl {
|
|
/*Owner*/
|
|
}
|
|
div#filemanager-file_tabs #filemanager-file_filemanager-file-eacl td.filemanager-file_filemanager-file-eaclowner span {
|
|
display: flex;
|
|
margin-right: 1px;
|
|
}
|
|
div#filemanager-file_tabs #filemanager-file_filemanager-file-eacl td.filemanager-file_filemanager-file-eaclowner span.ui-icon-search {
|
|
position: relative;
|
|
top: 15px;
|
|
margin-left: -3px;
|
|
margin-right: 3px;
|
|
}
|
|
div#filemanager-file_tabs td.eaclAccount {
|
|
width: 200px;
|
|
}
|
|
/*// #####################################################*/
|
|
/*Dialog filemanager upload POPUP WINDOW*/
|
|
div#stylite-filemanager-upload {
|
|
margin: 0.5em;
|
|
}
|
|
div#stylite-filemanager-upload .et2_file {
|
|
height: 24px;
|
|
}
|
|
div#stylite-filemanager-upload .et2_file input {
|
|
color: #ffffff;
|
|
width: 250px;
|
|
background-color: #0c5da5;
|
|
}
|
|
div#stylite-filemanager-upload .et2_file input:hover {
|
|
background-color: #66a1d2 !important;
|
|
color: #ffc200;
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-webkit-border-radius: 3px;
|
|
-webkit-border-top-left-radius: 10px;
|
|
-moz-border-radius: 3px;
|
|
-moz-border-radius-topleft: 10px;
|
|
border-radius: 3px;
|
|
border-top-left-radius: 10px;
|
|
}
|
|
div#stylite-filemanager-upload .et2_file input:active {
|
|
background-color: #1aa200 !important;
|
|
}
|
|
div#stylite-filemanager-upload .et2_file div.progress {
|
|
width: 0px;
|
|
}
|