diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-07-27 10:05:23 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-07-27 10:05:23 +0200 |
| commit | 5bf66662a9bdd62c5bccab15e607cd95cfb8fcab (patch) | |
| tree | 39a1a4629749056191c05dfd899f931701b7acf3 /srcs/wordpress/wp-includes/css/wp-auth-check-rtl.css | |
| parent | 5afd237bbd22028b85532b8c0b3fcead49a00764 (diff) | |
| download | ft_server-5bf66662a9bdd62c5bccab15e607cd95cfb8fcab.tar.gz ft_server-5bf66662a9bdd62c5bccab15e607cd95cfb8fcab.tar.bz2 ft_server-5bf66662a9bdd62c5bccab15e607cd95cfb8fcab.zip | |
Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my famillyHEADmaster
Diffstat (limited to 'srcs/wordpress/wp-includes/css/wp-auth-check-rtl.css')
| -rw-r--r-- | srcs/wordpress/wp-includes/css/wp-auth-check-rtl.css | 123 |
1 files changed, 0 insertions, 123 deletions
diff --git a/srcs/wordpress/wp-includes/css/wp-auth-check-rtl.css b/srcs/wordpress/wp-includes/css/wp-auth-check-rtl.css deleted file mode 100644 index 33f31a0..0000000 --- a/srcs/wordpress/wp-includes/css/wp-auth-check-rtl.css +++ /dev/null @@ -1,123 +0,0 @@ -/*------------------------------------------------------------------------------ - Interim login dialog -------------------------------------------------------------------------------*/ - -#wp-auth-check-wrap.hidden { - display: none; -} - -#wp-auth-check-wrap #wp-auth-check-bg { - position: fixed; - top: 0; - bottom: 0; - right: 0; - left: 0; - background: #000; - opacity: 0.7; - filter: alpha(opacity=70); - z-index: 1000010; /* needs to appear above .notification-dialog */ -} - -#wp-auth-check-wrap #wp-auth-check { - position: fixed; - right: 50%; - overflow: hidden; - top: 40px; - bottom: 20px; - max-height: 415px; - width: 380px; - margin: 0 -190px 0 0; - padding: 30px 0 0; - background-color: #f1f1f1; - z-index: 1000011; /* needs to appear above #wp-auth-check-bg */ - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); -} - -@media screen and (max-width: 380px) { - #wp-auth-check-wrap #wp-auth-check { - right: 0; - width: 100%; - margin: 0; - } -} - -#wp-auth-check-wrap.fallback #wp-auth-check { - max-height: 180px; - overflow: auto; -} - -#wp-auth-check-wrap #wp-auth-check-form { - height: 100%; - position: relative; - overflow: auto; - -webkit-overflow-scrolling: touch; -} - -#wp-auth-check-form.loading:before { - content: ""; - display: block; - width: 20px; - height: 20px; - position: absolute; - right: 50%; - top: 50%; - margin: -10px -10px 0 0; - background: url(../images/spinner.gif) no-repeat center; - background-size: 20px 20px; - transform: translateZ(0); -} - -@media print, - (-webkit-min-device-pixel-ratio: 1.25), - (min-resolution: 120dpi) { - - #wp-auth-check-form.loading:before { - background-image: url(../images/spinner-2x.gif); - } - -} - -#wp-auth-check-wrap #wp-auth-check-form iframe { - height: 98%; /* Scrollbar fix */ - width: 100%; -} - -#wp-auth-check-wrap .wp-auth-check-close { - position: absolute; - top: 5px; - left: 5px; - height: 22px; - width: 22px; - color: #72777c; - text-decoration: none; - text-align: center; -} - -#wp-auth-check-wrap .wp-auth-check-close:before { - content: "\f158"; - font: normal 20px/22px dashicons; - speak: none; - -webkit-font-smoothing: antialiased !important; - -moz-osx-font-smoothing: grayscale; -} - -#wp-auth-check-wrap .wp-auth-check-close:hover, -#wp-auth-check-wrap .wp-auth-check-close:focus { - color: #0073aa; -} - -#wp-auth-check-wrap .wp-auth-fallback-expired { - outline: 0; -} - -#wp-auth-check-wrap .wp-auth-fallback { - font-size: 14px; - line-height: 1.5; - padding: 0 25px; - display: none; -} - -#wp-auth-check-wrap.fallback .wp-auth-fallback, -#wp-auth-check-wrap.fallback .wp-auth-check-close { - display: block; -} |
