@ -37,7 +37,8 @@ filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35537a', endC
/* INPUTS */
input [ type = "text" ] , input [ type = "password" ] { cursor : text ; }
input , textarea , select , button , . button , # quota , div . jp-progress , . pager li a {
input [ type = "text" ] , input [ type = "password" ] , input [ type = "search" ] ,
textarea , select , button , . button , # quota , div . jp-progress , . pager li a {
width : 10em ; margin : . 3em ; padding : . 6em . 5em . 4em ;
font-size : 1em ; font-family : Arial , Verdana , sans-serif ;
background : # fff ; color : # 333 ; border : 1px solid # ddd ; outline : none ;
@ -154,7 +155,7 @@ input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-b
# adminlogin , # adminpass , # user , # password { width : 11.7 em !important ; padding-left : 1.8 em ; }
# adminlogin + label + img , # adminpass-icon , # user + label + img , # password-icon {
position : absolute ; left : 1 . 25em ; top : 1 . 65em ;
opacity : . 3 ;
-ms-filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" ; filter : alpha ( opacity = 30 ) ; opacity : . 3 ;
}
# adminpass-icon , # password-icon { top : 1.1 em ; }
input [ name = "password-clone" ] { padding-left : 1.8 em ; width : 11.7 em !important ; }
@ -194,10 +195,11 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
# show { position : absolute ; right : 1 em ; top : .8 em ; float : right ; }
# show , # personal-show { display : none ; }
# show + label { right : 1 em ; top : 1.25 em !important ; }
# show : checked + label , # personal-show : checked + label { opacity : .8 ; }
# show : checked + label , # personal-show : checked + label { -ms- filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" ; filter : alpha ( opacity = 80 ) ; opacity : .8 ; }
# show + label , # personal-show + label {
position : absolute ! important ; height : 14px ; width : 24px ;
background-image : url ( "../img/actions/toggle.png" ) ; background-repeat : no-repeat ; opacity : . 3 ;
background-image : url ( "../img/actions/toggle.png" ) ; background-repeat : no-repeat ;
-ms-filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" ; filter : alpha ( opacity = 30 ) ; opacity : . 3 ;
}
# pass2 , input [ name = "personal-password-clone" ] { padding : 0.6 em 2.5 em 0.4 em 0.4 em ; width : 8 em ; }
# personal-show + label { margin-top : 1 em ; margin-left : -3 em ; }
@ -238,11 +240,12 @@ fieldset.warning a { color:#b94a48 !important; font-weight:bold; }
# navigation a {
display : block ; padding : 8px 0 4px ;
text-decoration : none ; font-size : 10px ; text-align : center ;
color : # fff ; text-shadow : # 000 0 -1px 0 ; opacity : . 5 ;
color : # fff ; text-shadow : # 000 0 -1px 0 ;
-ms-filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" ; filter : alpha ( opacity = 50 ) ; opacity : . 5 ;
white-space : nowrap ; overflow : hidden ; text-overflow : ellipsis ; / / ellipsize long app names
}
# navigation a : hover , # navigation a : focus { opacity : .8 ; }
# navigation a . active { opacity : 1 ; }
# navigation a : hover , # navigation a : focus { -ms- filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" ; filter : alpha ( opacity = 80 ) ; opacity : .8 ; }
# navigation a . active { -ms- filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" ; filter : alpha ( opacity = 100 ) ; opacity : 1 ; }
# navigation . icon { display : block ; width : 32 px ; height : 32 px ; margin : 0 16 px 0 ; }
# navigation li : first-child a { padding-top : 16 px ; }
@ -251,17 +254,20 @@ fieldset.warning a { color:#b94a48 !important; font-weight:bold; }
# settings { float : right ; margin-top : 7 px ; color : #bbb ; text-shadow : 0 -1 px 0 #000 ; }
# expand { padding : 15 px ; cursor : pointer ; font-weight : bold ; }
# expand : hover , # expand : focus , # expand : active { color : #fff ; }
# expand img { opacity : .7 ; margin-bottom : -2 px ; }
# expand : hover img , # expand : focus img , # expand : active img { opacity : 1 ; }
# expand img { -ms- filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" ; filter : alpha ( opacity = 70 ) ; opacity : .7 ; margin-bottom : -2 px ; }
# expand : hover img , # expand : focus img , # expand : active img { -ms- filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" ; filter : alpha ( opacity = 100 ) ; opacity : 1 ; }
# expanddiv {
position : absolute ; right : 0 ; top : 45px ; z-index : 76 ; display : none ;
background-color : # 444 ; border-bottom-left-radius : 7px ; box-shadow : 0 0 20px rgb ( 29 , 45 , 68 ) ;
background : # 383c43 url ( '../img/noise.png' ) repeat ; border-bottom : 1px # 333 solid ; border-left : border-bottom : 1px # 333 solid ;
-moz-box-shadow : 0 0 7px rgb ( 29 , 45 , 68 ) ; -webkit-box-shadow : 0 0 7px rgb ( 29 , 45 , 68 ) ; box-shadow : 0 0 7px rgb ( 29 , 45 , 68 ) ;
}
# expanddiv a { display : block ; color : #fff ; text-shadow : 0 -1 px 0 #000 ; padding : 0 8 px ; opacity : .7 ; }
# expanddiv a {
display : block ; color : # fff ; text-shadow : 0 -1px 0 # 000 ; padding : 0 8px ;
-ms-filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" ; filter : alpha ( opacity = 70 ) ; opacity : . 7 ;
}
# expanddiv a img { margin-bottom : -3 px ; }
# expanddiv a : hover , # expanddiv a : focus , # expanddiv a : active { opacity : 1 ; }
# expanddiv a : hover , # expanddiv a : focus , # expanddiv a : active { -ms- filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" ; filter : alpha ( opacity = 100 ) ; opacity : 1 ; }
/* VARIOUS REUSABLE SELECTORS */