Diff: STRATO-apps/wordpress_03/app/wp-includes/css/wp-auth-check-rtl.css

Keine Baseline-Datei – Diff nur gegen leer.
Zur Liste
1 -
1 + /*! This file is auto-generated */
2 + /*------------------------------------------------------------------------------
3 + Interim login dialog
4 + ------------------------------------------------------------------------------*/
5 +
6 + #wp-auth-check-wrap.hidden {
7 + display: none;
8 + }
9 +
10 + #wp-auth-check-wrap #wp-auth-check-bg {
11 + position: fixed;
12 + top: 0;
13 + bottom: 0;
14 + right: 0;
15 + left: 0;
16 + background: #000;
17 + opacity: 0.7;
18 + filter: alpha(opacity=70);
19 + z-index: 1000010; /* needs to appear above .notification-dialog */
20 + }
21 +
22 + #wp-auth-check-wrap #wp-auth-check {
23 + position: fixed;
24 + right: 50%;
25 + overflow: hidden;
26 + top: 40px;
27 + bottom: 20px;
28 + max-height: 415px;
29 + width: 380px;
30 + margin: 0 -190px 0 0;
31 + padding: 30px 0 0;
32 + background-color: #f0f0f1;
33 + z-index: 1000011; /* needs to appear above #wp-auth-check-bg */
34 + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
35 + }
36 +
37 + @media screen and (max-width: 380px) {
38 + #wp-auth-check-wrap #wp-auth-check {
39 + right: 0;
40 + width: 100%;
41 + margin: 0;
42 + }
43 + }
44 +
45 + #wp-auth-check-wrap.fallback #wp-auth-check {
46 + max-height: 180px;
47 + overflow: auto;
48 + }
49 +
50 + #wp-auth-check-wrap #wp-auth-check-form {
51 + height: 100%;
52 + position: relative;
53 + overflow: auto;
54 + -webkit-overflow-scrolling: touch;
55 + }
56 +
57 + #wp-auth-check-form.loading:before {
58 + content: "";
59 + display: block;
60 + width: 20px;
61 + height: 20px;
62 + position: absolute;
63 + right: 50%;
64 + top: 50%;
65 + margin: -10px -10px 0 0;
66 + background: url(../images/spinner.gif) no-repeat center;
67 + background-size: 20px 20px;
68 + transform: translateZ(0);
69 + }
70 +
71 + @media print,
72 + (min-resolution: 120dpi) {
73 +
74 + #wp-auth-check-form.loading:before {
75 + background-image: url(../images/spinner-2x.gif);
76 + }
77 +
78 + }
79 +
80 + #wp-auth-check-wrap #wp-auth-check-form iframe {
81 + height: 98%; /* Scrollbar fix */
82 + width: 100%;
83 + }
84 +
85 + #wp-auth-check-wrap .wp-auth-check-close {
86 + position: absolute;
87 + top: 5px;
88 + left: 5px;
89 + height: 22px;
90 + width: 22px;
91 + color: #787c82;
92 + text-decoration: none;
93 + text-align: center;
94 + }
95 +
96 + #wp-auth-check-wrap .wp-auth-check-close:before {
97 + content: "\f158" / '';
98 + font: normal 20px/22px dashicons;
99 + -webkit-font-smoothing: antialiased !important;
100 + -moz-osx-font-smoothing: grayscale;
101 + }
102 +
103 + #wp-auth-check-wrap .wp-auth-check-close:hover,
104 + #wp-auth-check-wrap .wp-auth-check-close:focus {
105 + color: #2271b1;
106 + }
107 +
108 + #wp-auth-check-wrap .wp-auth-fallback-expired {
109 + outline: 0;
110 + }
111 +
112 + #wp-auth-check-wrap .wp-auth-fallback {
113 + font-size: 14px;
114 + line-height: 1.5;
115 + padding: 0 25px;
116 + display: none;
117 + }
118 +
119 + #wp-auth-check-wrap.fallback .wp-auth-fallback,
120 + #wp-auth-check-wrap.fallback .wp-auth-check-close {
121 + display: block;
122 + }
123 +