PluginProbe
Leyka / 3.9
Leyka v3.9
3.32.3 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.6.1 2.3.7 2.3.8 2.3.9 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1 3.10 3.11 3.11.1 3.12 3.13 3.14 3.15 3.16 3.17 All 89 releases
leyka / css / gateway-redirect-page.css

gateway-redirect-page.css in Leyka 3.9, at css/gateway-redirect-page.css

41 lines 933 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /** Gateway redirect page styles **/
2
3 html {
4 background: #fff !important;
5 }
6 body {
7 margin: 0 !important;
8 padding: 40px 30px !important;
9 background: #fff !important;
10 color: #444 !important;
11 font: normal 14px / 1.4 Arial, Helvetica, sans-serif !important;
12 }
13 h3 {
14 font-size: 2em !important;
15 margin-bottom: 0.8em !important;
16 background: url(../img/ajax-loader-h.gif) no-repeat right center !important;
17 }
18 div,
19 form {
20 margin: 0 auto !important;
21 max-width: 300px !important;
22 }
23
24 #leyka-copy {
25 margin-top: 5px !important;
26 font-size: 11px !important;
27 line-height: 18px !important;
28 padding: 4px 30px 4px 4px !important;
29 border: 1px solid #cbe5b5 !important;
30 background: #eef6e8 !important;
31 color: #666 !important;
32 }
33
34 #leyka-copy p {
35 margin: 0 !important;
36 }
37
38 #leyka-copy a,
39 #leyka-copy a:hover {
40 color: #1DB318 !important;
41 }