]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/login-rtl.css
WordPress 4.3
[autoinstalls/wordpress.git] / wp-admin / css / login-rtl.css
index a3c7bed9878f4d0c31f625a6780a3507a61ee9f9..7bb3692535d7a2faf7687d328f476050c0d7a666 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,16 +37,21 @@ 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 {
@@ -54,7 +59,7 @@ p {
 }
 
 .login .message {
-       border-right: 4px solid #7ad03a;
+       border-right: 4px solid #00a0d2;
        padding: 1px 12px;
        background-color: #fff;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
@@ -126,19 +131,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;
@@ -180,13 +185,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,12 +213,18 @@ 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 {
@@ -226,10 +242,6 @@ p {
        margin-right: 8px;
 }
 
-.mobile #login h1 a {
-       width: auto;
-}
-
 body.interim-login {
        height: auto;
 }
@@ -267,4 +279,4 @@ body.interim-login {
                font: normal 21px/1 'dashicons';
                margin: -3px -4px 0 0;
        }
-}
\ No newline at end of file
+}