@ -38,7 +38,7 @@ input[type="text"], input[type="password"], input[type="search"] { background:#f
input [ type = "text" ] , input [ type = "password" ] , input [ type = "search" ] { -webkit- appearance : textfield ; -moz- appearance : textfield ; -webkit- box-sizing : content-box ; -moz- box-sizing : content-box ; box-sizing : content-box ; }
input [ type = "text" ] : hover , input [ type = "text" ] : focus , input [ type = "text" ] : active ,
input [ type = "password" ] : hover , input [ type = "password" ] : focus , input [ type = "password" ] : active ,
. searchbox input [ type = "search" ] : hover , . searchbox input [ type = "search" ] : focus , . searchbox input [ type = "search" ] : active { background-color : #fff ; color : #333 ; opacity : 1 ; }
. searchbox input [ type = "search" ] : hover , . searchbox input [ type = "search" ] : focus , . searchbox input [ type = "search" ] : active { background-color : #fff ; color : #333 ; -ms- filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" ; filter : alpha ( opacity = 100 ) ; opacity : 1 ; }
input [ type = "submit" ] , input [ type = "button" ] , button , . button , # quota , div . jp-progress , select , . pager li a { width : auto ; padding : .4 em ; border : 1 px solid #ddd ; font-weight : bold ; cursor : pointer ; background : #f8f8f8 ; color : #555 ; text-shadow : #fff 0 1 px 0 ; -moz- box-shadow : 0 1 px 1 px #fff , 0 1 px 1 px #fff inset ; -webkit- box-shadow : 0 1 px 1 px #fff , 0 1 px 1 px #fff inset ; -moz- border-radius : .5 em ; -webkit- border-radius : .5 em ; border-radius : .5 em ; }
input [ type = "submit" ] : hover , input [ type = "submit" ] : focus , input [ type = "button" ] : hover , select : hover , select : focus , select : active , input [ type = "button" ] : focus , . button : hover { background : #fff ; color : #333 ; }
@ -49,7 +49,7 @@ input[type="checkbox"] { width:auto; }
# body-login input [ type = "text" ] , # body-login input [ type = "password" ] { width : 13 em ; }
# body-login input . login { width : auto ; float : right ; }
# remember_login { margin : .8 em .2 em 0 1 em ; }
. searchbox input [ type = "search" ] { position : fixed ; font-size : 1.2 em ; top : .4 em ; right : 3 em ; padding : .2 em .5 em .2 em 1.5 em ; background : #fff url ( '../img/actions/search.svg' ) no-repeat .5 em center ; border : 0 ; -moz- border-radius : 1 em ; -webkit- border-radius : 1 em ; border-radius : 1 em ; opacity : .7 ; -webkit- transition : opacity 300 ms ; -moz- transition : opacity 300 ms ; -o- transition : opacity 300 ms ; transition : opacity 300 ms ; }
. searchbox input [ type = "search" ] { position : fixed ; font-size : 1.2 em ; top : .4 em ; right : 3 em ; padding : .2 em .5 em .2 em 1.5 em ; background : #fff url ( '../img/actions/search.svg' ) no-repeat .5 em center ; border : 0 ; -moz- border-radius : 1 em ; -webkit- border-radius : 1 em ; border-radius : 1 em ; -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 ; }
input [ type = "submit" ] . enabled { background : #66f866 ; border : 1 px solid #5e5 ; -moz- box-shadow : 0 1 px 1 px #f8f8f8 , 0 1 px 1 px #cfc inset ; -webkit- box-shadow : 0 1 px 1 px #f8f8f8 , 0 1 px 1 px #cfc inset ; box-shadow : 0 1 px 1 px #f8f8f8 , 0 1 px 1 px #cfc inset ; }
input [ type = "submit" ] . highlight { background : #ffc100 ; border : 1 px solid #db0 ; text-shadow : #ffeedd 0 1 px 0 ; -moz- box-shadow : 0 1 px 1 px #f8f8f8 , 0 1 px 1 px #ffeedd inset ; -webkit- box-shadow : 0 1 px 1 px #f8f8f8 , 0 1 px 1 px #ffeedd inset ; box-shadow : 0 1 px 1 px #f8f8f8 , 0 1 px 1 px #ffeedd inset ; }
@ -96,8 +96,8 @@ label.infield { cursor: text !important; }
# navigation a . active { background-color : #ddd ; }
# navigation # settings { position : absolute ; bottom : 3.5 em ; width : 100 % ; }
# expand { position : relative ; margin-bottom : -.5 em ; padding : .5 em 10.1 em .7 em 1.2 em ; cursor : pointer ; }
# expand + span { position : absolute ; margin : -1.7 em 0 0 2.5 em ; font-size : 1.2 em ; color : #666 ; text-shadow : #f8f8f8 0 1 px 0 ; opacity : 0 ; -webkit- transition : opacity 5 00ms ; -moz- transition : opacity 5 00ms ; -o- transition : opacity 5 00ms ; transition : opacity 5 00ms ; }
# expand : hover + span , # expand + span : hover { opacity : 1 ; cursor : pointer ; }
# expand + span { position : absolute ; margin : -1.7 em 0 0 2.5 em ; font-size : 1.2 em ; color : #666 ; text-shadow : #f8f8f8 0 1 px 0 ; -ms- filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" ; filter : alpha ( opacity = 0 ) ; opacity : 0 ; -webkit- transition : opacity 3 00ms ; -moz- transition : opacity 3 00ms ; -o- transition : opacity 3 00ms ; transition : opacity 3 00ms ; }
# expand : hover + span , # expand + span : hover { -ms- filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" ; filter : alpha ( opacity = 100 ) ; opacity : 1 ; cursor : pointer ; }
# logout { position : absolute ; right : 0 ; top : 0 ; padding : 1.2 em 2 em .55 em 1.2 em ; }
@ -107,12 +107,12 @@ label.infield { cursor: text !important; }
# notification { z-index : 101 ; cursor : pointer ; background-color : #fc4 ; border : 0 ; padding : 0 .7 em .3 em ; display : none ; position : fixed ; left : 50 % ; top : 0 ; -moz- border-radius-bottomleft : 1 em ; -webkit- border-bottom-left-radius : 1 em ; border-bottom-left-radius : 1 em ; -moz- border-radius-bottomright : 1 em ; -webkit- border-bottom-right-radius : 1 em ; border-bottom-right-radius : 1 em ; }
. action , . selectedActions a { opacity : .5 ; -webkit- transition : opacity 5 00ms ; -moz- transition : opacity 5 00ms ; -o- transition : opacity 5 00ms ; transition : opacity 5 00ms ; }
. action , . selectedActions a { -ms- filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" ; filter : alpha ( opacity = 50 ) ; opacity : .5 ; -webkit- transition : opacity 2 00ms ; -moz- transition : opacity 2 00ms ; -o- transition : opacity 2 00ms ; transition : opacity 2 00ms ; }
. action { width : 16 px ; height : 16 px ; }
# logout { opacity : .8 ; }
. action : hover , . selectedActions a : hover , # logout : hover { opacity : 1 ; }
# logout { -ms- filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" ; filter : alpha ( opacity = 80 ) ; opacity : .8 ; }
. action : hover , . selectedActions a : hover , # logout : hover { -ms- filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" ; filter : alpha ( opacity = 100 ) ; opacity : 1 ; }
table : not ( . nostyle ) tr { -webkit- transition : background-color 5 00ms ; -moz- transition : background-color 5 00ms ; -o- transition : background-color 5 00ms ; transition : background-color 5 00ms ; }
table : not ( . nostyle ) tr { -webkit- transition : background-color 2 00ms ; -moz- transition : background-color 2 00ms ; -o- transition : background-color 2 00ms ; transition : background-color 2 00ms ; }
tbody tr : hover , tr : active { background-color : #f8f8f8 ; }
# body-settings . personalblock , # body-settings . helpblock { padding : .5 em 1 em ; margin : 1 em ; background : #f8f8f8 ; color : #555 ; text-shadow : #fff 0 1 px 0 ; -moz- border-radius : .5 em ; -webkit- border-radius : .5 em ; border-radius : .5 em ; }
@ -139,7 +139,7 @@ a.bookmarklet { background-color: #ddd; border:1px solid #ccc; padding: 5px;padd
# dirtree { width : 100 % ; }
# filelist { height : 270 px ; overflow : scroll ; background-color : white ; }
. filepicker_element_selected { background-color : lightblue ; }
. filepicker_loader { height : 120 px ; width : 100 % ; background-color : #333 ; opacity : 0 .3; visibility : visible ; position : absolute ; top : 0 ; left : 0 ; text-align : center ; padding-top : 150 px ; }
. filepicker_loader { height : 120 px ; width : 100 % ; background-color : #333 ; -ms- filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" ; filter : alpha ( opacity = 30 ) ; opacity : .3 ; visibility : visible ; position : absolute ; top : 0 ; left : 0 ; text-align : center ; padding-top : 150 px ; }
/* ---- CATEGORIES ---- */