2012-04-23 12:19:03 +00:00
/ * Copyright ( c ) 2011 , Jan-Christoph Borchardt , http : / / jancborchardt . net
2011-08-10 18:48:56 +00:00
This file is licensed under the Affero General Public License version 3 or later .
See the COPYING-README file . * /
2011-03-02 22:06:23 +00:00
/* FILE MENU */
2012-09-24 18:40:59 +00:00
. actions { padding : .3 em ; float : left ; height : 2 em ; }
2012-12-04 22:45:12 +00:00
. actions input , . actions button , . actions . button { margin : 0 ; float : left ; overflow : hidden ; }
2011-08-08 10:48:43 +00:00
# file_menu { right : 0 ; position : absolute ; top : 0 ; }
2011-07-27 23:26:26 +00:00
# file_menu a { display : block ; float : left ; background-image : none ; text-decoration : none ; }
2012-12-04 22:45:12 +00:00
. file_upload_form , # file_newfolder_form { display : inline ; float : left ; margin : 0 ; padding : 0 ; }
2011-07-27 23:26:26 +00:00
# fileSelector , # file_upload_submit , # file_newfolder_submit { display : none ; }
2011-08-13 14:54:54 +00:00
. file_upload_wrapper , # file_newfolder_name { background-repeat : no-repeat ; background-position : .5 em .5 em ; padding-left : 2 em ; }
2012-10-26 16:11:12 +00:00
. file_upload_wrapper { font-weight : bold ; display : -moz- inline - box ; /* fallback for older firefox versions*/ display : block ; float : left ; padding-left : 0 ; overflow : hidden ; position : relative ; margin : 0 ; margin-left : 2 px ; }
2012-12-04 22:45:12 +00:00
. file_upload_button_wrapper { position : relative ; display : block ; width : 100 % ; height : 27 px ; cursor : pointer ; z-index : 1000 ; }
# new { background-color : #5bb75b ; float : left ; margin : 0 0 0 1 em ; z-index : 1010 ; height : 17 px ; }
# new : hover , # upload : hover { background-color : #4b964b ; }
2012-10-26 16:11:12 +00:00
# new . active { border-bottom-left-radius : 0 ; border-bottom-right-radius : 0 ; border-bottom : none ; }
2012-05-10 14:08:08 +00:00
# new > a { padding : .5 em 1.2 em .3 em ; color : #fff ; text-shadow : 0 1 px 0 #51a351 ; }
2011-11-04 15:16:54 +00:00
# new > ul { display : none ; position : fixed ; text-align : left ; padding : .5 em ; background : #f8f8f8 ; margin-top : 0.075 em ; border : 1 px solid #ddd ; min-width : 7 em ; margin-left : -.5 em ; z-index : -1 ; }
2011-11-04 02:02:51 +00:00
# new > ul > li { margin : .3 em ; padding-left : 2 em ; background-repeat : no-repeat ; cursor : pointer ; padding-bottom : 0.1 em }
2011-10-23 09:40:40 +00:00
# new > ul > li > p { cursor : pointer ; }
2011-11-04 02:02:51 +00:00
# new > ul > li > input { padding : 0.3 em ; margin : -0.3 em ; }
2012-12-04 22:45:12 +00:00
# new { border : 1 px solid ; border-color : #51a351 #419341 #387038 ; -moz- box-shadow : 0 1 px 1 px #f8f8f8 , 1 px 1 px 1 px #ada inset ; -webkit- box-shadow : 0 1 px 1 px #f8f8f8 , 1 px 1 px 1 px #ada inset ; box-shadow : 0 1 px 1 px #f8f8f8 , 1 px 1 px 1 px #ada inset ; }
2012-10-26 16:11:12 +00:00
# new . popup { border-top-left-radius : 0 ; z-index : 10 ; }
2012-11-06 11:20:57 +00:00
# upload { background-image : url ( '%webroot%/core/img/actions/upload-white.svg' ) ;
background-repeat : no-repeat ;
2012-12-04 22:45:12 +00:00
background-position : 7px 6px ;
padding : 0 ;
2012-11-06 11:20:57 +00:00
color : # fff ;
text-shadow : 0 1px 0 # 51a351 ;
border-color : # 51a351 # 419341 # 387038 ;
box-shadow : 0 1px 1px # f8f8f8 , 1px 1px 1px # ada inset ;
background-color : # 5bb75b ;
margin-left : 0 . 2em ;
2012-12-04 22:45:12 +00:00
height : 27px ; }
2011-07-27 23:26:26 +00:00
2012-04-26 12:52:55 +00:00
# file_newfolder_name { background-image : url ( '%webroot%/core/img/places/folder.svg' ) ; font-weight : normal ; width : 7 em ; }
2012-12-04 22:45:12 +00:00
. file_upload_start { font-size : 1 em ; }
2011-07-27 23:26:26 +00:00
# file_newfolder_submit , # file_upload_submit { width : 3 em ; }
. file_upload_target { display : none ; }
2011-04-17 14:19:21 +00:00
2012-12-04 22:45:12 +00:00
. file_upload_start { -ms- filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" ; filter : alpha ( opacity = 0 ) ; opacity : 0 ; z-index : -1 ; position : relative ; left : 0 ; top : 0 ; width : 28 px ; height : 27 px ; padding : 0 ; cursor : pointer ; overflow : hidden ; }
2011-10-23 19:51:56 +00:00
2012-12-04 22:45:12 +00:00
# uploadprogresswrapper { position : absolute ; right : 13.5 em ; top : 0 em ; }
# uploadprogresswrapper # uploadprogressbar { position : relative ; display : inline-block ; width : 10 em ; height : 1.5 em ; top : .4 em ; }
2011-08-10 22:03:26 +00:00
2012-12-04 22:45:12 +00:00
. file_upload_form , . file_upload_wrapper , . file_upload_start , # file_upload_submit { cursor : pointer ; overflow : visible ; }
2011-08-11 18:59:17 +00:00
2011-03-02 22:06:23 +00:00
/* FILE TABLE */
2011-08-20 03:07:58 +00:00
# emptyfolder { position : absolute ; margin : 10 em 0 0 10 em ; font-size : 1.5 em ; font-weight : bold ; color : #888 ; text-shadow : #fff 0 1 px 0 ; }
2011-07-27 23:26:26 +00:00
table { position : relative ; top : 37 px ; width : 100 % ; }
2012-04-15 11:34:16 +00:00
tbody tr { background-color : #fff ; height : 2.5 em ; }
tbody tr : hover , tbody tr : active , tbody tr . selected { background-color : #f8f8f8 ; }
2011-08-11 23:53:24 +00:00
tbody tr . selected { background-color : #eee ; }
2011-07-06 22:19:38 +00:00
tbody a { color : #000 ; }
2012-04-15 21:52:36 +00:00
span . extension , span . uploading , td . date { color : #999 ; }
2012-04-19 14:41:18 +00:00
span . extension { text-transform : lowercase ; -ms- filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" ; filter : alpha ( opacity = 70 ) ; opacity : .7 ; -webkit- transition : opacity 300 ms ; -moz- transition : opacity 300 ms ; -o- transition : opacity 300 ms ; transition : opacity 300 ms ; }
tr : hover span . extension { -ms- filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" ; filter : alpha ( opacity = 100 ) ; opacity : 1 ; color : #777 ; }
2011-07-21 20:01:55 +00:00
table tr . mouseOver td { background-color : #eee ; }
2011-07-30 13:31:11 +00:00
table th { height : 2 em ; padding : 0 .5 em ; color : #999 ; }
2011-07-27 22:21:11 +00:00
table th . name { float : left ; margin-left : .5 em ; }
2011-07-30 13:16:20 +00:00
table th . multiselect { background : #ddd ; color : #000 ; font-weight : bold ; }
2011-07-27 22:21:11 +00:00
table th , table td { border-bottom : 1 px solid #ddd ; text-align : left ; font-weight : normal ; }
2011-08-02 00:29:51 +00:00
table td { border-bottom : 1 px solid #eee ; font-style : normal ; background-position : 1 em .5 em ; background-repeat : no-repeat ; }
2011-08-12 09:26:13 +00:00
table th # headerSize , table td . filesize { width : 3 em ; padding : 0 1 em ; text-align : right ; }
2011-07-29 01:09:30 +00:00
table th # headerDate , table td . date { width : 11 em ; padding : 0 .1 em 0 1 em ; text-align : left ; }
2011-07-21 20:01:55 +00:00
table td . selection , table th . selection , table td . fileaction { width : 2 em ; text-align : center ; }
2011-08-02 00:29:51 +00:00
table td . filename a . name { display : block ; height : 1.5 em ; vertical-align : middle ; margin-left : 3 em ; }
2012-04-16 11:14:41 +00:00
table tr [ data-type = "dir" ] td . filename a . name span . nametext { font-weight : bold ; }
2012-10-18 12:16:59 +00:00
table td . filename input . filename { width : 100 % ; cursor : text ; }
2011-08-02 00:29:51 +00:00
table td . filename a , table td . login , table td . logout , table td . download , table td . upload , table td . create , table td . delete { padding : .2 em .5 em .5 em 0 ; }
2012-03-27 19:38:55 +00:00
table td . filename . nametext , . uploadtext , . modified { float : left ; padding : .3 em 0 ; }
2012-04-15 14:47:53 +00:00
/ / TODO fix usability bug ( accidental file / folder selection )
2012-04-28 21:11:48 +00:00
table td . filename . nametext { width : 40 em ; overflow : hidden ; text-overflow : ellipsis ; }
2012-03-27 19:38:55 +00:00
table td . filename . uploadtext { font-weight : normal ; margin-left : .5 em ; }
2012-10-18 12:16:59 +00:00
table td . filename form { font-size : .85 em ; margin-left : 3 em ; margin-right : 3 em ; }
2011-08-28 02:16:39 +00:00
table thead . fixed tr { position : fixed ; top : 6.5 em ; z-index : 49 ; -moz- box-shadow : 0 -3 px 7 px #ddd ; -webkit- box-shadow : 0 -3 px 7 px #ddd ; box-shadow : 0 -3 px 7 px #ddd ; }
2011-08-11 23:53:24 +00:00
table thead . fixed { height : 2 em ; }
2012-10-01 11:43:31 +00:00
# fileList tr td . filename > input [ type = checkbox ] : first-child { -ms- filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" ; filter : alpha ( opacity = 0 ) ; opacity : 0 ; float : left ; margin : .7 em 0 0 1 em ; /* bigger clickable area doesn’ t work in FF width:2.8em; height:2.4em;*/ -webkit- transition : opacity 200 ms ; -moz- transition : opacity 200 ms ; -o- transition : opacity 200 ms ; transition : opacity 200 ms ; }
2012-04-15 12:37:42 +00:00
# fileList tr td . filename > input [ type = "checkbox" ] : hover : first-child { -ms- filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" ; filter : alpha ( opacity = 80 ) ; opacity : .8 ; }
# fileList tr td . filename > input [ type = "checkbox" ] : checked : first-child { -ms- filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" ; filter : alpha ( opacity = 100 ) ; opacity : 1 ; }
2012-05-19 15:24:04 +00:00
# fileList tr td . filename { -webkit- transition : background-image 500 ms ; -moz- transition : background-image 500 ms ; -o- transition : background-image 500 ms ; transition : background-image 500 ms ; position : relative ; }
2011-08-28 02:16:39 +00:00
# select_all { float : left ; margin : .3 em 0.6 em 0 .5 em ; }
2011-07-28 22:26:23 +00:00
# uploadsize-message , # delete-confirm { display : none ; }
2012-04-28 21:11:48 +00:00
. fileactions { position : relative ; top : .3 em ; font-size : .8 em ; float : right ; }
2012-04-15 12:15:11 +00:00
# fileList . fileactions a . action img { position : relative ; top : .2 em ; }
2012-04-15 15:49:40 +00:00
# fileList a . action { display : inline ; margin : -.5 em 0 ; padding : 1 em .5 em 1 em .5 em !important ; }
2012-04-15 12:15:11 +00:00
a . action . delete { float : right ; }
a . action > img { max-height : 16 px ; max-width : 16 px ; vertical-align : text - bottom ; }
2012-04-15 15:49:40 +00:00
. selectedActions { display : none ; float : right ; }
. selectedActions a { display : inline ; margin : -.5 em 0 ; padding : .5 em !important ; }
. selectedActions a img { position : relative ; top : .3 em ; }
2011-07-22 14:52:35 +00:00
/* add breadcrumb divider to the File item in navigation panel */
2012-04-26 12:52:55 +00:00
# navigation > ul > li : first-child { background : url ( '%webroot%/core/img/breadcrumb-start.svg' ) no-repeat 12.5 em 0 px ; width : 12.5 em ; padding-right : 1 em ; position : fixed ; }
2011-11-10 15:40:09 +00:00
# navigation > ul > li : first-child + li { padding-top : 2.9 em ; }
2012-08-27 20:45:54 +00:00
# scanning-message { top : 40 % ; left : 40 % ; position : absolute ; display : none ; }
2012-09-19 12:31:02 +00:00
2012-09-20 12:59:28 +00:00
div . crumb a { padding : 0.9 em 0 0.7 em 0 ; }