This commit is contained in:
2018-10-17 11:14:36 +03:00
parent 75a35947e5
commit 04d60d7e2c
2716 changed files with 431449 additions and 0 deletions
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,543 @@
/* COMMON - BEGIN */
/* FONT SETTINGS */
.tf-select,
.tf-input,
.tf-textarea,
.tf-multiple,
.tf-label,
.tf-fieldset legend,
.tf-file,
.tf-file input,
.tf-radio,
.tf-checkbox,
.tf-button,
.tf-input.tf-color,
.tf-input.tf-range {
font-size: 13px;
cursor: pointer;
}
/* FIELD - NORMAL */
.tf-select .tf-selected,
.tf-input,
.tf-multiple,
.tf-textarea,
.tf-file .tf-info,
.tf-radio,
.tf-checkbox {
background: #f0f0f0;
background: -webkit-linear-gradient(top, #e3e3e3, #fff);
background: -moz-linear-gradient(top, #e3e3e3, #fff);
background: -ms-linear-gradient(top, #e3e3e3, #fff);
background: -o-linear-gradient(top, #e3e3e3, #fff);
background: linear-gradient(to bottom, #e3e3e3, #fff);
box-shadow: inset 0 0 2px #6b6b6b;
border: 1px solid #6b6b6b;
border-radius: 4px;
color: #6b6b6b;
padding: 6px 10px;
}
/* FIELD - FOCUSED */
.tf-select.tf-focused .tf-selected,
.tf-select .tf-menu,
.tf-multiple.tf-focused,
.tf-input:focus, .tf-textarea:focus,
.tf-file.tf-focused .tf-info,
.tf-radio.tf-focused,
.tf-checkbox.tf-focused {
background: #d2eaf6;
background: -webkit-linear-gradient(top, #d2eaf6, #fff);
background: -moz-linear-gradient(top, #d2eaf6, #fff);
background: -ms-linear-gradient(top, #d2eaf6, #fff);
background: -o-linear-gradient(top, #d2eaf6, #fff);
background: linear-gradient(to bottom, #d2eaf6, #fff);
box-shadow: inset 0 0 2px #1b79b8;
border: 1px solid #1b79b8;
color: #1b79b8;
}
/* BUTTON - NORMAL */
.tf-button,
.tf-file .tf-button {
background: #6b6b6b;
background: -webkit-linear-gradient(top, #ababab, #6b6b6b);
background: -moz-linear-gradient(top, #ababab, #6b6b6b);
background: -ms-linear-gradient(top, #ababab, #6b6b6b);
background: -o-linear-gradient(top, #ababab, #6b6b6b);
background: linear-gradient(to bottom, #ababab, #6b6b6b);
box-shadow: inset 0 0 7px #fff, inset 0 0 3px #fff;
border: 1px solid #6b6b6b;
border-radius: 4px;
padding: 6px 10px;
}
/* BUTTON - FOCUSED */
.tf-file.tf-focused .tf-button,
.tf-button.tf-focused,
.tf-select.tf-focused .tf-button{
background: #1b79b8;
background: -webkit-linear-gradient(top, #59b5f2, #1b79b8);
background: -moz-linear-gradient(top, #59b5f2, #1b79b8);
background: -ms-linear-gradient(top, #59b5f2, #1b79b8);
background: -o-linear-gradient(top, #59b5f2, #1b79b8);
background: linear-gradient(to bottom, #59b5f2, #1b79b8);
border-color: #1b79b8;
}
/* BLACK OUTLINE, WHITE TEXT */
.tf-select .tf-menu .tf-hover,
.tf-multiple .tf-hover,
.tf-multiple .tf-selected,
.tf-button {
color: #fff;
text-shadow:
1px 0 rgba(0,0,0,.2),
-1px 0 rgba(0,0,0,.2),
0 -1px rgba(0,0,0,.2),
0 1px rgba(0,0,0,.2),
1px 1px rgba(0,0,0,.2),
-1px -1px rgba(0,0,0,.2),
1px -1px rgba(0,0,0,.2),
-1px 1px rgba(0,0,0,.2);
}
/* COMMON - END */
/* SELECT BOX - BEGIN */
.tf-select .tf-selected {
border-radius: 4px 0 0 4px;
}
.tf-select .tf-button {
border-left: none;
border-radius: 0 4px 4px 0;
}
.tf-select .tf-button span {
display: block;
background: url('img/ui-icons_white.png') -64px -15px;
width: 16px;
margin-left: 4px;
margin-right: 5px;
}
.tf-select .tf-menu {
border-radius: 0 0 4px 4px;
}
.tf-select .tf-menu div,
.tf-multiple div {
border: 1px solid transparent;
border-left-width: 0;
border-right-width: 0;
padding: 6px 10px;
margin-top: -1px;
}
.tf-select .tf-menu .tf-hover,
.tf-multiple.tf-focused .tf-hover,
.tf-multiple.tf-focused .tf-selected,
.tf-select.tf-opened.tf-focused .tf-button {
border-color: #1b79b8;
background: #59b5f2;
background: -webkit-linear-gradient(top, #1b79b8, #59b5f2);
background: -moz-linear-gradient(top, #1b79b8, #59b5f2);
background: -ms-linear-gradient(top, #1b79b8, #59b5f2);
background: -o-linear-gradient(top, #1b79b8, #59b5f2);
background: linear-gradient(to bottom, #1b79b8, #59b5f2);
box-shadow: inset 0 0 7px #fff, inset 0 0 3px #fff;
}
.tf-select.tf-opened .tf-button {
background: #ababab;
background: -webkit-linear-gradient(top, #6b6b6b, #ababab);
background: -moz-linear-gradient(top, #6b6b6b, #ababab);
background: -ms-linear-gradient(top, #6b6b6b, #ababab);
background: -o-linear-gradient(top, #6b6b6b, #ababab);
background: linear-gradient(to bottom, #6b6b6b, #ababab);
}
.tf-select.tf-opened .tf-button {
}
.tf-select .tf-menu .tf-group-last,
.tf-select .tf-menu div.tf-last {
border-bottom-width: 0;
}
.tf-select .tf-menu ul {
overflow: hidden;
}
.tf-select .tf-menu li.tf-last {
margin-bottom: -1px;
}
.tf-select .tf-menu .tf-last {
border-radius: 0 0 4px 4px;
}
.tf-select.tf-opened .tf-selected {
border-radius: 4px 0 0 0;
}
.tf-select.tf-opened .tf-button {
border-radius: 0 4px 0 0;
}
.tf-select .tf-menu li,
.tf-multiple.tf-focused li {
border-bottom: 1px solid #54b0e0;
border-top: 1px solid #54b0e0;
margin: -1px 0;
}
.tf-select .tf-menu li > span,
.tf-multiple li > span,
.tf-multiple.tf-focused li > span {
display: block;
padding: 6px 10px;
text-align: center;
font-weight: bold;
color: #6b6b6b;
background: #a7deff;
border-bottom: 1px solid #54b0e0;
cursor: default;
white-space: nowrap;
}
/* SELECT BOX - END */
/* MULTIPLE SELECT BOX - BEGIN */
.tf-multiple {
padding: 0;
}
.tf-multiple li {
border: 1px solid #54b0e0;
border-right: none;
border-left: none;
margin: -1px 0;
}
.tf-multiple li > span {
color: #70a5d1;
border-color: #54b0e0;
background: #c1ddf5;
}
.tf-multiple .tf-hover,
.tf-multiple .tf-selected,
.tf-multiple.tf-focused .tf-hover {
background: #b7def2;
background: -webkit-linear-gradient(top, #54b0e0, #b7def2);
background: -moz-linear-gradient(top, #54b0e0, #b7def2);
background: -ms-linear-gradient(top, #54b0e0, #b7def2);
background: -o-linear-gradient(top, #54b0e0, #b7def2);
background: linear-gradient(to bottom, #54b0e0, #b7def2);
box-shadow: inset 0 0 2px #fff, inset 0 0 2px #fff;
border-color: #54b0e0;
}
.tf-multiple .tf-hover,
.tf-multiple .tf-selected {
border: 1px solid #54b0e0;
border-left: none;
border-right: none;
}
.tf-multiple div.tf-first {
border-top: none;
border-radius: 4px 4px 0 0;
margin-top: 0;
}
.tf-multiple div.tf-last {
border-bottom: none;
border-radius: 0 0 4px 4px;
}
.tf-multiple .tf-group-first {
border-top: none;
margin-top: 0;
}
.tf-multiple li.tf-last,
.tf-multiple .tf-group-last {
border-bottom: none;
}
/* MULTIPLE SELECT BOX - END */
/* FILE UPLOAD BOX - BEGIN */
.tf-file {
width: 200px;
padding: 0;
overflow: auto;
}
.tf-file .tf-info, .tf-file.tf-focused .tf-info {
padding: 6px 10px;
border-radius: 4px 0 0 4px;
border-right: none;
}
.tf-file .tf-button {
border-radius: 0 4px 4px 0;
color: transparent;
text-shadow: none;
padding: 6px 8px;
}
.tf-file .tf-button span {
margin: 0 0 0 -4px;
width: 16px;
height: 16px;
display: block;
overflow: hidden;
background: url('img/ui-icons_white.png') -16px -96px;
}
.tf-file .tf-button:after {
content: "\00a0";
}
.tf-file input::-webkit-file-upload-button {
cursor: pointer;
}
/* FILE UPLOAD BOX - END */
/* RADIO BUTTON - BEGIN */
.tf-radio {
width: 15px;
height: 15px;
padding: 0;
border-radius: 8px;
}
.tf-radio input {
width: 17px;
height: 17px;
margin: -1px 0 0 -1px;
cursor: pointer;
}
.tf-radio span {
width: 15px;
height: 15px;
display: block;
float: right;
}
.tf-radio.tf-checked span {
background: url('img/ui-icons_black.png') -80px -145px;
}
.tf-radio.tf-checked.tf-focused span {
background-image: url('img/ui-icons_blue.png');
}
/* RADIO BUTTON - END */
/* CHECK BOX - BEGIN */
.tf-checkbox {
padding: 0;
width: 15px;
height: 15px;
border-radius: 3px;
}
.tf-checkbox input {
width: 17px;
height: 17px;
margin: -1px 0 0 -1px;
cursor: pointer;
}
.tf-checkbox.tf-checked span {
width: 15px;
height: 15px;
display: block;
background: url('img/ui-icons_black.png') -64px -145px;
float: right;
}
.tf-checkbox.tf-focused.tf-checked span {
background-image: url('img/ui-icons_blue.png');
}
/* CHECK BX - END */
/* BUTTON */
.tf-button {
overflow: hidden;
padding: 0;
}
.tf-button span {
margin: 3px 7px;
float: right;
}
.tf-button input,
.tf-button button {
cursor: pointer;
}
/* TEXT & TEXTAREA - BEGIN */
.tf-input, .tf-textarea {
outline: none;
cursor: text;
margin: 0;
}
/*.tf-input.tf-readOnly,
.tf-textarea.tf-readOnly,
.tf-input.tf-readOnly:focus,
.tf-textarea.tf-readOnly:focus {
background: #e4e4e4;
background: -webkit-linear-gradient(top, #e4e4e4, #fff);
background: -moz-linear-gradient(top, #e4e4e4, #fff);
background: -ms-linear-gradient(top, #e4e4e4, #fff);
background: -o-linear-gradient(top, #e4e4e4, #fff);
background: linear-gradient(to bottom, #e4e4e4, #fff);
box-shadow: inset 0 0 2px #a2a2a2;
border: 1px solid #a2a2a2;
border-radius: 4px;
color: #888;
padding: 6px 10px;
}*/
/* PLACEHOLDER COLORS */
.tf-input::-webkit-input-placeholder,
.tf-textarea::-webkit-input-placeholder {
color: #bbb;
}
.tf-input:-moz-placeholder,
.tf-textarea:-moz-placeholder {
color: #aaa;
}
.tf-input::-moz-placeholder,
.tf-textarea::-moz-placeholder {
color: #aaa;
}
.tf-input:-ms-input-placeholder,
.tf-textarea:-ms-input-placeholder {
color: #bbb;
}
.tf-input:focus::-webkit-input-placeholder,
.tf-textarea:focus::-webkit-input-placeholder {
color: #abc7d6;
}
.tf-input:focus:-moz-placeholder,
.tf-textarea:focus:-moz-placeholder {
color: #54B0E0;
}
.tf-input:focus::-moz-placeholder,
.tf-textarea:focus::-moz-placeholder {
color: #54B0E0;
}
.tf-input:focus:-ms-input-placeholder,
.tf-textarea:focus:-ms-input-placeholder {
color: #abc7d6;
}
/* READ-ONLY PLACEHOLDERS */
.tf-input.tf-readOnly::-webkit-input-placeholder,
.tf-textarea.tf-readOnly::-webkit-input-placeholder {
color: #d4d4d4;
}
.tf-input.tf-readOnly:-moz-placeholder,
.tf-textarea.tf-readOnly:-moz-placeholder {
color: #dedede;
}
.tf-input.tf-readOnly::-moz-placeholder,
.tf-textarea.tf-readOnly::-moz-placeholder {
color: #dedede;
}
.tf-input.tf-readOnly:-ms-input-placeholder,
.tf-textarea.tf-readOnly:-ms-input-placeholder {
color: #d4d4d4;
}
.tf-input.tf-readOnly:focus::-webkit-input-placeholder,
.tf-textarea.tf-readOnly:focus::-webkit-input-placeholder {
color: #d4d4d4;
}
.tf-input.tf-readOnly:focus:-moz-placeholder,
.tf-textarea.tf-readOnly:focus:-moz-placeholder {
color: #dedede;
}
.tf-input.tf-readOnly:focus::-moz-placeholder,
.tf-textarea.tf-readOnly:focus::-moz-placeholder {
color: #dedede;
}
.tf-input.tf-readOnly:focus:-ms-input-placeholder,
.tf-textarea.tf-readOnly:focus:-ms-input-placeholder {
color: #d4d4d4;
}
/* TEXT & TEXTAREA - END */
/* FIELD SET */
.tf-fieldset {
border: 1px solid #6B6B6B;
box-shadow: inset 0 0 4px #6B6B6B;
border-radius: 4px;
background: #fff;
background: -webkit-linear-gradient(top, #e3e3e3, #fff);
background: -moz-linear-gradient(top, #e3e3e3, #fff);
background: -ms-linear-gradient(top, #e3e3e3, #fff);
background: -o-linear-gradient(top, #e3e3e3, #fff);
background: linear-gradient(to bottom, #e3e3e3, #fff);
margin: 0 10px 10px 0;
padding: 10px;
}
.tf-fieldset legend {
font-weight: bold;
color: #6B6B6B;
text-shadow:
1px 0 rgba(255,255,255,.5),
-1px 0 rgba(255,255,255,.5),
0 -1px rgba(255,255,255,.5),
0 1px rgba(255,255,255,.5),
1px 1px rgba(255,255,255,.5),
-1px -1px rgba(255,255,255,.5),
1px -1px rgba(255,255,255,.5),
-1px 1px rgba(255,255,255,.5),
0 0 5px #fff;
}
/* MISC */
.tf-label {
color: #6b6b6b;
margin: 0 3px;
}
.tf-label.tf-focused {
color: #1b79b8;
}
.tf-disabled {
opacity: .5;
filter: alpha(opacity=50);
}
.tf-disabled,
.tf-disabled input,
.tf-disabled button,
.tf-disabled *
*.tf-disabled {
cursor: default;
}
.tf-file.tf-disabled input::-webkit-file-upload-button {
cursor: pointer;
}
.tf-fieldset.tf-disabled,
.tf-form.tf-disabled {
opacity: 1;
filter: alpha(opacity=100);
}
.tf-input.tf-color {
width: 30px;
padding: 0;
height: 24px;
}
.tf-input.tf-number {
text-align: right;
}
.tf-input.tf-range {
height: 9px;
margin: 8px 0 7px 0;
}
.tf-input.tf-search,
.tf-input.tf-search.tf-readOnly{
border-radius: 11px;
}
.tf-input.tf-datetime,
.tf-input.tf-datetime-local,
.tf-input.tf-month,
.tf-input.tf-time,
.tf-input.tf-week,
.tf-input.tf-datetime:focus,
.tf-input.tf-datetime-local:focus,
.tf-input.tf-month:focus,
.tf-input.tf-time:focus,
.tf-input.tf-week:focus {
padding: 1px 5px;
}
+431
View File
@@ -0,0 +1,431 @@
* {
font-size: 13px;
}
body {
background: #e0e0e0;
color: #6B6B6B;
}
fieldset td {
white-space: nowrap;
}
#folders {
margin: 5px 5px 0 5px;
}
#files {
margin-right: 5px;
}
/* SHARED DECLARATIONS */
#toolbar a:hover,
#toolbar a.hover,
span.current,
span.regular:hover,
span.context,
a.drag > span.folder,
#clipboard div:hover,
div.file:hover,
#files div.selected,
#files div.selected:hover,
tr.selected > td,
tr.selected:hover > td,
#menu .list div a:hover {
color: #fff;
text-shadow:
1px 0 rgba(0,0,0,.2),
-1px 0 rgba(0,0,0,.2),
0 -1px rgba(0,0,0,.2),
0 1px rgba(0,0,0,.2),
1px 1px rgba(0,0,0,.2),
-1px -1px rgba(0,0,0,.2),
1px -1px rgba(0,0,0,.2),
-1px 1px rgba(0,0,0,.2);
}
#files,
#folders,
#toolbar a.selected {
border: 1px solid #6B6B6B;
box-shadow: inset 0 0 4px #6B6B6B;
border-radius: 4px;
background: #fff;
background: -webkit-linear-gradient(top, #f0f0f0, #fff);
background: -moz-linear-gradient(top, #f0f0f0, #fff);
background: -ms-linear-gradient(top, #f0f0f0, #fff);
background: -o-linear-gradient(top, #f0f0f0, #fff);
background: linear-gradient(to bottom, #f0f0f0, #fff);
}
/* TOOLBAR */
#toolbar {
padding: 5px 0;
}
#toolbar a {
color: #6b6b6b;
margin-right: 5px;
border: 1px solid transparent;
outline: none;
display: block;
float: left;
border-radius: 4px;
padding:0;
background: #E0E0E0;
}
#toolbar a > span {
padding: 6px 10px 6px 26px;
diaplay: block;
float:left;
background: no-repeat 6px center;
}
#toolbar a:hover,
#toolbar a.hover {
border-color: #1b79b8;
background: #1b79b8;
background: -webkit-linear-gradient(top, #59b5f2, #1b79b8);
background: -moz-linear-gradient(top, #59b5f2, #1b79b8);
background: -ms-linear-gradient(top, #59b5f2, #1b79b8);
background: -o-linear-gradient(top, #59b5f2, #1b79b8);
background: linear-gradient(to bottom, #59b5f2, #1b79b8);
box-shadow: inset 0 0 7px #fff, inset 0 0 3px #fff;
}
#toolbar a[href="kcact:upload"] span {
background-image: url(img/icons/upload.png);
}
#toolbar a[href="kcact:refresh"] span {
background-image: url(img/icons/refresh.png);
}
#toolbar a[href="kcact:settings"] span {
background-image: url(img/icons/settings.png);
}
#toolbar a[href="kcact:about"] span {
background-image: url(img/icons/about.png);
}
#toolbar a[href="kcact:maximize"] span {
background-image: url(img/icons/maximize.png);
}
/* SETTINGS BAR */
#settings label {
cursor: pointer;
}
#settings fieldset {
margin-right:5px;
margin-bottom: 6px;
margin-top:-5px;
padding:6px;
}
/* FOLDERS */
div.folder {
padding-top: 2px;
margin-top: 4px;
white-space: nowrap;
}
div.folder a {
text-decoration: none;
cursor: default;
outline: none;
color: #6b6b6b;
}
span.folder {
padding: 2px 3px 2px 23px;
outline: none;
background: no-repeat 3px center;
cursor: pointer;
border-radius: 3px;
border: 1px solid transparent;
}
span.brace {
width: 16px;
height: 16px;
outline: none;
}
span.current {
transition: .3s;
background-image: url(img/tree/folder.png);
background-color: #3b98d6;
border-color: #3b98d6;
box-shadow: inset 0 0 7px #fff, inset 0 0 3px #fff;
}
span.regular {
transition: .3s;
background-image: url(img/tree/folder.png);
background-color: transparent;
}
span.regular:hover, span.context, a.drag > span.folder, #clipboard div:hover {
transition: .3s;
background-color: #c6c6c6;
border-color: #c6c6c6;
box-shadow: inset 0 0 7px #fff, inset 0 0 3px #fff;
}
span.opened {
background-image: url(img/tree/minus.png);
}
span.closed {
background-image: url(img/tree/plus.png);
}
span.denied {
background-image: url(img/tree/denied.png);
}
/* FILES */
div.file {
padding: 4px;
margin: 3px;
border: 1px solid transparent;
border-radius: 4px;
}
div.file:hover {
border-color: #aaa;
box-shadow: inset 0 0 7px #fff, inset 0 0 3px #fff;
background: #c6c6c6;
background: -webkit-linear-gradient(top, #e7e7e7, #c6c6c6);
background: -moz-linear-gradient(top, #e7e7e7, #c6c6c6);
background: -ms-linear-gradient(top, #e7e7e7, #c6c6c6);
background: -o-linear-gradient(top, #e7e7e7, #c6c6c6);
background: linear-gradient(to bottom, #e7e7e7, #c6c6c6);
}
div.file .name {
margin-top: 4px;
font-weight: bold;
height: 16px;
overflow: hidden;
padding-bottom: 2px;
}
div.file .time {
font-size: 10px;
}
div.file .size {
font-size: 10px;
}
#files div.selected,
#files div.selected:hover {
border-color: #3b98d6;
background: #3b98d6;
background: -webkit-linear-gradient(top, #7dc2f2, #3b98d6);
background: -moz-linear-gradient(top, #7dc2f2, #3b98d6);
background: -ms-linear-gradient(top, #7dc2f2, #3b98d6);
background: -o-linear-gradient(top, #7dc2f2, #3b98d6);
background: linear-gradient(to bottom, #7dc2f2, #3b98d6);
box-shadow: inset 0 0 7px #fff, inset 0 0 3px #fff;
}
tr.file > td {
padding: 3px 4px;
}
tr.file:hover > td {
background-color: #ddebf8;
transition: none;
}
tr.selected > td,
tr.selected:hover > td {
transition: .3s;
background-color: #5b9bda;
}
tr.file td.name {
background-position: 2px center;
padding-left: 22px;
}
a.denied {
color: #666;
opacity: 0.5;
filter: alpha(opacity:50);
cursor: default;
}
a.denied:hover {
background-color: #e4e3e2;
border-color: transparent;
box-shadow: none;
}
/* FILE MENU */
#menu .ui-menu a span {
background: left center no-repeat;
padding-left: 20px;
white-space: nowrap;
}
#menu a[href="kcact:refresh"] span {
background-image: url(img/icons/refresh.png);
}
#menu a[href="kcact:mkdir"] span {
background-image: url(img/icons/folder-new.png);
}
#menu a[href="kcact:mvdir"] span, #menu a[href="kcact:mv"] span {
background-image: url(img/icons/rename.png);
}
#menu a[href="kcact:rmdir"] span, #menu a[href="kcact:rm"] span, #menu a[href="kcact:rmcbd"] span {
background-image: url(img/icons/delete.png);
}
#menu a[href="kcact:clpbrdadd"] span {
background-image: url(img/icons/clipboard-add.png);
}
#menu a[href="kcact:pick"] span, #menu a[href="kcact:pick_thumb"] span {
background-image: url(img/icons/select.png);
}
#menu a[href="kcact:download"] span {
background-image: url(img/icons/download.png);
}
#menu a[href="kcact:view"] span {
background-image: url(img/icons/view.png);
}
#menu a[href="kcact:cpcbd"] span {
background-image: url(img/icons/copy.png);
}
#menu a[href="kcact:mvcbd"] span {
background-image: url(img/icons/move.png);
}
#menu a[href="kcact:clrcbd"] span {
background-image: url(img/icons/clipboard-clear.png);
}
/* CLIPBOARD */
#clipboard {
margin-left:-3px;
padding: 2px;
}
#clipboard div {
background: url(img/icons/clipboard.png) no-repeat center center;
border: 1px solid transparent;
padding: 2px;
cursor: pointer;
border-radius: 4px;
}
#clipboard.selected div, #clipboard.selected div:hover {
background-color: #3b98d6;
border-color: #3b98d6;
box-shadow: inset 0 0 7px #fff, inset 0 0 3px #fff;
}
#menu .list a, #menu .list a.ui-state-focus {
margin: -1px 0 0 -1px;
padding: 6px 10px;
border: 1px solid transparent;
background: none;
border-radius: 0;
text-shadow: none;
box-shadow: none;
color: #6b6b6b;
}
#menu .list a.first, #menu .list a.first.ui-state-focus {
border-radius: 4px 4px 0 0;
}
#menu .list a:hover {
border-color: #1b79b8;
background: #1b79b8;
background: -webkit-linear-gradient(top, #1b79b8, #59b5f2);
background: -moz-linear-gradient(top, #1b79b8, #59b5f2);
background: -ms-linear-gradient(top, #1b79b8, #59b5f2);
background: -o-linear-gradient(top, #1b79b8, #59b5f2);
background: linear-gradient(to bottom, #1b79b8, #59b5f2);
box-shadow: inset 0 0 7px #fff, inset 0 0 3px #fff;
}
#menu .list {
overflow:hidden;
max-height: 1px;
margin-bottom: -1px;
padding-bottom:1px;
}
#menu li.div-files {
margin: 0 0 1px 0;
}
/* ABOUT DIALOG */
.about {
text-align: center;
}
.about div.head {
font-weight: bold;
font-size: 12px;
padding: 3px 0 8px 0;
}
.about div.head a {
background: url(img/kcf_logo.png) no-repeat left center;
padding: 0 0 0 27px;
font-size: 17px;
outline: none;
}
.about a {
text-decoration: none;
color: #0055ff;
}
.about a:hover {
text-decoration: underline;
}
#checkver {
margin: 5px 0 10px 0;
}
#loading, #checkver > span.loading {
background: url(img/loading.gif);
border: 1px solid #3687e2;
box-shadow: 0 0 3px #3687e2, inset 0 0 4px #fff, inset 0 0 5px #fff;
padding: 6px 10px;
border-radius: 4px;
}
#checkver a {
font-weight: normal;
padding: 3px 3px 3px 20px;
background: url(img/icons/download.png) no-repeat left center;
}
/* IMAGE VIEWER */
.kcfImageViewer .ui-dialog-content {
cursor: pointer;
}
.kcfImageViewer .img {
background: url(img/bg_transparent.png);
}
.ui-dialog-titlebar.loading {
background: url(img/loading.gif);
}
.ui-dialog-titlebar.loading .ui-dialog-title {
color: #6b6b6b;
text-shadow:none;
font-weight: normal;
}
.ui-dialog-titlebar.loading .ui-dialog-titlebar-close .ui-button-icon-primary.ui-icon.ui-icon-closethick {
background-image: url(img/ui-icons_black.png);
}
/* MISC */
#loading {
margin-right: 5px;
}
#loadingDirs {
padding: 5px 0 1px 24px;
}
#files.drag {
background: #ddebf8;
}
#settings .tf-select {
margin: 3px 5px 6px 0;
}
#settings .tf-selected {
padding-top: 10px;
padding-bottom: 11px;
}
#settings .tf-select .tf-button {
padding-top: 7px;
padding-bottom: 8px;
}
/* FIX FIELDSET BORDER RADIUS BUG ON IE */
body.msie fieldset,
body.trident.rv fieldset {
border-radius: 0;
}
+9
View File
@@ -0,0 +1,9 @@
This folder contains files for designing default visual theme for KCFinder.
Some icons are taken from default KDE4 visual theme (http://www.kde.org)
Theme Details:
Version: 1.0
Author: Pavel Tzonkov <sunhater@sunhater.com>
Licenses: GPLv3 - http://opensource.org/licenses/GPL-3.0
LGPLv3 - http://opensource.org/licenses/LGPL-3.0
+10
View File
@@ -0,0 +1,10 @@
<?php
namespace kcfinder;
chdir("..");
chdir("..");
require "core/autoload.php";
$theme = basename(dirname(__FILE__));
$min = new minifier("css");
$min->minify("cache/theme_$theme.css");
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 680 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 703 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 527 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 680 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 657 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 527 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 498 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 527 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 657 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 614 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 692 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 692 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 498 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 701 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 703 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 627 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 680 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 657 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 722 B

Some files were not shown because too many files have changed in this diff Show More