]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/login-rtl.css
WordPress 4.4
[autoinstalls/wordpress.git] / wp-admin / css / login-rtl.css
index a3c7bed9878f4d0c31f625a6780a3507a61ee9f9..4e4a507234edb251b42b76f97cbd4ecfaf8a639f 100644 (file)
@@ -1,5 +1,5 @@
-@import url(forms.css);
-@import url(l10n.css);
+@import url(forms-rtl.css);
+@import url(l10n-rtl.css);
 
 html,
 body {
@@ -22,7 +22,7 @@ body {
 }
 
 a {
-       color: #0074a2;
+       color: #0073aa;
        -webkit-transition-property: border, background, color;
        transition-property: border, background, color;
        -webkit-transition-duration: .05s;
@@ -37,35 +37,39 @@ a {
 
 a:hover,
 a:active {
-       color: #2ea2cc;
+       color: #00a0d2;
 }
 
 a:focus {
        color: #124964;
+       -webkit-box-shadow:
+               0 0 0 1px #5b9dd9,
+               0 0 2px 1px rgba(30, 140, 190, .8);
+       box-shadow:
+               0 0 0 1px #5b9dd9,
+               0 0 2px 1px rgba(30, 140, 190, .8);
 }
 
-a:focus,
-a:active {
-       outline: thin dotted;
+.ie8 a:focus {
+       outline: #5b9dd9 solid 1px;
 }
 
 p {
        line-height: 1.5;
 }
 
-.login .message {
-       border-right: 4px solid #7ad03a;
-       padding: 1px 12px;
+.login .message,
+.login #login_error {
+       border-right: 4px solid #00a0d2;
+       padding: 12px;
+       margin-right: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
        box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
 }
 
 .login #login_error {
-       border-right: 4px solid #dd3d36;
-       background: #fff;
-       -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
-       box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
+       border-right-color: #dc3232;
 }
 
 #loginform p.submit,
@@ -126,19 +130,19 @@ p {
 .login h1 a {
        background-image: url(../images/w-logo-blue.png?ver=20131202);
        background-image: none, url(../images/wordpress-logo.svg?ver=20131107);
-       -webkit-background-size: 80px 80px;
-       background-size: 80px 80px;
+       -webkit-background-size: 84px;
+       background-size: 84px;
        background-position: center top;
        background-repeat: no-repeat;
        color: #999;
-       height: 80px;
+       height: 84px;
        font-size: 20px;
        font-weight: normal;
        line-height: 1.3em;
        margin: 0 auto 25px;
        padding: 0;
        text-decoration: none;
-       width: 80px;
+       width: 84px;
        text-indent: -9999px;
        outline: none;
        overflow: hidden;
@@ -151,12 +155,6 @@ p {
        margin: auto;
 }
 
-#login_error,
-.login .message {
-       margin-right: 0;
-       padding: 12px;
-}
-
 .login #nav,
 .login #backtoblog {
        font-size: 13px;
@@ -168,7 +166,7 @@ p {
 }
 
 #backtoblog {
-       margin: 16px 0 0 0;
+       margin: 16px 0;
 }
 
 .login #nav a,
@@ -180,13 +178,18 @@ p {
 .login #nav a:hover,
 .login #backtoblog a:hover,
 .login h1 a:hover {
-       color: #2ea2cc;
+       color: #00a0d2;
+}
+
+.login #nav a:focus,
+.login #backtoblog a:focus,
+.login h1 a:focus {
+       color: #124964;
 }
 
 .login form .input,
 .login input[type="text"] {
        font-size: 24px;
-       line-height: 1;
        width: 100%;
        padding: 3px;
        margin: 2px 0 16px 6px;
@@ -203,21 +206,25 @@ p {
        font-family: sans-serif;
 }
 
+.login-action-rp input[type="text"] {
+       -webkit-box-shadow: none;
+       box-shadow: none;
+       margin: 0;
+}
+
 .login #pass-strength-result {
-       width: 250px;
        font-weight: 600;
-       margin: 12px 0 6px;
+       margin: -1px 0 16px 5px;
        padding: 6px 5px;
        text-align: center;
+       width: 100%;
 }
 
 .mobile #login {
        padding: 20px 0;
 }
 
-.mobile #login form,
-.mobile #login .message,
-.mobile #login_error {
+.mobile #login form {
        margin-right: 0;
 }
 
@@ -226,10 +233,6 @@ p {
        margin-right: 8px;
 }
 
-.mobile #login h1 a {
-       width: auto;
-}
-
 body.interim-login {
        height: auto;
 }
@@ -264,7 +267,7 @@ body.interim-login {
 
        .interim-login input[type=checkbox]:checked:before {
                width: 16px;
-               font: normal 21px/1 'dashicons';
+               font: normal 21px/1 dashicons;
                margin: -3px -4px 0 0;
        }
-}
\ No newline at end of file
+}